aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/verb.cpp
AgeCommit message (Collapse)Author
2006-07-14More whitespace changes.Torbjörn Andersson
svn-id: r23496
2006-06-02Add load/save errors for other languagesTravis Howell
svn-id: r22824
2006-05-05Update copyrightTravis Howell
svn-id: r22358
2006-05-03CleanupTravis Howell
svn-id: r22289
2006-04-29Cleanup includesTravis Howell
svn-id: r22225
2006-04-29Split more functions of simon.cpp into separate filesTravis Howell
svn-id: r22224
2006-04-21Add some code for PanEvent in FF and cleanupTravis Howell
svn-id: r22062
2006-04-20Revert that delay change when scrolling inventory in FF, causes glitchesTravis Howell
svn-id: r22058
2006-04-20Fix constant scrolling in oracle in FF, when mouse button is pressedTravis Howell
svn-id: r22056
2006-04-20Fix freeze that can occur when scrolling inventory in oracle of FFTravis Howell
svn-id: r22048
2006-04-17Fix box selection after vertical scrolling in FFTravis Howell
svn-id: r21957
2006-04-16Fix mouse cursor changing for buttons in chemistry set for FFTravis Howell
svn-id: r21932
2006-04-16Improve cursor support in FFTravis Howell
svn-id: r21930
2006-04-15Minor cleanupTravis Howell
svn-id: r21904
2006-04-15Adjust video opcodes for second variable arrayTravis Howell
svn-id: r21897
2006-04-14Fix object name display, after conversation in FFTravis Howell
svn-id: r21883
2006-04-14CleanupTravis Howell
svn-id: r21880
2006-04-14Ooops, increment table, not field in invertBox{}Travis Howell
svn-id: r21874
2006-04-14Add missing increment in invertBox()Travis Howell
svn-id: r21873
2006-04-13Add invertBox function for FFTravis Howell
svn-id: r21854
2006-04-13Add code for save game interface in FFTravis Howell
svn-id: r21843
2006-04-10By now, it should be obvious that I'm trying to get rid of the o_ functions.Torbjörn Andersson
This is in preparation for the next stage of the cleanup. By now, I have merged most of the o_ opcode functions into the corresponding o1_ opcode function. There are a few pure o_ opcode functions left, but it makes sense to keep them separate functions since they are part of groups of other functions. Now, to get rid of the remaining o_ functions I have: Dropped the "o_" prefix from the following functions: o_kill_sprite_simon1(), o_kill_sprite_simon2(), o_waitForSync(), o_freezeBottom(), o_setTextColor(), o_fadeToBlack(), o_waitForMark(), o_unk_132_helper_3(), o_unk_132_helper(), o_clearCharacter(), o_fileError(). Renamed o_sync() to sendSync(). Renamed o_mouseOn() to scriptMouseOn(), and moved it to items.cpp Renamed o_mouseOff() to scriptMouseOff(), and moved it to items.cpp svn-id: r21760
2006-04-09Fix hitareas when scrolling in oracle of FFTravis Howell
svn-id: r21725
2006-04-09Disable constant display of object names, since oracle settings are usable ↵Travis Howell
in FF now. svn-id: r21721
2006-04-09Add centreScroll() for FF and hyperbox code differences in FF.Travis Howell
svn-id: r21712
2006-04-08Add FF difference in addTextBox() and minor cleanupTravis Howell
svn-id: r21690
2006-04-08Fixes for oracle in FF and cleanupTravis Howell
svn-id: r21680
2006-04-07Fix subtitle output in FFTravis Howell
svn-id: r21659
2006-04-07Add some work on text output in FFTravis Howell
svn-id: r21656
2006-04-06Rename structures and correct array sizesTravis Howell
svn-id: r21641
2006-04-06CleanupTravis Howell
svn-id: r21640
2006-04-06Remove duplicate code in last commit and minor fixes for FFTravis Howell
svn-id: r21639
2006-04-06Minor cleanup and fixes for FFTravis Howell
svn-id: r21638
2006-04-05Renames structures and other cleanupTravis Howell
svn-id: r21626
2006-04-05Use the setBitFlag() and getBitFlag() functions, instead of manipulatingTorbjörn Andersson
_bitArray[] directly. This kind of change is, of course, rather error-prone. I hope I haven't introduced any regressions. svn-id: r21622
2006-04-04Add inventory array differences in FF and minor cleanupTravis Howell
svn-id: r21613
2006-04-04_noRightClick got reversed in setVerb for FFTravis Howell
svn-id: r21591
2006-04-04Add verb codes differences in FFTravis Howell
svn-id: r21589
2006-04-04Added stub for FF right-clicking.Torbjörn Andersson
svn-id: r21588
2006-04-04More work on oracle in FFTravis Howell
svn-id: r21583
2006-03-16CleanupTravis Howell
svn-id: r21328
2006-03-16CleanupTravis Howell
svn-id: r21327
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582