aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/inventory.cpp
AgeCommit message (Expand)Author
2014-02-28TONY: Reduce the scope of some more variablesStrangerke
2014-02-18TONY: Make GPL headers consistent in themselves.Johannes Schickel
2012-11-12TONY: Cleanup whitespace formatting.D G Turner
2012-11-02TONY: Fix endianness issue when saving/loading inventoryWillem Jan Palenstijn
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-09-08TONY: More renaming, reduce some variable scopesStrangerke
2012-09-02TONY: Move code from .h to .cpp filesStrangerke
2012-08-28TONY: Fix some for and if statements with bad coding styleStrangerke
2012-08-28TONY: Get rid of RMDataStream.Alyssa Milburn
2012-08-22TONY: Replace _vm with g_vm.Alyssa Milburn
2012-06-18TONY: Remove useless void in function declarationStrangerke
2012-06-17TONY: American-ification of English usedStrangerke
2012-06-15TONY: Silent more CppCheck warnings, remove an unused globalStrangerke
2012-06-14TONY: Fix three warnings reported by CppCheck in inventory (reported by erikt...Strangerke
2012-06-14TONY: Silent some CppCheck warningsStrangerke
2012-06-12TONY: Rename some Italian into EnglishStrangerke
2012-06-11TONY: Rename variables in utils.hStrangerke
2012-06-11TONY: Rename variables in inventory.hStrangerke
2012-06-09TONY: Rename more globalsStrangerke
2012-06-07TONY: Some more renamingStrangerke
2012-06-07TONY: Rename variables and functions in utils.hStrangerke
2012-06-07TONY: Rename variables and functions in loc.h and tonychar.hStrangerke
2012-06-06TONY: Rename variables and functions in inventory.hStrangerke
2012-06-06TONY: More renamingStrangerke
2012-06-06TONY: Rename variables and functions in game.hStrangerke
2012-06-05TONY: Some renamingStrangerke
2012-06-05TONY: Some more renamingStrangerke
2012-06-05TONY: Rename variables and functions in gfxengine.hStrangerke
2012-06-05TONY: Rename variables and functions in input.hStrangerke
2012-06-04TONY: Rename variables and functions in tony.hStrangerke
2012-05-21TONY: Some more code formattingStrangerke
2012-05-20TONY: Removal of code that was commented out in the original sourcePaul Gilbert
2012-05-20TONY: Converting Italian comments to English and formattingPaul Gilbert
2012-05-14TONY: Fix some formattingStrangerke
2012-05-14TONY: Remove original headerStrangerke
2012-05-13TONY: Beginnings of refactoring Globals into their own classPaul Gilbert
2012-05-13TONY: Bugfix for crash when removing item from inventoryPaul Gilbert
2012-05-13TONY: Converted object passing to use const reference where appropriate.Paul Gilbert
2012-05-12TONY: Conversion of more methods to coroutinesPaul Gilbert
2012-05-12TONY: Explicitly initialise fields of various objects in their constructorsPaul Gilbert
2012-05-05TONY: Fixed some memory leaks identified by ValgrindPaul Gilbert
2012-05-04TONY: Fixed many warnings identified by gccPaul Gilbert
2012-05-04TONY: Implemented some missing and incorrect init codePaul Gilbert
2012-05-03TONY: Formatting fixesPaul Gilbert
2012-05-02TONY: Added code from Inventory.cppPaul Gilbert