scummvm/engines/scumm
2006-11-05 00:22:46 +00:00
..
he SCUMM cleanup 2006-11-04 22:59:56 +00:00
imuse Added FIXME comment about 'static' abuse in imuse_part.cpp 2006-10-15 01:51:02 +00:00
imuse_digi cleanup 2006-10-21 12:44:10 +00:00
insane SCUMM: Changed class Chunk (and subclasses) to inherit from Common::SeekableReadStream 2006-10-28 01:20:19 +00:00
smush Workaround for bug #1586894 2006-11-01 21:09:25 +00:00
actor.cpp cleanup 2006-10-29 13:30:20 +00:00
actor.h SCUMM: Introduced V12_X_MULTIPLIER and V12_Y_MULTIPLIER to make it a bit easier to find spots where we convert between C64-style coordinates and pixel coordinates (but beware, this probably doesnt't cover all relevant instances) 2006-10-19 00:26:55 +00:00
akos.cpp Change masking condition for codec1_genericDecode(), proc3() and proc3_ami() so 2006-10-04 05:11:58 +00:00
akos.h
base-costume.cpp Fix Commodore 64 versions 2006-05-29 12:45:11 +00:00
base-costume.h Use #include "..." instead of #include <...> for pack-start.h and pack-end.h 2006-07-23 16:13:26 +00:00
bomp.cpp Changed ScummEngine::gdi to _gdi and allocate the Gdi object on the heap (i.e. _gdi is a pointer now) 2006-09-17 20:22:47 +00:00
bomp.h
boxes.cpp cleanup 2006-10-29 13:30:20 +00:00
boxes.h cleanup 2006-10-29 13:30:20 +00:00
camera.cpp Changed ScummEngine::gdi to _gdi and allocate the Gdi object on the heap (i.e. _gdi is a pointer now) 2006-09-17 20:22:47 +00:00
charset.cpp Turned some more static vars into static const 2006-10-15 02:00:48 +00:00
charset.h Added some more const keywords 2006-10-15 02:15:38 +00:00
costume.cpp Change masking condition for codec1_genericDecode(), proc3() and proc3_ami() so 2006-10-04 05:11:58 +00:00
costume.h
cursor.cpp Turning various static tables into static const 2006-10-15 01:24:17 +00:00
debugger.cpp SCUMM: Avoid crash in debugger when omitting the state value in 'object state VALUE' 2006-10-29 18:43:16 +00:00
debugger.h Overhaul of the debugger code 2006-09-16 16:58:27 +00:00
dialogs.cpp const correctness 2006-10-24 09:44:20 +00:00
dialogs.h Changed GUI code to do 'lazy'/'just-in-time' reflowing, so that client code doesn't have to forward EVENT_SCREEN_CHANGED to us (this may initially cause some regressions, please report any induced crashes or oddities you observe to me) 2006-08-04 15:48:37 +00:00
file.cpp Turning various static tables into static const 2006-10-15 01:24:17 +00:00
file.h Turning various static tables into static const 2006-10-15 01:24:17 +00:00
gfx.cpp Removed CHECK_HEAP 2006-09-23 11:29:32 +00:00
gfx.h Cleaned up Gdi::roomChanged 2006-09-18 22:22:35 +00:00
help.cpp Cleanup. It seems unnecessary to have a "break" right after an unconditional 2006-06-20 18:55:25 +00:00
help.h
input.cpp Missing include file (for ScummEngine_v6 symbol) 2006-10-25 20:07:32 +00:00
intern.h SCUMM cleanup 2006-11-04 22:59:56 +00:00
midiparser_eup.cpp
midiparser_ro.cpp
module.mk Oops, forgot to check in engines/scumm/module.mk 2006-10-27 22:58:48 +00:00
music.h
nut_renderer.cpp
nut_renderer.h
object.cpp Named / documented the V0-V2 object states (we should probably rename the corresponding opcodes here and in descumm to make reading script dumps easier) 2006-10-29 14:45:31 +00:00
object.h Named / documented the V0-V2 object states (we should probably rename the corresponding opcodes here and in descumm to make reading script dumps easier) 2006-10-29 14:45:31 +00:00
palette.cpp SCUMM cleanup 2006-11-04 22:59:56 +00:00
player_mod.cpp cleanup 2006-10-21 12:44:10 +00:00
player_mod.h cleanup 2006-10-21 12:44:10 +00:00
player_nes.cpp cleanup 2006-10-21 12:44:10 +00:00
player_nes.h cleanup 2006-10-21 12:44:10 +00:00
player_v1.cpp cleanup 2006-10-21 12:44:10 +00:00
player_v1.h cleanup 2006-10-21 12:44:10 +00:00
player_v2.cpp cleanup 2006-10-21 12:44:10 +00:00
player_v2.h cleanup 2006-10-21 12:44:10 +00:00
player_v2a.cpp cleanup 2006-10-21 12:44:10 +00:00
player_v2a.h cleanup 2006-10-21 12:44:10 +00:00
player_v3a.cpp cleanup 2006-10-21 12:44:10 +00:00
player_v3a.h cleanup 2006-10-21 12:44:10 +00:00
plugin.cpp Add Macintosh version of Backyard Football 2002 2006-10-25 01:53:07 +00:00
plugin.h Behold, the new SCUMM detector finally has arrived. Unified detection & engine instantiation, reduced code duplication, more powerful detection in case MD5 is not known / can't be computed, and many other nifty improvements. 2006-04-23 17:33:16 +00:00
resource_v2.cpp Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap (i.e. _res is a pointer now) 2006-09-17 20:36:48 +00:00
resource_v3.cpp Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap (i.e. _res is a pointer now) 2006-09-17 20:36:48 +00:00
resource_v4.cpp Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap (i.e. _res is a pointer now) 2006-09-17 20:36:48 +00:00
resource.cpp SCUMM: ArrayHeader related cleanup 2006-10-20 19:44:27 +00:00
resource.h
room.cpp SCUMM cleanup 2006-11-04 22:59:56 +00:00
saveload.cpp Removed CHECK_HEAP 2006-09-23 11:29:32 +00:00
saveload.h Add patch for bug #1452272 - COMI: Verb strings aren't wrapped 2006-05-31 10:48:40 +00:00
script_c64.cpp Named / documented the V0-V2 object states (we should probably rename the corresponding opcodes here and in descumm to make reading script dumps easier) 2006-10-29 14:45:31 +00:00
script_v2.cpp HACK no longer required for MM demo mode 2006-10-30 02:50:09 +00:00
script_v5.cpp SO_ROOM_INTENSITY isn't used by SCUMM V1 - 4 games 2006-11-05 00:22:46 +00:00
script_v6.cpp SCUMM cleanup 2006-11-04 22:59:56 +00:00
script_v8.cpp SCUMM cleanup 2006-11-04 22:59:56 +00:00
script.cpp Fix bug #771499 - ZAK: Lotto numbers never picked. The freezeCount isn't checked in runScriptNested(), when restarting script in SCUMM 1/2. 2006-10-30 01:53:19 +00:00
script.h Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the linker dependency graph). Porters will have to update project files 2006-09-23 00:42:35 +00:00
scumm-md5.h Add Macintosh version of Backyard Football 2002 2006-10-25 01:53:07 +00:00
scumm.cpp SCUMM cleanup 2006-11-04 22:59:56 +00:00
scumm.h SCUMM cleanup 2006-11-04 22:59:56 +00:00
sound.cpp cleanup 2006-10-21 12:44:10 +00:00
sound.h cleanup 2006-10-21 12:44:10 +00:00
string.cpp renamed ScummEngine::restoreBG to restoreBackground; renamed and moved Gdi::copyVirtScreenBuffers to ScummEngine_v70he::restoreBackgroundHE 2006-09-17 23:35:09 +00:00
thumbnail.cpp No need for packing SaveInfoSection and ThumbnailHeader anymore. 2006-07-23 02:20:49 +00:00
usage_bits.cpp
usage_bits.h
util.cpp Replaced checkRange by assertRange, which has (a) an (IMO) more logical order of parameters, and (b) removes lots of useless duplicate information in error messages 2006-09-16 13:38:43 +00:00
util.h Replaced checkRange by assertRange, which has (a) an (IMO) more logical order of parameters, and (b) removes lots of useless duplicate information in error messages 2006-09-16 13:38:43 +00:00
vars.cpp Ooops, move code to correct function 2006-11-01 23:42:21 +00:00
verbs.cpp cleanup 2006-10-19 00:06:59 +00:00
verbs.h