Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-07 | Replaced 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-06 | Switched class File & DumpFile to use StdioStream internally | Max Horn | |
svn-id: r34391 | |||
2008-09-06 | ScummFile: Don't use the File::_ioFailed flag, rather track the io status ↵ | Max Horn | |
separately; also, changed eof() -> eos() svn-id: r34389 | |||
2008-09-06 | Add Wii version of SPY Fox 1. | Travis Howell | |
svn-id: r34378 | |||
2008-09-06 | Add debugInput opcode for HE 100 games. | Travis Howell | |
svn-id: r34375 | |||
2008-09-05 | Use exact case numbers, to avoid unneeded subtractions. | Travis Howell | |
svn-id: r34352 | |||
2008-09-04 | Add missing case in o100_resourceRoutines. | Travis Howell | |
svn-id: r34328 | |||
2008-09-04 | Correct HE version for Wii version of Freddi Fish 1. | Travis Howell | |
svn-id: r34323 | |||
2008-09-03 | Moved check for shouldRTL() from engines to scummvm_main | Max Horn | |
svn-id: r34310 | |||
2008-09-03 | Added more versions of HE games. | Travis Howell | |
svn-id: r34305 | |||
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some ↵ | Max Horn | |
'typedef Common::String String;' name aliases svn-id: r34302 | |||
2008-09-03 | Add another Dutch demo of Pajama Sam 1. | Travis Howell | |
svn-id: r34291 | |||
2008-09-03 | Add Nintendo Wii versions of Freddi Fish 1 and Pajama Sam 1. | Travis Howell | |
svn-id: r34290 | |||
2008-09-01 | Silence MSVC warning about empty switch statement | Filippos Karapetis | |
svn-id: r34266 | |||
2008-09-01 | Merging more of the GSoC 2008 RTL branch: SCUMM | Max Horn | |
svn-id: r34253 | |||
2008-08-30 | Added a whitespace, just for salty-horse. | Torbjörn Andersson | |
svn-id: r34208 | |||
2008-08-29 | Made out-of-memory error in SCUMM a bit more verbose | Max Horn | |
svn-id: r34201 | |||
2008-08-26 | Add more versions of HE games. | Travis Howell | |
svn-id: r34184 | |||
2008-08-24 | remove broken code, but i'll add better feature into compression tool | Paweł Kołodziejski | |
svn-id: r34119 | |||
2008-08-24 | Add more versions of HE games. | Travis Howell | |
svn-id: r34116 | |||
2008-08-23 | Another French version Humongous Catalog and another English DOS version of ↵ | Travis Howell | |
Fatty Bear's Birthday Surprise. svn-id: r34107 | |||
2008-08-22 | Add another 3DO version of Fatty Bear's Birthday Surprise. | Travis Howell | |
svn-id: r34090 | |||
2008-08-20 | Oops fix save loading after last commit. | Johannes Schickel | |
svn-id: r34061 | |||
2008-08-20 | Cleanup 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-20 | Committed patch #2050337 "KYRA/SCUMM: Thumbnail support/improvement". ↵ | Johannes Schickel | |
(Without Max' compressed backward seeking support for now) svn-id: r34053 | |||
2008-08-18 | Compile fix for 34006 | Bertrand Augereau | |
svn-id: r34009 | |||
2008-08-18 | Updates 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-18 | do away with the smush force redraw hack | Kostas Nakos | |
svn-id: r33991 | |||
2008-08-16 | Replaced ARM_USE_GFX_ASM by USE_ARM_GFX_ASM | Max Horn | |
svn-id: r33934 | |||
2008-08-16 | Merged 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-16 | Added 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-15 | SCUMM: Made some potentially ambiguous (to the reader, at least) checks ↵ | Max Horn | |
slightly less ambiguous svn-id: r33919 | |||
2008-08-15 | Defined some MetaEngineFeatures for the engines, the launcher uses these ↵ | Christopher Page | |
features to allow/disallow loading and deleting saves svn-id: r33909 | |||
2008-08-15 | Added some MetaEngineFeatures, defined MEFs for the Scumm engine | Christopher Page | |
svn-id: r33893 | |||
2008-08-13 | Clarify SCUMM MD5 message: We do not want reports on fanmade translations | Max Horn | |
svn-id: r33817 | |||
2008-08-09 | Merged 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-06 | Do not query savestates which obviously do not exist (to shut up bogus ↵ | Max Horn | |
console warnings) svn-id: r33664 | |||
2008-08-06 | Workaround for bug #2016521 (DOTT: Bernard impersonating LaVerne) | Max Horn | |
svn-id: r33655 | |||
2008-08-06 | SCUMM: Renamed inventoryScript -> inventoryScriptIndy3Mac | Max Horn | |
svn-id: r33654 | |||
2008-08-05 | SCUMM: cleanup SaveLoadChooser::updateInfos code | Max Horn | |
svn-id: r33640 | |||
2008-08-05 | SCUMM: 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-04 | Merged 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-04 | SCUMM: Only try to load savefile metadata from slots >= 0 | Max Horn | |
svn-id: r33607 | |||
2008-08-04 | Turned InSaveFile & OutSaveFile into simple typedefs | Max Horn | |
svn-id: r33606 | |||
2008-08-04 | Remove debug left over. | Travis Howell | |
svn-id: r33596 | |||
2008-08-02 | Fix for bug #1945335: "SCUMM: Invalid charset id can be stored". | Eugene Sandulenko | |
Regressions possible. svn-id: r33552 | |||
2008-08-02 | Fix bug #1879606: "MANIACNES: Crash when game ends" | Eugene Sandulenko | |
svn-id: r33546 | |||
2008-08-02 | Fix bug #2023727: "MONKEY2: Misplaced Text" | Eugene Sandulenko | |
svn-id: r33544 | |||
2008-07-29 | Changed class File (and derived classes) to only support read-only access; ↵ | Max Horn | |
added a new class DumpFile for writing svn-id: r33412 |