index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
base
/
gameDetector.h
Age
Commit message (
Expand
)
Author
2006-02-18
- Merged GameDetector::detectGame() into GameDetector::detectMain()
Max Horn
2006-02-18
- Removed the 'features' field from GameSettings
Max Horn
2006-02-17
Added global toGameSettings() template function for convenience; simplified G...
Max Horn
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-21
Fix various incorrect usages of the word 'target' instead of 'gameid'; change...
Max Horn
2006-01-18
Update copyright notice
Eugene Sandulenko
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-05-10
Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...
Max Horn
2005-03-10
Add --force-1x-overlay command line option as discussed in bugreport
Eugene Sandulenko
2005-01-01
Updated copyright
Max Horn
2004-12-27
Reducing header dependencies a bit
Max Horn
2004-12-27
Fix for bug #1091748 (DIG: Starting new games takes a long time); turns out q...
Max Horn
2004-12-02
Moved MidiDriver creation code into the MidiDriver class (as static methods),...
Max Horn
2004-02-24
the OSystem changes we discussed on the ML (note: renaming of the existing OS...
Max Horn
2004-02-22
avoid #include scaler.h
Max Horn
2004-01-18
don't use bit 31
Max Horn
2004-01-16
Hack for Launcher Scaler dropdown. Backends using the Launcher will need to i...
James Brown
2004-01-06
updated copyright notice
Max Horn
2003-12-21
Make it possible for game detection functions to detect language/platform (no...
Max Horn
2003-12-13
removed GameSettings::detectname and GameSettings::midi; renamed GameSettings...
Max Horn
2003-11-10
cut down on unnecessary GameDetector references
Max Horn
2003-11-08
cleanup whitespaces
Paweł Kołodziejski
2003-11-02
turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...
Max Horn
2003-10-28
cleanup: removed version/id from GameSettings
Max Horn
2003-10-18
We proudly present the latest installment of our hit series 'Untangle the mes...
Max Horn
2003-10-17
cleanup
Max Horn
2003-10-17
added a listTargets() function (not yet used, soon) and some cleanup
Max Horn
2003-10-17
oops, forgot to remove the old Platform enum
Max Horn
2003-10-17
moved platform/language constants to common/util.*
Max Horn
2003-10-17
factored out the game detection code into the Plugin class; this is the first...
Max Horn
2003-10-15
removed the kDefault*Volume constants
Max Horn
2003-10-14
fix debug mode 0
Max Horn
2003-10-12
some renaming for more consistent terminology (although we might want to reev...
Max Horn
2003-10-08
new config manager. not everything is completed, and some things will still b...
Max Horn
2003-10-05
Preliminary preparation for new YM2612 FM emulator.
Jamieson Christian
2003-10-02
cleanup & restructuring; in particular move the midi driver list to its own s...
Max Horn
2003-10-02
renamed namespace ScummVM to Common
Max Horn
2003-10-01
disable joystick input by default either command line or config file need to ...
Jonathan Gray
2003-09-20
fix invalid target crash for build using loadable modules
Max Horn
2003-09-17
cleanup
Max Horn
2003-09-17
new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (t...
Max Horn