aboutsummaryrefslogtreecommitdiff
path: root/simon
AgeCommit message (Collapse)Author
2005-11-13Fix invalid writes in FF.Travis Howell
svn-id: r19585
2005-11-13Fix sound looping regression in simon2 (Windows).Travis Howell
Sound flags were been reset. svn-id: r19583
2005-11-13Fix slowFadein during Lion ride in Simon2.Travis Howell
Cleanup. svn-id: r19581
2005-11-12Add German Feeble FilesEugene Sandulenko
svn-id: r19572
2005-11-12Cleanup.Travis Howell
svn-id: r19569
2005-11-12Add some details for ru versions.Travis Howell
Add some details for FF. svn-id: r19568
2005-11-12Fix simon1cd32 regression.Travis Howell
svn-id: r19566
2005-11-12Add details for Acorn demo.Travis Howell
Remove left overs. svn-id: r19565
2005-11-12Old targets will be auto updated.Travis Howell
Many non-English versions will be broken until information is updated. svn-id: r19563
2005-11-11Add Italian Simon2.Travis Howell
svn-id: r19562
2005-11-11Add Italian Simon2.Travis Howell
svn-id: r19561
2005-11-11Cleanup.Travis Howell
svn-id: r19559
2005-11-11Oops, got reversed.Travis Howell
svn-id: r19558
2005-11-11Cleanup.Travis Howell
svn-id: r19556
2005-11-11Correct error in debug tables.Travis Howell
svn-id: r19555
2005-11-11Correct FF image height.Travis Howell
svn-id: r19554
2005-11-10Add palette difference in FF.Travis Howell
svn-id: r19545
2005-11-10More accurate video opcodes output.Travis Howell
svn-id: r19544
2005-11-10Add another wrapper for endian difference in FF.Travis Howell
svn-id: r19543
2005-11-10Update debug tables.Travis Howell
svn-id: r19542
2005-11-09Palette delay at the end of Simon1 was never triggered.Travis Howell
svn-id: r19541
2005-11-09Cleanup.Travis Howell
svn-id: r19540
2005-11-09sync HEAD with 0-8-0 branch.Robert Göffringmann
svn-id: r19536
2005-11-08Cleanup.Travis Howell
svn-id: r19518
2005-11-05PalmOS ifdefChris Apers
svn-id: r19472
2005-11-05- Changed PalmOS ifdefChris Apers
- Move opcode table to setupVgaOpcodes so that the table is correctly initialized with PalmOS ARM svn-id: r19471
2005-11-05Call flush() in the savegame stream, when saving. I think SAGA, Simon andTorbjörn Andersson
BS2 were the last engines that didn't. But I could be mistaken. svn-id: r19463
2005-11-05Broke FF.Travis Howell
svn-id: r19432
2005-11-02Update the ru charset table.Travis Howell
svn-id: r19388
2005-10-23Fix no sound effects regression in simon1.Travis Howell
svn-id: r19267
2005-10-23Cleanup.Travis Howell
svn-id: r19259
2005-10-19CleanupTravis Howell
svn-id: r19177
2005-10-19CleanupTravis Howell
svn-id: r19176
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-10-12Fix sound effects regression in simon2talkie.Travis Howell
svn-id: r19029
2005-10-12Fix regression, cuased by typo.Travis Howell
Add wrapper as suggested. svn-id: r19028
2005-10-09TypoTravis Howell
svn-id: r18989
2005-10-09Clean up VGA headers.Travis Howell
More changes for FF. svn-id: r18988
2005-10-09Add more stubs for FF.Travis Howell
Disable scale images in FF for now. svn-id: r18987
2005-10-08Added/stubbed some Feeble opcodes, and fixed a regression that made itTorbjörn Andersson
impossible to load old (and probably new, for that matter) Simon savegames. svn-id: r18958
2005-10-07Adjust for larger resolution.Travis Howell
svn-id: r18955
2005-10-07Missed a few lines.Travis Howell
svn-id: r18954
2005-10-07FF starts VGA script.Travis Howell
svn-id: r18953
2005-10-06Add slight difference.Travis Howell
svn-id: r18949
2005-10-06Add FF table.Travis Howell
svn-id: r18948
2005-10-05CleanupTravis Howell
svn-id: r18941
2005-10-05CleanupTravis Howell
svn-id: r18940
2005-10-05Remove leftoverTravis Howell
svn-id: r18939
2005-10-03CleanupTravis Howell
svn-id: r18929
2005-09-22Fix regression introduced when we split engine constructiors intoEugene Sandulenko
constructor itself and init() method. debug() and error() are dependent on _debug object in many engines, so if these methods were called on early stage, scummvm crashed. svn-id: r18860