Revision 4abee47f
Added by danij over 15 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- plugins
- common
- include
- d_net.h (diff)
- g_controls.h (diff)
- hu_stuff.h (diff)
- p_inventory.h (diff)
- p_player.h (diff)
- p_user.h (diff)
- st_lib.h (diff)
- src
- include
- jdoom
- jdoom64
- jheretic
- data
- include
- acfnlink.h (diff)
- doomdef.h (diff)
- dstrings.h (diff)
- h_config.h (diff)
- h_items.h (diff)
- h_main.h (diff)
- h_player.h (diff)
- info.h (diff)
- st_stuff.h (diff)
- src
- acfnlink.c (diff)
- h_main.c (diff)
- m_cheat.c (diff)
- p_inter.c (diff)
- p_oldsvg.c (diff)
- p_pspr.c (diff)
- st_stuff.c (diff)
- common
- plugins
Reimplemented the player inventory. All management of the player inventories is now done via an API rather than scattered, in-place logic throughout the codebase. In the process, fixed a couple of outstanding issues. Note that jHexen will still FTBFS as it hasn't yet been updated with respect to these changes. There also remains a minor issue with the statusbar inventory display if the selection mode is set to "scroll", which I'll address once I've updated jHexen.