aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/script_v2.cpp
AgeCommit message (Expand)Author
2014-02-18KYRA: Make GPL headers consistent in themselves.Johannes Schickel
2011-12-27KYRA: Some formatting fixes.Johannes Schickel
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28KYRA: Clean up of header includes.Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-10-22KYRA: A little refactoring (name change).Johannes Schickel
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2008-05-12- Yet more opcodes moved to KyraEngine_v1Johannes Schickel
2008-05-12- Moved some opcodes to KyraEngine_v1Johannes Schickel
2008-05-04Yet more opcodes moved to KyraEngine_v2.Johannes Schickel
2008-05-04Moved more opcodes to KyraEngine_v2.Johannes Schickel
2008-05-03Moved more opcodes to KyraEngine_v2.Johannes Schickel
2008-05-03Moved some more opcodes to KyraEngine_v2.Johannes Schickel
2008-05-03- Moved newShape/temporaryScript code to KyraEngine_v2.Johannes Schickel
2008-05-02Yet more opcodes moved to KyraEngine_v2.Johannes Schickel
2008-05-02Started to move opcodes used in both kyra2 and kyra3 to KyraEngine_v2.Johannes Schickel
2008-05-02Started to refactor kyra2/kyra3 code to a common base. (regressions possible,...Johannes Schickel
2008-04-29- Renamed ScriptInterpreter -> EMCInterpreterJohannes Schickel
2008-04-20- moved kyra functor code to common/func.hJohannes Schickel
2008-04-20Fixed bad usage of functor objects.Johannes Schickel
2008-04-19- reworked tim handlingJohannes Schickel
2008-04-18- complete support for the playable HOF demoFlorian Kagerer
2008-04-10- Updated debug output for KyraEngine::snd_playThemeJohannes Schickel
2008-04-06Set opcode 31 (o2_limitMouseRrange) to o2_dummy for now.Johannes Schickel
2008-04-06Cleanup.Johannes Schickel
2008-04-06Implemented opcode 33 o2_loadSoundfile.Johannes Schickel
2008-04-06- Fixed HACKs in o2_getMusicDriver and o2_getSfxDriverJohannes Schickel
2008-03-28Finished o2_delay implementation.Johannes Schickel
2008-03-28Oops fixed wrong o2_delaySecs.Johannes Schickel
2008-03-28Implemented opcodes:Johannes Schickel
2008-03-27- Implemented opcodes:Johannes Schickel
2008-03-27Implemented opcode 74: o2_setSceneAnimPos2.Johannes Schickel
2008-03-27Implemented opcodes:Johannes Schickel
2008-03-27Update hack comment in o2_updateSceneAnim.Johannes Schickel
2008-03-27Fix for bug #1926838 "HoF: Animation plays too fast".Johannes Schickel
2008-03-26- reworked skip flag handling in some places againJohannes Schickel
2008-03-26Set delay time for the hack in o2_updateSceneAnim to the value Raziel^ suggests.Johannes Schickel
2008-03-26Possible fix for part 1 of bug #1926547 "HoF: Right mouse button messes up ga...Johannes Schickel
2008-03-26Added a simple hack which adds delay between animation frames of some scene a...Johannes Schickel
2008-03-22Fix for bug #1922521 "HoF: mountaineer sprite vanishes".Johannes Schickel
2008-03-21- Implemented opcode 97: o2_isAnySoundPlayingJohannes Schickel
2008-03-20Possible fix for graphics glitches when showing letters.Johannes Schickel
2008-03-19- fixed numerous graphics glitchesJohannes Schickel
2008-03-18Implemented showing of credits after completing game.Johannes Schickel
2008-03-18Renamed opcode 95 to o2_showItemString.Johannes Schickel
2008-03-18- Impelemented opcodes:Johannes Schickel
2008-03-18- Implemented opcodes:Johannes Schickel
2008-03-18- Implemented opcodes:Johannes Schickel
2008-03-18Fixed bug in o2_setupSceneAnimation. (should fix some lockups)Johannes Schickel