aboutsummaryrefslogtreecommitdiff
path: root/simon
AgeCommit message (Collapse)Author
2004-01-01Add work around for bug in French version of Simon the Sorcerer 1Travis Howell
svn-id: r12068
2004-01-01Reduce some buffers to more reasonable sizes.Travis Howell
svn-id: r12067
2004-01-01Avoid memory corruptionTravis Howell
svn-id: r12065
2004-01-01Subtitles check wasn't quite right.Travis Howell
svn-id: r12064
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-31Add better detection of simon2macTravis Howell
svn-id: r12048
2003-12-31Add some md5 checksums of files for Simon1/2 games.Travis Howell
svn-id: r12047
2003-12-30Fix regressionTravis Howell
svn-id: r12025
2003-12-27Use VOC reader from voc.hMax Horn
svn-id: r11963
2003-12-24o Added SoundMixer::isReady()Max Horn
o Removed SoundMixer::bindToSystem() o In scumm, replaced _silentMixer, _silentDigitalImuse and _noDigitalSamples by SoundMixer::isReady() svn-id: r11893
2003-12-24Should apply to all Simon1 versionsTravis Howell
svn-id: r11882
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 delay to help reduce cpu usage in some sections.Travis Howell
svn-id: r11875
2003-12-23OoopsTravis Howell
svn-id: r11874
2003-12-23Fix inventory flashing when using F10 in Simon1 after conversation.Travis Howell
svn-id: r11873
2003-12-23Add correct value from simon2dos disasm.Travis Howell
Last value was guess for smooth scrolling. svn-id: r11872
2003-12-23OoopsTravis Howell
svn-id: r11871
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-23Add commentTravis Howell
svn-id: r11869
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-21cleanup; fix endian bug which caused the dreaded Simon1 hang on MacOS ↵Max Horn
(_palette_color_count was treated as a 32 bit int when it is only 16 bit -> once again proves that one should be really really carefully with pointer cast hacks!) svn-id: r11835
2003-12-21Add music_mute config option to Simon 1/2Travis Howell
svn-id: r11825
2003-12-21Add sfx_mute to simonTravis Howell
svn-id: r11824
2003-12-21add purely experimental & untested Ogg Vorbis support to SimonMax Horn
svn-id: r11816
2003-12-21Use of stat() is not portable...Marcus Comstedt
svn-id: r11813
2003-12-21Make it possible for game detection functions to detect language/platform ↵Max Horn
(not yet done by any detector, but will come with the MD5 detection code) svn-id: r11811
2003-12-21Switch speech config option to speech_mute config options, for Simon 1/2 ↵Travis Howell
games. In order to match other engines. svn-id: r11810
2003-12-21Revert for now, breaks VC.Travis Howell
svn-id: r11807
2003-12-21Might as well merge, not need for larger sizes.Travis Howell
svn-id: r11804
2003-12-21don't use sound/mixer index, rather use the sound handle!Max Horn
svn-id: r11794
2003-12-21Enable more debugging outputTravis Howell
svn-id: r11793
2003-12-20CorrectionTravis Howell
svn-id: r11779
2003-12-20Add correction solution for missing song in dwarf mines of Simon1.Travis Howell
svn-id: r11774
2003-12-20CorrectionTravis Howell
svn-id: r11773
2003-12-20CorrectionTravis Howell
svn-id: r11772
2003-12-20Enable vgascript dump option.Travis Howell
svn-id: r11771
2003-12-20Revert bug work around, still can't detect conversation will enough yet.Travis Howell
svn-id: r11770
2003-12-20Simpler checkTravis Howell
svn-id: r11769
2003-12-20*** empty log message ***Travis Howell
svn-id: r11768
2003-12-20Remove warning.Travis Howell
svn-id: r11767
2003-12-20Fix iventory arrowsin some versions of Simon1.Travis Howell
svn-id: r11765
2003-12-18Safetly checkTravis Howell
svn-id: r11739
2003-12-18Add speech config option, to allow subtitles only in Simon2 again.Travis Howell
svn-id: r11738
2003-12-18C&P typo.Travis Howell
svn-id: r11737
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-18Remove slow motion option.Travis Howell
Add slow_down option for config file instead for now. svn-id: r11735
2003-12-18Revert fade changeTravis Howell
svn-id: r11734
2003-12-18Don't use bug work around on simon1dos, since copy protection screen causes ↵Travis Howell
odd effects. svn-id: r11733
2003-12-16Remove old hackTravis Howell
svn-id: r11671