Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-19 | Correct dummyItems in FF and cleanup | Travis Howell | |
svn-id: r22035 | |||
2006-04-18 | Correct box numbers when scrolling text in oracle of FF | Travis Howell | |
svn-id: r22000 | |||
2006-04-15 | Cleanup | Travis Howell | |
svn-id: r21926 | |||
2006-04-14 | Fix another glitch in save game interface of FF | Travis Howell | |
svn-id: r21893 | |||
2006-04-14 | Fix glitch when entering saved game name in FF | Travis Howell | |
svn-id: r21886 | |||
2006-04-13 | Add code for save game interface in FF | Travis Howell | |
svn-id: r21843 | |||
2006-04-13 | Fix display of saved games list in oracle of FF, when saving | Travis Howell | |
svn-id: r21841 | |||
2006-04-10 | Add code for bltOracleText() in FF | Travis Howell | |
svn-id: r21765 | |||
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-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-08 | Remove debug leftover | Travis Howell | |
svn-id: r21678 | |||
2006-04-08 | Fix load game display of oracle in FF | Travis Howell | |
svn-id: r21677 | |||
2006-04-07 | Add scrolling adjustments when drawing overlay in FF | Travis Howell | |
svn-id: r21669 | |||
2006-04-07 | Add scrolling code for oracle in FF | Travis Howell | |
svn-id: r21668 | |||
2006-04-06 | Minor cleanup and fixes for FF | Travis Howell | |
svn-id: r21638 | |||
2006-04-05 | Added SVN keywords, and removed inclusion of <sys/stat.h>. | Torbjörn Andersson | |
svn-id: r21623 | |||
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-05 | Add back lost bitFlag check in listSaveGames() | Travis Howell | |
svn-id: r21621 | |||
2006-04-04 | Add inventory array differences in FF and minor cleanup | Travis Howell | |
svn-id: r21613 | |||
2006-04-04 | More work on oracle in FF | Travis Howell | |
svn-id: r21586 | |||
2006-04-04 | More work on oracle in FF | Travis Howell | |
svn-id: r21583 | |||
2006-04-03 | Add initial support for oracle icons in FF | Travis Howell | |
svn-id: r21579 | |||
2006-03-16 | Remove duplicate fcs field | Travis Howell | |
svn-id: r21326 | |||
2006-02-13 | Add hyperlink on/off functions of oracle in Feeble Files | Travis Howell | |
svn-id: r20665 |