aboutsummaryrefslogtreecommitdiff
path: root/base/gameDetector.cpp
AgeCommit message (Expand)Author
2004-04-06Changed "voice_volume" to "speech_volume" for consistency with the BrokenTorbjörn Andersson
2004-04-05added voice group volume to scumm engine for imuse digital and implemeted vol...Paweł Kołodziejski
2004-03-31be tolerant against abuse of ConfMan.getInt(); add missing default value for ...Max Horn
2004-03-04Allow --demo-mode with maniac (Enchanced)Travis Howell
2004-02-24the OSystem changes we discussed on the ML (note: renaming of the existing OS...Max Horn
2004-02-22avoid #include scaler.hMax Horn
2004-02-13Add Change --floppy-intro to --alt-intro patch (#896311)Travis Howell
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-02-05Prepare Zodiac MIDI supportChris Apers
2004-02-05renamed (Const)Iterator to (const_)iterator; changed size() to return an uintMax Horn
2004-01-29Add the super-ultra-mega-secret --savepath option (and it's not just secret b...Max Horn
2004-01-16Hack for Launcher Scaler dropdown. Backends using the Launcher will need to i...James Brown
2004-01-06updated copyright noticeMax Horn
2004-01-06start work on czech subtitle support, not finishedJonathan Gray
2003-12-27spellingMax Horn
2003-12-21Leave set to false for now, due to Simon2.Travis Howell
2003-12-21Make it possible for game detection functions to detect language/platform (no...Max Horn
2003-12-15Correct nameChris Apers
2003-12-13removed GameSettings::detectname and GameSettings::midi; renamed GameSettings...Max Horn
2003-12-11add config file parameter to specify the desired port when using the ALSA mus...Jonathan Gray
2003-12-11Add option to enable copy protection in SCUMM games, which ScummVM disable it...Travis Howell
2003-12-11Drop OpenGL backend, since it has no maintainer and is too buggy.Travis Howell
2003-12-02Switch nosubtitles option to subtitles, to match others and help with Simon2 ...Travis Howell
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-07spelling fixesJonathan Gray
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...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-26updated README and usage/help textMax Horn
2003-10-25fix bug #830104: BASS won't start unless music driver chosenRobert Göffringmann
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-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