2294 Commits

Author SHA1 Message Date
Max Horn
503fd9ca64 removed some useless typecasts
svn-id: r5437
2002-11-06 14:02:07 +00:00
Max Horn
72a22e4b86 removed obsolete code; properly init variables (aquadran, can you maybe turn on some more warnings with your compiler?); some error catching
svn-id: r5436
2002-11-06 13:50:53 +00:00
Paweł Kołodziejski
788decd9d4 removed hardcoded value
svn-id: r5435
2002-11-06 08:19:25 +00:00
James Brown
173c0eac43 Apply restore-bg part of patch 629043
svn-id: r5434
2002-11-06 08:10:57 +00:00
Paweł Kołodziejski
5d873255ea rewrote akos5 and bomp, corrected pitch in akos16, increased range of gfxbits
svn-id: r5433
2002-11-06 07:28:39 +00:00
Jonathan Gray
b1a9e317d4 update formating of -z output to reflect long simon game names
svn-id: r5432
2002-11-06 03:40:41 +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
Max Horn
6d9b62267c note to self: always test with precompiled headers off before checkin
svn-id: r5430
2002-11-05 22:42:32 +00:00
Max Horn
e69f6086d3 change save/load dialog layout a bit - no need to restrain our height so much, is there?
svn-id: r5429
2002-11-05 22:37:11 +00:00
Max Horn
ca94844b75 don't use non-portable hack to swap ints, it's so much easier using SWAP
svn-id: r5428
2002-11-05 22:36:05 +00:00
Max Horn
56a41a26c0 make buttons 2 pixel wider (fixes 'Options' button); don't use non-portable hack to swap ints
svn-id: r5427
2002-11-05 22:34:50 +00:00
Max Horn
5c0b145315 fix for bug #633087 (umlauts in GUI)
svn-id: r5426
2002-11-05 21:48:40 +00:00
Max Horn
973032dd90 fixed warnings
svn-id: r5425
2002-11-05 21:29:44 +00:00
James Brown
abf8b9e571 Remove very old Indy3 hack that's no longer needed - this fixes several 'state' bugs in the game.
svn-id: r5424
2002-11-05 17:46:25 +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
James Brown
c0e5e81a0c Change the grail diary fix to be Indy3 specific. Fixes Monkey1VGA text positioning.
*sigh* :)

svn-id: r5422
2002-11-05 16:46:41 +00:00
Travis Howell
3801be6bce Remove two pointless game checks
svn-id: r5421
2002-11-05 14:28:19 +00:00
Max Horn
d6adddb792 fix for bug #633082; added some asserts to catch similiar problems in the future
svn-id: r5420
2002-11-05 13:56:31 +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
Max Horn
4bde7140a2 fix for bug #633082; added some asserts to catch similiar problems in the future
svn-id: r5417
2002-11-05 13:39:09 +00:00
Max Horn
d0d709627c clip text drawing
svn-id: r5416
2002-11-05 13:33:34 +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
60c3242c08 Missed one section of readme
svn-id: r5414
2002-11-05 10:43:13 +00:00
Travis Howell
2f270bfd58 Add simon1talkie and simon2talkie targets
svn-id: r5413
2002-11-05 10:36:31 +00:00
Jonathan Gray
ca785239c0 make addMessageToStack() less noisy by default
svn-id: r5412
2002-11-05 10:18:04 +00:00
Jonathan Gray
4598e15afd comment unkMessage2 game specific check
svn-id: r5411
2002-11-05 09:59:13 +00:00
Paweł Kołodziejski
eba9b073a4 this fix nexus problem
svn-id: r5410
2002-11-05 07:15:31 +00:00
Paweł Kołodziejski
de431c04a4 it should be _realWidth instead _realHeight
svn-id: r5409
2002-11-05 06:43:14 +00:00
Paweł Kołodziejski
5f8d47296b this fix palette problems in the dig (ex. energy), previous code doesn't exist in original, why somebody add this stuff ?
if this break something, we can add exception.

svn-id: r5408
2002-11-05 06:34:15 +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
Jamieson Christian
c10287988e Increased GM channel resource to full spectrum (0-15, instead of 0-8 Base MIDI config); misc. pitchbend cleanups
svn-id: r5403
2002-11-04 18:29:26 +00:00
James Brown
2442bce6f3 Correct Indy3 grail diary fix - this stops those nasty segfaults ;p
svn-id: r5402
2002-11-04 08:09:01 +00:00
Travis Howell
1cc25f5bbd Add some separate simon2dos sections since it doesn't have speech.
simon2dos text still not working right though.

svn-id: r5401
2002-11-04 06:46:21 +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
Travis Howell
4748ffd33c Fix simon 2 win sound effects
Enable sound effects in simon 2 dos non-talkie
Clean up sound code a bit

svn-id: r5398
2002-11-04 02:23:52 +00:00
Tore Anderson
6b423db319 Added instructions on how to build Debian packages from source.
svn-id: r5397
2002-11-03 23:23:45 +00:00
Oliver Kiehl
b53ee4210f added support for sound effects in simon 1 dos talkie
svn-id: r5396
2002-11-03 19:04:40 +00:00
Max Horn
2bf23dd112 restrict unkMessage2 implementation to MonkeyVGA for now
svn-id: r5395
2002-11-03 17:49:10 +00:00
James Brown
9b390fb9c1 Fix text positioning for the grail diary in Indy3
svn-id: r5394
2002-11-03 15:56:52 +00:00
James Brown
512f80552e Indy3 only uses the low 4 bits of a variable
svn-id: r5393
2002-11-03 15:12:39 +00:00
Tore Anderson
4158976aaf no need to remove the debian/ dir anymore
svn-id: r5392
2002-11-03 15:08:13 +00:00
Tore Anderson
c9292815b7 Fixed typo in description, drop build-deps on curses and readline
svn-id: r5391
2002-11-03 15:07:46 +00:00
Jonathan Gray
418017cb29 hack around what seems to be an empty exit script in indy3 (besides the size and tag) for now, maybe we should be strictly not reading past the size defined in the header of the script?
svn-id: r5390
2002-11-03 10:33:50 +00:00
Jonathan Gray
5091728815 cleaner way to fix entry/exit dumping
svn-id: r5389
2002-11-03 09:20:02 +00:00
Jonathan Gray
ad2f7cc8e4 fix dumping of exit/entry scripts for older games
svn-id: r5388
2002-11-03 08:45:11 +00:00