scummvm/engines/scumm
2006-09-18 21:31:59 +00:00
..
he renamed ScummEngine::restoreBG to restoreBackground; renamed and moved Gdi::copyVirtScreenBuffers to ScummEngine_v70he::restoreBackgroundHE 2006-09-17 23:35:09 +00:00
imuse Ignore unknown SysEx manufacturer IDs, rather than erroring on them. This does 2006-05-15 13:19:30 +00:00
imuse_digi 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
insane 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
smush 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
actor.cpp renamed ScummEngine::restoreBG to restoreBackground; renamed and moved Gdi::copyVirtScreenBuffers to ScummEngine_v70he::restoreBackgroundHE 2006-09-17 23:35:09 +00:00
actor.h Fix bug #1496523 - MM: Weird Ed appears backwards at door 2006-07-24 12:49:58 +00:00
akos.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
akos.h Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
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 Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
boxes.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
boxes.h Add some basic walkbox support for C64 maniac 2006-03-05 03:46:41 +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 renamed ScummEngine::restoreBG to restoreBackground; renamed and moved Gdi::copyVirtScreenBuffers to ScummEngine_v70he::restoreBackgroundHE 2006-09-17 23:35:09 +00:00
charset.h Removed CharsetRendererV3::getFontHeight (it was identical to CharsetRendererCommon::getFontHeight) 2006-05-03 16:23:32 +00:00
costume.cpp Applied my own fix for bug #1519667 ("DOTT: Graphic glitches while kite comes 2006-07-10 06:29:10 +00:00
costume.h Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
cursor.cpp Split setBuiltinCursor into a V0-V2 and a V3-V5 part 2006-09-18 21:31:59 +00:00
debugger.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
debugger.h Overhaul of the debugger code 2006-09-16 16:58:27 +00:00
dialogs.cpp Activate _dimsInactive for ValueDisplayDialog, makes the text speed/volume change etc. mini-dialogs behave a little bit less weird (TODO: Disable cursor change) 2006-08-04 17:59:53 +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 Use #include "..." instead of #include <...> for pack-start.h and pack-end.h 2006-07-23 16:13:26 +00:00
file.h Fixed broken svn:keywords values 2006-04-16 13:01:41 +00:00
gfx.cpp Moved NES specific code from class Gdi to GdiNES 2006-09-18 21:20:21 +00:00
gfx.h Moved NES specific code from class Gdi to GdiNES 2006-09-18 21:20:21 +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 Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
input.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
intern.h Split setBuiltinCursor into a V0-V2 and a V3-V5 part 2006-09-18 21:31:59 +00:00
midiparser_eup.cpp Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
midiparser_ro.cpp Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
module.mk * Renamed config.mak to config.mk 2006-06-24 08:48:11 +00:00
music.h Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
nut_renderer.cpp Moved ScummFile etc. to the new file.cpp / file.h 2006-03-03 15:16:02 +00:00
nut_renderer.h Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
object.cpp Fix --disable-he 2006-09-18 19:22:40 +00:00
object.h Use #include "..." instead of #include <...> for pack-start.h and pack-end.h 2006-07-23 16:13:26 +00:00
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 Moved the AudioCDManager as well as class AudioStream and its (standard) subclasses to namespace Audio 2006-04-29 22:33:31 +00:00
player_mod.h Moved the AudioCDManager as well as class AudioStream and its (standard) subclasses to namespace Audio 2006-04-29 22:33:31 +00:00
player_nes.cpp Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
player_nes.h Moved the AudioCDManager as well as class AudioStream and its (standard) subclasses to namespace Audio 2006-04-29 22:33:31 +00:00
player_v1.cpp Fixing mismatch between format strings and data on some systems 2006-04-12 14:54:12 +00:00
player_v1.h Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
player_v2.cpp Fixing mismatch between format strings and data on some systems 2006-04-12 14:54:12 +00:00
player_v2.h Use #include "..." instead of #include <...> for pack-start.h and pack-end.h 2006-07-23 16:13:26 +00:00
player_v2a.cpp Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
player_v2a.h Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
player_v3a.cpp Replaced _gameId, _version, _heversion, _features, _midi, _platform with a simple ScummGameSettings instance: _game 2006-02-20 16:51:30 +00:00
player_v3a.h Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
plugin.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
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 Moved stored flobjects to class ScummEngine_v70he 2006-09-17 22:22:50 +00:00
resource.h Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
room.cpp Moved stored flobjects to class ScummEngine_v70he 2006-09-17 22:22:50 +00:00
saveload.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
saveload.h Add patch for bug #1452272 - COMI: Verb strings aren't wrapped 2006-05-31 10:48:40 +00:00
script_c64.cpp renamed ScummEngine::restoreBG to restoreBackground; renamed and moved Gdi::copyVirtScreenBuffers to ScummEngine_v70he::restoreBackgroundHE 2006-09-17 23:35:09 +00:00
script_v2.cpp renamed ScummEngine::restoreBG to restoreBackground; renamed and moved Gdi::copyVirtScreenBuffers to ScummEngine_v70he::restoreBackgroundHE 2006-09-17 23:35:09 +00:00
script_v5.cpp renamed ScummEngine::restoreBG to restoreBackground; renamed and moved Gdi::copyVirtScreenBuffers to ScummEngine_v70he::restoreBackgroundHE 2006-09-17 23:35:09 +00:00
script_v6.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
script_v8.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
script.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
script.h Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
scumm-md5.h Updated MD5 list 2006-09-16 12:29:55 +00:00
scumm.cpp Moved NES specific code from class Gdi to GdiNES 2006-09-18 21:20:21 +00:00
scumm.h renamed ScummEngine::restoreBG to restoreBackground; renamed and moved Gdi::copyVirtScreenBuffers to ScummEngine_v70he::restoreBackgroundHE 2006-09-17 23:35:09 +00:00
sound.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
sound.h Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. It 2006-05-18 21:46:07 +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 Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
usage_bits.h Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00
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 Rename VAR_MOUSEPRESENT to VAR_INPUTMODE and set the default input type to mouse mode. Fighting uses mouse mode by default in FOA now, just like the original game. 2006-08-20 00:43:34 +00:00
verbs.cpp renamed ScummEngine::restoreBG to restoreBackground; renamed and moved Gdi::copyVirtScreenBuffers to ScummEngine_v70he::restoreBackgroundHE 2006-09-17 23:35:09 +00:00
verbs.h Moved engines to the new engines/ directory 2006-02-11 22:45:04 +00:00