Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | TEENAGENT: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-09-24 | TEENAGENT: Cleanup Object classes. | D G Turner | |
This removes the underscores in various variables as per project coding standard. | |||
2012-07-31 | TEENAGENT: 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-08 | TEENAGENT: Migrate engine to using debugflags. | D G Turner | |
This required some restructuring of the header dependencies. | |||
2012-07-07 | TEENAGENT: 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-23 | TEENAGENT: Improve code formatting. | Johannes Schickel | |
I used astyle and fixed some incorrect changes from it manually. | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn | |
svn-id: r54385 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-02 | added fadeout tables | Vladimir Menshakov | |
svn-id: r46898 | |||
2009-12-12 | added debug level to the dump() methods. | Vladimir Menshakov | |
svn-id: r46334 | |||
2009-12-03 | added original-like pathfinding. | Vladimir Menshakov | |
svn-id: r46244 | |||
2009-12-01 | find out the meaning of the rest 4 bytes in walkbox structure | Vladimir Menshakov | |
svn-id: r46228 | |||
2009-11-07 | added actor position, orientation and dump() to hotspot struct | Vladimir Menshakov | |
svn-id: r45717 | |||
2009-11-07 | "constify" dump and save methods, added intersects_hline/intersects_vline | Vladimir Menshakov | |
svn-id: r45715 | |||
2009-10-16 | removed MemoryReadStreamEndian, used regular memory stream classes. | Vladimir Menshakov | |
svn-id: r45150 | |||
2009-09-27 | replace spaces with tabs | Vladimir Menshakov | |
svn-id: r44390 | |||
2009-09-27 | added save()'s where needed | Vladimir Menshakov | |
svn-id: r44389 | |||
2009-09-26 | removed packed structs/direct read/writes, so the game should work on ↵ | Vladimir Menshakov | |
big-endian archs. svn-id: r44377 | |||
2009-09-15 | TEEN: More code formatting & whitespace changes (automatically generated ↵ | Max Horn | |
with astyle) svn-id: r44101 | |||
2009-09-15 | adapted code to comply code formatting conventions. | Vladimir Menshakov | |
svn-id: r44098 | |||
2009-09-08 | added actor-walkbox position correction | Vladimir Menshakov | |
svn-id: r44013 | |||
2009-09-04 | TEEN: Some whitespace fixes | Max Horn | |
svn-id: r43946 | |||
2009-09-04 | TEEN: | 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-03 | fixed engines order, added svn:keywords properties. | Vladimir Menshakov | |
svn-id: r43925 | |||
2009-09-03 | imported teenagent engine sources. | Vladimir Menshakov | |
svn-id: r43922 |