Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-14 | fixes compile with msvc8 | Johannes Schickel | |
svn-id: r23102 | |||
2006-06-07 | Add Russian translations for error messages | Travis Howell | |
svn-id: r22978 | |||
2006-06-02 | Cleanup | Travis Howell | |
svn-id: r22829 | |||
2006-06-02 | Improve Hebrew support | Travis Howell | |
svn-id: r22826 | |||
2006-06-02 | Improve Hebrew support | Travis Howell | |
svn-id: r22825 | |||
2006-06-02 | Add load/save errors for other languages | Travis Howell | |
svn-id: r22824 | |||
2006-05-10 | Decrease delay to make it less likely that the Simon 1 (and other?) save/load | Torbjörn Andersson | |
dialog misses keystrokes. svn-id: r22401 | |||
2006-05-05 | Update copyright | Travis Howell | |
svn-id: r22358 | |||
2006-05-04 | Remove duplicate code | Travis Howell | |
svn-id: r22329 | |||
2006-05-04 | Fix loading of default saved game file, containing restate state, in FF | Travis Howell | |
svn-id: r22328 | |||
2006-05-04 | Add filename difference in Amiga/Mac. versions of FF | Travis Howell | |
svn-id: r22326 | |||
2006-05-03 | Cleanup | Travis Howell | |
svn-id: r22289 | |||
2006-04-29 | Cleanup includes | Travis Howell | |
svn-id: r22225 | |||
2006-04-26 | Fix timer events time when saving game in FF | Travis Howell | |
svn-id: r22179 | |||
2006-04-21 | Split bitArrays into three separate arrays, like original. Also fixing ↵ | Travis Howell | |
load/save issue with bitArrayThree been off by one svn-id: r22067 | |||
2006-04-19 | Correct dummyItems in FF and cleanup | Travis Howell | |
svn-id: r22035 | |||
2006-04-18 | Add missing timer adjustment when saving game in FF | Travis Howell | |
svn-id: r22004 | |||
2006-04-18 | Fix time events continuing, when using the oracle in FF | Travis Howell | |
svn-id: r22003 | |||
2006-04-15 | Remove out dated comment | Travis Howell | |
svn-id: r21925 | |||
2006-04-15 | Increase array sizes for FF and cleanup | Travis Howell | |
svn-id: r21901 | |||
2006-04-14 | Cleanup | Travis Howell | |
svn-id: r21880 | |||
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-13 | Disable quick load/save is FF, since original sometimes disabled load/save ↵ | Travis Howell | |
and it isn't reliable at the moment svn-id: r21838 | |||
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-10 | Merged o_loadGame() and o_saveGame() into o1_loadUserGame() and | Torbjörn Andersson | |
o1_saveUserGame(). svn-id: r21753 | |||
2006-04-07 | Minor cleanup | Travis Howell | |
svn-id: r21671 | |||
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-05 | Renames structures and other cleanup | Travis Howell | |
svn-id: r21626 | |||
2006-04-04 | Add verb codes differences in FF | Travis Howell | |
svn-id: r21589 | |||
2006-03-16 | Cleanup | Travis Howell | |
svn-id: r21327 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |