Age | Commit message (Expand) | Author |
2008-09-16 | Removed assert leftover. | Johannes Schickel |
2008-09-16 | Modified uncompress in common/zlib.h to return a bool, so that we don't have ... | Max Horn |
2008-09-15 | DS: Backported 0.12 changes to trunk | Max Horn |
2008-09-14 | Big patch changing semantics of ReadStream::eos(): | Willem Jan Palenstijn |
2008-09-14 | DS: Removed legacy GCC 2.x build code (NDS/DevKitPro uses GCC 3 or newer anyw... | Max Horn |
2008-09-14 | NDS: Replaced -I- by modern -iquote | Max Horn |
2008-09-14 | Another NDS compilation fix, plus a warning fix | Max Horn |
2008-09-14 | Changed VPATH to vpath, to allow building NDS port in parallel to another por... | Max Horn |
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ne... | Max Horn |
2008-09-13 | Fixed rev nr. 130 will give wrong ver. in installation. | Lars Persson |
2008-09-13 | Fixed drascula dat path and version nr. | Lars Persson |
2008-09-10 | Merged up iPhone backend changes from 0.12 to trunk | Oystein Eftevaag |
2008-09-07 | Add a priority param to OSystem::addSysArchivesToSearchSet (still in search f... | Max Horn |
2008-09-07 | Added new OSystem method addSysArchivesToSearchSet() [better name pending, su... | Max Horn |
2008-09-07 | Slightly updated built script. Faster? | Lars Persson |
2008-09-07 | Updated with two new variations, scumm and brokensword | Lars Persson |
2008-09-07 | Set default save path via save manager. | Lars Persson |
2008-09-07 | Updated readme about usage of snprintf source | Lars Persson |
2008-09-07 | H file cleanup, remove old vibra support | 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-06 | Portdefs cleanup, use snprintf from SDL and not sprintf (Which can cause memo... | Lars Persson |
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 | 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 | Pushed AbstractFilesystemNode::openForReading() / openForWriting() impls out ... | Max Horn |
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type... | Max Horn |
2008-09-02 | Fake 320x200 resolution instead of 200x320. | Johannes Schickel |
2008-09-02 | Updated NULL backend for FS changes. | Johannes Schickel |
2008-08-27 | FSNode code: Merged most versions of lastPathComponent() into one new Abstrac... | 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 |