scummvm/engines/kyra
Johannes Schickel 825e3b5136 - Added support for original kyra3 save files
- Added TalkObject::sceneId in savegames

svn-id: r32027
2008-05-11 17:20:23 +00:00
..
animator_hof.cpp Simplification in updateItemAnimations in KyraEngine_HoF and KyraEngine_MR. 2008-05-10 17:41:34 +00:00
animator_mr.cpp fix missing animation for golden neck ring 2008-05-10 17:51:57 +00:00
animator_v1.cpp Changed kyra to use delete[] instead of delete []. 2008-05-07 14:20:37 +00:00
animator_v1.h - Renamed ScreenAnimator -> Animator_v1 2008-05-02 17:14:59 +00:00
animator_v2.cpp - Moved newShape/temporaryScript code to KyraEngine_v2. 2008-05-03 19:23:45 +00:00
debugger.cpp Fixed possible crash in Debugger_v2 when using 'give'. 2008-05-06 20:55:33 +00:00
debugger.h - Shared checkInput code between kyra2 and kyra3 2008-05-04 15:56:28 +00:00
detection.cpp Allow static and dynamic plugins to be used at the same time 2008-05-06 03:00:26 +00:00
gui_hof.cpp Use less CPU when reading the spell book. 2008-05-11 10:48:22 +00:00
gui_hof.h - Implemented Kyra3 audio options menu, Helium mode still missing. 2008-05-05 17:56:39 +00:00
gui_mr.cpp Implemented page switch animation in kyra3 album. 2008-05-11 15:57:50 +00:00
gui_mr.h - Added small delay to GUI_v2::getInput 2008-05-10 18:23:11 +00:00
gui_v1.cpp Committed slightly modified patch #1961830 "KYRA: Scroll wheel support for Kyra 2 and 3". 2008-05-11 11:35:12 +00:00
gui_v1.h Committed slightly modified patch #1961830 "KYRA: Scroll wheel support for Kyra 2 and 3". 2008-05-11 11:35:12 +00:00
gui_v2.cpp Committed slightly modified patch #1961830 "KYRA: Scroll wheel support for Kyra 2 and 3". 2008-05-11 11:35:12 +00:00
gui_v2.h Committed slightly modified patch #1961830 "KYRA: Scroll wheel support for Kyra 2 and 3". 2008-05-11 11:35:12 +00:00
gui.cpp Committed slightly modified patch #1961830 "KYRA: Scroll wheel support for Kyra 2 and 3". 2008-05-11 11:35:12 +00:00
gui.h Committed slightly modified patch #1961830 "KYRA: Scroll wheel support for Kyra 2 and 3". 2008-05-11 11:35:12 +00:00
items_hof.cpp Moved common kyra2/kyra3 item to KyraEngine_v2. 2008-05-02 15:08:45 +00:00
items_mr.cpp Moved common kyra2/kyra3 item to KyraEngine_v2. 2008-05-02 15:08:45 +00:00
items_v1.cpp
items_v2.cpp Changed kyra to use delete[] instead of delete []. 2008-05-07 14:20:37 +00:00
kyra_hof.cpp - Cleaned up main menu quit handling 2008-05-10 19:41:26 +00:00
kyra_hof.h - Cleaned up main menu quit handling 2008-05-10 19:41:26 +00:00
kyra_mr.cpp - Implemented kyra3 album (page switch animation not yet implemented) 2008-05-11 15:24:25 +00:00
kyra_mr.h Implemented page switch animation in kyra3 album. 2008-05-11 15:57:50 +00:00
kyra_v1.cpp Committed slightly modified patch #1961830 "KYRA: Scroll wheel support for Kyra 2 and 3". 2008-05-11 11:35:12 +00:00
kyra_v1.h Implemented Engine::getDebugger for KyraEngine. 2008-05-06 20:50:27 +00:00
kyra_v2.cpp Committed slightly modified patch #1961830 "KYRA: Scroll wheel support for Kyra 2 and 3". 2008-05-11 11:35:12 +00:00
kyra_v2.h - Cleaned up main menu quit handling 2008-05-10 19:41:26 +00:00
kyra.cpp Implemented Engine::getDebugger for KyraEngine. 2008-05-06 20:50:27 +00:00
kyra.h Implemented Engine::getDebugger for KyraEngine. 2008-05-06 20:50:27 +00:00
module.mk Allow static and dynamic plugins to be used at the same time 2008-05-06 03:00:26 +00:00
resource.cpp - load new tlk file on chapter change 2008-04-26 22:53:00 +00:00
resource.h Started to refactor kyra2/kyra3 code to a common base. (regressions possible, compiling currently broken) 2008-05-02 14:46:30 +00:00
saveload_hof.cpp Moved more opcodes to KyraEngine_v2. 2008-05-04 13:07:13 +00:00
saveload_mr.cpp - Added support for original kyra3 save files 2008-05-11 17:20:23 +00:00
saveload_v1.cpp
saveload.cpp - Added support for original kyra3 save files 2008-05-11 17:20:23 +00:00
scene_hof.cpp Consume less cpu time when Zanthia/Malcolm are walking. 2008-05-10 18:14:57 +00:00
scene_mr.cpp Consume less cpu time when Zanthia/Malcolm are walking. 2008-05-10 18:14:57 +00:00
scene_v1.cpp - Renamed ScreenAnimator -> Animator_v1 2008-05-02 17:14:59 +00:00
scene_v2.cpp - Moved newShape/temporaryScript code to KyraEngine_v2. 2008-05-03 19:23:45 +00:00
scene.cpp Updated pathfinder debug output. 2008-05-11 16:48:54 +00:00
screen_hof.cpp Implemented page switch animation in kyra3 album. 2008-05-11 15:57:50 +00:00
screen_hof.h Implemented page switch animation in kyra3 album. 2008-05-11 15:57:50 +00:00
screen_mr.cpp Implemented opcode 91: o3_daggerWarning. 2008-05-05 18:50:42 +00:00
screen_mr.h Implemented opcode 91: o3_daggerWarning. 2008-05-05 18:50:42 +00:00
screen_v1.cpp Changed kyra to use delete[] instead of delete []. 2008-05-07 14:20:37 +00:00
screen_v1.h
screen_v2.cpp Implemented page switch animation in kyra3 album. 2008-05-11 15:57:50 +00:00
screen_v2.h Implemented page switch animation in kyra3 album. 2008-05-11 15:57:50 +00:00
screen.cpp Silenced some g++ 4.3 warnings. 2008-05-08 21:23:14 +00:00
screen.h Started to refactor kyra2/kyra3 code to a common base. (regressions possible, compiling currently broken) 2008-05-02 14:46:30 +00:00
script_hof.cpp Renamed opcode 163: o2_getBoolFromStack to o2_midiSoundFadeout and updated implementation. 2008-05-10 18:39:03 +00:00
script_mr.cpp - Implemented kyra3 album (page switch animation not yet implemented) 2008-05-11 15:24:25 +00:00
script_tim.cpp Changed kyra to use delete[] instead of delete []. 2008-05-07 14:20:37 +00:00
script_tim.h
script_v1.cpp Committed slightly modified patch #1961830 "KYRA: Scroll wheel support for Kyra 2 and 3". 2008-05-11 11:35:12 +00:00
script_v2.cpp Yet more opcodes moved to KyraEngine_v2. 2008-05-04 13:25:03 +00:00
script.cpp Changed kyra to use delete[] instead of delete []. 2008-05-07 14:20:37 +00:00
script.h - Renamed ScriptInterpreter -> EMCInterpreter 2008-04-29 15:12:09 +00:00
seqplayer.cpp Changed kyra to use delete[] instead of delete []. 2008-05-07 14:20:37 +00:00
seqplayer.h
sequences_hof.cpp stop music playback when skipping (parts of) the HOF intro 2008-05-11 12:58:54 +00:00
sequences_mr.cpp Changed kyra to use delete[] instead of delete []. 2008-05-07 14:20:37 +00:00
sequences_v1.cpp Silenced some g++ 4.3 warnings. 2008-05-08 21:23:14 +00:00
sequences_v2.cpp Cleanup. 2008-05-03 19:32:45 +00:00
sound_adlib.cpp Fixed typos. 2008-05-09 13:33:31 +00:00
sound_digital.cpp Changed kyra to use delete[] instead of delete []. 2008-05-07 14:20:37 +00:00
sound_towns.cpp Changed kyra to use delete[] instead of delete []. 2008-05-07 14:20:37 +00:00
sound_v1.cpp - Added volume param to KyraEngine::snd_playSoundEffect (0xFF per default as in original) 2008-04-29 14:08:08 +00:00
sound.cpp Changed kyra to use delete[] instead of delete []. 2008-05-07 14:20:37 +00:00
sound.h Fixed typos. 2008-05-09 13:33:31 +00:00
sprites.cpp Silenced some g++ 4.3 warnings. 2008-05-08 21:23:14 +00:00
sprites.h
staticres.cpp - Implemented kyra3 album (page switch animation not yet implemented) 2008-05-11 15:24:25 +00:00
text_hof.cpp Silenced some g++ 4.3 warnings. 2008-05-08 21:23:14 +00:00
text_hof.h - Renamed TextDisplayer_v2 to TextDisplayer_HoF 2008-05-02 15:21:51 +00:00
text_mr.cpp Implemented page switch animation in kyra3 album. 2008-05-11 15:57:50 +00:00
text_mr.h Started to refactor kyra2/kyra3 code to a common base. (regressions possible, compiling currently broken) 2008-05-02 14:46:30 +00:00
text_v1.cpp
text.cpp
text.h
timer_hof.cpp - Moved newShape/temporaryScript code to KyraEngine_v2. 2008-05-03 19:23:45 +00:00
timer_mr.cpp Implemented KyraEngine_MR::timerFleaDeath. 2008-05-07 21:12:26 +00:00
timer_v1.cpp - Added support for Kyra3 GUI (audio and game options not working yet) 2008-05-05 16:05:56 +00:00
timer.cpp Fixed warning. 2008-05-10 19:57:49 +00:00
timer.h Fixed warning. 2008-05-10 19:57:49 +00:00
vqa.cpp Changed kyra to use delete[] instead of delete []. 2008-05-07 14:20:37 +00:00
vqa.h
wsamovie.cpp Changed kyra to use delete[] instead of delete []. 2008-05-07 14:20:37 +00:00
wsamovie.h Started to refactor kyra2/kyra3 code to a common base. (regressions possible, compiling currently broken) 2008-05-02 14:46:30 +00:00