aboutsummaryrefslogtreecommitdiff
path: root/base/gameDetector.cpp
AgeCommit message (Expand)Author
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
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-06-23Revert change from printf() to debug(1)Max Horn
2005-06-21Patches needed to build for SYMBIAN32 WINS/GCC added.Lars Persson
2005-06-19Document c64 as being a valid --platform= option.Jonathan Gray
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...Max Horn
2005-05-09Patch #1181544 (AmigaOS 4 changes)Max Horn
2005-04-24Changed the semantics of debug level 0 from off back to something more simili...Max Horn
2005-04-23Change the way the command line options are put into the ConfigManagerMax Horn
2005-04-23Simplified debuglevel handling:Max Horn
2005-04-22oopsMax Horn
2005-04-22Added macros for integer options; added some explantory comments to the optio...Max Horn
2005-04-13Pedantic fix.Torbjörn Andersson
2005-04-13Patches #1164217 "Updated GS Support + Percussion Remapping Patch" andEugene Sandulenko
2005-04-10Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentationTorbjörn Andersson
2005-04-08Add NES platformEugene Sandulenko
2005-03-12Missed fileTravis Howell
2005-03-11PalmOS tooChris Apers
2005-03-10Add --force-1x-overlay command line option as discussed in bugreportEugene Sandulenko
2005-03-07Add Amiga renderer mode for EGA games.Travis Howell
2005-03-03That's what may happen if you happen to have more than one local tree.Eugene Sandulenko
2005-02-20Patch #1121337 (CGA rendering in early LEC titles).Eugene Sandulenko
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-30Handle SCUMMVM_SAVEPATH exactly like the command line option --savepath (but ...Max Horn
2004-12-27Reducing header dependencies a bitMax Horn
2004-12-27Fix for bug #1091748 (DIG: Starting new games takes a long time); turns out q...Max Horn
2004-12-25Get rid of the useless & troublesome master_volumeMax Horn
2004-12-24errno is defined in errno.h, not sys/errno.h (says POSIX)Max Horn