Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | TEENAGENT: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-07-14 | JANITORIAL: Remove trailing whitespace | Sven Hesse | |
2012-08-05 | TEENAGENT: Migrate Dialog Stack Address usages to symbols. | D G Turner | |
2012-07-11 | TEENAGENT: Migrate Dialog functions to using dialog numbers. | D G Turner | |
This removes the hardcoded address/offsets from the callback functions. | |||
2012-07-11 | TEENAGENT: Replace static Dialog functions with normal class. | D G Turner | |
This avoids the need to pass the engine pointer, vm to every function and removes the need for the functions to be static. | |||
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. | |||
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-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2009-11-15 | added real face animation handling | Vladimir Menshakov | |
svn-id: r45917 | |||
2009-11-12 | fixed dialog positioning for mark | Vladimir Menshakov | |
svn-id: r45857 | |||
2009-11-08 | fixed wrong debug output | Vladimir Menshakov | |
svn-id: r45759 | |||
2009-11-08 | implemented async messages (some animation requires it), added custom ↵ | Vladimir Menshakov | |
positioning. svn-id: r45756 | |||
2009-10-18 | fixed long standing bug with empty messages being processed | Vladimir Menshakov | |
svn-id: r45216 | |||
2009-09-15 | fixed animation pausing/restarting when only one of animations present | Vladimir Menshakov | |
svn-id: r44111 | |||
2009-09-15 | renamed constants to comply with the code convention. | Vladimir Menshakov | |
svn-id: r44109 | |||
2009-09-15 | implemented proper dialog positioning | Vladimir Menshakov | |
svn-id: r44108 | |||
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-14 | added PauseAnimation/ClearAnimations event, fixed dialogue animations in intro. | Vladimir Menshakov | |
svn-id: r44091 | |||
2009-09-14 | rewrote dialog parser, fixed color swapping. | Vladimir Menshakov | |
svn-id: r44090 | |||
2009-09-13 | removed invalid 0xff character handler, added fixme | Vladimir Menshakov | |
svn-id: r44057 | |||
2009-09-13 | added intro support | Vladimir Menshakov | |
svn-id: r44049 | |||
2009-09-09 | moved away actor animation from the "lan" animations. added better handling ↵ | Vladimir Menshakov | |
for the asynchronous events. svn-id: r44019 | |||
2009-09-05 | made second chapter completable. | Vladimir Menshakov | |
svn-id: r43966 | |||
2009-09-05 | added actor_animation for the dialog | Vladimir Menshakov | |
svn-id: r43963 | |||
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 |