.. |
he
|
Add debugInput opcode for HE 100 games.
|
2008-09-06 01:02:45 +00:00 |
imuse
|
|
|
imuse_digi
|
shutup valgrind warning
|
2008-07-22 15:24:39 +00:00 |
insane
|
|
|
smush
|
Merging more of the GSoC 2008 RTL branch: SCUMM
|
2008-09-01 20:20:20 +00:00 |
actor.cpp
|
|
|
actor.h
|
|
|
akos.cpp
|
|
|
akos.h
|
|
|
base-costume.cpp
|
|
|
base-costume.h
|
|
|
bomp.cpp
|
|
|
bomp.h
|
|
|
boxes.cpp
|
SCUMM: Made some potentially ambiguous (to the reader, at least) checks slightly less ambiguous
|
2008-08-15 22:06:15 +00:00 |
boxes.h
|
|
|
camera.cpp
|
|
|
charset-fontdata.cpp
|
|
|
charset.cpp
|
Remove debug left over.
|
2008-08-04 01:57:50 +00:00 |
charset.h
|
Fix for bug #1945335: "SCUMM: Invalid charset id can be stored".
|
2008-08-02 22:51:53 +00:00 |
costume.cpp
|
|
|
costume.h
|
|
|
cursor.cpp
|
|
|
debugger.cpp
|
Changed class File (and derived classes) to only support read-only access; added a new class DumpFile for writing
|
2008-07-29 16:09:10 +00:00 |
debugger.h
|
|
|
detection_tables.h
|
Add more versions of HE games.
|
2008-08-24 07:48:44 +00:00 |
detection.cpp
|
Moved FilesystemNode / FSList to namespace Common; also got rid of some 'typedef Common::String String;' name aliases
|
2008-09-03 11:22:51 +00:00 |
detection.h
|
|
|
dialogs.cpp
|
Merging more of the GSoC 2008 RTL branch: SCUMM
|
2008-09-01 20:20:20 +00:00 |
dialogs.h
|
Merged revisions 33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,33078-33079,33083,33086-33087,33089,33094-33096,33098-33099,33104,33108-33109,33114-33117,33120,33135-33146,33160,33162,33165,33167-33169 via svnmerge from
|
2008-07-21 22:46:39 +00:00 |
file_nes.cpp
|
Changed class File (and derived classes) to only support read-only access; added a new class DumpFile for writing
|
2008-07-29 16:09:10 +00:00 |
file_nes.h
|
Switched class File & DumpFile to use StdioStream internally
|
2008-09-06 20:49:48 +00:00 |
file.cpp
|
ScummFile: Don't use the File::_ioFailed flag, rather track the io status separately; also, changed eof() -> eos()
|
2008-09-06 20:34:21 +00:00 |
file.h
|
ScummFile: Don't use the File::_ioFailed flag, rather track the io status separately; also, changed eof() -> eos()
|
2008-09-06 20:34:21 +00:00 |
gfx.cpp
|
Updates to the scummvm blitting code as discussed on the mailing list.
|
2008-08-18 20:04:15 +00:00 |
gfx.h
|
Compile fix for 34006
|
2008-08-18 20:43:44 +00:00 |
gfxARM.s
|
Updates to the scummvm blitting code as discussed on the mailing list.
|
2008-08-18 20:04:15 +00:00 |
help.cpp
|
|
|
help.h
|
|
|
input.cpp
|
SCUMM works with new GMM implementation
|
2008-07-11 01:22:37 +00:00 |
intern.h
|
|
|
midiparser_eup.cpp
|
|
|
midiparser_ro.cpp
|
|
|
module.mk
|
Cleanup of thumbnail saving/loading code.
|
2008-08-20 15:08:00 +00:00 |
music.h
|
|
|
nut_renderer.cpp
|
|
|
nut_renderer.h
|
|
|
object.cpp
|
|
|
object.h
|
|
|
palette.cpp
|
|
|
player_mod.cpp
|
|
|
player_mod.h
|
|
|
player_nes.cpp
|
|
|
player_nes.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
|
|
|
proc3ARM.s
|
|
|
resource_v2.cpp
|
|
|
resource_v3.cpp
|
|
|
resource_v4.cpp
|
ScummFile: Don't use the File::_ioFailed flag, rather track the io status separately; also, changed eof() -> eos()
|
2008-09-06 20:34:21 +00:00 |
resource.cpp
|
ScummFile: Don't use the File::_ioFailed flag, rather track the io status separately; also, changed eof() -> eos()
|
2008-09-06 20:34:21 +00:00 |
resource.h
|
|
|
room.cpp
|
|
|
saveload.cpp
|
Merging more of the GSoC 2008 RTL branch: SCUMM
|
2008-09-01 20:20:20 +00:00 |
saveload.h
|
- Committed Max' compressed save backseeking support from patch #2050337 "KYRA/SCUMM: Thumbnail support/improvement"
|
2008-08-20 14:24:16 +00:00 |
script_v0.cpp
|
|
|
script_v2.cpp
|
|
|
script_v5.cpp
|
Merged revisions 33777,33781-33788,33790,33792-33793,33795,33797,33805,33807-33812,33815-33817,33819,33822,33826,33829,33837,33839,33844,33847,33858-33861,33864,33871-33873,33875,33877-33879,33886,33889-33892,33894,33896,33900,33902-33903,33919 via svnmerge from
|
2008-08-16 04:30:01 +00:00 |
script_v6.cpp
|
Merging more of the GSoC 2008 RTL branch: SCUMM
|
2008-09-01 20:20:20 +00:00 |
script_v8.cpp
|
SCUMM works with new GMM implementation
|
2008-07-11 01:22:37 +00:00 |
script.cpp
|
SCUMM: Renamed inventoryScript -> inventoryScriptIndy3Mac
|
2008-08-06 09:13:57 +00:00 |
script.h
|
|
|
scumm-md5.h
|
Add Wii version of SPY Fox 1.
|
2008-09-06 07:03:38 +00:00 |
scumm.cpp
|
Add debugInput opcode for HE 100 games.
|
2008-09-06 01:02:45 +00:00 |
scumm.h
|
Merging more of the GSoC 2008 RTL branch: SCUMM
|
2008-09-01 20:20:20 +00:00 |
sound.cpp
|
SCUMM: Fixed a memory leak in the SCUMM engine
|
2008-06-12 19:43:54 +00:00 |
sound.h
|
|
|
string.cpp
|
Fix bug #2023727: "MONKEY2: Misplaced Text"
|
2008-08-02 21:36:08 +00:00 |
usage_bits.cpp
|
|
|
usage_bits.h
|
|
|
util.cpp
|
|
|
util.h
|
|
|
vars.cpp
|
|
|
verbs.cpp
|
Fix display of original load/save screen in the FM-TOWNS version of Loom.
|
2008-05-31 06:31:21 +00:00 |
verbs.h
|
|
|