Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-03 | Cleanup | Filippos Karapetis | |
svn-id: r34295 | |||
2008-09-02 | Modified POSIX FSNode implementation to use Common::normalizePath & ↵ | Max Horn | |
Common::lastPathComponent; added a TODO regarding relative paths svn-id: r34283 | |||
2008-09-02 | Applied my patch from -devel, which reenables GMM opening via F6. | Johannes Schickel | |
svn-id: r34281 | |||
2008-09-02 | Fake 320x200 resolution instead of 200x320. | Johannes Schickel | |
svn-id: r34279 | |||
2008-09-02 | Updated NULL backend for FS changes. | Johannes Schickel | |
svn-id: r34277 | |||
2008-09-02 | Added missing include. | Johannes Schickel | |
svn-id: r34275 | |||
2008-09-01 | First part of GSoC2008 RTL branch merge | Max Horn | |
svn-id: r34241 | |||
2008-08-29 | Updated comments, and general cleanup | Stephen Kennedy | |
svn-id: r34203 | |||
2008-08-27 | FSNode code: Merged most versions of lastPathComponent() into one new ↵ | Max Horn | |
AbstractFilesystemNode::lastPathComponent() method, with customizable path separator character svn-id: r34197 | |||
2008-08-27 | Partial commit of patch #2012839: Atari Patch for adding Native MIDI and Fix ↵ | Max Horn | |
Compile svn-id: r34194 | |||
2008-08-27 | Slightly modified form of patch #2043093: OS/2 patches for posix-fs | Max Horn | |
svn-id: r34193 | |||
2008-08-27 | Slightly cleaned up version of patch #2072006: Enhance OSystem_SDL::setupIcon | Max Horn | |
svn-id: r34192 | |||
2008-08-25 | Update readme | Kostas Nakos | |
svn-id: r34164 | |||
2008-08-25 | patch 1868881: ini option to disable doubletap rmb | Kostas Nakos | |
svn-id: r34141 | |||
2008-08-25 | patch 1984130: Add Tremolo info | Kostas Nakos | |
svn-id: r34138 | |||
2008-08-23 | Proper fix for key repeat bug - r34094 caused different problems due to ↵ | Stephen Kennedy | |
repeated key up events svn-id: r34115 | |||
2008-08-22 | Remove 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-22 | Turned SymbianFilesystemFactory from a singleton into a normal class; ↵ | Max Horn | |
adapted symbian backend accordingly svn-id: r34101 | |||
2008-08-22 | SDL 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-22 | Symbian 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-22 | Turned 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-22 | Moved POSIXFilesystemNode class declaration to a new header file, to enable ↵ | Max Horn | |
subclassing svn-id: r34097 | |||
2008-08-22 | code formatting cleanup | Max Horn | |
svn-id: r34096 | |||
2008-08-22 | Fixed display cursor position bug | Stephen Kennedy | |
svn-id: r34095 | |||
2008-08-22 | Fix for key repeat bug | Stephen 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-19 | Don't Use CEikonEnv::Static, get FS from system class instead | Lars Persson | |
svn-id: r34025 | |||
2008-08-18 | Enable save game action key in Touche for WinCE devices. | Lars Persson | |
svn-id: r34013 | |||
2008-08-18 | Enable quick F5 save key for Touche! | Lars Persson | |
svn-id: r34011 | |||
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 | Final 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-18 | switching to libTremolo | Kostas Nakos | |
svn-id: r33999 | |||
2008-08-18 | do away with the smush force redraw hack | Kostas Nakos | |
svn-id: r33991 | |||
2008-08-18 | remap dialog updates | Stephen Kennedy | |
svn-id: r33990 | |||
2008-08-18 | Makefile update for last commit | Stephen Kennedy | |
svn-id: r33989 | |||
2008-08-18 | Removed KeymapManager class. Automatic mapping now done in Keymap. Rest of ↵ | Stephen Kennedy | |
KeymapManager functionality is implemented in Keymapper. svn-id: r33988 | |||
2008-08-18 | Updated 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-17 | Improved filehandling for securer and quicker way to get ref to file session | Lars Persson | |
svn-id: r33978 | |||
2008-08-17 | Various virtual keyboard bug fixes | Stephen Kennedy | |
svn-id: r33969 | |||
2008-08-16 | Properly close files opened when checking for config file on WIN32. | Johannes Schickel | |
svn-id: r33953 | |||
2008-08-16 | Replaced ARM_USE_GFX_ASM by USE_ARM_GFX_ASM | Max Horn | |
svn-id: r33934 | |||
2008-08-16 | Enable CINE | Lars Persson | |
svn-id: r33932 | |||
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-15 | Optimization and cleanup of VirtualKeyboardGUI | Stephen Kennedy | |
svn-id: r33916 | |||
2008-08-15 | Added clear event to virtual keyboard | Stephen Kennedy | |
svn-id: r33913 | |||
2008-08-15 | * Added Virtual Keyboard descriptions for all keycodes | Stephen Kennedy | |
* Tweaking of key delivery queue svn-id: r33907 | |||
2008-08-15 | UpdUpdated actions and Readme for Symbian OS port! | Lars Persson | |
svn-id: r33902 | |||
2008-08-15 | Added close button on remap dialog | Stephen Kennedy | |
svn-id: r33888 | |||
2008-08-15 | Virtual Keyboard: | Stephen Kennedy | |
* added support for submit, cancel, backspace, and cursor movement commands * minor API modifications svn-id: r33887 |