aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Collapse)Author
2008-09-13SCUMM: Got rid of class ChunkMax Horn
svn-id: r34518
2008-09-13SCUMM: Merged class Chunk & FileChunkMax Horn
svn-id: r34517
2008-09-13SCUMM: Merged class BaseChunk & Chunk; got rid of MemoryChunkMax Horn
svn-id: r34516
2008-09-13Big patch changing the signature of various Stream methods (some ports may ↵Max Horn
need to be slightly tweaked to fix overloading errors/warnings) svn-id: r34514
2008-09-11Committed my patch #2105593 "Launcher/MetaEngine: Finnished removeSaveState".Johannes Schickel
svn-id: r34495
2008-09-07Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an ↵Max Horn
FSNode); adapted code to that (by using getChild() to get subdirs, not string concatenation svn-id: r34434
2008-09-06Switched class File & DumpFile to use StdioStream internallyMax Horn
svn-id: r34391
2008-09-06ScummFile: Don't use the File::_ioFailed flag, rather track the io status ↵Max Horn
separately; also, changed eof() -> eos() svn-id: r34389
2008-09-06Add Wii version of SPY Fox 1.Travis Howell
svn-id: r34378
2008-09-06Add debugInput opcode for HE 100 games.Travis Howell
svn-id: r34375
2008-09-05Use exact case numbers, to avoid unneeded subtractions.Travis Howell
svn-id: r34352
2008-09-04Add missing case in o100_resourceRoutines.Travis Howell
svn-id: r34328
2008-09-04Correct HE version for Wii version of Freddi Fish 1.Travis Howell
svn-id: r34323
2008-09-03Moved check for shouldRTL() from engines to scummvm_mainMax Horn
svn-id: r34310
2008-09-03Added more versions of HE games.Travis Howell
svn-id: r34305
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some ↵Max Horn
'typedef Common::String String;' name aliases svn-id: r34302
2008-09-03Add another Dutch demo of Pajama Sam 1.Travis Howell
svn-id: r34291
2008-09-03Add Nintendo Wii versions of Freddi Fish 1 and Pajama Sam 1.Travis Howell
svn-id: r34290
2008-09-01Silence MSVC warning about empty switch statementFilippos Karapetis
svn-id: r34266
2008-09-01Merging more of the GSoC 2008 RTL branch: SCUMMMax Horn
svn-id: r34253
2008-08-30Added a whitespace, just for salty-horse.Torbjörn Andersson
svn-id: r34208
2008-08-29Made out-of-memory error in SCUMM a bit more verboseMax Horn
svn-id: r34201
2008-08-26Add more versions of HE games.Travis Howell
svn-id: r34184
2008-08-24remove broken code, but i'll add better feature into compression toolPaweł Kołodziejski
svn-id: r34119
2008-08-24Add more versions of HE games.Travis Howell
svn-id: r34116
2008-08-23Another French version Humongous Catalog and another English DOS version of ↵Travis Howell
Fatty Bear's Birthday Surprise. svn-id: r34107
2008-08-22Add another 3DO version of Fatty Bear's Birthday Surprise.Travis Howell
svn-id: r34090
2008-08-20Oops fix save loading after last commit.Johannes Schickel
svn-id: r34061
2008-08-20Cleanup of thumbnail saving/loading code.Johannes Schickel
svn-id: r34060
2008-08-20- Committed Max' compressed save backseeking support from patch #2050337 ↵Johannes Schickel
"KYRA/SCUMM: Thumbnail support/improvement" - Extended SCUMM engine to support savegames without thumbnail header. (Increased savegame version to prevent saves to be loaded from older ScummVM versions) - Fixed KYRA to properly support savegames without thumbnail header. svn-id: r34054
2008-08-20Committed patch #2050337 "KYRA/SCUMM: Thumbnail support/improvement". ↵Johannes Schickel
(Without Max' compressed backward seeking support for now) svn-id: r34053
2008-08-18Compile fix for 34006Bertrand Augereau
svn-id: r34009
2008-08-18Updates to the scummvm blitting code as discussed on the mailing list.Robin Watts
1) Remove DS version of the ARM blitters in favour of the 'normal' ARM one. 2) Update normal ARM blitter to use Carlo's clever algorithm. 3) Update C version with Max Horns patch (slightly tweaked - counting down on loops is better, M'kay). svn-id: r34006
2008-08-18do away with the smush force redraw hackKostas Nakos
svn-id: r33991
2008-08-16Replaced ARM_USE_GFX_ASM by USE_ARM_GFX_ASMMax Horn
svn-id: r33934
2008-08-16Merged revisions ↵Christopher Page
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 https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33924
2008-08-16Added a MetaEngineFeature for RTL support, the RTL button is disabled in the ↵Christopher Page
GMM if the engine doesn't support it svn-id: r33921
2008-08-15SCUMM: Made some potentially ambiguous (to the reader, at least) checks ↵Max Horn
slightly less ambiguous svn-id: r33919
2008-08-15Defined some MetaEngineFeatures for the engines, the launcher uses these ↵Christopher Page
features to allow/disallow loading and deleting saves svn-id: r33909
2008-08-15Added some MetaEngineFeatures, defined MEFs for the Scumm engineChristopher Page
svn-id: r33893
2008-08-13Clarify SCUMM MD5 message: We do not want reports on fanmade translationsMax Horn
svn-id: r33817
2008-08-09Merged revisions ↵Christopher Page
33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-33655,33664,33667-33670,33673-33674,33678,33682,33686-33691,33693,33696,33698,33700,33703,33708,33710,33712-33714,33716 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33720
2008-08-06Do not query savestates which obviously do not exist (to shut up bogus ↵Max Horn
console warnings) svn-id: r33664
2008-08-06Workaround for bug #2016521 (DOTT: Bernard impersonating LaVerne)Max Horn
svn-id: r33655
2008-08-06SCUMM: Renamed inventoryScript -> inventoryScriptIndy3MacMax Horn
svn-id: r33654
2008-08-05SCUMM: cleanup SaveLoadChooser::updateInfos codeMax Horn
svn-id: r33640
2008-08-05SCUMM: Don't try to load metadata for slot -1 (i.e. don't try to load ↵Max Horn
metadata if nothing is selected) svn-id: r33639
2008-08-04Merged revisions ↵Christopher Page
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 https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33624
2008-08-04SCUMM: Only try to load savefile metadata from slots >= 0Max Horn
svn-id: r33607
2008-08-04Turned InSaveFile & OutSaveFile into simple typedefsMax Horn
svn-id: r33606