scummvm/engines/scumm
Max Horn 169bc3880d cleanup
svn-id: r24373
2006-10-18 15:55:10 +00:00
..
he SCUMM: walbox related cleanup 2006-10-18 13:33:42 +00:00
imuse Added FIXME comment about 'static' abuse in imuse_part.cpp 2006-10-15 01:51:02 +00:00
imuse_digi Moved all INSANE and SMUSH related code into ScummEngine_v7 (resp. ScummEngine_v6 in a few cases) 2006-10-07 13:57:06 +00:00
insane Turning various static tables into static const 2006-10-15 01:24:17 +00:00
smush Replaced Chunk::ChunkString by tag2str 2006-10-15 01:27:38 +00:00
actor.cpp SCUMM: reordered contents of actor.cpp, grouping methods in a hopefully somewhat more logical fashion 2006-10-18 14:01:28 +00:00
actor.h
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
base-costume.h
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-18 15:55:10 +00:00
boxes.h SCUMM: Yet another minox walkbox cleanup 2006-10-18 14:01:06 +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: walbox related cleanup 2006-10-18 13:33:42 +00:00
debugger.h Overhaul of the debugger code 2006-09-16 16:58:27 +00:00
dialogs.cpp Turning various static tables into static const 2006-10-15 01:24:17 +00:00
dialogs.h
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
help.h
input.cpp Got rid of ScummEngine::_confirmExit, and some other minor cleanup 2006-10-15 00:50:22 +00:00
intern.h SCUMM: Moved getDistanceBetween to clas ScummEngine_v6; grouped inventory related stuff in object.cpp 2006-10-18 14:21:44 +00:00
midiparser_eup.cpp
midiparser_ro.cpp
module.mk
music.h
nut_renderer.cpp
nut_renderer.h
object.cpp SCUMM: Got rid of BompHeader 2006-10-18 15:08:43 +00:00
object.h
palette.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
player_mod.cpp
player_mod.h
player_nes.cpp 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
player_nes.h
player_v1.cpp 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
player_v1.h
player_v2.cpp 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
player_v2.h
player_v2a.cpp 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
player_v2a.h
player_v3a.cpp 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
player_v3a.h
plugin.cpp Add Dutch versions of freddi4 and freddicove for Macintosh 2006-10-03 12:15:01 +00:00
plugin.h
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 Removed CHECK_HEAP 2006-09-23 11:29:32 +00:00
resource.h
room.cpp Removed CHECK_HEAP 2006-09-23 11:29:32 +00:00
saveload.cpp Removed CHECK_HEAP 2006-09-23 11:29:32 +00:00
saveload.h
script_c64.cpp Replaced function level static variable (YUCK) called 'sentence' by ScummEngine_v2:_sentenceBuf 2006-10-15 01:26:23 +00:00
script_v2.cpp Replaced function level static variable (YUCK) called 'sentence' by ScummEngine_v2:_sentenceBuf 2006-10-15 01:26:23 +00:00
script_v5.cpp WORKAROUND bug #859513 (ZAK: "Oxygene-bug" on Mars) 2006-10-04 20:22:47 +00:00
script_v6.cpp now SmushPlayer is class created once same as SmushMixer while scumm engine creation. this allow finish play smush audio track finished to the end instead immediately stopped as it was happen before 2006-10-10 12:16:21 +00:00
script_v8.cpp Got rid of ScummEngine::_confirmExit, and some other minor cleanup 2006-10-15 00:50:22 +00:00
script.cpp Workaround for bug #1555938 ("MI2: Inventory object cloning"), as suggested by 2006-10-02 21:38:39 +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 Dutch versions of freddi4 and freddicove for Macintosh 2006-10-03 12:15:01 +00:00
scumm.cpp Got rid of ScummEngine::_confirmExit, and some other minor cleanup 2006-10-15 00:50:22 +00:00
scumm.h SCUMM: Moved getDistanceBetween to clas ScummEngine_v6; grouped inventory related stuff in object.cpp 2006-10-18 14:21:44 +00:00
sound.cpp Got rid of ScummEngine::_confirmExit, and some other minor cleanup 2006-10-15 00:50:22 +00:00
sound.h Got rid of ScummEngine::_confirmExit, and some other minor cleanup 2006-10-15 00:50:22 +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
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
verbs.cpp Fix comment 2006-09-21 12:18:36 +00:00
verbs.h