aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/simon.h
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-08Add initial support for vertical scrolling in FFTravis Howell
svn-id: r21675
2006-04-07Cleanup and split scrolling codeTravis Howell
svn-id: r21670
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-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-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-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-04Add inventory array differences in FF and minor cleanupTravis Howell
svn-id: r21613
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-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-28Update game detection code, with recent changes from SAGA engineTravis Howell
svn-id: r21478
2006-03-27Add FF support to dump_bitmap()Travis Howell
svn-id: r21464
2006-03-23Minor changes for FF and cleanupTravis Howell
svn-id: r21417
2006-03-22Code for inverted rect when scaling images of FF no longer required. Minor ↵Travis Howell
cleanup svn-id: r21407
2006-03-22Rename draw buffers correctlyTravis Howell
svn-id: r21406
2006-03-22Add initial support for Amiga and Macintosh versions of The Feeble FilesTravis Howell
svn-id: r21399
2006-03-16CleanupTravis Howell
svn-id: r21328
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-03-16Add scaling code stub for FFTravis Howell
svn-id: r21322
2006-03-09Moved SIMON plugin interface code from simon.cpp to game.cppMax Horn
svn-id: r21180
2006-03-09Modified SIMON engine to use DetectedGame::updateDescMax Horn
svn-id: r21176
2006-03-09- added new toDetectedGame() template function (analog to toGameSettings)Max Horn
- made use of the new DetectedGame constructor from my last commit - some related cleanup svn-id: r21149
2006-02-18- Removed the 'features' field from GameSettingsMax Horn
- Removed GF_DEFAULT_TO_1X_SCALER svn-id: r20747
2006-02-16Cleanup drawing code for Feeble FilesTravis Howell
svn-id: r20734
2006-02-13Add hyperlink on/off functions of oracle in Feeble FilesTravis Howell
svn-id: r20665
2006-02-12The GameDetector is no longer a required parameter for Engine constructorsMax Horn
svn-id: r20590
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582