scummvm/scumm
2004-08-24 16:02:26 +00:00
..
imuse_digi Added another sanity assert (I got one crash in this sport while using a memory debugger -- likely a thread race condition 2004-08-16 22:24:24 +00:00
insane Check no longer required 2004-08-14 02:44:16 +00:00
smush Switch smush debug to channel 2004-08-22 09:14:19 +00:00
.cvsignore
actor.cpp Oops, I didn't mean to check in those actor.cpp changes (thangs Kirben!) 2004-08-22 08:53:53 +00:00
actor.h Add patch from madm00se for: 2004-07-28 11:56:14 +00:00
akos.cpp Basic start on freddemo (old version) 2004-08-22 15:02:53 +00:00
akos.h Fix for bug #885466 (FT: Text gets drawn under moving bits), by making AKOS codec 16 honor the charset mask 2004-04-04 01:11:27 +00:00
base-costume.cpp Fix regression in HE games 2004-08-16 04:37:58 +00:00
base-costume.h Add part of suggested cleanup to remove extra variable. 2004-08-11 04:46:41 +00:00
bomp.cpp Patch #1003866 (SCUMM: New text rendering code (fixes various bugs)) 2004-08-08 22:10:38 +00:00
bomp.h That check should of been for HE 7.0 games. 2004-06-27 23:54:53 +00:00
boxes.cpp Update comment 2004-07-14 10:48:33 +00:00
boxes.h
camera.cpp Get rid of _screenLeft 2004-08-14 15:23:44 +00:00
charset.cpp compilation fix 2004-08-23 08:50:54 +00:00
charset.h Add LOOM cursor support 2004-08-23 08:37:55 +00:00
costume.cpp Remove old unused and unneeded function. 2004-08-10 02:17:34 +00:00
costume.h Remove old unused and unneeded function. 2004-08-10 02:17:34 +00:00
cursor.cpp Fixed bug #1014296, the Loom cursor hotspot regression. 2004-08-24 06:36:12 +00:00
debugger.cpp Show a bit less info so that the output of the 'actors' command fits into the console 2004-08-15 14:40:02 +00:00
debugger.h
dialogs.cpp Use for HE 7.0 games too. 2004-07-20 11:50:44 +00:00
dialogs.h Add support for version key in The Dig 2004-07-20 11:30:15 +00:00
gfx.cpp Basic start on freddemo (old version) 2004-08-22 15:02:53 +00:00
gfx.h Modified VirtScreen to inherit from Graphics::Surface, and added getPixels()/getBackPixels() accessors (these changes make it a bit easier to implement smooth scrolling); also replaced some uses of rtBuffer by proper access through the corresponding VirtScreen 2004-08-14 19:42:00 +00:00
help.cpp
help.h
imuse_internal.h
imuse_player.cpp Ignore imuse control code in HE games 2004-06-02 13:32:16 +00:00
imuse.cpp renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend 2004-02-28 12:58:13 +00:00
imuse.h
instrument.cpp
instrument.h
intern.h HE 7.2 uses different size in this opcode alone 2004-08-24 16:02:26 +00:00
midiparser_eup.cpp
midiparser_ro.cpp
module.mk Add He 7.2 class 2004-08-23 10:34:50 +00:00
music.h
nut_renderer.cpp Patch #1003866 (SCUMM: New text rendering code (fixes various bugs)) 2004-08-08 22:10:38 +00:00
nut_renderer.h Patch #1003866 (SCUMM: New text rendering code (fixes various bugs)) 2004-08-08 22:10:38 +00:00
object.cpp A few changes for freddemo 2004-08-23 00:17:07 +00:00
object.h Add some missing code 2004-06-21 02:33:23 +00:00
palette.cpp Correct value 2004-08-15 07:44:57 +00:00
player_mod.cpp the OSystem changes we discussed on the ML (note: renaming of the existing OSystem API is not yet finished); porters will have to fix their ports to get them to compile again 2004-02-24 22:39:42 +00:00
player_mod.h Increase channel for Amiga V3 player. 2004-03-16 07:02:21 +00:00
player_v1.cpp Initialize _random_lsr to avoid valgrind warnings 2004-03-05 14:34:39 +00:00
player_v1.h
player_v2.cpp Clear all channel variables in clear_channel 2004-03-05 14:35:16 +00:00
player_v2.h renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend 2004-02-28 12:58:13 +00:00
player_v2a.cpp
player_v2a.h
player_v3a.cpp Another Amiga V3 sounds update from Quietust: 2004-02-15 08:06:32 +00:00
player_v3a.h Another Amiga V3 sounds update from Quietust: 2004-02-15 08:06:32 +00:00
resource_v2.cpp Increase debug level 2004-06-02 01:54:59 +00:00
resource_v3.cpp Thanks to File::setDefaultDirectory(), in most cases it is *not* necessary to pass getGameDataPath() on to File::open() 2004-06-27 21:52:25 +00:00
resource_v4.cpp
resource_v7he.cpp Cursor code cleanup 2004-08-22 23:38:00 +00:00
resource_v7he.h Use existing ScummVM functionality for packed structs 2004-06-27 13:15:23 +00:00
resource.cpp Correct bug in array loading from index. 2004-08-24 05:04:14 +00:00
resource.h Add symbolic names for the array types, which makes the code easier to read/understand (note that array types != res types) 2004-08-01 01:54:37 +00:00
saveload.cpp Modified VirtScreen to inherit from Graphics::Surface, and added getPixels()/getBackPixels() accessors (these changes make it a bit easier to implement smooth scrolling); also replaced some uses of rtBuffer by proper access through the corresponding VirtScreen 2004-08-14 19:42:00 +00:00
saveload.h Add patch #999887 - Possible fix for bug #998276 2004-08-09 01:07:48 +00:00
script_v2.cpp Switch to debug channel 2004-08-22 09:30:08 +00:00
script_v5.cpp Fixed bug #1014296, the Loom cursor hotspot regression. 2004-08-24 06:36:12 +00:00
script_v6.cpp Remove some old/duplicate code. 2004-08-24 11:17:28 +00:00
script_v6he.cpp Remove some old/duplicate code. 2004-08-24 11:17:28 +00:00
script_v7he.cpp Remove some old/duplicate code. 2004-08-24 11:17:28 +00:00
script_v8.cpp Cursor code cleanup 2004-08-22 23:38:00 +00:00
script_v72he.cpp HE 7.2 uses different size in this opcode alone 2004-08-24 16:02:26 +00:00
script.cpp Remove some old/duplicate code. 2004-08-24 11:17:28 +00:00
script.h
scumm-md5.h Updated from current md5.txt 2004-08-14 22:24:40 +00:00
scumm.cpp init var. 2004-08-24 00:58:28 +00:00
scumm.h Fixed bug #1014296, the Loom cursor hotspot regression. 2004-08-24 06:36:12 +00:00
sound.cpp init var. 2004-08-24 00:58:28 +00:00
sound.h Add patch #999887 - Possible fix for bug #998276 2004-08-09 01:07:48 +00:00
string.cpp Original games used blastTextQueue size of 50. 2004-08-22 07:22:03 +00:00
usage_bits.cpp
usage_bits.h
vars.cpp Add var 2004-08-24 11:24:51 +00:00
verbs.cpp Modified VirtScreen to inherit from Graphics::Surface, and added getPixels()/getBackPixels() accessors (these changes make it a bit easier to implement smooth scrolling); also replaced some uses of rtBuffer by proper access through the corresponding VirtScreen 2004-08-14 19:42:00 +00:00
verbs.h