scummvm/engines/kyra
2010-01-09 00:19:13 +00:00
..
animator_hof.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
animator_lok.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
animator_lok.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
animator_mr.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
animator_tim.cpp LOL: fixed regression 2009-12-13 20:37:26 +00:00
animator_v2.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
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 Remove LoLEngine::_gameFlags and convert all Lands of Lore code to use _flagsTable instead. 2009-06-07 20:43:43 +00:00
detection.cpp - Fix some missing initialization warnings from cppcheck 2009-10-26 20:07:37 +00:00
gui_hof.cpp KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when typing savegame names 2009-10-06 17:22:40 +00:00
gui_hof.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
gui_lok.cpp KYRA: fixed save menu glitch in Japanese versions 2009-11-17 16:26:40 +00:00
gui_lok.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
gui_lol.cpp LOL: - added workaround for portrait speech animations which would sometimes "freeze" 2009-12-26 19:02:16 +00:00
gui_lol.h Removed unnecessary semi-colons. 2009-12-01 19:19:58 +00:00
gui_mr.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
gui_mr.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
gui_v2.cpp Revert commits r44912 and r44905, seems like the original FM-Towns/PC98 games did only allow ASCII input, thus they didn't use the SJIS font in the save/load menus. 2009-10-11 12:51:13 +00:00
gui_v2.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
gui.cpp Revert commits r44912 and r44905, seems like the original FM-Towns/PC98 games did only allow ASCII input, thus they didn't use the SJIS font in the save/load menus. 2009-10-11 12:51:13 +00:00
gui.h Cleanup. 2009-10-11 11:30:24 +00:00
items_hof.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
items_lok.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
items_lol.cpp LOL: this should fix a valgrind warning 2009-10-18 12:47:54 +00:00
items_mr.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
items_v2.cpp Remov lots of superfluous debug output. 2009-05-19 01:13:29 +00:00
kyra_hof.cpp Cleanup. 2009-11-29 13:52:02 +00:00
kyra_hof.h Hopefully silencing C4121 in MSVC. 2009-12-07 16:21:33 +00:00
kyra_lok.cpp Cleanup. 2009-11-29 13:52:02 +00:00
kyra_lok.h KYRA: added kyra 1 pc98 static data to kyra.dat (intro forest sequence is still broken) 2009-11-14 22:51:35 +00:00
kyra_mr.cpp Kyra: fix kyra 3 font 2009-10-06 17:28:32 +00:00
kyra_mr.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
kyra_v1.cpp Changed MidiDriver::createMidi to take a MidiDriverType instead of an int 2009-12-09 18:12:51 +00:00
kyra_v1.h Typos. 2009-11-26 20:33:27 +00:00
kyra_v2.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
kyra_v2.h Fix warnings about non-static const member in class without a constructor 2009-10-09 21:36:09 +00:00
lol.cpp Remove unsafe getTotalPlayTime from AudioStream. 2010-01-05 20:14:28 +00:00
lol.h Remove unsafe getTotalPlayTime from AudioStream. 2010-01-05 20:14:28 +00:00
module.mk LOL: moved TIM animation code into a separate class 2009-12-12 20:06:42 +00:00
resource_intern.cpp Move DisposeAfterUse::Flag from Common to global namespace, and into a new header common/types.h 2010-01-08 22:07:35 +00:00
resource_intern.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
resource.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
resource.h Remove dead code. 2009-11-22 18:17:05 +00:00
saveload_hof.cpp Move DisposeAfterUse::Flag from Common to global namespace, and into a new header common/types.h 2010-01-08 22:07:35 +00:00
saveload_lok.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
saveload_lol.cpp Move DisposeAfterUse::Flag from Common to global namespace, and into a new header common/types.h 2010-01-08 22:07:35 +00:00
saveload_mr.cpp Move DisposeAfterUse::Flag from Common to global namespace, and into a new header common/types.h 2010-01-08 22:07:35 +00:00
saveload.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
scene_hof.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
scene_lok.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
scene_lol.cpp LOL: - added workaround for portrait speech animations which would sometimes "freeze" 2009-12-26 19:02:16 +00:00
scene_mr.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
scene_v1.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
scene_v2.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
screen_hof.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +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 Fix missing inventory in Kyrandia 1 PC98 16 color version, when loading a save via launcher or command line. 2009-10-31 19:53:52 +00:00
screen_lok.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
screen_lol.cpp LOL: fixed text fading 2009-12-20 14:11:56 +00:00
screen_lol.h LOL: fixed text fading 2009-12-20 14:11:56 +00:00
screen_mr.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
screen_mr.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
screen_v2.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
screen_v2.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
screen.cpp Move DisposeAfterUse::Flag from Common to global namespace, and into a new header common/types.h 2010-01-08 22:07:35 +00:00
screen.h Fix overflow of glyph count for CREDIT6.FNT, this fixes credits for Kyra1 floppy/FM-TOWNS/PC98. 2009-12-06 00:54:24 +00:00
script_hof.cpp KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when typing savegame names 2009-10-06 17:22:40 +00:00
script_lok.cpp Clean up comment a bit. 2009-10-31 19:59:48 +00:00
script_lol.cpp Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null 2010-01-03 19:37:43 +00:00
script_mr.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
script_tim.cpp LOL: - added workaround for portrait speech animations which would sometimes "freeze" 2009-12-26 19:02:16 +00:00
script_tim.h LOL: some cleanup for recent code changes 2009-12-13 15:19:56 +00:00
script_v1.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
script_v2.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
script.cpp Fix incorrectly placed doxygen comments; replace Common::ID2string by Common::tag2string 2009-11-24 22:08:34 +00:00
script.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
seqplayer.cpp Formatting. 2009-11-15 02:37:15 +00:00
seqplayer.h Consisteny fixes: 2008-05-11 22:32:37 +00:00
sequences_hof.cpp Cleanup. 2009-11-29 13:52:02 +00:00
sequences_lok.cpp KYRA: cleanup 2009-11-15 00:53:57 +00:00
sequences_lol.cpp LOL: fixed regression 2009-12-13 20:37:26 +00:00
sequences_mr.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
sequences_v2.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
sound_adlib.cpp Switch Mixer::playInputStream to use DisposeAfterUse::Flag 2010-01-08 22:09:43 +00:00
sound_adlib.h KYRA/PC98: fixed regression 2009-11-29 12:18:42 +00:00
sound_amiga.cpp Switch Mixer::playInputStream to use DisposeAfterUse::Flag 2010-01-08 22:09:43 +00:00
sound_digital.cpp Since AudioStream looping is no longer handled by the Mixer, drop Mixer::playAudioStreamLooping. (There's Audio::makeLoopingAudioStream). 2010-01-08 16:27:29 +00:00
sound_intern.h Cleanup. 2009-11-29 13:52:02 +00:00
sound_lok.cpp Cleanup. 2009-11-29 13:52:02 +00:00
sound_lol.cpp Remove unsafe getTotalPlayTime from AudioStream. 2010-01-05 20:14:28 +00:00
sound_midi.cpp Fix out of bounds access reported by syke. 2010-01-01 19:45:49 +00:00
sound_pcspk.cpp Switch Mixer::playInputStream to use DisposeAfterUse::Flag 2010-01-08 22:09:43 +00:00
sound_towns.cpp Switch Mixer::playInputStream to use DisposeAfterUse::Flag 2010-01-08 22:09:43 +00:00
sound.cpp Adapt KYRA to use the new FLAC, Vorbis and MP3 factories. 2010-01-06 00:00:25 +00:00
sound.h Adapt KYRA to use the new FLAC, Vorbis and MP3 factories. 2010-01-06 00:00:25 +00:00
sprites_lol.cpp LOL: - fixed transparency tables in PC-98 16 color version 2009-11-11 23:05:19 +00:00
sprites.cpp Fix some memory leaks in Kyrandia 1 (this hopefully fixes crashes on NDS after a long playtime). 2009-10-31 18:32:17 +00:00
sprites.h Consisteny fixes: 2008-05-11 22:32:37 +00:00
staticres.cpp LOL: - added workaround for portrait speech animations which would sometimes "freeze" 2009-12-26 19:02:16 +00:00
text_hof.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
text_hof.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
text_lok.cpp Remove some unused variables 2009-10-09 22:21:45 +00:00
text_lol.cpp LOL: - added workaround for portrait speech animations which would sometimes "freeze" 2009-12-26 19:02:16 +00:00
text_lol.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
text_mr.cpp KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when typing savegame names 2009-10-06 17:22:40 +00:00
text_mr.h KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when typing savegame names 2009-10-06 17:22:40 +00:00
text.cpp - Fix some missing initialization warnings from cppcheck 2009-10-26 20:07:37 +00:00
text.h KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when typing savegame names 2009-10-06 17:22:40 +00:00
timer_hof.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
timer_lok.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
timer_lol.cpp LOL: fixed minor bug in lamp code 2009-12-26 14:12:38 +00:00
timer_mr.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
timer.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
timer.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
util.cpp Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
util.h Change a couple places from 'end of namespace' to 'End of namespace', for consistency 2009-10-04 21:26:33 +00:00
vqa.cpp Replace AppendableAudioStream by QueuingAudioStream 2010-01-09 00:19:13 +00:00
vqa.h Replace AppendableAudioStream by QueuingAudioStream 2010-01-09 00:19:13 +00:00
wsamovie.cpp - Fix some missing initialization warnings from cppcheck 2009-10-26 20:07:37 +00:00
wsamovie.h Replace AppendableAudioStream by QueuingAudioStream 2010-01-09 00:19:13 +00:00