aboutsummaryrefslogtreecommitdiff
path: root/base/gameDetector.h
AgeCommit message (Expand)Author
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...Max Horn
2005-03-10Add --force-1x-overlay command line option as discussed in bugreportEugene Sandulenko
2005-01-01Updated copyrightMax 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-02Moved MidiDriver creation code into the MidiDriver class (as static methods),...Max Horn
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-01-18don't use bit 31Max Horn
2004-01-16Hack for Launcher Scaler dropdown. Backends using the Launcher will need to i...James Brown
2004-01-06updated copyright noticeMax Horn
2003-12-21Make it possible for game detection functions to detect language/platform (no...Max Horn
2003-12-13removed GameSettings::detectname and GameSettings::midi; renamed GameSettings...Max Horn
2003-11-10cut down on unnecessary GameDetector referencesMax Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...Max Horn
2003-10-28cleanup: removed version/id from GameSettingsMax Horn
2003-10-18We proudly present the latest installment of our hit series 'Untangle the mes...Max 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-15removed the kDefault*Volume constantsMax Horn
2003-10-14fix debug mode 0Max Horn
2003-10-12some renaming for more consistent terminology (although we might want to reev...Max Horn
2003-10-08new config manager. not everything is completed, and some things will still b...Max Horn
2003-10-05Preliminary preparation for new YM2612 FM emulator.Jamieson Christian
2003-10-02cleanup & restructuring; in particular move the midi driver list to its own s...Max Horn
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-10-01disable joystick input by default either command line or config file need to ...Jonathan Gray
2003-09-20fix invalid target crash for build using loadable modulesMax Horn
2003-09-17cleanupMax Horn
2003-09-17new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (t...Max Horn