Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-05 | Update copyright | Travis Howell | |
svn-id: r22358 | |||
2006-05-03 | Read correct offset in loadIconData() | Travis Howell | |
svn-id: r22291 | |||
2006-04-29 | Cleanup includes | Travis Howell | |
svn-id: r22225 | |||
2006-04-22 | Cleanup use of different filenames in different versions | Travis Howell | |
svn-id: r22078 | |||
2006-04-21 | Add some code for PanEvent in FF and cleanup | Travis Howell | |
svn-id: r22062 | |||
2006-04-19 | Add FF difference in mouseOn script opcode | Travis Howell | |
svn-id: r22030 | |||
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 input regression after using oracle in FF | Travis Howell | |
svn-id: r21723 | |||
2006-04-08 | Add FF difference in addTextBox() and minor cleanup | Travis Howell | |
svn-id: r21690 | |||
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 | Fix inventory hitareas in FF | Travis Howell | |
svn-id: r21636 | |||
2006-04-06 | Add more icon differences in FF and cleanup | Travis Howell | |
svn-id: r21635 | |||
2006-04-05 | Renames structures and other cleanup | Travis Howell | |
svn-id: r21626 | |||
2006-04-04 | Work around glitchy drawing of the Oracle icon, after discussing with Kirben. | Torbjörn Andersson | |
But it's still unclear *why* the first 16 bytes should be skipped; hence the Big Scary Comment (tm). svn-id: r21585 | |||
2006-04-03 | Add initial support for oracle icons in FF | Travis Howell | |
svn-id: r21579 | |||
2006-03-22 | Rename draw buffers correctly | Travis Howell | |
svn-id: r21406 | |||
2006-03-16 | Cleanup | Travis Howell | |
svn-id: r21327 | |||
2006-03-16 | Rename get draw buffer functions | Travis Howell | |
svn-id: r21325 | |||
2006-03-16 | Remove unused unlock draw surface functions | Travis Howell | |
svn-id: r21323 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |