Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-17 | IPHONE: Add logMessage() implementation | Max Horn | |
2011-06-08 | BACKENDS: Shuffle backends class hierarchy and module initialization | Max Horn | |
2011-06-07 | IPHONE: Use OSystem's _fsFactory slot | Max Horn | |
2011-06-07 | IPHONE: Use OSystem's 'slots' for timer/savefile manager | Max Horn | |
2011-06-07 | IPHONE: Fix a typo, fix compilation (hopefully) | Sven Hesse | |
2011-06-06 | BACKENDS: Add OSystem::getDefaultConfigFileName | Max Horn | |
This is used to provide default implementations for createConfigWriteStream and createConfigReadStream, which can be used by most backends. Note that backends can still override createConfigRead/WriteStream; this could be useful if settings on some port are not stored in a regular file (think 'Windows registry', for a hypothetical example). | |||
2011-06-06 | BACKENDS: Unify AudioCD manager instantiation | Max Horn | |
2011-05-15 | IPHONE: Changed the iOS queued event handling to fix mouseclicks in Gob | Oystein Eftevaag | |
We now delay the mouseup events for 50ms, rather than just delaying them for an additional couple of pollEvent (which doesn't work anymore due to changes in the eventhandling code elsewhere). This fixes #3018512. | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2010-10-31 | IPHONE: Enable use of forbidden symbols | Max Horn | |
svn-id: r53971 | |||
2010-09-29 | IPHONE: The overlay will now always be in the native device resolution | Oystein Eftevaag | |
svn-id: r52939 | |||
2010-06-03 | We'll now default to non-touchpad mode on the iPad | Oystein Eftevaag | |
svn-id: r49403 | |||
2009-10-08 | Introduce a new struct TimeDate, replacing struct tm in client code. May ↵ | Max Horn | |
lead to compilation issues in ports, which should be trivial to fix, though svn-id: r44793 | |||
2009-07-14 | Split the iPhone OSystem class up into several files | Oystein Eftevaag | |
svn-id: r42479 |