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 |
|
Max Horn
|
248b9d974f
|
cleanup
svn-id: r5530
|
2002-11-13 13:42:16 +00:00 |
|
Max Horn
|
9c27a99821
|
fix endian bug
svn-id: r5528
|
2002-11-13 07:58:26 +00:00 |
|
Travis Howell
|
40be9c6831
|
An ugly hack to allow music looping in simon1talkie
Most likely better wat to do this...
svn-id: r5525
|
2002-11-13 04:34:45 +00:00 |
|
Max Horn
|
06082772d3
|
fixed endian bug that prevented Simon2 SFX from playing on big endian machinese
svn-id: r5518
|
2002-11-11 15:25:30 +00:00 |
|
Oliver Kiehl
|
1c86b35f2a
|
workaround for voc weakness
svn-id: r5517
|
2002-11-11 13:55:29 +00:00 |
|
Max Horn
|
da5a347d3e
|
completly decoupled engine.h/.cpp from simon.h and scumm.h; removed some static variables from drawFlashlight() and made them members of class Scumm instead
svn-id: r5506
|
2002-11-10 17:19:43 +00:00 |
|
Oliver Kiehl
|
1a57316e16
|
added ambient effects (rest of vc_52)
svn-id: r5502
|
2002-11-10 16:25:03 +00:00 |
|
Max Horn
|
0b3e4323f0
|
if possible, always #include headers in the source files, not in other headers
svn-id: r5495
|
2002-11-10 15:24:17 +00:00 |
|
Travis Howell
|
8461473467
|
simon2dos works, thanks again to ludde
svn-id: r5479
|
2002-11-10 05:25:33 +00:00 |
|
Oliver Kiehl
|
9659006f84
|
fixed some memory leaks
svn-id: r5477
|
2002-11-09 22:16:07 +00:00 |
|
Max Horn
|
69735e63c5
|
fixed warning; fixed array out of bounds access
svn-id: r5469
|
2002-11-08 22:06:03 +00:00 |
|
Oliver Kiehl
|
70f3aff2c8
|
last fix didn't work properly
svn-id: r5466
|
2002-11-08 13:38:25 +00:00 |
|
Oliver Kiehl
|
163b1eeeb5
|
big endian fix
svn-id: r5465
|
2002-11-08 13:25:27 +00:00 |
|
Travis Howell
|
04c1d2f90c
|
Changed wrong section
svn-id: r5459
|
2002-11-08 02:15:11 +00:00 |
|
Travis Howell
|
c879445d43
|
Don't attempt to play music in simon 1 demo
svn-id: r5458
|
2002-11-08 02:05:19 +00:00 |
|
Travis Howell
|
fd11712eff
|
Don't attempt to play sound in simon 1 dos.
Use separate filenames for simon 1 & 2 savegames
Add newline to end of scumm/dialogs.h
svn-id: r5431
|
2002-11-06 00:56:31 +00:00 |
|
Oliver Kiehl
|
55bf100f52
|
rewrote simon 1/2 win sound effects and more cleanup
svn-id: r5423
|
2002-11-05 16:46:58 +00:00 |
|
Travis Howell
|
3801be6bce
|
Remove two pointless game checks
svn-id: r5421
|
2002-11-05 14:28:19 +00:00 |
|
Travis Howell
|
0e7e17be7c
|
Small clean up of simon midi code
svn-id: r5419
|
2002-11-05 13:55:04 +00:00 |
|
Travis Howell
|
ad201496d4
|
Fix simon sound effects again
svn-id: r5418
|
2002-11-05 13:42:25 +00:00 |
|
Oliver Kiehl
|
b165ec698e
|
first step in cleaning up simon sound
svn-id: r5415
|
2002-11-05 12:56:33 +00:00 |
|
Travis Howell
|
2f270bfd58
|
Add simon1talkie and simon2talkie targets
svn-id: r5413
|
2002-11-05 10:36:31 +00:00 |
|
Travis Howell
|
223d7a3f24
|
Fix some weird formating
svn-id: r5407
|
2002-11-05 05:41:52 +00:00 |
|
Travis Howell
|
d2f6c10723
|
Minor simon code cleanup
svn-id: r5406
|
2002-11-05 02:34:05 +00:00 |
|
Travis Howell
|
0efd6b1cc2
|
Fix broken simon games
svn-id: r5405
|
2002-11-05 02:17:38 +00:00 |
|
Oliver Kiehl
|
9a97006a55
|
fixed mp3 support for simon
svn-id: r5404
|
2002-11-04 23:26:08 +00:00 |
|
Travis Howell
|
7191031c72
|
Ooops, deleted one line too many
svn-id: r5400
|
2002-11-04 05:09:07 +00:00 |
|
Travis Howell
|
73aeea6e46
|
Remove old file exist check that is no longer required
svn-id: r5399
|
2002-11-04 05:02:41 +00:00 |
|