Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03 | MACOSX: Include ApplicationServices header | Max Horn | |
This should pacify buildbot. Somehow on my system, it does not need it, though. | |||
2011-06-03 | MACOSX: Fix indention | Max Horn | |
2011-06-03 | BACKENDS: Add OSystem::displayLogFile interface + OSX implementation | Max Horn | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2010-11-29 | SDL: Add Mac OS X log file support | Max Horn | |
svn-id: r54589 | |||
2010-11-29 | SDL: Move createLogFile implementions to the OSystem_SDL subclasses. | Johannes Schickel | |
svn-id: r54581 | |||
2010-11-29 | BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs | Max Horn | |
svn-id: r54573 | |||
2010-11-28 | Merging the gsoc2010-opengl branch | Max Horn | |
svn-id: r54518 | |||
2010-07-02 | Cleanup and documentation. | Alejandro Marzini | |
svn-id: r50589 | |||
2010-06-29 | Override setupIcon() for both Mac OS X and SymbianOS, they have their own icons. | Matthew Hoops | |
svn-id: r50476 | |||
2010-06-28 | Renamed BufferingSDLMixerManager to DoubleBufferSDLMixerManager. | Alejandro Marzini | |
svn-id: r50458 | |||
2010-06-27 | Improved getDefaultConfigFileName(). Code cleanup. | Alejandro Marzini | |
svn-id: r50364 | |||
2010-06-26 | Removed unused function, fixing a linker error. | Alejandro Marzini | |
svn-id: r50343 | |||
2010-06-26 | Removed DEFAULT_CONFIG_FILE define in favor of new getConfigFileNameString ↵ | Alejandro Marzini | |
function. svn-id: r50301 | |||
2010-06-25 | Fix link error with duplicated name files. | Alejandro Marzini | |
svn-id: r50255 | |||
2010-06-24 | Fix compile on Mac OS X (and probably *nix systems). | Matthew Hoops | |
svn-id: r50254 | |||
2010-06-24 | Added missing header. | Alejandro Marzini | |
svn-id: r50253 | |||
2010-06-24 | Created macosx port from sdl backend. | Alejandro Marzini | |
svn-id: r50228 |