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.cpp
Age
Commit message (
Expand
)
Author
2003-10-10
added my thoughts on our command line options (please feel free to comment an...
Max Horn
2003-10-09
make gcc 2.95 -Wshadow happy (yes fingolfin its a broken compiler :)
Jonathan Gray
2003-10-09
give this more chance of working properly
Jonathan Gray
2003-10-09
make khaleks correct fix a bit nicer; and add similar safety nets to the othe...
Max Horn
2003-10-09
Temporary (?) fix to stop ScummVM crashing for me. (I don't define any
Torbjörn Andersson
2003-10-08
turned PluginManager into a proper singleton
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-05
Make use of new List iterator
Max Horn
2003-10-04
add ability to use boot_param in a config file to specify boot param, this is...
Jonathan Gray
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
Revert kirbens change on 05Sep. Setting debugmode with debuglevel 0 is delibe...
James Brown
2003-10-01
disable joystick input by default either command line or config file need to ...
Jonathan Gray
2003-09-27
added hq2x scaler
Max Horn
2003-09-21
added HQ3x filter
Max Horn
2003-09-20
fix invalid target crash for build using loadable modules
Max Horn
2003-09-18
moved engine.* to base; this fixes some linking issues when building a barebo...
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