scummvm/engines/scumm
2010-04-03 14:26:20 +00:00
..
he Switch makeADPCMStream to DisposeAfterUse::Flag 2010-01-31 02:11:41 +00:00
imuse Rename all "Adlib" uses to "AdLib" to match the real name of the sound card / company. 2010-01-12 21:07:56 +00:00
imuse_digi Fix another mismatching new[] call (note that this needs to be replaced by malloc, since else MemoryReadStream will try to use free on an new[] allocated block.) 2010-03-04 17:46:18 +00:00
insane Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
smush Patch #2973290: Semicolon cleanup 2010-03-22 20:28:08 +00:00
actor.cpp Add patch #2970176 - V0: MM Verb + Anim Fix. 2010-03-16 08:59:48 +00:00
actor.h Add patch #2853844 - MM C64: walksounds. 2009-11-26 00:45:06 +00:00
akos.cpp
akos.h
base-costume.cpp
base-costume.h Add patch from Tobias, for initial costume support in PCE version of Loom, with minor changes. 2009-10-25 14:20:47 +00:00
bomp.cpp
bomp.h
boxes.cpp Add patch #2856940 - MM C64: corner walkboxes fixed. 2009-10-27 12:08:19 +00:00
boxes.h
camera.cpp
charset-fontdata.cpp
charset.cpp Silenced some harmless cppcheck warnings about unreachable code after a return. 2010-03-10 06:39:23 +00:00
charset.h Exclude Loom PCE engine specific code, from non-16bit color build. 2009-11-22 11:43:12 +00:00
costume.cpp Some style fixes. 2010-03-16 14:34:25 +00:00
costume.h Add patch #2970176 - V0: MM Verb + Anim Fix. 2010-03-16 08:59:48 +00:00
cursor.cpp Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
debugger.cpp Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
debugger.h Patch #2895458: "SCUMM: Add support for SEGA-CD MI Passcodes" 2009-12-23 21:12:15 +00:00
detection_tables.h Fix bug #2959947 - HE: Broken saves show in launcher. 2010-04-03 14:26:20 +00:00
detection.cpp COMMON: Get rid of Common::StringList 2010-03-18 15:54:40 +00:00
detection.h
dialogs.cpp GUI: Remove GuiObject::getMillis() 2010-03-11 23:41:28 +00:00
dialogs.h Fix bug #2959947 - SPYFOX1: Saves don't work from menu. 2010-02-27 02:49:27 +00:00
file_nes.cpp COMMON: Remove various variants of the md5_file / md5_file_string funcs; turned the (disabled) MD5 test code into a working unit test 2009-11-23 22:30:22 +00:00
file_nes.h
file.cpp Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null 2010-01-03 19:37:43 +00:00
file.h
gfx.cpp Patch #2973283: SCUMM: Unneeded pointer dereference 2010-03-22 23:03:09 +00:00
gfx.h Exclude Loom PCE engine specific code, from non-16bit color build. 2009-11-22 11:43:12 +00:00
gfxARM.s Some more header modifications ("Graphic Adventure Engine" and the legal property paragraph) 2010-01-23 22:50:24 +00:00
help.cpp
help.h
input.cpp Patch for bug 2943361 by littleboy, adding full kb modifier support to all engines + GUI and proper keypad handling 2010-02-21 04:04:13 +00:00
midiparser_eup.cpp
midiparser_ro.cpp
module.mk Add patch #2839048 - MM C64 sound/music player, with minor changes. 2009-11-26 00:31:19 +00:00
music.h Add patch #2839048 - MM C64 sound/music player, with minor changes. 2009-11-26 00:31:19 +00:00
nut_renderer.cpp
nut_renderer.h
object.cpp Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
object.h
palette.cpp Fix regressions in Let's Explore the Jungle with Buzzy. 2010-01-28 00:28:08 +00:00
player_mod.cpp cleanup 2010-03-10 21:03:50 +00:00
player_mod.h cleanup 2010-03-10 21:03:50 +00:00
player_nes.cpp Patch #2973290: Semicolon cleanup 2010-03-22 20:28:08 +00:00
player_nes.h cleanup 2010-03-10 21:03:50 +00:00
player_pce.cpp cleanup 2010-03-10 21:03:50 +00:00
player_pce.h Patch #2973290: Semicolon cleanup 2010-03-22 20:28:08 +00:00
player_sid.cpp cleanup 2010-03-10 21:03:50 +00:00
player_sid.h Patch #2973290: Semicolon cleanup 2010-03-22 20:28:08 +00:00
player_v1.cpp Replace mutex_up/mutex_down methods by Common::StackLock 2010-03-10 21:05:48 +00:00
player_v1.h Add patch #2839048 - MM C64 sound/music player, with minor changes. 2009-11-26 00:31:19 +00:00
player_v2.cpp Replace mutex_up/mutex_down methods by Common::StackLock 2010-03-10 21:05:48 +00:00
player_v2.h Replace mutex_up/mutex_down methods by Common::StackLock 2010-03-10 21:05:48 +00:00
player_v2a.cpp Add patch #2839048 - MM C64 sound/music player, with minor changes. 2009-11-26 00:31:19 +00:00
player_v2a.h Add patch #2839048 - MM C64 sound/music player, with minor changes. 2009-11-26 00:31:19 +00:00
player_v2cms.cpp Replace mutex_up/mutex_down methods by Common::StackLock 2010-03-10 21:05:48 +00:00
player_v3a.cpp Add patch #2839048 - MM C64 sound/music player, with minor changes. 2009-11-26 00:31:19 +00:00
player_v3a.h Add patch #2839048 - MM C64 sound/music player, with minor changes. 2009-11-26 00:31:19 +00:00
player_v4a.cpp Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
player_v4a.h Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
proc3ARM.s SCUMM: Fix stride of palette data in ARM optimised costime renderer 2010-02-26 16:17:12 +00:00
resource_v2.cpp
resource_v3.cpp
resource_v4.cpp
resource.cpp Add patch from Tobias, for masking support in PCE version of Loom, with minor changes. 2009-10-26 02:45:26 +00:00
resource.h
room.cpp
saveload.cpp COMMON: Get rid of Common::StringList 2010-03-18 15:54:40 +00:00
saveload.h
script_v0.cpp Some style fixes. 2010-03-16 14:34:25 +00:00
script_v2.cpp
script_v3.cpp Add opcode difference in PCE version of Loom. 2009-10-23 07:51:08 +00:00
script_v4.cpp
script_v5.cpp SCUMM: Add WORKAROUND comment 2010-03-18 15:10:07 +00:00
script_v6.cpp Workaround for bug #1878514: COMI: Glitch when turning pages in recipe book 2010-03-08 23:36:59 +00:00
script_v8.cpp
script.cpp Fix regressions in Let's Explore the Jungle with Buzzy. 2010-01-28 00:28:08 +00:00
script.h
scumm_v0.h Add patch #2846425 - MM C64: walkbox fixed, with minor changes. 2009-10-27 11:32:33 +00:00
scumm_v2.h
scumm_v3.h
scumm_v4.h
scumm_v5.h
scumm_v6.h
scumm_v7.h
scumm_v8.h
scumm-md5.h Add another German Windows version of Pajama Sam 2. 2010-02-24 00:39:48 +00:00
scumm.cpp Fix mismatching new[]/delete. 2010-03-04 17:24:47 +00:00
scumm.h COMMON: Move Common::RandomSource to common/random.* 2010-03-18 15:07:11 +00:00
sound.cpp Tweak makeVOCDiskStream 2010-03-08 10:27:42 +00:00
sound.h Yet more Flac -> FLAC changes for consistency. 2010-02-03 09:42:40 +00:00
string.cpp Add sanguine's patch for bug #2905463 - Loom PCE: missing characters in US font. 2009-12-02 03:55:06 +00:00
usage_bits.cpp
usage_bits.h
util.cpp
util.h
vars.cpp Fix regression in Let's Explore the Jungle with Buzzy. 2010-01-28 00:24:02 +00:00
verbs.cpp Some style fixes. 2010-03-16 14:34:25 +00:00
verbs.h