scummvm/engines/scumm
2007-02-20 15:54:29 +00:00
..
he Use consistent naming for the preprocessor constants used to guarantee that 2007-02-19 17:48:19 +00:00
imuse Use consistent naming for the preprocessor constants used to guarantee that 2007-02-19 17:48:19 +00:00
imuse_digi Use consistent naming for the preprocessor constants used to guarantee that 2007-02-19 17:48:19 +00:00
insane Use consistent naming for the preprocessor constants used to guarantee that 2007-02-19 17:48:19 +00:00
smush Use consistent naming for the preprocessor constants used to guarantee that 2007-02-19 17:48:19 +00:00
actor.cpp Fix for bug #1660560 (MANIAC: Meteor faces wrong way during intro) 2007-02-18 21:07:00 +00:00
actor.h Use consistent naming for the preprocessor constants used to guarantee that 2007-02-19 17:48:19 +00:00
akos.cpp don't test akosScaleYTable if actor has no vertical scale factor ; this is consistent with the code in costume.cpp and fixes bug #1329232. 2007-02-01 23:27:16 +00:00
akos.h Use consistent naming for the preprocessor constants used to guarantee that 2007-02-19 17:48:19 +00:00
base-costume.cpp Fix Commodore 64 versions 2006-05-29 12:45:11 +00:00
base-costume.h Use consistent naming for the preprocessor constants used to guarantee that 2007-02-19 17:48:19 +00:00
bomp.cpp cleanup 2007-02-17 01:24:50 +00:00
bomp.h Use consistent naming for the preprocessor constants used to guarantee that 2007-02-19 17:48:19 +00:00
boxes.cpp Rewrote the actor walk code for SCUMM V0-V2 games: Now it uses the C64 character coordinates internally, not pixel coordinates. This should fix some walk bugs, but also might cause some regressions. Watch out 2007-02-04 01:24:43 +00:00
boxes.h Use consistent naming for the preprocessor constants used to guarantee that 2007-02-19 17:48:19 +00:00
camera.cpp cleanup 2007-02-15 13:27:36 +00:00
charset.cpp Applied the revised NUT font renderer patch #1635584, which combines cyx's 2007-02-03 05:50:35 +00:00
charset.h Use consistent naming for the preprocessor constants used to guarantee that 2007-02-19 17:48:19 +00:00
costume.cpp Fix for bug #1451720: MANIACNES: Actors don't appear if outside camera range 2007-02-15 10:30:30 +00:00
costume.h Use consistent naming for the preprocessor constants used to guarantee that 2007-02-19 17:48:19 +00:00
cursor.cpp Merged the "palette manager" into the cursor manager. It was only used to 2007-02-12 00:04:56 +00:00
debugger.cpp Switch SCUMM engine to use the common special debug flags support (thus making it possible to use --debugflags with it) 2007-02-04 12:41:49 +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 Make use of md5_file_string 2007-02-14 21:59:57 +00:00
file.h Turning various static tables into static const 2006-10-15 01:24:17 +00:00
gfx.cpp Add Quietust's patch, to fix graphical glitch in MM NES with scrolling and objects. 2007-02-16 02:26:42 +00:00
gfx.h Use consistent naming for the preprocessor constants used to guarantee that 2007-02-19 17:48:19 +00:00
help.cpp update 2007-02-13 20:56:48 +00:00
help.h
input.cpp Got rid of GF_DIGI_IMUSE and GF_NEW_CAMERA 2007-02-10 02:05:59 +00:00
intern.h 'fixed' o_blastText and updated a comment 2007-02-05 22:47:22 +00:00
midiparser_eup.cpp
midiparser_ro.cpp
module.mk Add support for HE CUP demos based on cyx's standalone player. 2006-11-06 13:40:24 +00:00
music.h
nut_renderer.cpp Applied the revised NUT font renderer patch #1635584, which combines cyx's 2007-02-03 05:50:35 +00:00
nut_renderer.h Use consistent naming for the preprocessor constants used to guarantee that 2007-02-19 17:48:19 +00:00
object.cpp Introduced V12_X_SHIFT / V12_Y_SHIFT 2007-02-15 18:12:29 +00:00
object.h Use consistent naming for the preprocessor constants used to guarantee that 2007-02-19 17:48:19 +00:00
palette.cpp Fix for bug #1660550 (MANIACNES: Graphics glitch on intro screen) 2007-02-17 16:56:54 +00:00
player_mod.cpp cleanup 2006-10-21 12:44:10 +00:00
player_mod.h Use consistent naming for the preprocessor constants used to guarantee that 2007-02-19 17:48:19 +00:00
player_nes.cpp cleanup 2007-02-18 01:05:27 +00:00
player_nes.h Use consistent naming for the preprocessor constants used to guarantee that 2007-02-19 17:48:19 +00:00
player_v1.cpp cleanup 2006-10-21 12:44:10 +00:00
player_v1.h Use consistent naming for the preprocessor constants used to guarantee that 2007-02-19 17:48:19 +00:00
player_v2.cpp cleanup 2006-10-21 12:44:10 +00:00
player_v2.h Use consistent naming for the preprocessor constants used to guarantee that 2007-02-19 17:48:19 +00:00
player_v2a.cpp cleanup 2006-10-21 12:44:10 +00:00
player_v2a.h Use consistent naming for the preprocessor constants used to guarantee that 2007-02-19 17:48:19 +00:00
player_v3a.cpp cleanup 2006-10-21 12:44:10 +00:00
player_v3a.h Use consistent naming for the preprocessor constants used to guarantee that 2007-02-19 17:48:19 +00:00
plugin.cpp SCUMM: Added spanish LANGUAGE.TAB info for COMI (thanks to ssdsa from the forums) 2007-02-20 15:54:29 +00:00
plugin.h Make use of md5_file_string 2007-02-14 21:59:57 +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 Removed some dead code, updated a warning message 2007-02-17 20:38:27 +00:00
resource.h Use consistent naming for the preprocessor constants used to guarantee that 2007-02-19 17:48:19 +00:00
room.cpp Got rid of GF_DIGI_IMUSE and GF_NEW_CAMERA 2007-02-10 02:05:59 +00:00
saveload.cpp Added finalize() method to Common::OutSaveFile (which by default just flushes the stream), changed engines to call that before deleting OutSaveFile instances (instead of just flushing) 2007-02-17 18:55:51 +00:00
saveload.h Use consistent naming for the preprocessor constants used to guarantee that 2007-02-19 17:48:19 +00:00
script_c64.cpp Rewrote the actor walk code for SCUMM V0-V2 games: Now it uses the C64 character coordinates internally, not pixel coordinates. This should fix some walk bugs, but also might cause some regressions. Watch out 2007-02-04 01:24:43 +00:00
script_v2.cpp French keyboard is 'azerty' not 'awert' 2007-02-18 17:53:44 +00:00
script_v5.cpp Rewrote the actor walk code for SCUMM V0-V2 games: Now it uses the C64 character coordinates internally, not pixel coordinates. This should fix some walk bugs, but also might cause some regressions. Watch out 2007-02-04 01:24:43 +00:00
script_v6.cpp Got rid of GF_DIGI_IMUSE and GF_NEW_CAMERA 2007-02-10 02:05:59 +00:00
script_v8.cpp 'fixed' o_blastText and updated a comment 2007-02-05 22:47:22 +00:00
script.cpp Add stopObjectCode() differences in SCUMM 1 - 5 games. The nested script stack wasn't been checked. 2006-11-20 03:21:09 +00:00
script.h Use consistent naming for the preprocessor constants used to guarantee that 2007-02-19 17:48:19 +00:00
scumm-md5.h Marked FM-TOWNS demos as such 2007-02-11 20:16:25 +00:00
scumm.cpp Move SCUMM version checks for settings up monst.er.sou file, to higher level. 2007-02-19 09:46:45 +00:00
scumm.h Got rid of GF_DIGI_IMUSE and GF_NEW_CAMERA 2007-02-10 02:05:59 +00:00
sound.cpp As Fingolfin pointed out, we no longer need two different CD timer intervals 2007-02-19 21:09:23 +00:00
sound.h cleanup 2006-10-21 12:44:10 +00:00
string.cpp typo 2007-02-05 22:49:58 +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 Use consistent naming for the preprocessor constants used to guarantee that 2007-02-19 17:48:19 +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 Ooops, move code to correct function 2006-11-01 23:42:21 +00:00
verbs.cpp Fixed bug #1662774 ("SCUMM: Textual verb glitch"). It was a regression caused 2007-02-18 16:01:55 +00:00
verbs.h Use consistent naming for the preprocessor constants used to guarantee that 2007-02-19 17:48:19 +00:00