Age | Commit message (Expand) | Author |
2008-09-07 | Remove SYMBIAN special handing from default handler. | Lars Persson |
2008-09-07 | Need to have own implementation of snprintf and vsnprintf. | Lars Persson |
2008-09-07 | Updated to include SymbianStream instead of StdioStream | Lars Persson |
2008-09-07 | StdioStream implemented with Symbian file handling. | Lars Persson |
2008-09-07 | Remove symbian defines from stdiostream.cpp | Lars Persson |
2008-09-06 | Unlike ferror, our Stream::ioFailed() is also supposed to return true when th... | Max Horn |
2008-09-06 | Portdefs cleanup, use snprintf from SDL and not sprintf (Which can cause memo... | Lars Persson |
2008-09-05 | Some tweaks to help (?) OS/2 | Max Horn |
2008-09-05 | Add symbian implementations to create read/write configfile handles | Lars Persson |
2008-09-05 | Change location of create fs factory for Symbian! | Lars Persson |
2008-09-05 | Remove usage of main_features.inl and the file | Lars Persson |
2008-09-05 | ADded Tinsel as supported engine strings | Lars Persson |
2008-09-05 | Add missing dialogs.cpp | Lars Persson |
2008-09-05 | Still need to get that build working. Readjust buildscript | Lars Persson |
2008-09-05 | Updated build script with new dialog.cpp | Lars Persson |
2008-09-05 | Updated filehandling for Symbian OS | Lars Persson |
2008-09-05 | Ported AMIGA specific file buffering 'hack' from class File to StdioStream | Max Horn |
2008-09-05 | Added two new files | Lars Persson |
2008-09-05 | Updated Symbian OS file actions with ferror and fflush. | Lars Persson |
2008-09-05 | Updated package revision no to 0.13. Updated default engine list | Lars Persson |
2008-09-05 | Updated buildscripts to support tinsel | Lars Persson |
2008-09-04 | move save directory detection/creation from main() to OSystem_PSP::initBackend() | Joost Peters |
2008-09-04 | remove deprecated SCUMMVM_SAVEPATH define -- pass default savepath to Default... | Joost Peters |
2008-09-03 | Some cleanup by peres | Max Horn |
2008-09-03 | POSIX FSNode: got rid of Double-slashes in paths for childs of the root; simp... | Max Horn |
2008-09-03 | Pushed AbstractFilesystemNode::openForReading() / openForWriting() impls out ... | Max Horn |
2008-09-03 | Moved StdioStream to its own files inside backends | Max Horn |
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type... | Max Horn |
2008-09-03 | Added new AbstractFilesystemNode::openForReading & ::openForWriting method, b... | Max Horn |
2008-09-03 | Cleanup | Filippos Karapetis |
2008-09-02 | Modified POSIX FSNode implementation to use Common::normalizePath & Common::l... | Max Horn |
2008-09-02 | Applied my patch from -devel, which reenables GMM opening via F6. | Johannes Schickel |
2008-09-02 | Fake 320x200 resolution instead of 200x320. | Johannes Schickel |
2008-09-02 | Updated NULL backend for FS changes. | Johannes Schickel |
2008-09-02 | Added missing include. | Johannes Schickel |
2008-09-01 | First part of GSoC2008 RTL branch merge | Max Horn |
2008-08-27 | FSNode code: Merged most versions of lastPathComponent() into one new Abstrac... | Max Horn |
2008-08-27 | Partial commit of patch #2012839: Atari Patch for adding Native MIDI and Fix ... | Max Horn |
2008-08-27 | Slightly modified form of patch #2043093: OS/2 patches for posix-fs | Max Horn |
2008-08-27 | Slightly cleaned up version of patch #2072006: Enhance OSystem_SDL::setupIcon | Max Horn |
2008-08-25 | Update readme | Kostas Nakos |
2008-08-25 | patch 1868881: ini option to disable doubletap rmb | Kostas Nakos |
2008-08-25 | patch 1984130: Add Tremolo info | Kostas Nakos |
2008-08-22 | Remove warning about change of config file location under Windows, since it i... | Travis Howell |
2008-08-22 | Turned SymbianFilesystemFactory from a singleton into a normal class; adapted... | Max Horn |
2008-08-22 | SDL backend: Simplified openConfigFileForReading/openConfigFileForWriting imp... | Max Horn |
2008-08-22 | Symbian backend does not have to implement config file methods, as long as th... | Max Horn |
2008-08-22 | Turned Windows, AmigaOS and POSIX FSFactories into plain classes; no need for... | Max Horn |
2008-08-22 | Moved POSIXFilesystemNode class declaration to a new header file, to enable s... | Max Horn |
2008-08-22 | code formatting cleanup | Max Horn |