aboutsummaryrefslogtreecommitdiff
path: root/simon/vga.cpp
AgeCommit message (Collapse)Author
2004-01-27Avoid glitch if Simon1 introduction is skipped when showing Simon' room segment.Travis Howell
svn-id: r12633
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2004-01-01Add work around for bug in French version of Simon the Sorcerer 1Travis Howell
svn-id: r12068
2004-01-01Add hack to stop invalid opcode in French version of Simon the Sorcerer 1.Travis Howell
This was a bug in original game and causes several bad effects. svn-id: r12063
2003-12-24turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ↵Max Horn
mainly because people kept (accidentally and sometimes on purpose :-) misusing them svn-id: r11881
2003-12-23Add correct value from simon2dos disasm.Travis Howell
Last value was guess for smooth scrolling. svn-id: r11872
2003-12-23Add var to track current subroutine been used.Travis Howell
Add work around to display one section of Simon the Sorcerer 1 introduction in lower half of screen. svn-id: r11870
2003-12-23simon2dos/talkie used different expire_vga_timers() code.Travis Howell
Solves several bugs. Using simon1 timer_proc() seciton as work out for speed issue at the moment. svn-id: r11867
2003-12-22Switch back to older method (Used in Hebrew version) of combined speech and ↵Travis Howell
subtitles for Simon2. svn-id: r11847
2003-12-20CorrectionTravis Howell
svn-id: r11772
2003-12-20Enable vgascript dump option.Travis Howell
svn-id: r11771
2003-12-20Simpler checkTravis Howell
svn-id: r11769
2003-12-20*** empty log message ***Travis Howell
svn-id: r11768
2003-12-20Fix iventory arrowsin some versions of Simon1.Travis Howell
svn-id: r11765
2003-12-18Make fade a config optiomTravis Howell
Make sure non-English/German versions of simon1talkie start with subtitles enabled. svn-id: r11736
2003-12-18Revert fade changeTravis Howell
svn-id: r11734
2003-12-12Don't update screen manually, as original didn't.Travis Howell
svn-id: r11590
2003-12-11Change another debug define to keyTravis Howell
Dump options should now work on non-win32 svn-id: r11574
2003-12-06This checks should be simon1win only, just to be on safe side.Travis Howell
svn-id: r11506
2003-12-02This screen update causes delay and doesn't seem to be required.Travis Howell
Remove old debug message svn-id: r11455
2003-12-02Only used in simon1winTravis Howell
svn-id: r11454
2003-12-01cleanupMax Horn
svn-id: r11439
2003-11-08cleanup whitespacesPaweł Kołodziejski
svn-id: r11214
2003-10-26Add combined speech and subtitles support for simon2.Travis Howell
svn-id: r10972
2003-10-26Add more debug.Travis Howell
svn-id: r10971
2003-10-26Rename function.Travis Howell
svn-id: r10970
2003-10-21Missed oneTravis Howell
svn-id: r10930
2003-10-21Correctly reanem var this time.Travis Howell
svn-id: r10929
2003-10-21Rename a few varsTravis Howell
svn-id: r10928
2003-10-16Minor cleanupTravis Howell
svn-id: r10823
2003-10-03Simon namespaceMax Horn
svn-id: r10574
2003-09-24Whitespace changesTorbjörn Andersson
svn-id: r10390
2003-08-30Reverted previous change since the mixer change was reverted.Torbjörn Andersson
svn-id: r9929
2003-08-30Fixed Simon 2 intro regression (and possibly others as well) caused byTorbjörn Andersson
recent mixer change. svn-id: r9926
2003-08-04Remove lineTravis Howell
svn-id: r9452
2003-07-30Fix Golum Ring causes graphic glitches, bug #777966Travis Howell
svn-id: r9294
2003-07-30Add/remove/update simon commentsTravis Howell
svn-id: r9292
2003-07-30Small cleanupTravis Howell
svn-id: r9290
2003-07-30vc_10_no_depack_swap implementationJamieson Christian
svn-id: r9289
2003-07-28unificationMax Horn
svn-id: r9242
2003-07-21Add sfx/voice support for simon1cd32, thanks to olki.Travis Howell
Adjust a few debugs Add hack to allow load/save in simon1cd32 via keyboard svn-id: r9105
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