Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | TEENAGENT: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-09-13 | TEENAGENT: Cleanup Actor class. | D G Turner | |
This fixes a mismatched function prototype wrt. the definition and removes the underscores in various variables as per project coding standard. | |||
2012-07-07 | TEENAGENT: 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-05-17 | TEEN: Use only one RandomSource and give that one a name. | Max Horn | |
This change ensures that only RandomSource is used which also is registered with the event recorder. Moreover, it gets rid of a static RandomSource instance inside Actor::renderIdle. | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2010-01-05 | separate timers for mark, scene and messages. | Vladimir Menshakov | |
svn-id: r47056 | |||
2010-01-04 | added idle animation | Vladimir Menshakov | |
svn-id: r46968 | |||
2009-11-17 | implemented zoomed rendering | Vladimir Menshakov | |
svn-id: r45962 | |||
2009-11-15 | added face animation. | Vladimir Menshakov | |
svn-id: r45914 | |||
2009-09-15 | return bounding boxes from the render(), slightly changed internal events ↵ | Vladimir Menshakov | |
arguments. svn-id: r44107 | |||
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-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 | Fix warning (missing endline) | Willem Jan Palenstijn | |
svn-id: r43924 | |||
2009-09-03 | imported teenagent engine sources. | Vladimir Menshakov | |
svn-id: r43922 |