Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-06 | SDL: Special case the call to SDL_CreateThread for SDL2, since SDL2 requires ↵ | Einar Johan Trøan Sømåen | |
threads to be named. - Fixes compilation on OS X with SDL2 enabled, SDL1 builds should be entirely unaffected. | |||
2014-02-18 | SDL: Make GPL headers consistent in themselves. | Johannes Schickel | |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-06-14 | BACKENDS: Fix Compilation. | D G Turner | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-19 | BACKENDS: Fix compilation for Caanoo and GP2xWiz. | Johannes Schickel | |
2010-07-03 | Cleanup and documentation. | Alejandro Marzini | |
svn-id: r50609 | |||
2010-07-01 | Modularized GP2X backend. Renamed GP2XWIZSdlEventManager to ↵ | Alejandro Marzini | |
GP2XSdlEventManager, and added GP2X code. svn-id: r50542 | |||
2010-06-28 | Renamed BufferingSDLMixerManager to DoubleBufferSDLMixerManager. | Alejandro Marzini | |
svn-id: r50458 |