Commit Graph
224 Commits
Author SHA1 Message Date
Travis Howell fb408bb00d Fix error in last commit
svn-id: r6025
2002-12-19 14:43:17 +00:00
Travis Howell f1ee93b898 Add missing code
svn-id: r6024
2002-12-19 14:34:26 +00:00
Travis Howell 490dbf25a2 Remove commented code thats no longer needed.
svn-id: r5956
2002-12-14 15:48:58 +00:00
Travis Howell 2c16f43c8a Enable missing code
svn-id: r5954
2002-12-14 15:35:32 +00:00
Travis Howell a454add929 Small code cleanup
svn-id: r5912
2002-12-12 11:07:01 +00:00
Max Horn 4dc93957da fix backspace key on OS X
svn-id: r5887
2002-12-08 19:43:11 +00:00
Oliver Kiehl 6102cca2a1 fixed Plato's two-fold error
svn-id: r5878
2002-12-08 13:37:38 +00:00
Travis Howell 42d24ba562 small code cleanup
svn-id: r5877
2002-12-08 12:44:57 +00:00
Travis Howell 149aa08ba2 Cut scenes can only be skipped by Esc key now
A right mouse click allows skips of speech, even in intro.

svn-id: r5875
2002-12-08 02:01:28 +00:00
Oliver Kiehl 6049cc9035 cleanup
svn-id: r5871
2002-12-07 18:00:25 +00:00
Oliver Kiehl a42d84f01e added the possibility to interrupt conversations in simon2 as in the original game
svn-id: r5870
2002-12-07 17:36:38 +00:00
Oliver Kiehl 5f756f5cca fixed speach getting turned off
added <escape> to skip cutscenes
cleanup

svn-id: r5867
2002-12-07 13:05:58 +00:00
Travis Howell ad1ad142d0 Add debug levels for simon games
svn-id: r5860
2002-12-06 15:24:14 +00:00
Travis Howell 1c5c851913 Add support for 'u' german umlaut
svn-id: r5854
2002-12-06 06:50:07 +00:00
Travis Howell 710a311c0e Enable debug keys and warnings only if debug mode selected.
Fix fast mode

svn-id: r5851
2002-12-06 02:14:37 +00:00
Oliver Kiehl 632f44a1a4 cleanup
svn-id: r5841
2002-12-04 22:40:16 +00:00
Oliver Kiehl 7e77138a3f new randimizer for simon
svn-id: r5784
2002-12-01 15:36:36 +00:00
Travis Howell 1c8599066b Change dump start vgascript into separate option again.
svn-id: r5769
2002-12-01 08:56:04 +00:00
Oliver Kiehl ae7310ff28 cleanup
svn-id: r5758
2002-11-30 11:07:06 +00:00
Travis Howell 50e2752ba1 phase 3
svn-id: r5751
2002-11-29 16:50:15 +00:00
Travis Howell 189a686916 phase two
svn-id: r5742
2002-11-29 11:42:00 +00:00
Travis Howell 6d3decb597 Rename video opcodes phase one
svn-id: r5741
2002-11-29 10:18:32 +00:00
Travis Howell 82b2ab3be5 Disable extra debug output again since it causes crashes when viewing debug output
svn-id: r5739
2002-11-29 09:09:35 +00:00
Travis Howell 66c6879d45 Add work around to allow vc_65 to be enabled
svn-id: r5735
2002-11-28 05:52:55 +00:00
Travis Howell 3c96baa2e4 Add Named unknown variable in simon, patch #644907
svn-id: r5733
2002-11-28 00:22:24 +00:00
Oliver Kiehl 36e4281c42 removed no longer used NUM_EFFECTS_RESOURCES and NUM_VOICE_RESOURCES from GameSpecificSettings
svn-id: r5730
2002-11-27 15:46:48 +00:00
Oliver Kiehl a51c1eb5b7 cleanup
svn-id: r5719
2002-11-26 16:35:20 +00:00
Travis Howell dd2ada5741 Use command line/config file setting for music volume
svn-id: r5712
2002-11-24 14:47:07 +00:00
Travis Howell 5888d9b16d Disable/remove some warnings
Enable more debugging

svn-id: r5709
2002-11-24 13:31:38 +00:00
Oliver Kiehl ba94e0ac40 fixed last commit
svn-id: r5708
2002-11-24 13:21:31 +00:00
Travis Howell f63dda7ecf Add back changes that were reverted by mistake
svn-id: r5707
2002-11-24 13:05:44 +00:00
Oliver Kiehl 9098225910 split simon sound
svn-id: r5706
2002-11-24 12:53:01 +00:00
Travis Howell 6ed12bc6aa Simon stuff
svn-id: r5700
2002-11-23 16:08:38 +00:00
Travis Howell f2eeb91ca8 Music volume just uses + and - now, key mapping works
svn-id: r5698
2002-11-23 02:22:54 +00:00
Travis Howell aa7f3b6df6 Ooops
svn-id: r5634
2002-11-20 08:17:31 +00:00
Travis Howell 3d2648e55f Revert earlier change for optional text support in simon1talkie/win since the data files don't have complete text.
I have left TEXT_HACK removed for the same reason.

svn-id: r5633
2002-11-20 08:05:56 +00:00
Travis Howell 9162f9cc64 Main debug output can now be controlled by 'o' and 'v' keys
svn-id: r5631
2002-11-20 06:33:12 +00:00
Travis Howell 47c4b25bfd Auto enable text when no voice file is available.
Allow 't' to toggle speech on and off in simon1talkie/win

svn-id: r5629
2002-11-20 05:12:10 +00:00
Oliver Kiehl 4fefb1a679 added [ and ] for volume control on US keyboards and changed volume change to 16
svn-id: r5597
2002-11-18 10:20:56 +00:00
Oliver Kiehl fd5f110269 added the ability to pause effects (s) and ambient sound (b)
svn-id: r5593
2002-11-17 18:44:33 +00:00
Oliver Kiehl 128580df1e added structures for midi pause/volume
svn-id: r5591
2002-11-17 17:15:29 +00:00
Travis Howell 0c61461124 Cursors should now be hidden during cut scenes (I hope)
svn-id: r5586
2002-11-16 16:49:39 +00:00
Oliver Kiehl c654b9edbd added cursor for simon1
svn-id: r5585
2002-11-16 16:42:25 +00:00
Travis Howell 3f0e42b7da Ooops
svn-id: r5584
2002-11-16 15:59:40 +00:00
Travis Howell 16d154abee Don't show cursor during cut scenes
svn-id: r5583
2002-11-16 15:51:49 +00:00
Oliver Kiehl ee5590808e added context sensitive mouse cursors for simon2. yay! ;)
svn-id: r5582
2002-11-16 15:38:14 +00:00
Oliver Kiehl 0dd1d126f5 readded variable removed in last commit - needed for big endian
svn-id: r5577
2002-11-15 20:46:57 +00:00
Paweł Kołodziejski ceb1102300 removed not used variable (fix compilation)
svn-id: r5573
2002-11-15 18:46:17 +00:00
James Brown d80b31f931 638809: Simon startup speedup
svn-id: r5559
2002-11-15 10:44:58 +00:00
Oliver Kiehl 2ffeb62bfd fixed looping problem, removed useless code and renamed playSound to playEffects
svn-id: r5538
2002-11-13 16:34:22 +00:00