aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/inventory.cpp
AgeCommit message (Expand)Author
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