scummvm/engines/kyra
2008-03-27 16:12:48 +00:00
..
animator_v1.cpp Fix to remove a tab character from the GPL header 2008-01-05 12:45:14 +00:00
animator_v1.h Removed trailing spaces. 2008-01-27 19:47:41 +00:00
animator_v2.cpp Fix for bug #1922521 "HoF: mountaineer sprite vanishes". 2008-03-22 00:33:05 +00:00
debugger.cpp Enabled gamespeed debug command also for Kyra1. 2008-03-27 16:12:48 +00:00
debugger.h Enabled gamespeed debug command also for Kyra1. 2008-03-27 16:12:48 +00:00
detection.cpp Add HoF CD demo. 2008-03-20 12:10:30 +00:00
gui_v1.cpp Implemented quick (via hotkeys) save/load suppot for HoF. 2008-03-17 18:10:52 +00:00
gui_v2.cpp - made Screen_v2::applyOverlay support dirty rect handling 2008-03-20 12:29:35 +00:00
items_v1.cpp Removed trailing spaces. 2008-01-27 19:47:41 +00:00
items_v2.cpp Bugfix for dropping items off scene. 2008-03-18 19:32:00 +00:00
kyra_v1.cpp Also allow '.' and Escape as keys for skipping sequences in HoF. 2008-03-17 18:19:01 +00:00
kyra_v1.h Let Kyra1 and Kyra2 use a common savegame version number. (cleanup) 2008-03-17 18:13:28 +00:00
kyra_v2.cpp Prevents adding of events to input queue, which will not be processed anyway. 2008-03-26 23:21:44 +00:00
kyra_v2.h - Implemented opcode 97: o2_isAnySoundPlaying 2008-03-21 16:18:27 +00:00
kyra_v3.cpp Fixed kyra3 code. 2008-02-07 23:27:08 +00:00
kyra_v3.h Removed trailing spaces. 2008-01-27 19:47:41 +00:00
kyra.cpp - Implemented opcode 97: o2_isAnySoundPlaying 2008-03-21 16:18:27 +00:00
kyra.h Enabled gamespeed debug command also for Kyra1. 2008-03-27 16:12:48 +00:00
module.mk Implemented quick (via hotkeys) save/load suppot for HoF. 2008-03-17 18:10:52 +00:00
resource.cpp Add HoF CD demo. 2008-03-20 12:10:30 +00:00
resource.h animations for inventory items and mouse pointers 2008-03-15 00:16:11 +00:00
saveload_v1.cpp Implemented quick (via hotkeys) save/load suppot for HoF. 2008-03-17 18:10:52 +00:00
saveload_v2.cpp Fixed GCC warning. It warns about "if (a = b)" unless you put an extra set of 2008-03-26 21:58:56 +00:00
saveload.cpp Added support for HoF savefile from the original interpreter. 2008-03-26 21:17:07 +00:00
scene_v1.cpp Possible fix for bug #1910180 "KYRA: Screen "flash"". 2008-03-08 18:33:59 +00:00
scene_v2.cpp Fix bug #1923638 "HoF: Marco missing animation frames". 2008-03-26 16:11:47 +00:00
scene.cpp Removed trailing spaces. 2008-01-27 19:47:41 +00:00
screen_v1.cpp Fix to remove a tab character from the GPL header 2008-01-05 12:45:14 +00:00
screen_v1.h Removed trailing spaces. 2008-01-27 19:47:41 +00:00
screen_v2.cpp Proper fix for bug #1920869 "HoF: palette artifacts in inventory". 2008-03-21 12:51:03 +00:00
screen_v2.h Proper fix for bug #1920869 "HoF: palette artifacts in inventory". 2008-03-21 12:51:03 +00:00
screen.cpp Fixed palette loading debug command for amiga version. 2008-03-27 15:32:20 +00:00
screen.h Fixed palette loading debug command for amiga version. 2008-03-27 15:32:20 +00:00
script_v1.cpp - disabled some old warnings 2008-03-21 16:54:08 +00:00
script_v2.cpp Update hack comment in o2_updateSceneAnim. 2008-03-27 14:55:52 +00:00
script.cpp - Impelemented opcode 155: o2_stopSceneAnimation 2008-03-16 13:31:18 +00:00
script.h - reworked skip flag handling in some places again 2008-03-26 21:52:28 +00:00
seqplayer.cpp Respect text/voice settings in Kyrandia 1 Intro/Outro. 2008-03-23 20:55:42 +00:00
seqplayer.h Removed trailing spaces. 2008-01-27 19:47:41 +00:00
sequences_tim.cpp - add opcode 146 - resetInputColorCode() 2008-03-16 02:00:14 +00:00
sequences_v1.cpp Respect text/voice settings in Kyrandia 1 Intro/Outro. 2008-03-23 20:55:42 +00:00
sequences_v2.cpp this should fix item #1926532 (HoF: ScummVM quits on ESCaping "Virgin" and "Westwood" logo) 2008-03-26 23:42:47 +00:00
sound_adlib.cpp - fixed multiple voices playing at once (see bug #1926547 "HoF: Right mouse button messes up gameplay"). 2008-03-26 21:39:44 +00:00
sound_digital.cpp Fixed kyra3 code. 2008-02-07 23:27:08 +00:00
sound_towns.cpp Cleanup. 2008-03-21 16:21:27 +00:00
sound_v1.cpp - Implemented opcode 97: o2_isAnySoundPlaying 2008-03-21 16:18:27 +00:00
sound.cpp - fixed bug in Sound::voiceIsPlaying 2008-03-22 14:29:30 +00:00
sound.h Cleanup. 2008-03-21 16:21:27 +00:00
sprites.cpp Modified patch #1738058: "Action recorder". 2007-09-19 13:55:05 +00:00
sprites.h Removed trailing spaces. 2008-01-27 19:47:41 +00:00
staticres.cpp - Impelemented opcodes: 2008-03-18 18:07:05 +00:00
text_v1.cpp - fixed bug in Sound::voiceIsPlaying 2008-03-22 14:29:30 +00:00
text_v2.cpp remove unnecessary code duplication 2008-03-17 21:15:24 +00:00
text_v2.h Implemented opcodes: 2008-03-16 15:28:05 +00:00
text.cpp Fix to remove a tab character from the GPL header 2008-01-05 12:45:14 +00:00
text.h Implemented opcodes: 2008-03-16 15:28:05 +00:00
timer_v1.cpp Removed trailing spaces. 2008-01-27 19:47:41 +00:00
timer_v2.cpp Enabled some cursor related commented out code. 2008-03-20 11:42:02 +00:00
timer.cpp Fixed typo. 2008-03-26 21:56:20 +00:00
timer.h Added support for HoF savefile from the original interpreter. 2008-03-26 21:17:07 +00:00
util.h Removed trailing spaces. 2008-01-27 19:47:41 +00:00
vqa.cpp debug(C) parameter type fixes. 2007-12-15 21:20:56 +00:00
vqa.h Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots 2007-05-30 21:56:52 +00:00
wsamovie.cpp Committing [ 1816080 ] KYRA: Intro Patch for HoF, from Florian, with some cleanup and a minor fix 2007-10-19 22:16:00 +00:00
wsamovie.h Removed trailing spaces. 2008-01-27 19:47:41 +00:00