Age | Commit message (Expand) | Author |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2010-11-29 | SYMBIAN : Forgot to init the SDL backend | Lars Persson |
2010-11-28 | SDL: Various more SdlEventSource related fixes | Max Horn |
2010-11-28 | SDL: Change refs to SdlEventManager to SdlEventSource | Max Horn |
2010-11-28 | Merging the gsoc2010-opengl branch | Max Horn |
2010-11-19 | SYMBIAN : Updated for proper FORBIDDEN handling, added cdaudio support needed... | Lars Persson |
2010-11-19 | SYMBIAN : Remove Symbian FatalError implementation (not really used anymore f... | Lars Persson |
2010-10-13 | OPENGL: Merged from trunk, from rev 52105 to 53396. | Johannes Schickel |
2010-09-23 | SYMBIAN : Add addSysArchivesToSearchSet to support local data files properly.... | Lars Persson |
2010-07-03 | Cleanup and documentation. | Alejandro Marzini |
2010-06-29 | Override setupIcon() for both Mac OS X and SymbianOS, they have their own icons. | Matthew Hoops |
2010-06-26 | Modularized Symbian port. | Alejandro Marzini |
2010-06-15 | Symbian: sync with recent GUI changes. NOT TESTED. | Eugene Sandulenko |
2010-06-02 | OSYSTEM: Get rid of kFeatureAutoComputeDirtyRects | Max Horn |
2010-03-11 | Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ... | Max Horn |
2010-03-10 | Remove last traces of OSystem::getOutputSampleRate() | Max Horn |
2009-11-10 | Move Symbian main implementation from main.cpp to SymbianOS.cpp | Lars Persson |
2009-11-09 | Revert rev 45791 and make the first param of OSystem_SDL::remapKey again non-... | Max Horn |
2009-11-09 | whitespace | Max Horn |
2009-11-09 | SDL: Make first param of OSystem_SDL::remapKey const | Max Horn |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-07-01 | Move action inits to engineInit and engineDone callbacks. | Lars Persson |
2009-06-28 | Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input; | Max Horn |
2009-03-06 | Add initial support for VKB and keymapper shortcuts. | Lars Persson |
2009-02-28 | Added keyboard mapping for global menu. | Lars Persson |
2009-01-23 | Renamed FSNode::openForReading / openForWriting to createReadStream / createW... | Max Horn |
2009-01-23 | Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to creat... | Max Horn |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn |
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-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 | Updated Symbian OS file actions with ferror and fflush. | Lars Persson |
2008-08-22 | Turned SymbianFilesystemFactory from a singleton into a normal class; adapted... | Max Horn |
2008-08-22 | Symbian backend does not have to implement config file methods, as long as th... | Max Horn |
2008-08-17 | Improved filehandling for securer and quicker way to get ref to file session | Lars Persson |
2008-08-03 | OSYSTEM: Pushed some SDL/Symbian specific code to the respective backends; ma... | Max Horn |
2008-07-27 | Fix for ftell error when caching. HOF now starts properly | Lars Persson |
2008-07-22 | Fixed seek problem when cached data is used. | Lars Persson |
2008-07-19 | eof was not working properly with caching | Lars Persson |
2008-07-18 | Fixed typo in filehandling | Lars Persson |
2008-07-18 | Introduced cache for filereading to fix slowness in AGOS among others. | Lars Persson |
2008-07-18 | Symbian soundsmixer update. (Compile fix) | Lars Persson |
2008-06-28 | Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks | Max Horn |
2008-05-07 | Proper delete[] formatting (this time all occurences should've been changed...) | Johannes Schickel |
2008-05-07 | Changed all delete [] usages to delete[]. | Johannes Schickel |
2008-04-02 | Remove Symbian FS creation from common SDL code | Lars Persson |