scummvm/engines/kyra
2008-12-14 00:23:46 +00:00
..
animator_hof.cpp
animator_lok.cpp
animator_lok.h
animator_mr.cpp
animator_v2.cpp
debugger.cpp
debugger.h
detection.cpp Don't rename slots anymore when deleting them via the GMM. 2008-11-18 15:41:14 +00:00
gui_hof.cpp Error out on savegame load failure (again). 2008-11-09 13:12:38 +00:00
gui_hof.h Committed patch #2050337 "KYRA/SCUMM: Thumbnail support/improvement". (Without Max' compressed backward seeking support for now) 2008-08-20 14:03:34 +00:00
gui_lok.cpp Error out on savegame load failure (again). 2008-11-09 13:12:38 +00:00
gui_lok.h Committed patch #2050337 "KYRA/SCUMM: Thumbnail support/improvement". (Without Max' compressed backward seeking support for now) 2008-08-20 14:03:34 +00:00
gui_mr.cpp Error out on savegame load failure (again). 2008-11-09 13:12:38 +00:00
gui_mr.h Committed patch #2050337 "KYRA/SCUMM: Thumbnail support/improvement". (Without Max' compressed backward seeking support for now) 2008-08-20 14:03:34 +00:00
gui_v2.cpp - Implemented Engine::saveGameState for KYRA 2008-11-09 13:00:40 +00:00
gui_v2.h Implemented continous screen updating while waiting for text input in v2 GUI. (based on LoK implementation) 2008-08-25 15:14:29 +00:00
gui.cpp Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confused with Engine::quitGame); also cleaned up engine.h a bit 2008-09-30 12:27:38 +00:00
gui.h Committed patch #2050337 "KYRA/SCUMM: Thumbnail support/improvement". (Without Max' compressed backward seeking support for now) 2008-08-20 14:03:34 +00:00
items_hof.cpp
items_lok.cpp
items_mr.cpp
items_v2.cpp
kyra_hof.cpp Added MIDI SFX Map, fixes SFX in HoF. 2008-11-30 05:11:40 +00:00
kyra_hof.h Added MIDI SFX Map, fixes SFX in HoF. 2008-11-30 05:11:40 +00:00
kyra_lok.cpp Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine. 2008-11-10 11:24:55 +00:00
kyra_lok.h - Implemented Engine::saveGameState for KYRA 2008-11-09 13:00:40 +00:00
kyra_mr.cpp Error out on savegame load failure (again). 2008-11-09 13:12:38 +00:00
kyra_mr.h - Implemented Engine::saveGameState for KYRA 2008-11-09 13:00:40 +00:00
kyra_v1.cpp Implemented Engine::syncSoundSettings properly for MIDI output. 2008-11-09 12:07:20 +00:00
kyra_v1.h - Extended MidiDriver::sysEx to allow 264 byte sysEx messages 2008-11-30 04:42:30 +00:00
kyra_v2.cpp Error out on savegame load failure (again). 2008-11-09 13:12:38 +00:00
kyra_v2.h - Implemented Engine::saveGameState for KYRA 2008-11-09 13:00:40 +00:00
lol.cpp Switched various Engine APIs to use Common::Error 2008-11-06 17:05:54 +00:00
lol.h - Implemented Engine::saveGameState for KYRA 2008-11-09 13:00:40 +00:00
module.mk Initial version of proper MIDI support for KYRA. 2008-11-30 01:53:32 +00:00
resource_intern.cpp Added ArchiveMember::getDisplayName() method; changed ArchiveMember::getName() to always return a name compatible with Archive::openFile() 2008-11-21 12:17:35 +00:00
resource_intern.h Commit of patch #2207782 "ARCHIVE: New method 'getMember'". 2008-11-01 12:49:29 +00:00
resource.cpp Commit of patch #2207782 "ARCHIVE: New method 'getMember'". 2008-11-01 12:49:29 +00:00
resource.h Committed updated version of my patch #2184529 "SearchSet: Get rid of SharedPtr usage". 2008-10-22 17:44:12 +00:00
saveload_hof.cpp - Implemented Engine::saveGameState for KYRA 2008-11-09 13:00:40 +00:00
saveload_lok.cpp - Implemented Engine::saveGameState for KYRA 2008-11-09 13:00:40 +00:00
saveload_mr.cpp - Implemented Engine::saveGameState for KYRA 2008-11-09 13:00:40 +00:00
saveload.cpp Fixed various g++ warnings ("format not a string literal and no format arguments"). 2008-11-16 20:20:31 +00:00
scene_hof.cpp Fixed some looping MIDI sound effects. 2008-11-30 15:15:14 +00:00
scene_lok.cpp Fixed some looping MIDI sound effects. 2008-11-30 15:15:14 +00:00
scene_mr.cpp Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confused with Engine::quitGame); also cleaned up engine.h a bit 2008-09-30 12:27:38 +00:00
scene_v1.cpp
scene_v2.cpp
screen_hof.cpp
screen_hof.h
screen_lok.cpp Committed patch #2050337 "KYRA/SCUMM: Thumbnail support/improvement". (Without Max' compressed backward seeking support for now) 2008-08-20 14:03:34 +00:00
screen_lok.h Committed patch #2050337 "KYRA/SCUMM: Thumbnail support/improvement". (Without Max' compressed backward seeking support for now) 2008-08-20 14:03:34 +00:00
screen_lol.cpp
screen_lol.h
screen_mr.cpp
screen_mr.h
screen_v2.cpp
screen_v2.h
screen.cpp Removed obsolete refs to OSystem::kFeatureAutoComputeDirtyRects 2008-12-04 19:09:10 +00:00
screen.h Fixed thumbnail creation / loading in kyra. 2008-09-14 16:29:14 +00:00
script_hof.cpp
script_lok.cpp Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confused with Engine::quitGame); also cleaned up engine.h a bit 2008-09-30 12:27:38 +00:00
script_mr.cpp - Implemented Engine::saveGameState for KYRA 2008-11-09 13:00:40 +00:00
script_tim.cpp Cleanup. 2008-11-30 02:54:39 +00:00
script_tim.h
script_v1.cpp
script_v2.cpp
script.cpp Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confused with Engine::quitGame); also cleaned up engine.h a bit 2008-09-30 12:27:38 +00:00
script.h Cleanup. 2008-09-10 18:01:02 +00:00
seqplayer.cpp Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confused with Engine::quitGame); also cleaned up engine.h a bit 2008-09-30 12:27:38 +00:00
seqplayer.h
sequences_hof.cpp Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confused with Engine::quitGame); also cleaned up engine.h a bit 2008-09-30 12:27:38 +00:00
sequences_lok.cpp Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confused with Engine::quitGame); also cleaned up engine.h a bit 2008-09-30 12:27:38 +00:00
sequences_mr.cpp
sequences_v2.cpp
sound_adlib.cpp Preliminary support for loading via GMM for KYRA engine. 2008-11-03 19:51:34 +00:00
sound_digital.cpp
sound_lok.cpp
sound_midi.cpp Added code to initialize MT-32 properly for Lands of Lore. 2008-12-14 00:23:46 +00:00
sound_towns.cpp fixed bug 2008-11-16 23:19:54 +00:00
sound.cpp - Fix some valgrind warnings 2008-11-30 02:47:20 +00:00
sound.h Whoops changed integer size of variables storing volume information, now volume of 256 should work as expected. 2008-12-11 13:54:18 +00:00
sprites.cpp
sprites.h
staticres.cpp Added MIDI SFX Map, fixes SFX in HoF. 2008-11-30 05:11:40 +00:00
text_hof.cpp Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confused with Engine::quitGame); also cleaned up engine.h a bit 2008-09-30 12:27:38 +00:00
text_hof.h
text_lok.cpp
text_mr.cpp Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confused with Engine::quitGame); also cleaned up engine.h a bit 2008-09-30 12:27:38 +00:00
text_mr.h
text.cpp Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confused with Engine::quitGame); also cleaned up engine.h a bit 2008-09-30 12:27:38 +00:00
text.h
timer_hof.cpp
timer_lok.cpp
timer_mr.cpp - Implemented Engine::saveGameState for KYRA 2008-11-09 13:00:40 +00:00
timer.cpp
timer.h
vqa.cpp Big patch changing the signature of various Stream methods (some ports may need to be slightly tweaked to fix overloading errors/warnings) 2008-09-13 16:51:46 +00:00
vqa.h Got rid of all Common::File usages in Kyra. 2008-09-07 22:30:34 +00:00
wsamovie.cpp
wsamovie.h