scummvm/engines/kyra
Johannes Schickel 305a1525ed - cleanup
- some diffs for Amiga version

svn-id: r26010
2007-03-07 20:31:19 +00:00
..
animator.cpp - fixed the sprite updating 2007-02-01 14:57:48 +00:00
animator.h Another batch of header consistency changes. 2007-02-20 17:33:54 +00:00
debugger.cpp Overhaul of the debugger code 2006-09-16 16:58:27 +00:00
debugger.h Overhaul of the debugger code 2006-09-16 16:58:27 +00:00
gui.cpp Support for Japanese FM-Towns version. (code contributed by Florian Kagerer, modified a bit) 2007-02-12 18:01:51 +00:00
items.cpp - removes the kyra specific language flag system, and uses the language enum defined in Common for that now 2006-09-17 20:21:40 +00:00
kyra2.cpp Add the Hand of Fate demo. 2007-02-24 09:55:37 +00:00
kyra2.h - switches to Common::AdvancedDetector 2006-11-09 14:38:16 +00:00
kyra3.cpp Don't rely on assert when calling functions. 2007-02-08 09:41:10 +00:00
kyra3.h - switches to Common::AdvancedDetector 2006-11-09 14:38:16 +00:00
kyra.cpp - cleanup 2007-03-07 20:31:19 +00:00
kyra.h - cleanup 2007-03-07 20:31:19 +00:00
module.mk - adds support for FM-Towns SFX (thanks to Florian Kagerer for his source) 2007-01-29 18:15:14 +00:00
plugin.cpp - cleanup 2007-03-07 20:31:19 +00:00
resource.cpp - cleanup 2007-03-07 20:31:19 +00:00
resource.h Another batch of header consistency changes. 2007-02-20 17:33:54 +00:00
saveload.cpp Added finalize() method to Common::OutSaveFile (which by default just flushes the stream), changed engines to call that before deleting OutSaveFile instances (instead of just flushing) 2007-02-17 18:55:51 +00:00
scene.cpp Some changes to be closer to the original with palette handling. 2007-01-31 23:48:12 +00:00
screen.cpp - cleanup 2007-03-07 20:31:19 +00:00
screen.h - cleanup 2007-03-07 20:31:19 +00:00
script_v1.cpp Some very obvious cleanups. 2007-02-16 17:13:29 +00:00
script.cpp Adds basic support for the FM Towns version with some restrictions: 2007-01-25 12:52:27 +00:00
script.h Another batch of header consistency changes. 2007-02-20 17:33:54 +00:00
seqplayer.cpp - cleanup 2007-03-07 20:31:19 +00:00
seqplayer.h Another batch of header consistency changes. 2007-02-20 17:33:54 +00:00
sequences_v1.cpp - cleanup 2007-03-07 20:31:19 +00:00
sequences_v2.cpp A few minor fixes and optimizations (biggest one is splitting decodeFrameDeltaPage() into two functions to avoid a high amount of conditional jumps per decided animation frame 2007-01-06 17:11:08 +00:00
sound_adlib.cpp Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by me 2007-02-20 18:50:17 +00:00
sound_digital.cpp Simplify code a bit -- got rid of File::incRef usage, an unnecessary member var, fixed a potential memory leak (if all channels are in use), and fixed a potential OOB error (if stopSound(-1) was called) 2007-03-01 17:04:50 +00:00
sound_towns.cpp Changed the order of the parameters of makeLinearInputStream to resemble Mixer::playRaw; also made makeLinearInputStream honor FLAG_LOOP (and for this, changed its loop related params slightly) 2007-03-02 15:26:22 +00:00
sound.cpp Trying to unify the order in which we try the various audio formats: Prefer FLAC (lossless) over Ogg Vorbis ('free') over MP3 -- the order is admittedly somewhat arbitrary, but at least now it's consistent across all parts of ScummVM 2007-02-24 23:40:28 +00:00
sound.h Simplify code a bit -- got rid of File::incRef usage, an unnecessary member var, fixed a potential memory leak (if all channels are in use), and fixed a potential OOB error (if stopSound(-1) was called) 2007-03-01 17:04:50 +00:00
sprites.cpp - cleanup 2007-03-07 20:31:19 +00:00
sprites.h Another batch of header consistency changes. 2007-02-20 17:33:54 +00:00
staticres.cpp - cleanup 2007-03-07 20:31:19 +00:00
text.cpp Support for Japanese FM-Towns version. (code contributed by Florian Kagerer, modified a bit) 2007-02-12 18:01:51 +00:00
text.h Another batch of header consistency changes. 2007-02-20 17:33:54 +00:00
timer.cpp Implemented the last menu (the settings screen). Walking speed, text speed, 2006-03-08 13:15:13 +00:00
vqa.cpp Clarified some comments and moved some asserts to hopefully answer Fingolfin's 2007-02-28 18:25:42 +00:00
vqa.h Another batch of header consistency changes. 2007-02-20 17:33:54 +00:00
wsamovie.cpp c&p error 2007-02-21 22:29:45 +00:00
wsamovie.h Another batch of header consistency changes. 2007-02-20 17:33:54 +00:00