aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_v3.cpp
AgeCommit message (Expand)Author
2008-05-02Started to refactor kyra2/kyra3 code to a common base. (regressions possible,...Johannes Schickel
2008-05-01Fixed some valgrind warnings.Johannes Schickel
2008-04-29- Renamed ScriptInterpreter -> EMCInterpreterJohannes Schickel
2008-04-29Various cleanup.Johannes Schickel
2008-04-29- Added volume param to KyraEngine::snd_playSoundEffect (0xFF per default as ...Johannes Schickel
2008-04-28- Implemented credits showing after finishing gameJohannes Schickel
2008-04-28- Fixed some delay timesJohannes Schickel
2008-04-28Fixed bug in TimerManager::update, this should fix tic-tac-toe game in kyra3.Johannes Schickel
2008-04-28Fixed bug in KyraEngine_v3::updateCharPal, should fix malcolms palette in sce...Johannes 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 opcode 129 o3_chapterChange.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-26Fixed kyra screen initialization.Johannes Schickel
2008-04-25- Committed slightly modified patch #1951735 "kyra3: debugger and "give" comm...Johannes Schickel
2008-04-24Implemented opcode 56: o3_updateScore.Johannes Schickel
2008-04-24Fixed bug in loadMalcolmShapes.Johannes Schickel
2008-04-24Fixed bug in checkCharCollision.Johannes Schickel
2008-04-23Implemented parts of item drop down code for Kyra3.Johannes Schickel
2008-04-23Cleanup. (and little addition to showInventory)Johannes Schickel
2008-04-23Implmenented inventory show/hide.Johannes Schickel
2008-04-23Cleanup.Johannes Schickel
2008-04-23- Implemented idle animation/talk handling in kyra3Johannes Schickel
2008-04-23- cleanupJohannes Schickel
2008-04-23Implemented opcodes:Johannes Schickel
2008-04-22Implemented some kyra3 dialog support.Johannes Schickel
2008-04-22Implemented opcodes:Johannes Schickel
2008-04-21Removed unnecessary #includeMax Horn
2008-04-20Committed patch removing Audio::Mixer::SoundType alias in Kyra::SoundDigital.Johannes Schickel
2008-04-20Fixed bad usage of functor objects.Johannes Schickel
2008-04-20Improved sound priority handling.Johannes Schickel
2008-04-20Implemented sound priority handling.Johannes Schickel
2008-04-20Implemented opcodes:Johannes Schickel
2008-04-20Implemented opcodes:Johannes Schickel
2008-04-20- Fixed some valgrind warnings.Johannes Schickel
2008-04-20- fixed various glitchesJohannes Schickel
2008-04-20Fixed bug in playStudioSFX.Johannes Schickel
2008-04-20Implemented opcodes:Johannes Schickel
2008-04-19Implemented some kyra opcodes and some chat handling code, now Malcolm should...Johannes Schickel
2008-04-19Added some comment about palette setting in KyraEngine_v3::playVQA.Johannes Schickel
2008-04-19Added fade to black/music fadeout when starting kyra3.Johannes Schickel
2008-04-18Fixed mismatching operator delete.Johannes Schickel
2008-04-18Fixed a Valgrind warning. I hope this is what the function was intended to do.Torbjörn Andersson
2008-04-17Cleanup.Johannes Schickel
2008-04-17Implemented volume handling for SFX.Johannes Schickel
2008-04-17Implemented sfx support for Kyra3.Johannes Schickel