aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/icons.cpp
AgeCommit message (Collapse)Author
2006-05-05Update copyrightTravis Howell
svn-id: r22358
2006-05-03Read correct offset in loadIconData()Travis Howell
svn-id: r22291
2006-04-29Cleanup includesTravis Howell
svn-id: r22225
2006-04-22Cleanup use of different filenames in different versionsTravis Howell
svn-id: r22078
2006-04-21Add some code for PanEvent in FF and cleanupTravis Howell
svn-id: r22062
2006-04-19Add FF difference in mouseOn script opcodeTravis Howell
svn-id: r22030
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-09Fix input regression after using oracle in FFTravis Howell
svn-id: r21723
2006-04-08Add FF difference in addTextBox() and minor cleanupTravis Howell
svn-id: r21690
2006-04-06Rename structures and correct array sizesTravis Howell
svn-id: r21641
2006-04-06CleanupTravis Howell
svn-id: r21640
2006-04-06Fix inventory hitareas in FFTravis Howell
svn-id: r21636
2006-04-06Add more icon differences in FF and cleanupTravis Howell
svn-id: r21635
2006-04-05Renames structures and other cleanupTravis Howell
svn-id: r21626
2006-04-04Work 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-03Add initial support for oracle icons in FFTravis Howell
svn-id: r21579
2006-03-22Rename draw buffers correctlyTravis Howell
svn-id: r21406
2006-03-16CleanupTravis Howell
svn-id: r21327
2006-03-16Rename get draw buffer functionsTravis Howell
svn-id: r21325
2006-03-16Remove unused unlock draw surface functionsTravis Howell
svn-id: r21323
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582