scummvm/engines/kyra
Florian Kagerer 09247e7e5a hof: remove debug code
svn-id: r32821
2008-06-28 13:40:03 +00:00
..
animator_hof.cpp - Fixed out of bounds bug in KyraEngine_MR::updateItemAnimations 2008-05-19 21:47:42 +00:00
animator_lok.cpp Added const to some static data. 2008-06-24 13:59:48 +00:00
animator_lok.h Renamed preprocessor constants to match file names. 2008-05-12 04:17:51 +00:00
animator_mr.cpp - Fixed out of bounds bug in KyraEngine_MR::updateItemAnimations 2008-05-19 21:47:42 +00:00
animator_v2.cpp - Moved newShape/temporaryScript code to KyraEngine_v2. 2008-05-03 19:23:45 +00:00
debugger.cpp Added 'enter' command to kyra1 debugger again. 2008-05-23 13:05:53 +00:00
debugger.h - Renamed KyraEngine to KyraEngine_v1 2008-05-11 23:16:50 +00:00
detection.cpp - improved hof music support for fm-towns (driver for *.twn tracks) (still needs quite some work) 2008-06-26 19:42:59 +00:00
gui_hof.cpp Cleanup. 2008-06-22 12:36:38 +00:00
gui_hof.h - Implemented Kyra3 audio options menu, Helium mode still missing. 2008-05-05 17:56:39 +00:00
gui_lok.cpp Added const to some static data. 2008-06-24 13:59:48 +00:00
gui_lok.h Added const to some static data. 2008-06-24 13:59:48 +00:00
gui_mr.cpp Don't restart music while changing music volume in Hof and MR. 2008-05-12 19:29:14 +00:00
gui_mr.h Implemented helium mode support for Kyra3. 2008-05-11 17:50:13 +00:00
gui_v2.cpp - Renamed KyraEngine to KyraEngine_v1 2008-05-11 23:16:50 +00:00
gui_v2.h Added do { ... } while (0) to the GUI_V* macros, so that they will work as 2008-05-12 04:33:30 +00:00
gui.cpp - Renamed KyraEngine to KyraEngine_v1 2008-05-11 23:16:50 +00:00
gui.h - Renamed KyraEngine to KyraEngine_v1 2008-05-11 23:16:50 +00:00
items_hof.cpp - Moved some opcodes to KyraEngine_v1 2008-05-12 12:42:10 +00:00
items_lok.cpp Added const to some static data. 2008-06-24 13:59:48 +00:00
items_mr.cpp - Moved some opcodes to KyraEngine_v1 2008-05-12 12:42:10 +00:00
items_v2.cpp - Moved some opcodes to KyraEngine_v1 2008-05-12 12:42:10 +00:00
kyra_hof.cpp this should fix bug #1997149: KYRA2: no text in spellbook 2008-06-22 12:31:05 +00:00
kyra_hof.h - some pauseEngineIntern() code for the HOF sequence player (not tested) 2008-05-25 13:30:18 +00:00
kyra_lok.cpp Committed my fix for bug #1497437 "KYRA1: Subtitles glitch during 'Speech of the Land'". 2008-05-24 22:47:08 +00:00
kyra_lok.h Little cleanup. 2008-05-24 23:05:01 +00:00
kyra_mr.cpp Added support for compressed kyra3 audio files. 2008-06-03 18:12:21 +00:00
kyra_mr.h - Added a simple (but yet better) implementation of pauseEngineIntern for Kyra_v1 and Kyra_v2 2008-05-23 13:37:56 +00:00
kyra_v1.cpp - improved hof music support for fm-towns (driver for *.twn tracks) (still needs quite some work) 2008-06-26 19:42:59 +00:00
kyra_v1.h - add support for HOF floppy versions 2008-05-24 16:30:18 +00:00
kyra_v2.cpp - some pauseEngineIntern() code for the HOF sequence player (not tested) 2008-05-25 13:30:18 +00:00
kyra_v2.h - Added a simple (but yet better) implementation of pauseEngineIntern for Kyra_v1 and Kyra_v2 2008-05-23 13:37:56 +00:00
module.mk Oops forgot to commit module.mk 2008-05-12 12:43:52 +00:00
resource.cpp - Fixed a valgrind waring 2008-06-06 13:34:34 +00:00
resource.h Added support for compressed kyra3 audio files. 2008-06-03 18:12:21 +00:00
saveload_hof.cpp Moved more opcodes to KyraEngine_v2. 2008-05-04 13:07:13 +00:00
saveload_lok.cpp - Moved some opcodes to KyraEngine_v1 2008-05-12 12:42:10 +00:00
saveload_mr.cpp - Added support for original kyra3 save files 2008-05-11 17:20:23 +00:00
saveload.cpp - Renamed KyraEngine to KyraEngine_v1 2008-05-11 23:16:50 +00:00
scene_hof.cpp Added const to some static data. 2008-06-24 13:59:48 +00:00
scene_lok.cpp Added const to some static data. 2008-06-24 13:59:48 +00:00
scene_mr.cpp - Moved some opcodes to KyraEngine_v1 2008-05-12 12:42:10 +00:00
scene_v1.cpp - Renamed KyraEngine to KyraEngine_v1 2008-05-11 23:16:50 +00:00
scene_v2.cpp Fixed bug in KyraEngine_v2::directLinePassable. This should fix some pathfinder issues in HoF and MR. 2008-05-19 23:04:52 +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_lok.cpp Consisteny fixes: 2008-05-11 22:32:37 +00:00
screen_lok.h Consisteny fixes: 2008-05-11 22:32:37 +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_v2.cpp - Renamed KyraEngine to KyraEngine_v1 2008-05-11 23:16:50 +00:00
screen_v2.h - Renamed KyraEngine to KyraEngine_v1 2008-05-11 23:16:50 +00:00
screen.cpp - improved hof music support for fm-towns (driver for *.twn tracks) (still needs quite some work) 2008-06-26 19:42:59 +00:00
screen.h - Renamed KyraEngine to KyraEngine_v1 2008-05-11 23:16:50 +00:00
script_hof.cpp Cleanup. 2008-06-22 12:43:32 +00:00
script_lok.cpp Little cleanup. 2008-05-24 23:05:01 +00:00
script_mr.cpp - Some more opcodes moved to KyraEngine_v1 2008-05-12 13:11:42 +00:00
script_tim.cpp Added const to some static data. 2008-06-24 13:59:48 +00:00
script_tim.h Cleanup 2008-06-01 15:18:58 +00:00
script_v1.cpp Reverted commit #32166. 2008-05-18 13:22:06 +00:00
script_v2.cpp - Yet more opcodes moved to KyraEngine_v1 2008-05-12 12:57:42 +00:00
script.cpp Added const to some static data. 2008-06-24 13:59:48 +00:00
script.h - Renamed KyraEngine to KyraEngine_v1 2008-05-11 23:16:50 +00:00
seqplayer.cpp Added const to some static data. 2008-06-24 13:59:48 +00:00
seqplayer.h Consisteny fixes: 2008-05-11 22:32:37 +00:00
sequences_hof.cpp - fix regression in non-interactive HOF demo 2008-06-01 14:00:43 +00:00
sequences_lok.cpp More naming consistency fixes (fixes old TODO). 2008-05-12 14:52:18 +00:00
sequences_mr.cpp Changed kyra to use delete[] instead of delete []. 2008-05-07 14:20:37 +00:00
sequences_v2.cpp Just allow animation scripts marked as skipable to be skipped. 2008-05-14 14:07:56 +00:00
sound_adlib.cpp - Renamed KyraEngine to KyraEngine_v1 2008-05-11 23:16:50 +00:00
sound_digital.cpp Added support for compressed kyra3 audio files. 2008-06-03 18:12:21 +00:00
sound_lok.cpp - HOF: bug fix for music driver 2008-06-28 13:13:37 +00:00
sound_towns.cpp hof: remove debug code 2008-06-28 13:40:03 +00:00
sound.cpp Added support for compressed kyra3 audio files. 2008-06-03 18:12:21 +00:00
sound.h - improved hof music support for fm-towns (driver for *.twn tracks) (still needs quite some work) 2008-06-26 19:42:59 +00:00
sprites.cpp Consisteny fixes: 2008-05-11 22:32:37 +00:00
sprites.h Consisteny fixes: 2008-05-11 22:32:37 +00:00
staticres.cpp - improved hof music support for fm-towns (driver for *.twn tracks) (still needs quite some work) 2008-06-26 19:42:59 +00:00
text_hof.cpp Fixed max text line length for French version in HoF. 2008-05-19 21:04:49 +00:00
text_hof.h Renamed preprocessor constants to match file names. 2008-05-12 04:17:51 +00:00
text_lok.cpp Committed my fix for bug #1497437 "KYRA1: Subtitles glitch during 'Speech of the Land'". 2008-05-24 22:47:08 +00:00
text_mr.cpp Fixed filename string in KyraEngine_MR::objectChat. 2008-05-19 20:59:51 +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.cpp Committed my fix for bug #1497437 "KYRA1: Subtitles glitch during 'Speech of the Land'". 2008-05-24 22:47:08 +00:00
text.h - Renamed KyraEngine to KyraEngine_v1 2008-05-11 23:16:50 +00:00
timer_hof.cpp - Moved newShape/temporaryScript code to KyraEngine_v2. 2008-05-03 19:23:45 +00:00
timer_lok.cpp - Renamed KyraEngine to KyraEngine_v1 2008-05-11 23:16:50 +00:00
timer_mr.cpp Implemented KyraEngine_MR::timerFleaDeath. 2008-05-07 21:12:26 +00:00
timer.cpp - Renamed KyraEngine to KyraEngine_v1 2008-05-11 23:16:50 +00:00
timer.h - Renamed KyraEngine to KyraEngine_v1 2008-05-11 23:16:50 +00:00
vqa.cpp - Fixed sound channel fadeout on VQA playing 2008-05-17 15:12:20 +00:00
vqa.h - Renamed KyraEngine to KyraEngine_v1 2008-05-11 23:16:50 +00:00
wsamovie.cpp - Renamed KyraEngine to KyraEngine_v1 2008-05-11 23:16:50 +00:00
wsamovie.h - Renamed KyraEngine to KyraEngine_v1 2008-05-11 23:16:50 +00:00