aboutsummaryrefslogtreecommitdiff
path: root/simon/vga.cpp
AgeCommit message (Collapse)Author
2003-07-20Fix regressionTravis Howell
Switch erros to warnings svn-id: r9092
2003-07-16This is actually neededTravis Howell
svn-id: r9049
2003-07-15Use debug output instead of warnings for simonTravis Howell
Fix debug output in sky svn-id: r9039
2003-07-15Remove unneeded warningTravis Howell
svn-id: r9038
2003-07-15Remove warning in simonTravis Howell
Add INDY3EGA Amiga - experimental support for sound effects, patch #771355 svn-id: r9033
2003-07-14Fixed error that resulted in bad script trackingJamieson Christian
when creating sprites during a savegame load after having been at certain locations. (If that sounds convoluted, it's because I don't know why I fixed what I did, only that the code we had was not quite constructed properly from assembler references.) svn-id: r9013
2003-07-13Fix for Bug [768940] SIMON: Music in Swamp shouldn't loopJamieson Christian
Fixed problem with how loop control was being handled in the Simon 2 music queueing logic. svn-id: r8968
2003-06-14Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; ↵Max Horn
augmented by some more changes of mine svn-id: r8482
2003-06-01Rename SimonState to SimonEngineTravis Howell
svn-id: r8228
2003-05-31A few notes, correction and a few more errorsTravis Howell
svn-id: r8164
2003-05-29Add some errors to check if these opcodes are actually usedTravis Howell
svn-id: r8084
2003-05-29More sprite renamesTravis Howell
svn-id: r8083
2003-05-29Missed a few sectionsTravis Howell
svn-id: r8082
2003-05-29Correct nameTravis Howell
svn-id: r8081
2003-05-25Add a few warnings and todos to simon1cd32Travis Howell
svn-id: r7926
2003-05-24More renamesTravis Howell
svn-id: r7884
2003-05-24A few function renamesTravis Howell
svn-id: r7883
2003-05-24Remove a few old asserts and xxx which was not neededTravis Howell
svn-id: r7880
2003-05-21pedantic warning fixesMax Horn
svn-id: r7794
2003-05-21Set midi vars to -1 by default to prevent simon2dos trying to load music ↵Travis Howell
during copy protection Correct vc_62 so it is closer to diasm. svn-id: r7780
2003-05-21fixed warningMax Horn
svn-id: r7779
2003-05-21More Simon music fixes.Jamieson Christian
svn-id: r7767
2003-05-21Renamed opcodes whose functions are now known.Jamieson Christian
Cleaned up unused script variables. Miscellaneous semantic changes. svn-id: r7763
2003-05-21More Simon music fixesJamieson Christian
svn-id: r7761
2003-05-21Various cleanup of Simon music codeJamieson Christian
svn-id: r7758
2003-05-20-1Travis Howell
svn-id: r7747
2003-05-20Minor midi change for Jamieson630Travis Howell
svn-id: r7737
2003-05-20vc_69 update from Jamieson630Travis Howell
svn-id: r7705
2003-05-19Correction from diasm.Travis Howell
svn-id: r7681
2003-05-19music_unk isn't needed in playmusic, it is always set to 999Travis Howell
svn-id: r7680
2003-05-19Minor correction to last commitTravis Howell
svn-id: r7679
2003-05-19Try and make some sense ot of simon 2 midi systemsTravis Howell
svn-id: r7678
2003-05-18Implemented new Simon MIDI module, switching from MidiStreamer to ↵Jamieson Christian
MidiParser. Restructuring enables XMIDI support and vc_72 implementation. Various cleanup on MidiParser's and MidiDriver's. svn-id: r7654
2003-03-09Remove old commented namesTravis Howell
svn-id: r6786
2003-03-07Remove vc_59_helperTravis Howell
Make t key work in simon2talkie/win only svn-id: r6739
2003-03-07some cleanupMax Horn
svn-id: r6734
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-03-06and more cleanup ....Paweł Kołodziejski
svn-id: r6720
2003-03-01change GameIDs to GameFeaturesOliver Kiehl
svn-id: r6654
2003-01-14Start for Simon 1 amiga cd32 version support, not working right yet.Travis Howell
svn-id: r6450
2003-01-04Fix crashes in simon2dos/talkie caused by my music changes awhile back.Travis Howell
svn-id: r6328
2003-01-03Add olki's patch for sound effects in simon1dosTravis Howell
Plus hack to allow choice between midi music and sound effects via 's' key svn-id: r6326
2002-12-22Remove the fixmeTravis Howell
svn-id: r6058
2002-12-22First attempt at proper simon 2 midi supportTravis Howell
Thanks to olki's previous work svn-id: r6056
2002-12-19Fix some comments and add missing variable changeTravis Howell
svn-id: r6027
2002-12-14Missed oneTravis Howell
svn-id: r5957
2002-12-14Remove commented code thats no longer needed.Travis Howell
svn-id: r5956
2002-12-08Correct error in last commitTravis Howell
svn-id: r5884
2002-12-08A few video opcode renamesTravis Howell
svn-id: r5883
2002-12-06Enable debug keys and warnings only if debug mode selected.Travis Howell
Fix fast mode svn-id: r5851