Age | Commit message (Expand) | Author |
2011-04-12 | WEBOS: Correct indentation of WEBOS preprocessor check | Klaus Reimer |
2011-04-12 | WEBOS: Add WEBOS define | Klaus Reimer |
2011-02-24 | SDL: Prevent graphics manager hotswapping on startup. (This time for real) | Johannes Schickel |
2011-02-24 | SDL: Prevent unnecessary gfx manager hotswap | dhewg |
2010-11-29 | SDL: Move createLogFile implementions to the OSystem_SDL subclasses. | Johannes Schickel |
2010-11-29 | SDL: Trying to cleanup the FORBIDDEN_SYMBOL situation | Max Horn |
2010-11-29 | SDL: Revert r54554, and add explanatory comment (fix for bug #3121841) | Max Horn |
2010-11-29 | BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs | Max Horn |
2010-11-28 | SDL: Reduce redundant deletes from OSystem_SDL destructor | Max Horn |
2010-11-28 | SDL: Merge deinit() into OSystem_SDL destructor and overload fatalError | Max Horn |
2010-11-28 | SDL: Fix compilation on Windows too. | Johannes Schickel |
2010-11-28 | SDL: Make SDL backend compile again. | Johannes Schickel |
2010-11-28 | Merging the gsoc2010-opengl branch | Max Horn |
2010-11-28 | BACKEND: Switch OSystem::getSystemLanguage return type to Common::String. | Johannes Schickel |
2010-11-26 | I18N: Fix language detection in UNIX (not everyone speaks German yet) | Jordi Vilalta Prat |
2010-11-26 | SDL: Hook up file logger to log on Windows. | Johannes Schickel |
2010-11-26 | SDL: Hook up file logger to log on UNIX-like systems. | Johannes Schickel |
2010-11-25 | OSYSTEM: Add API to query the system locale. | Johannes Schickel |
2010-11-18 | BACKENDS: Implement logging API proposed by Max on -devel. | Johannes Schickel |
2010-11-08 | BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes only | Max Horn |
2010-10-30 | ALL: Add code to help stop people from accidentally using "bad" APIs | Max Horn |
2010-10-24 | SDL/win32: fix lf, thx msvc | Martin Kiewitz |
2010-10-24 | SDL/w32: add ability to hide console | Martin Kiewitz |
2010-10-21 | OPENGL: Add an SdlEventSource member to OSystem_SDL instead of subclassing Sd... | Johannes Schickel |
2010-10-13 | OPENGL: Cleanup. | Johannes Schickel |
2010-10-13 | OPENGL: Get rid of one ugly cast. | Johannes Schickel |
2010-10-13 | OPENGL: Replace SdlEventManager by SdlEventSource. | Johannes Schickel |
2010-09-03 | OPENGL: Properly initialize the graphics manager again. | Johannes Schickel |
2010-09-03 | SDL/OPENGL: Fix backend initialization when building with ENABLE_VKEYBD. | Alejandro Marzini |
2010-08-23 | SDL/OPENGL: Fix segfault when using -g command line option. | Alejandro Marzini |
2010-08-19 | DINGOO: new port. Patch #3039277 | Eugene Sandulenko |
2010-07-31 | OPENGL: Add support for BGR and rgb(a) reversed formats (Not available for GL... | Alejandro Marzini |
2010-07-30 | SDL/OPENGL: Add ability to switch between SDL and OpenGL graphics managers. | Alejandro Marzini |
2010-07-16 | Added basic cursor drawing. | Alejandro Marzini |
2010-07-15 | Fixed doing OpenGL calls before a graphical context was created. | Alejandro Marzini |
2010-07-13 | Check if USE_OPENGL is defined for compiling OpenGL code. | Alejandro Marzini |
2010-07-12 | Get rid of yet another global object with constructor | Max Horn |
2010-07-11 | Moved getGraphicsManager() from OSystem_SDL to ModularBackend. Moved public S... | Alejandro Marzini |
2010-07-10 | Added BaseSdlGraphicsManager. Added GLTexture. | Alejandro Marzini |
2010-06-29 | Modularized Linuxmoto port. | Alejandro Marzini |
2010-06-27 | Improved getDefaultConfigFileName(). Code cleanup. | Alejandro Marzini |
2010-06-26 | Define WIN32_LEAN_AND_MEAN before including windows.h. | Johannes Schickel |
2010-06-26 | Removed DEFAULT_CONFIG_FILE define in favor of new getConfigFileNameString fu... | Alejandro Marzini |
2010-06-24 | Added a init function to OSystem_SDL for early backend setup, and so allowing... | Alejandro Marzini |
2010-06-24 | Refactored SDL mixer manager. Created a SdlMixerManager subclass for Mac OSX. | Alejandro Marzini |
2010-06-23 | Fixed AudioCDManager not having a public inheritance. Backend code cleanup. | Alejandro Marzini |
2010-06-20 | Created win32 port from sdl backend. | Alejandro Marzini |
2010-06-20 | Removed getMillis, delayMillis and getTimeAndDate functions from TimerManager. | Alejandro Marzini |
2010-06-15 | Improved ModularBackend and OSystem_SDL destructors. | Alejandro Marzini |
2010-06-13 | Added SdlTimerManager. Added getMillis, delayMillis and getTimeAndDate to Com... | Alejandro Marzini |