Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-05 | Update copyright | Travis Howell | |
svn-id: r22358 | |||
2006-05-03 | Cleanup | Travis Howell | |
svn-id: r22289 | |||
2006-04-29 | Cleanup includes | Travis Howell | |
svn-id: r22225 | |||
2006-04-29 | Split more functions of simon.cpp into separate files | Travis Howell | |
svn-id: r22224 | |||
2006-04-21 | Add some code for PanEvent in FF and cleanup | Travis Howell | |
svn-id: r22062 | |||
2006-04-20 | Revert that delay change when scrolling inventory in FF, causes glitches | Travis Howell | |
svn-id: r22058 | |||
2006-04-20 | Fix constant scrolling in oracle in FF, when mouse button is pressed | Travis Howell | |
svn-id: r22056 | |||
2006-04-20 | Fix freeze that can occur when scrolling inventory in oracle of FF | Travis Howell | |
svn-id: r22048 | |||
2006-04-17 | Fix box selection after vertical scrolling in FF | Travis Howell | |
svn-id: r21957 | |||
2006-04-16 | Fix mouse cursor changing for buttons in chemistry set for FF | Travis Howell | |
svn-id: r21932 | |||
2006-04-16 | Improve cursor support in FF | Travis Howell | |
svn-id: r21930 | |||
2006-04-15 | Minor cleanup | Travis Howell | |
svn-id: r21904 | |||
2006-04-15 | Adjust video opcodes for second variable array | Travis Howell | |
svn-id: r21897 | |||
2006-04-14 | Fix object name display, after conversation in FF | Travis Howell | |
svn-id: r21883 | |||
2006-04-14 | Cleanup | Travis Howell | |
svn-id: r21880 | |||
2006-04-14 | Ooops, increment table, not field in invertBox{} | Travis Howell | |
svn-id: r21874 | |||
2006-04-14 | Add missing increment in invertBox() | Travis Howell | |
svn-id: r21873 | |||
2006-04-13 | Add invertBox function for FF | Travis Howell | |
svn-id: r21854 | |||
2006-04-13 | Add code for save game interface in FF | Travis Howell | |
svn-id: r21843 | |||
2006-04-10 | By 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-09 | Fix hitareas when scrolling in oracle of FF | Travis Howell | |
svn-id: r21725 | |||
2006-04-09 | Disable constant display of object names, since oracle settings are usable ↵ | Travis Howell | |
in FF now. svn-id: r21721 | |||
2006-04-09 | Add centreScroll() for FF and hyperbox code differences in FF. | Travis Howell | |
svn-id: r21712 | |||
2006-04-08 | Add FF difference in addTextBox() and minor cleanup | Travis Howell | |
svn-id: r21690 | |||
2006-04-08 | Fixes for oracle in FF and cleanup | Travis Howell | |
svn-id: r21680 | |||
2006-04-07 | Fix subtitle output in FF | Travis Howell | |
svn-id: r21659 | |||
2006-04-07 | Add some work on text output in FF | Travis Howell | |
svn-id: r21656 | |||
2006-04-06 | Rename structures and correct array sizes | Travis Howell | |
svn-id: r21641 | |||
2006-04-06 | Cleanup | Travis Howell | |
svn-id: r21640 | |||
2006-04-06 | Remove duplicate code in last commit and minor fixes for FF | Travis Howell | |
svn-id: r21639 | |||
2006-04-06 | Minor cleanup and fixes for FF | Travis Howell | |
svn-id: r21638 | |||
2006-04-05 | Renames structures and other cleanup | Travis Howell | |
svn-id: r21626 | |||
2006-04-05 | Use the setBitFlag() and getBitFlag() functions, instead of manipulating | Torbjö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-04 | Add inventory array differences in FF and minor cleanup | Travis Howell | |
svn-id: r21613 | |||
2006-04-04 | _noRightClick got reversed in setVerb for FF | Travis Howell | |
svn-id: r21591 | |||
2006-04-04 | Add verb codes differences in FF | Travis Howell | |
svn-id: r21589 | |||
2006-04-04 | Added stub for FF right-clicking. | Torbjörn Andersson | |
svn-id: r21588 | |||
2006-04-04 | More work on oracle in FF | Travis Howell | |
svn-id: r21583 | |||
2006-03-16 | Cleanup | Travis Howell | |
svn-id: r21328 | |||
2006-03-16 | Cleanup | Travis Howell | |
svn-id: r21327 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |