scummvm/engines/kyra
2007-03-17 19:02:05 +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 Moved Event/EventType/keyboard enum from common/system.h (part of class OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again 2007-03-17 19:02:05 +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 Moved Event/EventType/keyboard enum from common/system.h (part of class OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again 2007-03-17 19:02:05 +00:00
kyra.h Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), with 2007-03-17 15:44:26 +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 WIP code for Amiga version: 2007-03-12 20:43:56 +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 WIP code for Amiga version: 2007-03-12 20:43:56 +00:00
screen.cpp Basic support for Amiga MSC files. 2007-03-16 23:08:59 +00:00
screen.h Basic support for Amiga MSC files. 2007-03-16 23:08:59 +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 WIP code for Amiga version: 2007-03-12 20:43:56 +00:00
seqplayer.h Another batch of header consistency changes. 2007-02-20 17:33:54 +00:00
sequences_v1.cpp Moved Event/EventType/keyboard enum from common/system.h (part of class OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again 2007-03-17 19:02:05 +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 Basic support for Amiga MSC files. 2007-03-16 23:08:59 +00:00
sprites.h Another batch of header consistency changes. 2007-02-20 17:33:54 +00:00
staticres.cpp WIP code for Amiga version: 2007-03-12 20:43:56 +00:00
text.cpp Moved Event/EventType/keyboard enum from common/system.h (part of class OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again 2007-03-17 19:02:05 +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 Moved Event/EventType/keyboard enum from common/system.h (part of class OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again 2007-03-17 19:02:05 +00:00
vqa.h Another batch of header consistency changes. 2007-02-20 17:33:54 +00:00
wsamovie.cpp WIP code for Amiga version: 2007-03-12 20:43:56 +00:00
wsamovie.h WIP code for Amiga version: 2007-03-12 20:43:56 +00:00