aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/dialog.cpp
AgeCommit message (Collapse)Author
2019-11-14TEENAGENT: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2014-02-18TEENAGENT: Make GPL headers consistent in themselves.Johannes Schickel
2013-07-14JANITORIAL: Remove trailing whitespaceSven Hesse
2012-08-05TEENAGENT: Migrate Dialog Stack Address usages to symbols.D G Turner
2012-07-11TEENAGENT: Migrate Dialog functions to using dialog numbers.D G Turner
This removes the hardcoded address/offsets from the callback functions.
2012-07-11TEENAGENT: 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-08TEENAGENT: Migrate engine to using debugflags.D G Turner
This required some restructuring of the header dependencies.
2012-07-07TEENAGENT: 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-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-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2009-11-15added real face animation handlingVladimir Menshakov
svn-id: r45917
2009-11-12fixed dialog positioning for markVladimir Menshakov
svn-id: r45857
2009-11-08fixed wrong debug outputVladimir Menshakov
svn-id: r45759
2009-11-08implemented async messages (some animation requires it), added custom ↵Vladimir Menshakov
positioning. svn-id: r45756
2009-10-18fixed long standing bug with empty messages being processedVladimir Menshakov
svn-id: r45216
2009-09-15fixed animation pausing/restarting when only one of animations presentVladimir Menshakov
svn-id: r44111
2009-09-15renamed constants to comply with the code convention.Vladimir Menshakov
svn-id: r44109
2009-09-15implemented proper dialog positioningVladimir Menshakov
svn-id: r44108
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-14added PauseAnimation/ClearAnimations event, fixed dialogue animations in intro.Vladimir Menshakov
svn-id: r44091
2009-09-14rewrote dialog parser, fixed color swapping.Vladimir Menshakov
svn-id: r44090
2009-09-13removed invalid 0xff character handler, added fixmeVladimir Menshakov
svn-id: r44057
2009-09-13added intro supportVladimir Menshakov
svn-id: r44049
2009-09-09moved away actor animation from the "lan" animations. added better handling ↵Vladimir Menshakov
for the asynchronous events. svn-id: r44019
2009-09-05made second chapter completable.Vladimir Menshakov
svn-id: r43966
2009-09-05added actor_animation for the dialogVladimir Menshakov
svn-id: r43963
2009-09-04TEEN: Some whitespace fixesMax Horn
svn-id: r43946
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-03imported teenagent engine sources.Vladimir Menshakov
svn-id: r43922