aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/oracle.cpp
AgeCommit message (Collapse)Author
2006-04-19Correct dummyItems in FF and cleanupTravis Howell
svn-id: r22035
2006-04-18Correct box numbers when scrolling text in oracle of FFTravis Howell
svn-id: r22000
2006-04-15CleanupTravis Howell
svn-id: r21926
2006-04-14Fix another glitch in save game interface of FFTravis Howell
svn-id: r21893
2006-04-14Fix glitch when entering saved game name in FFTravis Howell
svn-id: r21886
2006-04-13Add code for save game interface in FFTravis Howell
svn-id: r21843
2006-04-13Fix display of saved games list in oracle of FF, when savingTravis Howell
svn-id: r21841
2006-04-10Add code for bltOracleText() in FFTravis Howell
svn-id: r21765
2006-04-10By 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-08Add FF difference in addTextBox() and minor cleanupTravis Howell
svn-id: r21690
2006-04-08Fixes for oracle in FF and cleanupTravis Howell
svn-id: r21680
2006-04-08Remove debug leftoverTravis Howell
svn-id: r21678
2006-04-08Fix load game display of oracle in FFTravis Howell
svn-id: r21677
2006-04-07Add scrolling adjustments when drawing overlay in FFTravis Howell
svn-id: r21669
2006-04-07Add scrolling code for oracle in FFTravis Howell
svn-id: r21668
2006-04-06Minor cleanup and fixes for FFTravis Howell
svn-id: r21638
2006-04-05Added SVN keywords, and removed inclusion of <sys/stat.h>.Torbjörn Andersson
svn-id: r21623
2006-04-05Use the setBitFlag() and getBitFlag() functions, instead of manipulatingTorbjö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-05Add back lost bitFlag check in listSaveGames()Travis Howell
svn-id: r21621
2006-04-04Add inventory array differences in FF and minor cleanupTravis Howell
svn-id: r21613
2006-04-04More work on oracle in FFTravis Howell
svn-id: r21586
2006-04-04More work on oracle in FFTravis Howell
svn-id: r21583
2006-04-03Add initial support for oracle icons in FFTravis Howell
svn-id: r21579
2006-03-16Remove duplicate fcs fieldTravis Howell
svn-id: r21326
2006-02-13Add hyperlink on/off functions of oracle in Feeble FilesTravis Howell
svn-id: r20665