aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/timer.h
AgeCommit message (Collapse)Author
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for ↵Max Horn
consistency svn-id: r44634
2009-03-06LOL: - doors can now be opened and closedFlorian Kagerer
- some more work on monster walk code svn-id: r39166
2008-05-11- Renamed KyraEngine to KyraEngine_v1Johannes Schickel
- kyra.* -> kyra_v1.* - scene.cpp -> scene_v1.cpp svn-id: r32044
2008-05-10Fixed warning.Torbjörn Andersson
svn-id: r31988
2008-05-10Implemented pausing of timers, this should fix some minor glitches.Johannes Schickel
svn-id: r31985
2008-04-20- moved kyra functor code to common/func.hJohannes Schickel
- adapted debugger code to use functor code from common/func.h - adapted kyra engine to use functor code from common/func.h svn-id: r31614
2008-03-27Removed much code duplication in Hand of Fate savefile loading with ↵Johannes Schickel
SeekableSubReadStreamEndian. svn-id: r31271
2008-03-26Added support for HoF savefile from the original interpreter.Johannes Schickel
svn-id: r31249
2008-03-21- improved timer information output in debuggerJohannes Schickel
- fixed timer data loading svn-id: r31215
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2007-07-29- Kyrandia 1 works againJohannes Schickel
- Added timer class for timer handling - Little bit more resturcturing - A little bit (almost nothing but a start!) Kyrandia 2 support svn-id: r28297