scummvm/engines/kyra
2007-02-13 23:37:44 +00:00
..
animator.cpp - fixed the sprite updating 2007-02-01 14:57:48 +00:00
animator.h
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 - adds support for FM-Towns SFX (thanks to Florian Kagerer for his source) 2007-01-29 18:15:14 +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 Support for Japanese FM-Towns version. (code contributed by Florian Kagerer, modified a bit) 2007-02-12 18:01:51 +00:00
kyra.h Support for Japanese FM-Towns version. (code contributed by Florian Kagerer, modified a bit) 2007-02-12 18:01:51 +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 Changed detectBestMatchingGame to return a pointer to a ADGameDescription (or a subclass of it); added a (currently fake) fallback callback entry in ADParams 2007-02-13 23:37:44 +00:00
resource.cpp Support for loading the correct EMC pak file in the FM-Towns version. 2007-01-25 14:38:11 +00:00
resource.h Fixed credits in FM-Towns version. 2007-02-07 19:51:19 +00:00
saveload.cpp Workaround bad values for _curSfxFile in old savegames. 2007-02-03 21:14:35 +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 little fix for fm-towns version 2007-02-12 19:08:34 +00:00
screen.h Support for Japanese FM-Towns version. (code contributed by Florian Kagerer, modified a bit) 2007-02-12 18:01:51 +00:00
script_v1.cpp Support for Japanese FM-Towns version. (code contributed by Florian Kagerer, modified a bit) 2007-02-12 18:01:51 +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 - renaming all opcodes from cmd_* to c1_* 2006-07-27 20:30:51 +00:00
seqplayer.cpp little fix for fm-towns version 2007-02-12 19:08:34 +00:00
seqplayer.h
sequences_v1.cpp Support for Japanese FM-Towns version. (code contributed by Florian Kagerer, modified a bit) 2007-02-12 18:01:51 +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 - adds support for FM-Towns SFX (thanks to Florian Kagerer for his source) 2007-01-29 18:15:14 +00:00
sound_digital.cpp GCC 2.9x fix for Symbian OS, for accessing class within Common namespace 2006-05-31 19:55:29 +00:00
sound_towns.cpp should fix warnings in msvc. 2007-02-11 03:21:27 +00:00
sound.cpp ops. 2007-02-08 08:41:14 +00:00
sound.h cleanup 2007-01-29 21:34:39 +00:00
sprites.cpp Reworked delay handling. 2007-02-01 15:30:50 +00:00
sprites.h Reworked delay handling. 2007-02-01 15:30:50 +00:00
staticres.cpp Support for Japanese FM-Towns version. (code contributed by Florian Kagerer, modified a bit) 2007-02-12 18:01:51 +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 Support for Japanese FM-Towns version. (code contributed by Florian Kagerer, modified a bit) 2007-02-12 18:01:51 +00:00
timer.cpp
vqa.cpp Replaces malloc with new in most cases. 2006-09-16 12:12:02 +00:00
vqa.h Replaces malloc with new in most cases. 2006-09-16 12:12:02 +00:00
wsamovie.cpp typo. 2007-01-25 12:09:22 +00:00
wsamovie.h 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