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
/
game.h
Age
Commit message (
Expand
)
Author
2007-01-28
Always set gameid & description in a GameDescriptor (somewhat more future pro...
Max Horn
2007-01-28
Reintroduced non-static gameid() and description(), by popular(?) demand.
Marcus Comstedt
2007-01-27
Made gameid() and description() const.
Marcus Comstedt
2007-01-21
Fix crash in GameDescriptor::updateDesc
Max Horn
2007-01-21
Make use of HashMap::getVal/setVal, and some cleanup
Max Horn
2007-01-20
First phase of detection-related plugins interface improvements. Now plugins
Eugene Sandulenko
2006-12-19
* Change the GameList typedef to a proper class with an additional
Max Horn
2006-11-12
Reworked code in the advanced game detector (getting rid of much of the evil ...
Max Horn
2006-05-05
Removed Base::setTarget, and some minor cleanup & tweaks
Max Horn
2006-05-04
Moved GameDetector::setTarget & findGame to the new namespace Base; moved the...
Max Horn
2006-04-16
Fixed broken svn:keywords values
Max Horn
2006-04-16
test commit
Max Horn
2006-04-15
Moved (Plain)GameDescriptor from base/gameDetector.h to the new base/game.h h...
Max Horn