TombEngine/TR5Main/Game/pickup
2021-11-20 15:39:05 +11:00
..
pickup.cpp Refactor lara_fire.cpp 2021-11-20 15:39:05 +11:00
pickup.h Refactors 2021-11-03 03:49:57 +03:00
pickup_ammo.cpp Separate the logic for giving/taking inventory items from pickup.cpp and into its own set of files. It's not a perfect solution but it makes it somewhat cleaner and reduces the places where we have to make sure we're writing the correct enums/magic numbers. 2021-07-10 13:54:15 +01:00
pickup_ammo.h Make GAME_OBJECT_ID a short in its underlying type (since that's the type that's mostly used to refer to it) and remove typedef to make VC++ stop giving tons of warnings. 2021-07-11 13:07:50 +01:00
pickup_consumable.cpp Forgot to commit this comment earlier. 2021-07-11 13:08:23 +01:00
pickup_consumable.h Make GAME_OBJECT_ID a short in its underlying type (since that's the type that's mostly used to refer to it) and remove typedef to make VC++ stop giving tons of warnings. 2021-07-11 13:07:50 +01:00
pickup_key_items.cpp Make some ints to GAME_OBJECT_ID and add comments. 2021-07-10 18:01:10 +01:00
pickup_key_items.h Make GAME_OBJECT_ID a short in its underlying type (since that's the type that's mostly used to refer to it) and remove typedef to make VC++ stop giving tons of warnings. 2021-07-11 13:07:50 +01:00
pickup_misc_items.cpp Cleanup 2021-09-25 16:00:30 +03:00
pickup_misc_items.h Make GAME_OBJECT_ID a short in its underlying type (since that's the type that's mostly used to refer to it) and remove typedef to make VC++ stop giving tons of warnings. 2021-07-11 13:07:50 +01:00
pickup_weapon.cpp Make some ints to GAME_OBJECT_ID and add comments. 2021-07-10 18:01:10 +01:00
pickup_weapon.h Make GAME_OBJECT_ID a short in its underlying type (since that's the type that's mostly used to refer to it) and remove typedef to make VC++ stop giving tons of warnings. 2021-07-11 13:07:50 +01:00
pickuputil.h Make GAME_OBJECT_ID a short in its underlying type (since that's the type that's mostly used to refer to it) and remove typedef to make VC++ stop giving tons of warnings. 2021-07-11 13:07:50 +01:00