Max Horn
859a9c0129
o Added SoundMixer::isReady()
...
o Removed SoundMixer::bindToSystem()
o In scumm, replaced _silentMixer, _silentDigitalImuse and _noDigitalSamples by SoundMixer::isReady()
svn-id: r11893
2003-12-24 17:42:22 +00:00
Travis Howell
3cd69b641f
Should apply to all Simon1 versions
...
svn-id: r11882
2003-12-24 00:26:52 +00:00
Max Horn
e9269257f3
turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, mainly because people kept (accidentally and sometimes on purpose :-) misusing them
...
svn-id: r11881
2003-12-24 00:25:18 +00:00
Travis Howell
10579f2e75
Add delay to help reduce cpu usage in some sections.
...
svn-id: r11875
2003-12-23 10:47:36 +00:00
Travis Howell
94750df7ee
Ooops
...
svn-id: r11874
2003-12-23 10:08:54 +00:00
Travis Howell
2ab86ff62a
Fix inventory flashing when using F10 in Simon1 after conversation.
...
svn-id: r11873
2003-12-23 10:00:51 +00:00
Travis Howell
0727697db0
Add correct value from simon2dos disasm.
...
Last value was guess for smooth scrolling.
svn-id: r11872
2003-12-23 09:08:11 +00:00
Travis Howell
9601273824
Ooops
...
svn-id: r11871
2003-12-23 09:03:29 +00:00
Travis Howell
35be4ef554
Add var to track current subroutine been used.
...
Add work around to display one section of Simon the Sorcerer 1 introduction in lower half of screen.
svn-id: r11870
2003-12-23 08:59:30 +00:00
Travis Howell
f681946192
Add comment
...
svn-id: r11869
2003-12-23 06:55:26 +00:00
Travis Howell
10bdda505c
simon2dos/talkie used different expire_vga_timers() code.
...
Solves several bugs.
Using simon1 timer_proc() seciton as work out for speed issue at the moment.
svn-id: r11867
2003-12-23 06:35:17 +00:00
Travis Howell
d668694d66
Switch back to older method (Used in Hebrew version) of combined speech and subtitles for Simon2.
...
svn-id: r11847
2003-12-22 11:08:35 +00:00
Max Horn
dfa5e09aec
cleanup; fix endian bug which caused the dreaded Simon1 hang on MacOS (_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-21 18:50:44 +00:00
Travis Howell
fdbceaf5e3
Add music_mute config option to Simon 1/2
...
svn-id: r11825
2003-12-21 16:55:50 +00:00
Travis Howell
522938f7fa
Add sfx_mute to simon
...
svn-id: r11824
2003-12-21 16:51:31 +00:00
Max Horn
5eef5d4e15
add purely experimental & untested Ogg Vorbis support to Simon
...
svn-id: r11816
2003-12-21 16:01:36 +00:00
Marcus Comstedt
4fa0d93dfb
Use of stat() is not portable...
...
svn-id: r11813
2003-12-21 15:53:38 +00:00
Max Horn
f19f73eb50
Make it possible for game detection functions to detect language/platform (not yet done by any detector, but will come with the MD5 detection code)
...
svn-id: r11811
2003-12-21 15:29:52 +00:00
Travis Howell
7b498fe7db
Switch speech config option to speech_mute config options, for Simon 1/2 games. In order to match other engines.
...
svn-id: r11810
2003-12-21 14:42:19 +00:00
Travis Howell
eb8af1c05f
Revert for now, breaks VC.
...
svn-id: r11807
2003-12-21 09:01:58 +00:00
Travis Howell
a7201f0dac
Might as well merge, not need for larger sizes.
...
svn-id: r11804
2003-12-21 06:36:29 +00:00
Max Horn
dafca64f36
don't use sound/mixer index, rather use the sound handle!
...
svn-id: r11794
2003-12-21 00:05:00 +00:00
Travis Howell
fb61c84042
Enable more debugging output
...
svn-id: r11793
2003-12-21 00:03:15 +00:00
Travis Howell
4374894733
Correction
...
svn-id: r11779
2003-12-20 10:21:32 +00:00
Travis Howell
aceafcbb48
Add correction solution for missing song in dwarf mines of Simon1.
...
svn-id: r11774
2003-12-20 09:05:25 +00:00
Travis Howell
50c2dc9b25
Correction
...
svn-id: r11773
2003-12-20 08:23:31 +00:00
Travis Howell
ff55c1ae4b
Correction
...
svn-id: r11772
2003-12-20 07:59:42 +00:00
Travis Howell
6effdfac9f
Enable vgascript dump option.
...
svn-id: r11771
2003-12-20 06:39:24 +00:00
Travis Howell
fb89d1a32e
Revert bug work around, still can't detect conversation will enough yet.
...
svn-id: r11770
2003-12-20 06:00:55 +00:00
Travis Howell
19fe4c947a
Simpler check
...
svn-id: r11769
2003-12-20 04:34:24 +00:00
Travis Howell
20a6ad7572
*** empty log message ***
...
svn-id: r11768
2003-12-20 04:29:17 +00:00
Travis Howell
cc4716c831
Remove warning.
...
svn-id: r11767
2003-12-20 04:25:01 +00:00
Travis Howell
158755382b
Fix iventory arrowsin some versions of Simon1.
...
svn-id: r11765
2003-12-20 04:20:22 +00:00
Travis Howell
ffc068734d
Safetly check
...
svn-id: r11739
2003-12-18 11:16:10 +00:00
Travis Howell
c10eace9e3
Add speech config option, to allow subtitles only in Simon2 again.
...
svn-id: r11738
2003-12-18 11:04:02 +00:00
Travis Howell
77bf6491cc
C&P typo.
...
svn-id: r11737
2003-12-18 10:48:48 +00:00
Travis Howell
1f4e54f930
Make fade a config optiom
...
Make sure non-English/German versions of simon1talkie start with subtitles enabled.
svn-id: r11736
2003-12-18 10:47:12 +00:00
Travis Howell
22c865791a
Remove slow motion option.
...
Add slow_down option for config file instead for now.
svn-id: r11735
2003-12-18 09:36:17 +00:00
Travis Howell
d0da61f8aa
Revert fade change
...
svn-id: r11734
2003-12-18 09:10:47 +00:00
Travis Howell
592822fbe5
Don't use bug work around on simon1dos, since copy protection screen causes odd effects.
...
svn-id: r11733
2003-12-18 09:04:13 +00:00
Travis Howell
af6c68faf7
Remove old hack
...
svn-id: r11671
2003-12-16 05:08:26 +00:00
Travis Howell
0b61a4c3a8
Add some additional simon1 amiga code from tsuteiuQ, not working right yet.
...
svn-id: r11670
2003-12-16 05:04:39 +00:00
Chris Apers
6a9972c5f5
No stat.h on PalmOS
...
svn-id: r11658
2003-12-15 15:17:06 +00:00
Travis Howell
c976e7fda0
quick load/save isn't possible for simon1dmeo
...
svn-id: r11614
2003-12-13 13:46:58 +00:00
Travis Howell
73f3c3bdd4
Remove warning.
...
svn-id: r11609
2003-12-13 01:54:53 +00:00
Travis Howell
3d04b69cbd
Don't switch voice file in simon2mac unless needed.
...
svn-id: r11608
2003-12-13 01:54:17 +00:00
Travis Howell
c7a6458849
Thereis no save slot 0 in simon games.
...
svn-id: r11607
2003-12-13 01:26:40 +00:00
Travis Howell
1ac989586d
Add slow motion option
...
svn-id: r11604
2003-12-13 01:18:31 +00:00
Max Horn
35b62c294d
removed GameSettings::detectname and GameSettings::midi; renamed GameSettings::gameName to name; added temporary experimental MD5 hack
...
svn-id: r11603
2003-12-13 00:20:01 +00:00
Max Horn
0b22651494
avoid accessing detector->_game.midi
...
svn-id: r11598
2003-12-12 15:28:44 +00:00