aboutsummaryrefslogtreecommitdiff
path: root/engines/simon
AgeCommit message (Collapse)Author
2006-04-08Remove excess ; in scrollEvent()Travis Howell
svn-id: r21676
2006-04-08Add initial support for vertical scrolling in FFTravis Howell
svn-id: r21675
2006-04-07Minor cleanupTravis Howell
svn-id: r21671
2006-04-07Cleanup and split scrolling codeTravis Howell
svn-id: r21670
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-07Cleanup of yesterday's changes. The opcode functions no longer need to take anyTorbjörn Andersson
parameters. svn-id: r21662
2006-04-07Fix some horizontal scrolling issues in FFTravis Howell
svn-id: r21661
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-07Ooops, cut and paste error in printScreenText()Travis Howell
svn-id: r21657
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-06Revert structure size changes, size expanded in readItemChildren()Travis Howell
svn-id: r21642
2006-04-06Rename structures and correct array sizesTravis Howell
svn-id: r21641
2006-04-06CleanupTravis Howell
svn-id: r21640
2006-04-06Remove duplicate code in last commit and minor fixes for FFTravis Howell
svn-id: r21639
2006-04-06Minor cleanup and fixes for FFTravis Howell
svn-id: r21638
2006-04-06Add some work on scrolling in FFTravis Howell
svn-id: r21637
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-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-05Fix regression in Simon2, a byte was lost when clearing or setting marksTravis Howell
svn-id: r21619
2006-04-04Add inventory array differences in FF and minor cleanupTravis Howell
svn-id: r21613
2006-04-04Removed extra exclamation marks in warning() calls as well.Eugene Sandulenko
svn-id: r21608
2006-04-04o_printStr() always uses box1 for FFTravis Howell
svn-id: r21592
2006-04-04_noRightClick got reversed in setVerb for FFTravis Howell
svn-id: r21591
2006-04-04Add skipSpeech difference in FFTravis Howell
svn-id: r21590
2006-04-04Add verb codes differences in FFTravis Howell
svn-id: r21589
2006-04-04Added stub for FF right-clicking.Torbjörn Andersson
svn-id: r21588
2006-04-04Adjust clear/restore window for FFTravis Howell
svn-id: r21587
2006-04-04More work on oracle in FFTravis Howell
svn-id: r21586
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-04Remove debug left overTravis Howell
svn-id: r21584
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-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-28Update game detection code, with recent changes from SAGA engineTravis Howell
svn-id: r21478
2006-03-28Renamed various container isEmpty() methods to empty() to match STL conventionsMax Horn
svn-id: r21472
2006-03-27Adjust width in dump_bitmap() for FFTravis Howell
svn-id: r21467
2006-03-27Always init state.depack_contTravis Howell
svn-id: r21466
2006-03-27Commited too muchTravis Howell
svn-id: r21465
2006-03-27Add FF support to dump_bitmap()Travis Howell
svn-id: r21464
2006-03-25Fixing bug #1458388: "SIMON1: Game Detection fails".Eugene Sandulenko
Sometimes instead of "GAMEPC" we get "GAMEPC." (note trailing dot) svn-id: r21455
2006-03-25- Print more meaningful game names on detection stageEugene Sandulenko
- Move detection debug messages from level 0 to level 2 svn-id: r21453
2006-03-25- Move AddDefaultDirectory() calls in somon engine to constructorEugene Sandulenko
- Move AddDefaultDirectory() from NewTheme.cpp to main.cpp svn-id: r21451