scummvm/engines/kyra
2009-10-04 17:38:15 +00:00
..
animator_hof.cpp
animator_lok.cpp Make KYRA only call OSystem::updateScreen from inside Screen::updateScreen, when the screen really changed OR the palette changed. 2009-08-19 16:19:55 +00:00
animator_lok.h Make KYRA only call OSystem::updateScreen from inside Screen::updateScreen, when the screen really changed OR the palette changed. 2009-08-19 16:19:55 +00:00
animator_mr.cpp
animator_v2.cpp
debugger.cpp Changed Screen::loadPalette to take a reference to a Palette object instead of an array. 2009-06-22 02:37:41 +00:00
debugger.h
detection.cpp Preliminary support for German Kyrandia 1 Amiga. 2009-09-13 21:05:52 +00:00
gui_hof.cpp Fix saving of item in hand in HoF and MR. 2009-07-29 15:31:23 +00:00
gui_hof.h
gui_lok.cpp Some more paranoia asserts. 2009-09-20 16:56:44 +00:00
gui_lok.h LOL: - started on the ingame menu code (death menu, load menu and main menu) 2009-06-15 20:52:09 +00:00
gui_lol.cpp LoL PC98: Fix thumbnail generation via ingame menu. 2009-10-04 17:37:46 +00:00
gui_lol.h LOL/PC-98: fix menu colors 2009-09-26 21:17:47 +00:00
gui_mr.cpp Fix saving of item in hand in HoF and MR. 2009-07-29 15:31:23 +00:00
gui_mr.h
gui_v2.cpp show VK in gui_v2 games of kyra 2009-08-07 11:05:58 +00:00
gui_v2.h LOL: - started on the ingame menu code (death menu, load menu and main menu) 2009-06-15 20:52:09 +00:00
gui.cpp Cleanup: got rid of Screen::ShadeType. 2009-09-30 14:53:34 +00:00
gui.h - Added GCC_PRINTF attribute to several funcs where it makes sense 2009-07-01 20:51:04 +00:00
items_hof.cpp Update the screen animations while dropping items in Hand of Fate. 2009-06-29 17:06:00 +00:00
items_lok.cpp Fix yet another inventory background color glitch in Kyrandia 1 Amiga. 2009-08-10 23:35:16 +00:00
items_lol.cpp Strip trailing whitespaces and tabs. 2009-06-25 01:30:12 +00:00
items_mr.cpp Fix bug which caused the mouse cursor not to update in some cases. 2009-07-30 14:24:23 +00:00
items_v2.cpp
kyra_hof.cpp LOL: cleanup 2009-10-02 23:13:47 +00:00
kyra_hof.h
kyra_lok.cpp KYRA: - add sfx support for PC98-Version 2009-09-13 21:41:29 +00:00
kyra_lok.h KYRA: - add sfx support for PC98-Version 2009-09-13 21:41:29 +00:00
kyra_mr.cpp Fix RTL from Kyra3 main menu. (It now doesn't quit ScummVM anymore) 2009-07-06 16:17:03 +00:00
kyra_mr.h Fix animation script sound effect opcode implementation in Kyra3. 2009-07-29 14:54:27 +00:00
kyra_v1.cpp LoL PC98: Fix thumbnail creation for quick saves and autosave. 2009-10-04 17:38:15 +00:00
kyra_v1.h LoL PC98: Fix thumbnail creation for quick saves and autosave. 2009-10-04 17:38:15 +00:00
kyra_v2.cpp
kyra_v2.h
lol.cpp LOL/PC-98: add keyboard support 2009-10-03 20:42:26 +00:00
lol.h LoL PC98: Fix thumbnail creation for quick saves and autosave. 2009-10-04 17:38:15 +00:00
module.mk added primitive support for Kyrandia`s Intro Music. 2009-07-17 16:07:57 +00:00
resource_intern.cpp
resource_intern.h
resource.cpp Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings and issues in compilers which don't support NORETURN 2009-09-24 17:52:53 +00:00
resource.h LOL: update kyra.dat with floppy version data (floppy version still doesn't work, though) 2009-09-02 06:24:01 +00:00
saveload_hof.cpp
saveload_lok.cpp Fix for bug #2868581 "KYRA1: Invisible Brandon". 2009-09-28 21:58:48 +00:00
saveload_lol.cpp LoL PC98: Fix thumbnail creation for quick saves and autosave. 2009-10-04 17:38:15 +00:00
saveload_mr.cpp
saveload.cpp LoL PC98: Fix thumbnail creation for quick saves and autosave. 2009-10-04 17:38:15 +00:00
scene_hof.cpp Removed obsolete TODOs in HoF code. 2009-06-29 17:26:56 +00:00
scene_lok.cpp Fix a little graphics bug in Kyrandia 1 Amiga, when jewels are enabled. 2009-08-11 00:14:24 +00:00
scene_lol.cpp LOL: cleanup 2009-10-02 23:13:47 +00:00
scene_mr.cpp Resolved some TODOs in Kyra3 code. 2009-06-29 17:26:43 +00:00
scene_v1.cpp
scene_v2.cpp Fix bug in "KyraEngine_v2::runSceneScript6", fixes text line Zanthia says, when picking up the spellbook page in the town. 2009-07-16 21:47:57 +00:00
screen_hof.cpp Change Screen_v2::findLeastDifferentColor to take a Palette object as source. 2009-06-25 20:00:52 +00:00
screen_hof.h Change Screen_HoF::generateGrayOverlay to accept a Palette object as source. 2009-06-25 19:59:56 +00:00
screen_lok.cpp Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings and issues in compilers which don't support NORETURN 2009-09-24 17:52:53 +00:00
screen_lok.h Use interface palette for mouse cursor in Kyra1 amiga, when it's enabled. 2009-08-10 01:34:14 +00:00
screen_lol.cpp LOL/PC-98: fixed save menu 2009-10-04 15:12:05 +00:00
screen_lol.h Cleanup: got rid of Screen::ShadeType. 2009-09-30 14:53:34 +00:00
screen_mr.cpp
screen_mr.h
screen_v2.cpp Change Screen_v2::findLeastDifferentColor to take a Palette object as source. 2009-06-25 20:00:52 +00:00
screen_v2.h Change Screen_v2::findLeastDifferentColor to take a Palette object as source. 2009-06-25 20:00:52 +00:00
screen.cpp LoL PC98: Fix thumbnail creation for quick saves and autosave. 2009-10-04 17:38:15 +00:00
screen.h Adapt KYRA engine to use the ASCII and half-width katakana support of the SJIS font. (required for LoL PC98) 2009-09-30 14:53:57 +00:00
script_hof.cpp Typo. 2009-09-17 16:08:27 +00:00
script_lok.cpp Make KYRA only call OSystem::updateScreen from inside Screen::updateScreen, when the screen really changed OR the palette changed. 2009-08-19 16:19:55 +00:00
script_lol.cpp LOL: cleanup 2009-10-02 23:13:47 +00:00
script_mr.cpp Cleanup. 2009-08-19 08:55:04 +00:00
script_tim.cpp LOL/PC-98: add keyboard support 2009-10-03 20:42:26 +00:00
script_tim.h * Adapted Kyra to the new IFFParser interface. 2009-06-12 09:49:38 +00:00
script_v1.cpp
script_v2.cpp
script.cpp Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings and issues in compilers which don't support NORETURN 2009-09-24 17:52:53 +00:00
script.h Finally fix build (extra qualifier removed). 2009-06-12 09:56:07 +00:00
seqplayer.cpp KYRA: - add sfx support for PC98-Version 2009-09-13 21:41:29 +00:00
seqplayer.h
sequences_hof.cpp Change all uses of FM-Towns/fm-towns to FM-TOWNS. 2009-07-07 19:18:53 +00:00
sequences_lok.cpp Implement yet another slight palette handling difference in Kyrandia 1 Amiga, which caused a palette glitch in Kyrandia 1 Amiga German. 2009-09-20 16:54:44 +00:00
sequences_lol.cpp Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things) 2009-09-30 16:16:53 +00:00
sequences_mr.cpp Fix a little bug in KyraEngine_MR::showBadConscience, which prevented Gunther's mouse shapes from showing up. 2009-07-29 16:24:07 +00:00
sequences_v2.cpp
sound_adlib.cpp
sound_adlib.h - Cleanup 2009-09-13 21:48:02 +00:00
sound_amiga.cpp Whitespace fix. 2009-08-29 07:53:06 +00:00
sound_digital.cpp remove implicit SoundDigital::Sound ctor call, which is redundant because the required initialisation is done below -- this fixes a linker error with mipspro 2009-07-25 12:41:46 +00:00
sound_intern.h KYRA: - add sfx support for PC98-Version 2009-09-13 21:41:29 +00:00
sound_lok.cpp KYRA: - add sfx support for PC98-Version 2009-09-13 21:41:29 +00:00
sound_lol.cpp LOL: start on pc98 support (still messed up and not working though) 2009-09-19 13:17:55 +00:00
sound_midi.cpp Properly respect users sfx/music config settings for MIDI output. 2009-08-12 23:16:35 +00:00
sound_pcspk.cpp Replace LGPL header by GPL header. 2009-07-17 13:35:56 +00:00
sound_towns.cpp LOL: cleanup 2009-10-02 23:13:47 +00:00
sound.cpp merge with trunk 2009-08-16 16:39:34 +00:00
sound.h - Cleanup 2009-09-13 21:48:02 +00:00
sprites_lol.cpp LOL/PC-98: start fixing color issues (still not working correctly though) 2009-09-20 23:25:39 +00:00
sprites.cpp Move the event recorder to its own class (EventRecoder inside common/EventRecorder.[h/cpp]). 2009-07-25 12:59:46 +00:00
sprites.h
staticres.cpp LOL/PC-98: add keyboard support for menus 2009-10-03 22:39:46 +00:00
text_hof.cpp LOL: cleanup 2009-10-02 23:13:47 +00:00
text_hof.h
text_lok.cpp Make KYRA only call OSystem::updateScreen from inside Screen::updateScreen, when the screen really changed OR the palette changed. 2009-08-19 16:19:55 +00:00
text_lol.cpp LOL/PC-98: some more work on sjis font support for the text displayer 2009-10-04 11:42:26 +00:00
text_lol.h LOL/PC-98: start fixing text displayer 2009-09-25 18:56:53 +00:00
text_mr.cpp
text_mr.h
text.cpp Implement difference for the Kyrandia 1 Amiga version in TextDisplayer::printCharacterText. 2009-08-12 17:10:47 +00:00
text.h Remove dead code. 2009-08-10 01:34:46 +00:00
timer_hof.cpp
timer_lok.cpp
timer_lol.cpp LOL: cleanup 2009-07-08 21:12:03 +00:00
timer_mr.cpp
timer.cpp
timer.h
util.cpp Moved CP850<->ISO-8859-1 conversion to Util. 2009-06-21 01:15:24 +00:00
util.h Moved CP850<->ISO-8859-1 conversion to Util. 2009-06-21 01:15:24 +00:00
vqa.cpp Cleanup VQA player a bit. 2009-06-25 19:55:25 +00:00
vqa.h Cleanup VQA player a bit. 2009-06-25 19:55:25 +00:00
wsamovie.cpp Cleanup. 2009-08-10 22:18:18 +00:00
wsamovie.h Cleanup. 2009-08-10 22:18:18 +00:00