aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/inventory.h
AgeCommit message (Collapse)Author
2014-02-18TEENAGENT: Make GPL headers consistent in themselves.Johannes Schickel
2012-10-10TEENAGENT: Convert Inventory item ids to an enum.D G Turner
2012-10-09TEENAGENT: Fix constant naming to comply with Coding Conventions.D G Turner
Adding missing CamelCase k-prefixes.
2012-09-23TEENAGENT: Cleanup Inventory class.D G Turner
This removes the underscores in various variables as per project coding standard.
2012-08-01TEENAGENT: Add symbols for inventory items.D G Turner
2012-07-27TEENAGENT: Add symbols in Inventory class for various sizes.D G Turner
2012-07-07TEENAGENT: Remove static Resources class Instance.D G Turner
This is replaced by an engine instance. This should prevent issues with Return To Launcher and may remove issues with file handles.
2011-06-20ALL: Remove trailing whitespacesMax Horn
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2011-05-23TEEN: Change Inventory members to comple with CFGMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-01-31TEENAGENT: Fix Memory Leaks.David Turner
svn-id: r55672
2010-03-21preload inventory graphics on loadVladimir Menshakov
svn-id: r48350
2010-03-20fixed inventory object overflowVladimir Menshakov
svn-id: r48341
2010-03-20flush inventory items on savegame load, fixing invalid item tiles after ↵Vladimir Menshakov
multiple loads. svn-id: r48325
2010-03-18removed 'varia.res' from the resident pack filesVladimir Menshakov
svn-id: r48295
2010-02-07added background effect for the inventory itemsVladimir Menshakov
svn-id: r47980
2010-02-07committed missing fileVladimir Menshakov
svn-id: r47971
2010-01-08fixed inventory animation speedVladimir Menshakov
svn-id: r47148
2009-10-31fixed bird-assert from chapter 1Vladimir Menshakov
svn-id: r45577
2009-09-26removed packed structs/direct read/writes, so the game should work on ↵Vladimir Menshakov
big-endian archs. svn-id: r44377
2009-09-15TEEN: More code formatting & whitespace changes (automatically generated ↵Max Horn
with astyle) svn-id: r44101
2009-09-15adapted code to comply code formatting conventions.Vladimir Menshakov
svn-id: r44098
2009-09-04TEEN:Max Horn
* don't use "using namespace", instead put stuff into its correct namespace * when using #include, always prefix engine header files with the engine name * some cleanup svn-id: r43945
2009-09-04TEEN: Fix header file guards to match our conventionsMax Horn
svn-id: r43944
2009-09-03fixed engines order, added svn:keywords properties.Vladimir Menshakov
svn-id: r43925
2009-09-03imported teenagent engine sources.Vladimir Menshakov
svn-id: r43922