aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/timer_v2.cpp
AgeCommit message (Collapse)Author
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-04-04Implemented game options menu.Johannes Schickel
svn-id: r31378
2008-03-28Fixed showing of cauldron animations processing while the inventory is not ↵Johannes Schickel
shown. svn-id: r31286
2008-03-28Implemented command text fadeout.Johannes Schickel
svn-id: r31285
2008-03-20Enabled some cursor related commented out code.Johannes Schickel
svn-id: r31201
2008-03-18- Implemented opcodes:Johannes Schickel
-> 21: o2_backUpScreen -> 22: o2_restoreScreen -> 28: o2_addItemToInventory -> 50: o2_wipeDownMouseItem -> 67: o2_loadPalette384 -> 68: o2_setPalette384 -> 165: o2_disableTimer -> 166: o2_enableTimer -> 167: o2_setTimerCountdown - renamed some timer functions svn-id: r31182
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2008-01-27- slightly refactored user settings handlingJohannes Schickel
- added user some settings handling for HoF svn-id: r30653
2007-11-12Implemented all timer handlers. (Cauldron animations work now)Johannes Schickel
svn-id: r29487
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