Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-07 | TEENAGENT: Remove dead code: s cannot be null at this point | Strangerke | |
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-27 | TEENAGENT: Add symbols for idle animation table usage in Actor class. | D G Turner | |
2012-07-08 | TEENAGENT: Migrate engine to using debugflags. | D G Turner | |
This required some restructuring of the header dependencies. | |||
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-10-23 | TEENAGENT: Improve code formatting. | Johannes Schickel | |
I used astyle and fixed some incorrect changes from it manually. | |||
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 | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2010-03-18 | COMMON: Move Common::RandomSource to common/random.* | Max Horn | |
svn-id: r48279 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-06 | added hardcoded height value | Vladimir Menshakov | |
svn-id: r47097 | |||
2010-01-06 | implemented clipping for mark | Vladimir Menshakov | |
svn-id: r47092 | |||
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 | |||
2010-01-03 | improved walking animation once again | Vladimir Menshakov | |
svn-id: r46920 | |||
2010-01-03 | improved mark's animation. | Vladimir Menshakov | |
svn-id: r46906 | |||
2010-01-01 | aligned zoomed picture to the top and fixed actor head animation in zoomed state | Vladimir Menshakov | |
svn-id: r46830 | |||
2010-01-01 | minor sizeof cleanup | Vladimir Menshakov | |
svn-id: r46816 | |||
2009-12-31 | removed magic first frame from actor | Vladimir Menshakov | |
svn-id: r46806 | |||
2009-12-03 | added original-like pathfinding. | Vladimir Menshakov | |
svn-id: r46244 | |||
2009-11-17 | implemented zoomed rendering | Vladimir Menshakov | |
svn-id: r45962 | |||
2009-11-15 | implemented src_rect for surface blitting, added proper animation frames. | Vladimir Menshakov | |
svn-id: r45915 | |||
2009-11-15 | added face animation. | Vladimir Menshakov | |
svn-id: r45914 | |||
2009-11-07 | removed magic coordinates | Vladimir Menshakov | |
svn-id: r45716 | |||
2009-09-15 | renamed constants to comply with the code convention. | Vladimir Menshakov | |
svn-id: r44109 | |||
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-05 | made second chapter completable. | Vladimir Menshakov | |
svn-id: r43966 | |||
2009-09-04 | TEEN: Made some stuff const | Max Horn | |
svn-id: r43947 | |||
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 |