aboutsummaryrefslogtreecommitdiff
path: root/engines/simon
AgeCommit message (Expand)Author
2006-03-29Add opcode difference in FFTravis Howell
2006-03-29Added stubs for a couple of FF opcodes.Torbjörn Andersson
2006-03-28Update game detection code, with recent changes from SAGA engineTravis Howell
2006-03-28Renamed various container isEmpty() methods to empty() to match STL conventionsMax Horn
2006-03-27Adjust width in dump_bitmap() for FFTravis Howell
2006-03-27Always init state.depack_contTravis Howell
2006-03-27Commited too muchTravis Howell
2006-03-27Add FF support to dump_bitmap()Travis Howell
2006-03-25Fixing bug #1458388: "SIMON1: Game Detection fails".Eugene Sandulenko
2006-03-25- Print more meaningful game names on detection stageEugene Sandulenko
2006-03-25- Move AddDefaultDirectory() calls in somon engine to constructorEugene Sandulenko
2006-03-23Minor changes for FF and cleanupTravis Howell
2006-03-23Add opcode 161 difference in FF, fixes some glitches in 2nd roomTravis Howell
2006-03-23Fix compile without ZLIB support (GP32).Won Star
2006-03-22Code for inverted rect when scaling images of FF no longer required. Minor cl...Travis Howell
2006-03-22Rename draw buffers correctlyTravis Howell
2006-03-22Small correction to scaling code in FFTravis Howell
2006-03-22Preliminary (weasel-word for "probably buggy") implementation of the remainingTorbjörn Andersson
2006-03-22Whitespace changesTravis Howell
2006-03-22Fix regression in 2nd room of FFTravis Howell
2006-03-22Skip columns isn't used for overlayed or scaled images in FFTravis Howell
2006-03-22Fix sound regression in FF, caused by last commitTravis Howell
2006-03-22Add initial support for Amiga and Macintosh versions of The Feeble FilesTravis Howell
2006-03-19Revert FLAG_AUTOFREE changes to loadWAVFromStreammakeWAVStreamTravis Howell
2006-03-16CleanupTravis Howell
2006-03-16CleanupTravis Howell
2006-03-16Remove duplicate fcs fieldTravis Howell
2006-03-16Rename get draw buffer functionsTravis Howell
2006-03-16Rename flags used for drawing imagesTravis Howell
2006-03-16Remove unused unlock draw surface functionsTravis Howell
2006-03-16Add scaling code stub for FFTravis Howell
2006-03-12Correct mistake in md5 tables for Simon the Sorcerer 2 (DOS Floppy)Travis Howell
2006-03-09Moved SIMON plugin interface code from simon.cpp to game.cppMax Horn
2006-03-09Modified SIMON engine to use DetectedGame::updateDescMax Horn
2006-03-09Tiny code simplificationMax Horn
2006-03-09- Renamed GameSettings to PlainGameDescriptorMax Horn
2006-03-09- added new toDetectedGame() template function (analog to toGameSettings)Max Horn
2006-03-04Add correct md5 for second version of Simon the Sorcerer 2 patched to RussianTravis Howell
2006-03-02Fix for bug #1438822 (Targets are case sensitive)Max Horn
2006-02-23I assume -1 and 0xFFFFFFFF are supposed to be the same value when assigned toTorbjörn Andersson
2006-02-23In Feeble Files, mouse clicks are recorded in _bitArray[] as well. I was hopingTorbjörn Andersson
2006-02-20Add German version of Simon the Sorcerer 2 (DOS Floppy)Travis Howell
2006-02-18- Merged GameDetector::detectGame() into GameDetector::detectMain()Max Horn
2006-02-18- renamed PLUGIN_getSupportedGames to PLUGIN_gameIDList for consistencyMax Horn
2006-02-18- Removed the 'features' field from GameSettingsMax Horn
2006-02-17Reduced use of GF_DEFAULT_TO_1X_SCALER in favor of a new param to Engine::ini...Max Horn
2006-02-16Whitespace fix.Torbjörn Andersson
2006-02-16- Fixed a bug that prevented you from overriding the scaler from the commandMax Horn
2006-02-16Fix overlay images not always been marked as compressed in the Feeble FilesTravis Howell
2006-02-16Cleanup drawing code for Feeble FilesTravis Howell