31 Commits

Author SHA1 Message Date
Johannes Schickel
47b6111033 TEENAGENT: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
Sven Hesse
989ea7cb56 JANITORIAL: Remove trailing whitespace 2013-07-14 19:01:47 +02:00
D G Turner
6c06a837ea TEENAGENT: Migrate Dialog Stack Address usages to symbols. 2012-08-05 21:47:38 +01:00
D G Turner
923c05faf5 TEENAGENT: Migrate Dialog functions to using dialog numbers.
This removes the hardcoded address/offsets from the callback functions.
2012-07-11 18:21:46 +01:00
D G Turner
cffff61081 TEENAGENT: Replace static Dialog functions with normal class.
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-11 14:34:09 +01:00
D G Turner
0e6ba29ede TEENAGENT: Migrate engine to using debugflags.
This required some restructuring of the header dependencies.
2012-07-08 00:36:05 +01:00
D G Turner
62c4c09225 TEENAGENT: Enable commented out debug statements.
Commented out code is not good practice. Will change these statements
to using debugflags instead in a future commit.
2012-07-07 17:04:42 +01:00
D G Turner
313502e2ee TEENAGENT: Remove static Resources class Instance.
This is replaced by an engine instance. This should prevent issues
with Return To Launcher and may remove issues with file handles.
2012-07-07 13:46:28 +01:00
strangerke
69b1485a22 GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
Vladimir Menshakov
196401df62 added real face animation handling
svn-id: r45917
2009-11-15 11:07:52 +00:00
Vladimir Menshakov
ec235d7463 fixed dialog positioning for mark
svn-id: r45857
2009-11-12 10:32:29 +00:00
Vladimir Menshakov
fac5aeafbd fixed wrong debug output
svn-id: r45759
2009-11-08 20:38:04 +00:00
Vladimir Menshakov
54d163c966 implemented async messages (some animation requires it), added custom positioning.
svn-id: r45756
2009-11-08 20:00:31 +00:00
Vladimir Menshakov
3a8a872a8f fixed long standing bug with empty messages being processed
svn-id: r45216
2009-10-18 10:46:42 +00:00
Vladimir Menshakov
62ea7be0cf fixed animation pausing/restarting when only one of animations present
svn-id: r44111
2009-09-15 20:58:30 +00:00
Vladimir Menshakov
6db034a1db renamed constants to comply with the code convention.
svn-id: r44109
2009-09-15 20:21:18 +00:00
Vladimir Menshakov
76ea1fbb64 implemented proper dialog positioning
svn-id: r44108
2009-09-15 20:08:28 +00:00
Vladimir Menshakov
e78bd81ac0 return bounding boxes from the render(), slightly changed internal events arguments.
svn-id: r44107
2009-09-15 19:21:45 +00:00
Max Horn
a8e5df433f TEEN: More code formatting & whitespace changes (automatically generated with astyle)
svn-id: r44101
2009-09-15 08:54:06 +00:00
Vladimir Menshakov
7cbbc0ad25 adapted code to comply code formatting conventions.
svn-id: r44098
2009-09-15 07:41:05 +00:00
Vladimir Menshakov
a13b03e4d9 added PauseAnimation/ClearAnimations event, fixed dialogue animations in intro.
svn-id: r44091
2009-09-14 22:23:35 +00:00
Vladimir Menshakov
90eabcc885 rewrote dialog parser, fixed color swapping.
svn-id: r44090
2009-09-14 21:07:01 +00:00
Vladimir Menshakov
38e5817c34 removed invalid 0xff character handler, added fixme
svn-id: r44057
2009-09-13 13:10:05 +00:00
Vladimir Menshakov
6c9ab139af added intro support
svn-id: r44049
2009-09-13 10:50:29 +00:00
Vladimir Menshakov
153eba4fcf moved away actor animation from the "lan" animations. added better handling for the asynchronous events.
svn-id: r44019
2009-09-09 20:42:44 +00:00
Vladimir Menshakov
a2c28b0a8f made second chapter completable.
svn-id: r43966
2009-09-05 20:58:25 +00:00
Vladimir Menshakov
6ed62584ed added actor_animation for the dialog
svn-id: r43963
2009-09-05 17:14:20 +00:00
Max Horn
4ae8f43be3 TEEN: Some whitespace fixes
svn-id: r43946
2009-09-04 20:09:29 +00:00
Max Horn
088c5dada3 TEEN:
* 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-04 20:08:33 +00:00
Vladimir Menshakov
3c8cdcae2f fixed engines order, added svn:keywords properties.
svn-id: r43925
2009-09-03 21:20:13 +00:00
Vladimir Menshakov
ebe1b94eb1 imported teenagent engine sources.
svn-id: r43922
2009-09-03 20:59:17 +00:00