aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Expand)Author
2008-04-29- Renamed ScriptInterpreter -> EMCInterpreterJohannes Schickel
2008-04-29Various cleanup.Johannes Schickel
2008-04-29Prevent analog sound driver to be created for Kyra3.Johannes Schickel
2008-04-29- Added volume param to KyraEngine::snd_playSoundEffect (0xFF per default as ...Johannes Schickel
2008-04-29Fixed MSVC warningFilippos Karapetis
2008-04-28- Implemented credits showing after finishing gameJohannes Schickel
2008-04-28- Fixed some delay timesJohannes Schickel
2008-04-28Fixed bug in KyraEngine_v3::processDialog, should fix crash when talking to B...Johannes Schickel
2008-04-28Fixed bug in TimerManager::update, this should fix tic-tac-toe game in kyra3.Johannes Schickel
2008-04-28Implemented opcodes:Johannes Schickel
2008-04-28Fixed bug in KyraEngine_v3::updateCharPal, should fix malcolms palette in sce...Johannes Schickel
2008-04-27Fixed bug while loading savegame.Johannes Schickel
2008-04-27- Fixed bug in itemInventoryMagicJohannes Schickel
2008-04-27Moved newShape code to sequences_v3.cppJohannes Schickel
2008-04-27Implemented KyraEngine_v3::eelScript.Johannes Schickel
2008-04-27- Implemented opcodesJohannes Schickel
2008-04-27Renamed some kyra3 variables to match kyra2/kyra1 names.Johannes Schickel
2008-04-27Implemented (quick-)save/load support for kyra3.Johannes Schickel
2008-04-26Cleanup.Johannes Schickel
2008-04-26Implemented opcodes:Johannes Schickel
2008-04-26Added code to play VQA files when entering new scenes.Johannes Schickel
2008-04-26- load new tlk file on chapter changeJohannes Schickel
2008-04-26Implemented opcode 34: o3_resetInventory.Johannes Schickel
2008-04-26Finished o3_delay implementation.Johannes Schickel
2008-04-26Implemented opcodes:Johannes Schickel
2008-04-26Implemented opcode 129 o3_chapterChange.Johannes Schickel
2008-04-26Implemented opcodes:Johannes Schickel
2008-04-26- Implemented support for jesters staff, mood change and score displayingJohannes Schickel
2008-04-26Added support for kyra3 inventory. (jesters staff not supported yet)Johannes Schickel
2008-04-26Implemented opcodes:Johannes Schickel
2008-04-26Fixed unitialized variable in Screen.Johannes Schickel
2008-04-26Fixed kyra screen initialization.Johannes Schickel
2008-04-26Call _screen->Init(). Fixes segfaults whenJonathan Gray
2008-04-25minor drawShape() bug fix for Malcolm's shadowFlorian Kagerer
2008-04-25Implemented opcodes:Johannes Schickel
2008-04-25Implemented opcodes:Johannes Schickel
2008-04-25Implemented opcodes:Johannes Schickel
2008-04-25Oops... fixes compiling.Johannes Schickel
2008-04-25- Committed slightly modified patch #1951735 "kyra3: debugger and "give" comm...Johannes Schickel
2008-04-25Implmented opcodes:Johannes Schickel
2008-04-25- Implemented opcodes:Johannes Schickel
2008-04-25Renamed opcode 63 to o3_drawSceneShapeOnPage.Johannes Schickel
2008-04-24- implemented opcode 90: o3_getScoreJohannes Schickel
2008-04-24Implemented opcode temporary 4: o3t_setNewShapeFlag.Johannes Schickel
2008-04-24Opcode 53 is o3_playSoundEffect.Johannes Schickel
2008-04-24Added screen update in KyraEngine_v3::drawScoreCounting.Johannes Schickel
2008-04-24Fixed hand item reset on scene enter.Johannes Schickel
2008-04-24Implemented opcode 60: o3_removeItemsFromScene.Johannes Schickel
2008-04-24Implemented opcode 56: o3_updateScore.Johannes Schickel
2008-04-24Output error message when kyra.dat initialization fails because of old versio...Johannes Schickel