aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/objects.cpp
AgeCommit message (Collapse)Author
2014-02-18TEENAGENT: Make GPL headers consistent in themselves.Johannes Schickel
2012-09-24TEENAGENT: Cleanup Object classes.D G Turner
This removes the underscores in various variables as per project coding standard.
2012-07-31TEENAGENT: Add symbols for remaining missing message strings.D G Turner
By doing this, have tracked down most of the remaining missing trivial callbacks using these strings. Some strings are either unused or are used in odd places, marked these with FIXME. Also discovered another unimplemented non-trivial callback.
2012-07-08TEENAGENT: Migrate engine to using debugflags.D G Turner
This required some restructuring of the header dependencies.
2012-07-07TEENAGENT: Enable commented out debug statements.D G Turner
Commented out code is not good practice. Will change these statements to using debugflags instead in a future commit.
2011-10-23TEENAGENT: Improve code formatting.Johannes Schickel
I used astyle and fixed some incorrect changes from it manually.
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
svn-id: r54385
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
svn-id: r47541
2010-01-02added fadeout tablesVladimir Menshakov
svn-id: r46898
2009-12-12added debug level to the dump() methods.Vladimir Menshakov
svn-id: r46334
2009-12-03added original-like pathfinding.Vladimir Menshakov
svn-id: r46244
2009-12-01find out the meaning of the rest 4 bytes in walkbox structureVladimir Menshakov
svn-id: r46228
2009-11-07added actor position, orientation and dump() to hotspot structVladimir Menshakov
svn-id: r45717
2009-11-07"constify" dump and save methods, added intersects_hline/intersects_vlineVladimir Menshakov
svn-id: r45715
2009-10-16removed MemoryReadStreamEndian, used regular memory stream classes.Vladimir Menshakov
svn-id: r45150
2009-09-27replace spaces with tabsVladimir Menshakov
svn-id: r44390
2009-09-27added save()'s where neededVladimir Menshakov
svn-id: r44389
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-08added actor-walkbox position correctionVladimir Menshakov
svn-id: r44013
2009-09-04TEEN: Some whitespace fixesMax Horn
svn-id: r43946
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-03fixed engines order, added svn:keywords properties.Vladimir Menshakov
svn-id: r43925
2009-09-03imported teenagent engine sources.Vladimir Menshakov
svn-id: r43922