Age | Commit message (Expand) | Author |
2004-03-28 | Renamed more OSystem methods | Max Horn |
2004-03-17 | Bump version | James Brown |
2004-03-16 | Patch #917503: Remove stray semicolons | Max Horn |
2004-03-03 | fix for normal/default scaler behavior (not yet tested) | Max Horn |
2004-02-28 | renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor... | Max Horn |
2004-02-25 | Honor per-game aspect-ratio correction setting when starting the game from | Torbjörn Andersson |
2004-02-24 | the OSystem changes we discussed on the ML (note: renaming of the existing OS... | Max Horn |
2004-02-10 | Patch #893813 (Fix to compile when no USE_* flag is specified) | Max Horn |
2004-02-09 | Modified version of patch #892795 (Let scumvm -v show supported libs) | Max Horn |
2004-02-07 | Add -c/--config option to specific alternate configuration file. Sorry Max, b... | James Brown |
2004-01-26 | Support for new CE backend launcher | Nicolas Bacca |
2004-01-17 | CE backend specific tweaks | Nicolas Bacca |
2004-01-15 | Fiddling. | James Brown |
2004-01-06 | updated copyright notice | Max Horn |
2003-12-21 | disable custom new/delete/free by default (only keep it around in case it com... | Max Horn |
2003-12-08 | Version bump, small NEWS tweakage | James Brown |
2003-11-10 | added namespace GUI | Max Horn |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
2003-11-07 | err, *strnlen(,,3)* used to check for empty strings? I think not :-) | Max Horn |
2003-11-07 | adjust for recent string c_str changes so title is always shown again. Fixes ... | Jonathan Gray |
2003-11-07 | Removed some unnecessary whitespace | Torbjörn Andersson |
2003-11-05 | bumped version to 0.5.5 (since so many changes to the launcher/options dialog... | Max Horn |
2003-11-02 | fixed warnings | Paweł Kołodziejski |
2003-11-02 | turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi... | Max Horn |
2003-11-01 | small fix: if one specifies fullscreen=true in the 'scummvm' config section b... | Max Horn |
2003-10-17 | cleanup | Max Horn |
2003-10-12 | use gScummVMFullVersion for initial window caption; use ConfigManager::kAppli... | Max Horn |
2003-10-12 | some renaming for more consistent terminology (although we might want to reev... | Max Horn |
2003-10-08 | turned PluginManager into a proper singleton | Max Horn |
2003-10-08 | new config manager. not everything is completed, and some things will still b... | Max Horn |
2003-10-05 | factor out common gfx_mode/fullscreen setup code from the game engines into t... | Max Horn |
2003-10-05 | bump version | Jonathan Gray |
2003-10-05 | create the timer object a bit earlier | Max Horn |
2003-09-28 | removed duplicate g_timer object (one was global, one was static to timer.cpp... | Max Horn |
2003-09-27 | Timer services are now available through g_timer, so | Jamieson Christian |
2003-09-26 | Add optional define for no console | Travis Howell |
2003-09-21 | Use banners on WinCE | Nicolas Bacca |
2003-09-20 | fixed AMD64 warning | Max Horn |
2003-09-20 | fix invalid target crash for build using loadable modules | Max Horn |
2003-09-18 | disable the custom operator 'new' on Mac OS X, as it cause multiple definitio... | Max Horn |
2003-09-18 | moved engine.* to base; this fixes some linking issues when building a barebo... | Max Horn |
2003-09-17 | new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (t... | Max Horn |