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-04-06
Add more icon differences in FF and cleanup
Travis Howell
2006-04-05
Renames structures and other cleanup
Travis Howell
2006-04-05
Use the setBitFlag() and getBitFlag() functions, instead of manipulating
Torbjörn Andersson
2006-04-04
Add inventory array differences in FF and minor cleanup
Travis Howell
2006-04-04
o_printStr() always uses box1 for FF
Travis Howell
2006-04-04
_noRightClick got reversed in setVerb for FF
Travis Howell
2006-04-04
Add skipSpeech difference in FF
Travis Howell
2006-04-04
Add verb codes differences in FF
Travis Howell
2006-04-04
Added stub for FF right-clicking.
Torbjörn Andersson
2006-04-04
Adjust clear/restore window for FF
Travis Howell
2006-04-04
More work on oracle in FF
Travis Howell
2006-04-04
More work on oracle in FF
Travis Howell
2006-04-03
Add initial support for oracle icons in FF
Travis Howell
2006-03-25
- Move AddDefaultDirectory() calls in somon engine to constructor
Eugene Sandulenko
2006-03-23
Minor changes for FF and cleanup
Travis Howell
2006-03-23
Fix compile without ZLIB support (GP32).
Won Star
2006-03-22
Code for inverted rect when scaling images of FF no longer required. Minor cl...
Travis Howell
2006-03-22
Rename draw buffers correctly
Travis Howell
2006-03-22
Fix sound regression in FF, caused by last commit
Travis Howell
2006-03-22
Add initial support for Amiga and Macintosh versions of The Feeble Files
Travis Howell
2006-03-16
Cleanup
Travis Howell
2006-03-16
Cleanup
Travis Howell
2006-03-16
Rename get draw buffer functions
Travis Howell
2006-03-16
Remove unused unlock draw surface functions
Travis Howell
2006-03-16
Add scaling code stub for FF
Travis Howell
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