aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2008-09-01First part of GSoC2008 RTL branch mergeMax Horn
svn-id: r34241
2008-08-27FSNode code: Merged most versions of lastPathComponent() into one new ↵Max Horn
AbstractFilesystemNode::lastPathComponent() method, with customizable path separator character svn-id: r34197
2008-08-27Partial commit of patch #2012839: Atari Patch for adding Native MIDI and Fix ↵Max Horn
Compile svn-id: r34194
2008-08-27Slightly modified form of patch #2043093: OS/2 patches for posix-fsMax Horn
svn-id: r34193
2008-08-27Slightly cleaned up version of patch #2072006: Enhance OSystem_SDL::setupIconMax Horn
svn-id: r34192
2008-08-25Update readmeKostas Nakos
svn-id: r34164
2008-08-25patch 1868881: ini option to disable doubletap rmbKostas Nakos
svn-id: r34141
2008-08-25patch 1984130: Add Tremolo infoKostas Nakos
svn-id: r34138
2008-08-22Remove warning about change of config file location under Windows, since it ↵Travis Howell
is frequently repeated (due to code restructures). The information is mentioned in the README anyway. svn-id: r34104
2008-08-22Turned SymbianFilesystemFactory from a singleton into a normal class; ↵Max Horn
adapted symbian backend accordingly svn-id: r34101
2008-08-22SDL backend: Simplified openConfigFileForReading/openConfigFileForWriting ↵Max Horn
impl; also init _fsFactory in constructor, as it is needed to load the config file svn-id: r34100
2008-08-22Symbian backend does not have to implement config file methods, as long as ↵Max Horn
they are identical to those in the SDL backend... svn-id: r34099
2008-08-22Turned Windows, AmigaOS and POSIX FSFactories into plain classes; no need ↵Max Horn
for them to be singletons (actually true for all other FS factories) svn-id: r34098
2008-08-22Moved POSIXFilesystemNode class declaration to a new header file, to enable ↵Max Horn
subclassing svn-id: r34097
2008-08-22code formatting cleanupMax Horn
svn-id: r34096
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-19Don't Use CEikonEnv::Static, get FS from system class insteadLars Persson
svn-id: r34025
2008-08-18Enable save game action key in Touche for WinCE devices.Lars Persson
svn-id: r34013
2008-08-18Enable quick F5 save key for Touche!Lars Persson
svn-id: r34011
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-18switching to libTremoloKostas Nakos
svn-id: r33999
2008-08-18do away with the smush force redraw hackKostas Nakos
svn-id: r33991
2008-08-17Improved filehandling for securer and quicker way to get ref to file sessionLars Persson
svn-id: r33978
2008-08-16Properly close files opened when checking for config file on WIN32.Johannes Schickel
svn-id: r33953
2008-08-16Replaced ARM_USE_GFX_ASM by USE_ARM_GFX_ASMMax Horn
svn-id: r33934
2008-08-16Enable CINELars Persson
svn-id: r33932
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-15UpdUpdated actions and Readme for Symbian OS port!Lars Persson
svn-id: r33902
2008-08-13cleanupMax Horn
svn-id: r33847
2008-08-13fix a small bug in the quit dialogKostas Nakos
svn-id: r33844
2008-08-13fix bug #1910057: FT multifunctionKostas Nakos
svn-id: r33839
2008-08-13fix bug #2038992 by saving and restoring channel volumesKostas Nakos
svn-id: r33829
2008-08-11build a wii binary per defaultAndre Heider
svn-id: r33788
2008-08-11video mode polishing:Andre Heider
* proper fullscreen video mode * multiple graphic modes with different overscan values * "fullscreen mode" stretches the picture on 16:9 displays * fixed broken sword 1/2 gfx garbage * support for setShakePos() svn-id: r33787
2008-08-10Merged revisions ↵Christopher Page
33719,33721-33723,33725-33727,33729-33730,33733,33736,33742,33754,33756,33758,33761,33763,33766 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33769
2008-08-10add support for drascula engineKostas Nakos
svn-id: r33754
2008-08-09Updated the Makefile to the new build system.Andre Heider
Introduced a Makefile variable to build a gamecube version. svn-id: r33723
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-09Updates to the recent OSystem API changesAndre Heider
svn-id: r33719
2008-08-09fix MR on ce: allocate large buffer on the heap instead and of the stack, ↵Kostas Nakos
and improve the workaround svn-id: r33714
2008-08-07setup interface for later kyra gamesKostas Nakos
svn-id: r33682
2008-08-05Committed my patch #2026097 ("ALSA: Try both 65:0 and 17:0 by default"), with aTorbjörn Andersson
slight modification to the README changes. (I don't know how to interpret all the output from aconnect, so I'm only documenting "the most important bit".) svn-id: r33648
2008-08-05Remove file attribute check, since getChild() can be called on file path ↵Travis Howell
that doesn'r exist. svn-id: r33633
2008-08-05Merged revisions 33626-33627 via svnmerge from Christopher Page
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33629
2008-08-05Fix win32 compile.Travis Howell
svn-id: r33626
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-04Symbian build package should now contain drascula.dat alsoLars Persson
svn-id: r33623
2008-08-04Pushed some port specific code from DefaultSaveFileManager out to port ↵Max Horn
specific code in backends/platform/ svn-id: r33621
2008-08-04List the correct engines in about, Lars Persson
updated actions with Lure (from WinCE). Increased min heap size to 5MB svn-id: r33618
2008-08-04Remove some code which was rendered obsolete by md5's commit r33610Max Horn
svn-id: r33617