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
/
verb.cpp
Age
Commit message (
Expand
)
Author
2006-07-14
More whitespace changes.
Torbjörn Andersson
2006-06-02
Add load/save errors for other languages
Travis Howell
2006-05-05
Update copyright
Travis Howell
2006-05-03
Cleanup
Travis Howell
2006-04-29
Cleanup includes
Travis Howell
2006-04-29
Split more functions of simon.cpp into separate files
Travis Howell
2006-04-21
Add some code for PanEvent in FF and cleanup
Travis Howell
2006-04-20
Revert that delay change when scrolling inventory in FF, causes glitches
Travis Howell
2006-04-20
Fix constant scrolling in oracle in FF, when mouse button is pressed
Travis Howell
2006-04-20
Fix freeze that can occur when scrolling inventory in oracle of FF
Travis Howell
2006-04-17
Fix box selection after vertical scrolling in FF
Travis Howell
2006-04-16
Fix mouse cursor changing for buttons in chemistry set for FF
Travis Howell
2006-04-16
Improve cursor support in FF
Travis Howell
2006-04-15
Minor cleanup
Travis Howell
2006-04-15
Adjust video opcodes for second variable array
Travis Howell
2006-04-14
Fix object name display, after conversation in FF
Travis Howell
2006-04-14
Cleanup
Travis Howell
2006-04-14
Ooops, increment table, not field in invertBox{}
Travis Howell
2006-04-14
Add missing increment in invertBox()
Travis Howell
2006-04-13
Add invertBox function for FF
Travis Howell
2006-04-13
Add code for save game interface in FF
Travis Howell
2006-04-10
By now, it should be obvious that I'm trying to get rid of the o_ functions.
Torbjörn Andersson
2006-04-09
Fix hitareas when scrolling in oracle of FF
Travis Howell
2006-04-09
Disable constant display of object names, since oracle settings are usable in...
Travis Howell
2006-04-09
Add centreScroll() for FF and hyperbox code differences in FF.
Travis Howell
2006-04-08
Add FF difference in addTextBox() and minor cleanup
Travis Howell
2006-04-08
Fixes for oracle in FF and cleanup
Travis Howell
2006-04-07
Fix subtitle output in FF
Travis Howell
2006-04-07
Add some work on text output in FF
Travis Howell
2006-04-06
Rename structures and correct array sizes
Travis Howell
2006-04-06
Cleanup
Travis Howell
2006-04-06
Remove duplicate code in last commit and minor fixes for FF
Travis Howell
2006-04-06
Minor cleanup and fixes for FF
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
_noRightClick got reversed in setVerb for 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
More work on oracle in FF
Travis Howell
2006-03-16
Cleanup
Travis Howell
2006-03-16
Cleanup
Travis Howell
2006-02-11
Moved engines to the new engines/ directory
Max Horn