aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/actor.h
AgeCommit message (Collapse)Author
2014-02-18TEENAGENT: Make GPL headers consistent in themselves.Johannes Schickel
2012-09-13TEENAGENT: 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-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-05-17TEEN: 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-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-01-05separate timers for mark, scene and messages.Vladimir Menshakov
svn-id: r47056
2010-01-04added idle animationVladimir Menshakov
svn-id: r46968
2009-11-17implemented zoomed renderingVladimir Menshakov
svn-id: r45962
2009-11-15added face animation.Vladimir Menshakov
svn-id: r45914
2009-09-15return bounding boxes from the render(), slightly changed internal events ↵Vladimir Menshakov
arguments. svn-id: r44107
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-03fixed engines order, added svn:keywords properties.Vladimir Menshakov
svn-id: r43925
2009-09-03Fix warning (missing endline)Willem Jan Palenstijn
svn-id: r43924
2009-09-03imported teenagent engine sources.Vladimir Menshakov
svn-id: r43922