aboutsummaryrefslogtreecommitdiff
path: root/simon/vga.cpp
AgeCommit message (Collapse)Author
2005-11-13Fix invalid writes in FF.Travis Howell
svn-id: r19585
2005-11-13Fix slowFadein during Lion ride in Simon2.Travis Howell
Cleanup. svn-id: r19581
2005-11-12Add some details for ru versions.Travis Howell
Add some details for FF. svn-id: r19568
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-11Cleanup.Travis Howell
svn-id: r19559
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-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-08Cleanup.Travis Howell
svn-id: r19518
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-10-23Cleanup.Travis Howell
svn-id: r19259
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-10-12Fix regression, cuased by typo.Travis Howell
Add wrapper as suggested. svn-id: r19028
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-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-05CleanupTravis Howell
svn-id: r18941
2005-10-05CleanupTravis Howell
svn-id: r18940
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
svn-id: r18444
2005-05-08Renamed variables to match our naming conventions; added ↵Max Horn
Sound::isVoiceActive() method; made some more members of class Sound private svn-id: r17958
2005-05-06CleanupTravis Howell
svn-id: r17934
2005-05-06OoopsTravis Howell
svn-id: r17932
2005-05-06Rename sprite field.Travis Howell
Cleanup. svn-id: r17931
2005-05-06Use ScummVM code formatting for names.Travis Howell
svn-id: r17930
2005-05-06Rename sprite field.Travis Howell
Cleanup svn-id: r17928
2005-05-06Auto detect music and voice types, where possible.Travis Howell
Use correct set of MIDI tracks for MT32 in Simon the Sorcerer 2. svn-id: r17925
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