aboutsummaryrefslogtreecommitdiff
path: root/simon/vga.cpp
AgeCommit message (Collapse)Author
2005-03-12PlayingSoundHandle -> SoundHandle; also, turned the handle activity check ↵Max Horn
into a mixer method svn-id: r17106
2005-01-10system.h was being included in tons of places, without any good reason; ↵Max Horn
reduced this (total dependencies on system.h went down from 193 to 85 files) svn-id: r16527
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-12-18A little more cleanup (the Simon code really is a big mess :-)Max Horn
svn-id: r16107
2004-12-18constify simon engine; turned global var vc_get_out_of_code into a member of ↵Max Horn
class SimonEngine svn-id: r16106
2004-07-27No need to calculate valuesTravis Howell
svn-id: r14351
2004-03-14remove ugly gotoOliver Kiehl
svn-id: r13278
2004-02-28renamed more OSystem methods to follow our naming scheme; renamed ↵Max Horn
NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend svn-id: r13087
2004-02-09Switch method used for combined speech and subtitles in Simon2 (Non - Hebrew ↵Travis Howell
versions) again. svn-id: r12782
2004-01-30Add better work around for inventory arrows issue in some Simon1 versions.Travis Howell
Remove seom debugging output. svn-id: r12673
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