.. |
he
|
Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,33212,33218-33220,33222,33224-33226,33229-33243,33246,33248-33250,33252,33258-33261,33263,33266,33270,33272-33283,33285,33287-33290,33295-33298,33321,33325-33330,33332-33335,33337-33340,33342,33345,33347,33349-33350,33352-33357,33359-33367,33369-33371,33373,33375-33377,33379-33380,33383-33385,33387-33389,33392-33394,33400-33402,33404-33405,33407-33410,33412-33416,33418-33419,33425-33427,33432,33436-33438,33444,33446,33452-33453,33455-33459,33463-33464,33466-33471,33473-33474,33478,33490,33492,33495-33496,33509-33512,33518-33519,33522-33527,33529-33530,33537,33541,33544,33546,33550,33552-33554,33556,33558,33561-33562,33565,33568,33570,33574,33576,33578-33581,33584-33587,33590,33596,33604-33611,33614-33615,33617-33618,33620-33621 via svnmerge from
|
2008-08-04 22:34:07 +00:00 |
imuse
|
Work around bug #1324106 again. Apparently, I was mistaken the other day when I
|
2008-01-11 22:59:13 +00:00 |
imuse_digi
|
shutup valgrind warning
|
2008-07-22 15:24:39 +00:00 |
insane
|
Allow static and dynamic plugins to be used at the same time
|
2008-05-06 03:00:26 +00:00 |
smush
|
Merging more of the GSoC 2008 RTL branch: SCUMM
|
2008-09-01 20:20:20 +00:00 |
actor.cpp
|
Allow static and dynamic plugins to be used at the same time
|
2008-05-06 03:00:26 +00:00 |
actor.h
|
|
|
akos.cpp
|
Allow static and dynamic plugins to be used at the same time
|
2008-05-06 03:00:26 +00:00 |
akos.h
|
|
|
base-costume.cpp
|
|
|
base-costume.h
|
Introduce ARM code for commonest case of "proc3" costume blitting (as
|
2008-02-03 01:26:12 +00:00 |
bomp.cpp
|
Fixed the spaces before tabs.
|
2008-01-28 00:14:17 +00:00 |
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
|
Allow static and dynamic plugins to be used at the same time
|
2008-05-06 03:00:26 +00:00 |
charset-fontdata.cpp
|
Split out charset font data for easier maintenance
|
2008-01-01 15:36:50 +00:00 |
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
|
Previous commit to enable ARM proc3 stuff for WinCE was broken, as I'd
|
2008-02-03 13:12:51 +00:00 |
costume.h
|
|
|
cursor.cpp
|
Fixed the spaces before tabs.
|
2008-01-28 00:14:17 +00:00 |
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
|
Workaround for bug #1804278: "MONKEY: Mouse is invisible after loading"
|
2008-01-02 18:44:20 +00:00 |
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
|
Removed trailing spaces.
|
2008-01-27 19:47:41 +00:00 |
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
|
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.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.h
|
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 |
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
|
Fixed the spaces before tabs.
|
2008-01-28 00:14:17 +00:00 |
help.h
|
|
|
input.cpp
|
SCUMM works with new GMM implementation
|
2008-07-11 01:22:37 +00:00 |
intern.h
|
Allow static and dynamic plugins to be used at the same time
|
2008-05-06 03:00:26 +00:00 |
midiparser_eup.cpp
|
|
|
midiparser_ro.cpp
|
Made the Loom Roland music fix a bit more specific. Only one song in EGA Loom
|
2008-01-03 19:43:43 +00:00 |
module.mk
|
Cleanup of thumbnail saving/loading code.
|
2008-08-20 15:08:00 +00:00 |
music.h
|
|
|
nut_renderer.cpp
|
Changed all delete [] usages to delete[].
|
2008-05-07 14:31:45 +00:00 |
nut_renderer.h
|
Allow static and dynamic plugins to be used at the same time
|
2008-05-06 03:00:26 +00:00 |
object.cpp
|
Allow static and dynamic plugins to be used at the same time
|
2008-05-06 03:00:26 +00:00 |
object.h
|
Removed trailing spaces.
|
2008-01-27 19:47:41 +00:00 |
palette.cpp
|
Allow static and dynamic plugins to be used at the same time
|
2008-05-06 03:00:26 +00:00 |
player_mod.cpp
|
Alter last changes, for code formatting.
|
2008-02-12 09:34:38 +00:00 |
player_mod.h
|
Add patch #1891606 - Improved sound playback for Amiga SCUMM V2/V3 games.
|
2008-02-12 03:26:05 +00:00 |
player_nes.cpp
|
|
|
player_nes.h
|
|
|
player_v1.cpp
|
|
|
player_v1.h
|
|
|
player_v2.cpp
|
|
|
player_v2.h
|
|
|
player_v2a.cpp
|
Add patch from Quietust - Update asserts and comments in sound code for Amiga SCUMM V2 games.
|
2008-02-19 00:36:47 +00:00 |
player_v2a.h
|
|
|
player_v3a.cpp
|
|
|
player_v3a.h
|
|
|
proc3ARM.s
|
Remove unnecessary execution bit.
|
2008-03-08 20:52:44 +00:00 |
resource_v2.cpp
|
|
|
resource_v3.cpp
|
|
|
resource_v4.cpp
|
|
|
resource.cpp
|
Merging more of the GSoC 2008 RTL branch: SCUMM
|
2008-09-01 20:20:20 +00:00 |
resource.h
|
|
|
room.cpp
|
Allow static and dynamic plugins to be used at the same time
|
2008-05-06 03:00:26 +00:00 |
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
|
Fixed the spaces before tabs.
|
2008-01-28 00:14:17 +00:00 |
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
|
Added more versions of HE games.
|
2008-09-03 13:49:24 +00:00 |
scumm.cpp
|
Moved check for shouldRTL() from engines to scummvm_main
|
2008-09-03 16:56:40 +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
|
Move tag2str() to common/
|
2008-01-21 12:44:39 +00:00 |
util.h
|
Move tag2str() to common/
|
2008-01-21 12:44:39 +00:00 |
vars.cpp
|
Allow static and dynamic plugins to be used at the same time
|
2008-05-06 03:00:26 +00:00 |
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
|
|
|