aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/items.cpp
AgeCommit message (Collapse)Author
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-07Minor cleanupTravis Howell
svn-id: r21671
2006-04-07Cleanup of yesterday's changes. The opcode functions no longer need to take anyTorbjörn Andersson
parameters. svn-id: r21662
2006-04-07Sprite is always set to 1 in o_printStr() and o1_scnTxtLongText() for FF. ↵Travis Howell
Fixes wait timeouts in holomail. svn-id: r21660
2006-04-07Fix subtitle output in FFTravis Howell
svn-id: r21659
2006-04-07Add some work on text output in FFTravis Howell
svn-id: r21656
2006-04-06Split the opcodes into separate functions, and use an array of functionTorbjörn Andersson
pointers for decoding them, like we do in most other engines. And I just want to say that this is the second biggest opcode table I've ever seen! svn-id: r21644
2006-04-06Rename structures and correct array sizesTravis Howell
svn-id: r21641
2006-04-06CleanupTravis Howell
svn-id: r21640
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-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-04Add verb codes differences in FFTravis Howell
svn-id: r21589
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-03-29Add opcode difference in FFTravis Howell
svn-id: r21497
2006-03-29Added stubs for a couple of FF opcodes.Torbjörn Andersson
svn-id: r21495
2006-03-27Commited too muchTravis Howell
svn-id: r21465
2006-03-27Add FF support to dump_bitmap()Travis Howell
svn-id: r21464
2006-03-23Add opcode 161 difference in FF, fixes some glitches in 2nd roomTravis Howell
svn-id: r21416
2006-03-16CleanupTravis Howell
svn-id: r21327
2006-02-13Add hyperlink on/off functions of oracle in Feeble FilesTravis Howell
svn-id: r20665
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582