aboutsummaryrefslogtreecommitdiff
path: root/simon
AgeCommit message (Collapse)Author
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
2003-12-16Add some additional simon1 amiga code from tsuteiuQ, not working right yet.Travis Howell
svn-id: r11670
2003-12-15No stat.h on PalmOSChris Apers
svn-id: r11658
2003-12-13quick load/save isn't possible for simon1dmeoTravis Howell
svn-id: r11614
2003-12-13Remove warning.Travis Howell
svn-id: r11609
2003-12-13Don't switch voice file in simon2mac unless needed.Travis Howell
svn-id: r11608
2003-12-13Thereis no save slot 0 in simon games.Travis Howell
svn-id: r11607
2003-12-13Add slow motion optionTravis Howell
svn-id: r11604
2003-12-13removed GameSettings::detectname and GameSettings::midi; renamed ↵Max Horn
GameSettings::gameName to name; added temporary experimental MD5 hack svn-id: r11603
2003-12-12avoid accessing detector->_game.midiMax Horn
svn-id: r11598
2003-12-12Add work around for bug in original simon1.Travis Howell
svn-id: r11592
2003-12-12Prevent quick load/save during copy protection or conversation.Travis Howell
svn-id: r11591
2003-12-12Don't update screen manually, as original didn't.Travis Howell
svn-id: r11590
2003-12-11Remove comment------Travis Howell
svn-id: r11580
2003-12-11OoopsTravis Howell
svn-id: r11578
2003-12-11fix compilation on non-win32 systemsMax Horn
svn-id: r11576
2003-12-11No need for buffers that large.Travis Howell
svn-id: r11575
2003-12-11Change another debug define to keyTravis Howell
Dump options should now work on non-win32 svn-id: r11574
2003-12-11Correct filenameTravis Howell
svn-id: r11568
2003-12-11Add About optionTravis Howell
svn-id: r11567
2003-12-11Add dialog for quick load/save in simon1/2.Travis Howell
svn-id: r11564