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
/
engines
/
simon
/
simon.cpp
Age
Commit message (
Expand
)
Author
2006-03-09
Moved SIMON plugin interface code from simon.cpp to game.cpp
Max Horn
2006-03-09
Tiny code simplification
Max Horn
2006-03-09
- Renamed GameSettings to PlainGameDescriptor
Max Horn
2006-03-02
Fix for bug #1438822 (Targets are case sensitive)
Max Horn
2006-02-23
I assume -1 and 0xFFFFFFFF are supposed to be the same value when assigned to
Torbjörn Andersson
2006-02-23
In Feeble Files, mouse clicks are recorded in _bitArray[] as well. I was hoping
Torbjörn Andersson
2006-02-18
- Merged GameDetector::detectGame() into GameDetector::detectMain()
Max Horn
2006-02-18
- renamed PLUGIN_getSupportedGames to PLUGIN_gameIDList for consistency
Max Horn
2006-02-18
- Removed the 'features' field from GameSettings
Max Horn
2006-02-17
Reduced use of GF_DEFAULT_TO_1X_SCALER in favor of a new param to Engine::ini...
Max Horn
2006-02-16
- Fixed a bug that prevented you from overriding the scaler from the command
Max Horn
2006-02-13
Add hyperlink on/off functions of oracle in Feeble Files
Travis Howell
2006-02-12
The GameDetector is no longer a required parameter for Engine constructors
Max Horn
2006-02-11
Moved engines to the new engines/ directory
Max Horn