index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
tony
/
inventory.cpp
Age
Commit message (
Expand
)
Author
2012-06-04
TONY: Rename variables and functions in tony.h
Strangerke
2012-05-21
TONY: Some more code formatting
Strangerke
2012-05-20
TONY: Removal of code that was commented out in the original source
Paul Gilbert
2012-05-20
TONY: Converting Italian comments to English and formatting
Paul Gilbert
2012-05-14
TONY: Fix some formatting
Strangerke
2012-05-14
TONY: Remove original header
Strangerke
2012-05-13
TONY: Beginnings of refactoring Globals into their own class
Paul Gilbert
2012-05-13
TONY: Bugfix for crash when removing item from inventory
Paul Gilbert
2012-05-13
TONY: Converted object passing to use const reference where appropriate.
Paul Gilbert
2012-05-12
TONY: Conversion of more methods to coroutines
Paul Gilbert
2012-05-12
TONY: Explicitly initialise fields of various objects in their constructors
Paul Gilbert
2012-05-05
TONY: Fixed some memory leaks identified by Valgrind
Paul Gilbert
2012-05-04
TONY: Fixed many warnings identified by gcc
Paul Gilbert
2012-05-04
TONY: Implemented some missing and incorrect init code
Paul Gilbert
2012-05-03
TONY: Formatting fixes
Paul Gilbert
2012-05-02
TONY: Added code from Inventory.cpp
Paul Gilbert