scummvm/engines/cine
2007-05-24 21:19:52 +00:00
..
anim.cpp added basic support for sounds playback in Amiga versions (only tested with the demos) 2007-05-13 16:11:19 +00:00
anim.h Changed CINE_*_H_ to CINE_*_H for consistency with other engines. (Oh, who am I 2006-12-03 18:29:58 +00:00
bg_list.cpp Fix crashes with new BG incrustation code. 2006-11-08 21:50:15 +00:00
bg_list.h Changed CINE_*_H_ to CINE_*_H for consistency with other engines. (Oh, who am I 2006-12-03 18:29:58 +00:00
bg.cpp removed 4 unused offscreen buffers ; also changed several 64k buffers to be dynamically allocated. 2007-05-19 21:12:10 +00:00
bg.h Changed CINE_*_H_ to CINE_*_H for consistency with other engines. (Oh, who am I 2006-12-03 18:29:58 +00:00
cine.cpp removed 4 unused offscreen buffers ; also changed several 64k buffers to be dynamically allocated. 2007-05-19 21:12:10 +00:00
cine.h removed duplicated code (BASESON datafiles can be loaded with the existing bundle related functions) 2007-05-13 16:07:33 +00:00
detection.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
gfx.cpp removed 4 unused offscreen buffers ; also changed several 64k buffers to be dynamically allocated. 2007-05-19 21:12:10 +00:00
gfx.h removed 4 unused offscreen buffers ; also changed several 64k buffers to be dynamically allocated. 2007-05-19 21:12:10 +00:00
main_loop.cpp removed 4 unused offscreen buffers ; also changed several 64k buffers to be dynamically allocated. 2007-05-19 21:12:10 +00:00
main_loop.h Changed CINE_*_H_ to CINE_*_H for consistency with other engines. (Oh, who am I 2006-12-03 18:29:58 +00:00
module.mk added basic support for Amiga music playback 2007-05-19 12:08:41 +00:00
msg.cpp Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 to ~250). Many greetings to eriktorbjorn, and have fun recompiling. 2006-03-29 15:59:37 +00:00
msg.h Changed CINE_*_H_ to CINE_*_H for consistency with other engines. (Oh, who am I 2006-12-03 18:29:58 +00:00
object.cpp removed duplicated code (BASESON datafiles can be loaded with the existing bundle related functions) 2007-05-13 16:07:33 +00:00
object.h Changed CINE_*_H_ to CINE_*_H for consistency with other engines. (Oh, who am I 2006-12-03 18:29:58 +00:00
pal.cpp Bad hack to make this engine works on PalmOS (compiler still seems to hate some global objects) 2007-02-18 12:21:25 +00:00
pal.h Changed CINE_*_H_ to CINE_*_H for consistency with other engines. (Oh, who am I 2006-12-03 18:29:58 +00:00
part.cpp made the resource loading function case insensitive to the filename and removed a NULL dereference if a file is not found 2007-05-20 11:48:53 +00:00
part.h made the resource loading function case insensitive to the filename and removed a NULL dereference if a file is not found 2007-05-20 11:48:53 +00:00
prc.cpp Fix Amiga/Atari-specific copy protection. 2006-11-23 06:49:23 +00:00
prc.h Changed CINE_*_H_ to CINE_*_H for consistency with other engines. (Oh, who am I 2006-12-03 18:29:58 +00:00
rel.cpp Fix script dumping 2006-04-12 03:45:54 +00:00
rel.h Changed CINE_*_H_ to CINE_*_H for consistency with other engines. (Oh, who am I 2006-12-03 18:29:58 +00:00
script.cpp when reading a string from a script, skip the '\0' trailing char (less opcode '0' executions...) 2007-05-19 21:16:31 +00:00
script.h added basic support for sounds playback in Amiga versions (only tested with the demos) 2007-05-13 16:11:19 +00:00
sound.cpp some fixes for the music in Amiga OS Demo 2007-05-20 11:50:06 +00:00
sound.h added basic support for Amiga music playback 2007-05-19 12:08:41 +00:00
texte.cpp Used Fingolfin's workaround for a bogus (?) warning produced by some versions 2007-02-01 20:16:32 +00:00
texte.h Changed CINE_*_H_ to CINE_*_H for consistency with other engines. (Oh, who am I 2006-12-03 18:29:58 +00:00
unpack.cpp sync resource unpacking code of cruise with cine 2007-05-24 21:19:52 +00:00
unpack.h sync resource unpacking code of cruise with cine 2007-05-24 21:19:52 +00:00
various.cpp Fix preprocessor error caused by undefined symbol DEBUG_SPRITE_MASK 2007-05-19 20:06:50 +00:00
various.h moved gfx related functions from various.cpp/.h to gfx.cpp/.h and fixed indentation of previous commit 2007-05-17 22:26:05 +00:00