Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-21 | Add some code for PanEvent in FF and cleanup | Travis Howell | |
svn-id: r22062 | |||
2006-04-19 | Fixed a potential bug when calculating the width of conversation option in FF. | Torbjörn Andersson | |
This bug appears to have been present in the original as well, though the chances of triggering it are small. (We did in at least one place, before adding the number prefix to the string.) svn-id: r22036 | |||
2006-04-19 | Number the FF conversation options. | Torbjörn Andersson | |
svn-id: r22034 | |||
2006-04-15 | Adjust various number of textBox checks for FF | Travis Howell | |
svn-id: r21902 | |||
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 | Add centreScroll() for FF and hyperbox code differences in FF. | Travis Howell | |
svn-id: r21712 | |||
2006-04-07 | Fix subtitle output in FF | Travis Howell | |
svn-id: r21659 | |||
2006-04-07 | Ooops, cut and paste error in printScreenText() | Travis Howell | |
svn-id: r21657 | |||
2006-04-07 | Add some work on text output in FF | Travis Howell | |
svn-id: r21656 |