aboutsummaryrefslogtreecommitdiff
path: root/base/main.cpp
AgeCommit message (Expand)Author
2004-11-20whitespacesMax Horn
2004-11-15Add global extrapath to GUI and to default directories list.Eugene Sandulenko
2004-11-13Add new clearScreen OSystem call. Currently only implemented in SDL backend. ...James Brown
2004-11-11Prevent infinite loop by displaying the launcher after a game start FAILURE too.James Brown
2004-11-09Free more memory on PalmOSChris Apers
2004-10-13Remove the "boot_param" and "save_slot" settings from the transient domainTorbjörn Andersson
2004-10-10Reenable persistant launcher, in order to encourage some debugging ;)James Brown
2004-08-29Provide unloading of unneeded plugins.Marcus Comstedt
2004-08-26Run the DC launcher from inside the regular main() function.Marcus Comstedt
2004-08-05Enhanced extrapath supportMax Horn
2004-07-18Move g_timer destruction to proper placeMax Horn
2004-06-20now it should be in cvsPaweł Kołodziejski
2004-03-28Renamed more OSystem methodsMax Horn
2004-03-17Bump versionJames Brown
2004-03-16Patch #917503: Remove stray semicolonsMax Horn
2004-03-03fix for normal/default scaler behavior (not yet tested)Max Horn
2004-02-28renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor...Max Horn
2004-02-25Honor per-game aspect-ratio correction setting when starting the game fromTorbjörn Andersson
2004-02-24the OSystem changes we discussed on the ML (note: renaming of the existing OS...Max Horn
2004-02-10Patch #893813 (Fix to compile when no USE_* flag is specified)Max Horn
2004-02-09Modified version of patch #892795 (Let scumvm -v show supported libs)Max Horn
2004-02-07Add -c/--config option to specific alternate configuration file. Sorry Max, b...James Brown
2004-01-26Support for new CE backend launcherNicolas Bacca
2004-01-17CE backend specific tweaksNicolas Bacca
2004-01-15Fiddling.James Brown
2004-01-06updated copyright noticeMax Horn
2003-12-21disable custom new/delete/free by default (only keep it around in case it com...Max Horn
2003-12-08Version bump, small NEWS tweakageJames Brown
2003-11-10added namespace GUIMax Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-07err, *strnlen(,,3)* used to check for empty strings? I think not :-)Max Horn
2003-11-07adjust for recent string c_str changes so title is always shown again. Fixes ...Jonathan Gray
2003-11-07Removed some unnecessary whitespaceTorbjörn Andersson
2003-11-05bumped version to 0.5.5 (since so many changes to the launcher/options dialog...Max Horn
2003-11-02fixed warningsPaweł Kołodziejski
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...Max Horn
2003-11-01small fix: if one specifies fullscreen=true in the 'scummvm' config section b...Max Horn
2003-10-17cleanupMax Horn
2003-10-12use gScummVMFullVersion for initial window caption; use ConfigManager::kAppli...Max Horn
2003-10-12some renaming for more consistent terminology (although we might want to reev...Max Horn
2003-10-08turned PluginManager into a proper singletonMax Horn
2003-10-08new config manager. not everything is completed, and some things will still b...Max Horn
2003-10-05factor out common gfx_mode/fullscreen setup code from the game engines into t...Max Horn
2003-10-05bump versionJonathan Gray
2003-10-05create the timer object a bit earlierMax Horn
2003-09-28removed duplicate g_timer object (one was global, one was static to timer.cpp...Max Horn
2003-09-27Timer services are now available through g_timer, soJamieson Christian
2003-09-26Add optional define for no consoleTravis Howell
2003-09-21Use banners on WinCENicolas Bacca
2003-09-20fixed AMD64 warningMax Horn