scummvm/scumm
2004-08-20 01:26:56 +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 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
.cvsignore
actor.cpp Typo 2004-08-17 13:09:20 +00:00
actor.h
akos.cpp Patch #1003866 (SCUMM: New text rendering code (fixes various bugs)) 2004-08-08 22:10:38 +00:00
akos.h
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
boxes.cpp
boxes.h
camera.cpp Get rid of _screenLeft 2004-08-14 15:23:44 +00:00
charset.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
charset.h Patch #1003866 (SCUMM: New text rendering code (fixes various bugs)) 2004-08-08 22:10:38 +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 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
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
dialogs.h
gfx.cpp Yet another charset fix (should help bug #1008621) 2004-08-16 22:23:58 +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
imuse.cpp
imuse.h
instrument.cpp
instrument.h
intern.h Renamed o6_unknownE1 to o6_getPixel; use vs->xstart instead of _screenLeft 2004-08-14 15:14:01 +00:00
midiparser_eup.cpp
midiparser_ro.cpp
module.mk
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 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
object.h
palette.cpp Correct value 2004-08-15 07:44:57 +00:00
player_mod.cpp
player_mod.h
player_v1.cpp
player_v1.h
player_v2.cpp
player_v2.h
player_v2a.cpp
player_v2a.h
player_v3a.cpp
player_v3a.h
resource_v2.cpp
resource_v3.cpp
resource_v4.cpp
resource_v7he.cpp
resource_v7he.h
resource.cpp Shorter check 2004-08-14 03:16:32 +00:00
resource.h
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 whitespace 2004-08-14 07:04:31 +00:00
script_v5.cpp Enable original method of skipping copy protection 2004-08-20 01:26:56 +00:00
script_v6.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
script_v6he.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
script_v7he.cpp Renamed o6_unknownE1 to o6_getPixel; use vs->xstart instead of _screenLeft 2004-08-14 15:14:01 +00:00
script_v8.cpp Enable function 2004-08-19 07:25:34 +00:00
script.cpp Enable original method of skipping copy protection 2004-08-20 01:26:56 +00:00
script.h
scumm-md5.h Updated from current md5.txt 2004-08-14 22:24:40 +00:00
scumm.cpp Init array 2004-08-16 02:38:02 +00:00
scumm.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
sound.cpp Add patch #999887 - Possible fix for bug #998276 2004-08-09 01:07:48 +00:00
sound.h Add patch #999887 - Possible fix for bug #998276 2004-08-09 01:07:48 +00:00
string.cpp Correction from disasm. 2004-08-18 12:20:26 +00:00
usage_bits.cpp
usage_bits.h
vars.cpp
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