Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-23 | Merge pull request #40 from bgK/ps3 | Eugene Sandulenko | |
PS3 Port | |||
2011-06-22 | PS3: Initial version of the PlayStation 3 backend | Bastien Bouclet | |
2011-06-16 | BACKENDS: Add define for Unity-specific taskbar code | Littleboy | |
2011-06-16 | BACKENDS: Integrate glib main event loop | Littleboy | |
- Unity needs a glib event loop to dispatch events. - Cleanup whitespace and indentation | |||
2011-06-16 | BACKENDS: Add WIP Unity support | Littleboy | |
2011-06-04 | POSIX: Add TODO/FIXME to displayLogFile | Willem Jan Palenstijn | |
2011-06-04 | POSIX: Implement displayLogFile in the posix backend | Willem Jan Palenstijn | |
Tested only on Linux, but hopefully this is sufficiently portable to support the other POSIX platforms. Using fork/exec instead of the simpler 'system' to avoid quoting issues and depending on specific shell features to handle a missing xdg-open gracefully. | |||
2011-06-03 | BACKENDS: Add OSystem::displayLogFile interface + OSX implementation | Max Horn | |
2011-05-25 | BUILD: Rename UNIX #define to POSIX | Max Horn | |
2011-05-23 | COMMON: Mark more symbols as forbidden | Max Horn | |
2011-05-23 | SAMSUNGTV: update port | Pawel Kolodziejski | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-08 | IRIX: Fix compilation | Joost Peters | |
2011-05-02 | ALL: Mark printf and various other symbols as forbidden | Max Horn | |
Right now, a few places in the frontend code still use printf and consorts. We mark the affected files with a FIXME for now, and add a dedicated exception for each. To be fixed! Also tweak FORBIDDEN_SYMBOL_REPLACEMENT to hopefully really always enforce a compiler error | |||
2011-04-12 | WEBOS: Create webos backend with custom events | Klaus Reimer | |
Currently only contains test code. | |||
2011-03-24 | SDL/POSIX: Update main guard to add OpenPandora. | David-John Willis | |
- Also mention GPH_DEVICE not each backend on it's own. | |||
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-10-23 | DINGUX: fix compilation for the opengl branch | Fabio Battaglia | |
Moved events related code to backends/events/dinguxsdl/* and move graphics related code to backends/graphics/dinguxsdl/* Subclass OSystem_POSIX instead of OSystem_SDL svn-id: r53730 | |||
2010-07-02 | Cleanup and documentation. | Alejandro Marzini | |
svn-id: r50589 | |||
2010-06-30 | Modularized GP2XWIZ backend. | Alejandro Marzini | |
svn-id: r50514 | |||
2010-06-29 | Updated makefile. Fixed compile errors. | Alejandro Marzini | |
svn-id: r50475 | |||
2010-06-27 | Fixed String conversion error. | Alejandro Marzini | |
svn-id: r50370 | |||
2010-06-27 | Improved getDefaultConfigFileName(). Code cleanup. | Alejandro Marzini | |
svn-id: r50364 | |||
2010-06-26 | Removed DEFAULT_CONFIG_FILE define in favor of new getConfigFileNameString ↵ | Alejandro Marzini | |
function. svn-id: r50301 | |||
2010-06-25 | Modularized Samsung TV port. | Alejandro Marzini | |
svn-id: r50258 | |||
2010-06-25 | Fix linking on Mac OS X. | Matthew Hoops | |
svn-id: r50256 | |||
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 | Created macosx port from sdl backend. | Alejandro Marzini | |
svn-id: r50228 | |||
2010-06-24 | Added a init function to OSystem_SDL for early backend setup, and so ↵ | Alejandro Marzini | |
allowing better sub classing. svn-id: r50224 | |||
2010-06-23 | Fixed Posix port problem with destructor and configure. | Alejandro Marzini | |
svn-id: r50194 | |||
2010-06-23 | Relocated Win32 and Posix ports. (Part 2) | Alejandro Marzini | |
svn-id: r50193 | |||
2010-06-23 | Relocated Win32 and Posix ports. (Part 1) | Alejandro Marzini | |
svn-id: r50191 |