aboutsummaryrefslogtreecommitdiff
path: root/base/gameDetector.cpp
AgeCommit message (Expand)Author
2006-05-04Renamed base/gameDetector.h/.cpp to base/options.h/.cppMax Horn
2006-05-04Moved GameDetector::setTarget & findGame to the new namespace Base; moved the...Max Horn
2006-05-04Make sure our config default values get properly registeredMax Horn
2006-05-04Set speech_mute/sfx_mute/music_mute values in one single central placeMax Horn
2006-04-25Added hidden --test-detector command line option to make it easy to test the ...Max Horn
2006-04-15- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ...Max Horn
2006-04-15Removed GameDetector::_gameid in favor of using a config manager entryMax Horn
2006-04-15Set *plugin to 0, not plugin, which has the advantage that games launch again...Max Horn
2006-04-15Removed GameDetector::createMixer(), GameDetector::createEngine(), GameDetect...Max Horn
2006-04-15Always use base 0 in strtol when parsing integer command line options / confi...Max Horn
2006-04-15- Get rid of GameDetector::_dumpScripts and GameDetector::_force1xOverlay in ...Max Horn
2006-04-15- Replaced ConfigManager::_globalDomains by _appDomain (we don't support mult...Max Horn
2006-04-14cleanupMax Horn
2006-04-13GP32 uses ARM processor. So some of PalmOS specific changes also apply to GP32.Won Star
2006-04-11Fixed crash with PalmOS ARM version : global objects are allocated but constr...Chris Apers
2006-04-04Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h insteadMax Horn
2006-04-02cleanupMax Horn
2006-04-02Set gDebugLevel in a single unified spot, instead of two different placesMax Horn
2006-04-02Treat 'targes' like the other command line 'commands'Max Horn
2006-04-02Move handling of --list-targets and --list-games to a later point (after plug...Max Horn
2006-04-02Compute the value GameDetector::_gameid *immediately* after _targetName has b...Max Horn
2006-04-02Fixed '-f BAR' command line argument style (as opposed to '-fBAR' and '-foo=B...Max Horn
2006-04-02Split GameDetector::parseCommandLine into a static parseCommandLine method wh...Max Horn
2006-04-02Added missing backslash, oopsMax Horn
2006-04-02- The command line parser now doesn't work in reverse order anymore.Max Horn
2006-04-01Properly use registerDefault to set the default value for autosave_periodMax Horn
2006-03-28Renamed various container isEmpty() methods to empty() to match STL conventionsMax Horn
2006-03-26Implement feature request #1393200: "target_md5 even for command line"Eugene Sandulenko
2006-03-09- Renamed GameSettings to PlainGameDescriptorMax Horn
2006-02-18- Merged GameDetector::detectGame() into GameDetector::detectMain()Max Horn
2006-02-18Grammar fixMax Horn
2006-02-18- Removed the 'features' field from GameSettingsMax Horn
2006-02-16Add 3DO platform for HE gamesTravis Howell
2006-02-14Made the kyra debug extensions more generic, i.e. scumm engine could replaceJohannes Schickel
2006-02-12Another spot of non-standard "#else if" replaced by "#elif"Eugene Sandulenko
2006-02-12Fix compileTravis Howell
2006-02-12'Changed Symbian configuration handling so it is using the basepath of the ap...Lars Persson
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-31Add undocumented option --gui-theme for easier theme debugging.Eugene Sandulenko
2006-01-21Add new platforms.Travis Howell
2006-01-21Fix various incorrect usages of the word 'target' instead of 'gameid'; change...Max Horn
2006-01-18Update copyright noticeEugene Sandulenko
2006-01-17Commit patch #1171517 by salty-horse (save speech and sfx preferences BASS e...Joost Peters
2006-01-14Lowered FluidSynth's default gain, and added config file and command-lineTorbjörn Andersson
2006-01-02TypoMax Horn
2005-10-31Fix another HOME buffer overflow attack vectorMax Horn
2005-10-18talkspeed and copy-protection aren't SCUMM-specific anymore SAGA uses themEugene Sandulenko
2005-10-18Add possibility to disable SDL parachute on run-time. OptionEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-09-03Change PalmOS identChris Apers