aboutsummaryrefslogtreecommitdiff
path: root/base
AgeCommit message (Expand)Author
2003-11-10fix for bug #833537 (Config manager saves "save_slot")Max Horn
2003-11-10cut down on unnecessary GameDetector referencesMax 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-07spelling fixesJonathan Gray
2003-11-05bumped version to 0.5.5 (since so many changes to the launcher/options dialog...Max Horn
2003-11-03stdafx.h needs to be included first.Marcus Comstedt
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-11-01made SDL backend use config managerMax Horn
2003-10-28cleanup: removed version/id from GameSettingsMax Horn
2003-10-26stay within 80 char limitJonathan Gray
2003-10-26fix compileOliver Kiehl
2003-10-26updated README and usage/help textMax Horn
2003-10-26cleanupMax Horn
2003-10-25fix bug #830104: BASS won't start unless music driver chosenRobert Göffringmann
2003-10-20fix compile when using dynamic plugin supportOliver Kiehl
2003-10-20usage string has to be updated (as I explained in various commit messages and...Max Horn
2003-10-18fix handling of unknown targets (previously, you could invoke scummvm with a ...Max Horn
2003-10-18We proudly present the latest installment of our hit series 'Untangle the mes...Max Horn
2003-10-17moved game detection code out to the pluginsMax Horn
2003-10-17new command line parser (README still has to be updated)Max Horn
2003-10-17removed obsolete FIXME/TODOMax Horn
2003-10-17cleanupMax Horn
2003-10-17added a listTargets() function (not yet used, soon) and some cleanupMax Horn
2003-10-17oops, forgot to remove the old Platform enumMax Horn
2003-10-17moved platform/language constants to common/util.*Max Horn
2003-10-17factored out the game detection code into the Plugin class; this is the first...Max Horn
2003-10-16cleanupMax Horn
2003-10-15really removed kDefault*Volume this time :-)Max Horn
2003-10-15removed the kDefault*Volume constantsMax Horn
2003-10-14fix debug mode 0Max Horn
2003-10-14zero is a valid debug level, also change incorrect string; 0 is game only, no...Jonathan Gray
2003-10-13set _debugMode to true if a non-zero debug level has been specified in the co...Max Horn
2003-10-12amiga= is deprecated, so don't auto-write it into the config file anymoreJamieson Christian
2003-10-12some more target<->game cleanupMax 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-12removing last traces of -w/-lMax Horn
2003-10-12Fix WinCE buildNicolas Bacca
2003-10-11Patch around another MSVC6 quirkJamieson Christian
2003-10-10Hmm, that wasn't the problem after all. ApparentlyJamieson Christian
2003-10-10fix handling of last argument: if it's not a valid target, treat it like any ...Max Horn
2003-10-10Public constructor/destructor, for the sake of Singleton<>.Jamieson Christian
2003-10-10some cleanupMax Horn
2003-10-10added my thoughts on our command line options (please feel free to comment an...Max Horn
2003-10-10rearranged code a bitMax Horn