aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2008-09-03CleanupFilippos Karapetis
svn-id: r34295
2008-09-02Modified POSIX FSNode implementation to use Common::normalizePath & ↵Max Horn
Common::lastPathComponent; added a TODO regarding relative paths svn-id: r34283
2008-09-02Applied my patch from -devel, which reenables GMM opening via F6.Johannes Schickel
svn-id: r34281
2008-09-02Fake 320x200 resolution instead of 200x320.Johannes Schickel
svn-id: r34279
2008-09-02Updated NULL backend for FS changes.Johannes Schickel
svn-id: r34277
2008-09-02Added missing include.Johannes Schickel
svn-id: r34275
2008-09-01First part of GSoC2008 RTL branch mergeMax Horn
svn-id: r34241
2008-08-29Updated comments, and general cleanupStephen Kennedy
svn-id: r34203
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-23Proper fix for key repeat bug - r34094 caused different problems due to ↵Stephen Kennedy
repeated key up events svn-id: r34115
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-22Fixed display cursor position bugStephen Kennedy
svn-id: r34095
2008-08-22Fix for key repeat bugStephen Kennedy
svn-id: r34094
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-18Final changes to keymapper:Stephen Kennedy
* HardwareKey's now have a type too, so that we can either match a key to an action or vice versa. * Better test keymaps - with special gui keymap that is activated when a dialog is opened svn-id: r34005
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-18remap dialog updatesStephen Kennedy
svn-id: r33990
2008-08-18Makefile update for last commitStephen Kennedy
svn-id: r33989
2008-08-18Removed KeymapManager class. Automatic mapping now done in Keymap. Rest of ↵Stephen Kennedy
KeymapManager functionality is implemented in Keymapper. svn-id: r33988
2008-08-18Updated to latest version of XMLParser, and modified VirtualKeyboardParser ↵Stephen Kennedy
to reflect changes. svn-id: r33987
2008-08-18- proper init of virtual keyboard now implemented (involved added ↵Stephen Kennedy
EventManager::init() which is called after screen has been initialised) - changed HardwareKey / Action id field to an array of 4 chars instead of int32. Means that the keymap key/value pairs in config file are more readable. svn-id: r33986
2008-08-17Improved filehandling for securer and quicker way to get ref to file sessionLars Persson
svn-id: r33978
2008-08-17Various virtual keyboard bug fixesStephen Kennedy
svn-id: r33969
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-15Optimization and cleanup of VirtualKeyboardGUIStephen Kennedy
svn-id: r33916
2008-08-15Added clear event to virtual keyboardStephen Kennedy
svn-id: r33913
2008-08-15* Added Virtual Keyboard descriptions for all keycodesStephen Kennedy
* Tweaking of key delivery queue svn-id: r33907
2008-08-15UpdUpdated actions and Readme for Symbian OS port!Lars Persson
svn-id: r33902
2008-08-15Added close button on remap dialogStephen Kennedy
svn-id: r33888
2008-08-15Virtual Keyboard:Stephen Kennedy
* added support for submit, cancel, backspace, and cursor movement commands * minor API modifications svn-id: r33887