2234 Commits

Author SHA1 Message Date
Oliver Kiehl
9659006f84 fixed some memory leaks
svn-id: r5477
2002-11-09 22:16:07 +00:00
James Brown
782a310a2e Remove obsolete references to midiemu, update Adlib info regarding adlib midi translation
svn-id: r5476
2002-11-09 17:48:38 +00:00
James Brown
d232d518bb Apart from broke actor costumes, and the random catacomb crashes -
Indy3-256 is completable. (Will not be labeled as such in the
compatability table until the catacomb crashes are fixed!)

svn-id: r5475
2002-11-09 16:56:20 +00:00
Jamieson Christian
4fd2497a21 New IMuseMonitor front-end provides thread-safe access into IMuse from scripts and the MIDI parser. This seems to effectively remove pointer corruption observed under IMuseGM, and also provides thread-safe access into IMuseAdlib.
This is an improved version of the mutex-based solution presented in Patch 615737.

svn-id: r5474
2002-11-09 16:55:16 +00:00
James Brown
cc14b87f25 Patch 635873: Loom Masking Hack - update
svn-id: r5473
2002-11-09 10:05:43 +00:00
James Brown
7eb9753a9c Evil Geniuses arn't, otherwise the world would be far more intrested.
svn-id: r5472
2002-11-09 10:02:59 +00:00
James Brown
5923a9f5e3 This should fix the DOTT white-background bug. Someone please confirm this for me :)
svn-id: r5471
2002-11-09 09:59:25 +00:00
Paweł Kołodziejski
4db6c3b768 fix for bomp scalling, missing duplicate table
svn-id: r5470
2002-11-09 07:13:30 +00:00
Max Horn
69735e63c5 fixed warning; fixed array out of bounds access
svn-id: r5469
2002-11-08 22:06:03 +00:00
James Brown
6e4bc05791 Masking patch
svn-id: r5468
2002-11-08 18:40:12 +00:00
James Brown
1bf9bb768e Fix Indy3 "Guard-Fighting" crash and properly fix the empty exits problem
svn-id: r5467
2002-11-08 18:06:08 +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
c2b419dacf grammer
svn-id: r5464
2002-11-08 09:46:25 +00:00
Travis Howell
7c393dec20 typos
svn-id: r5463
2002-11-08 09:31:47 +00:00
Travis Howell
db15a868a2 Typo
svn-id: r5462
2002-11-08 05:15:42 +00:00
Travis Howell
c8d4d0233c Add note about Simon games
svn-id: r5461
2002-11-08 05:07:28 +00:00
Travis Howell
d3798b7e3d Remove error and replace with proper exit function.
svn-id: r5460
2002-11-08 03:45:38 +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
4522230d37 Add work around for simon 1 ending slowdown/freeze when music is enabled.
svn-id: r5457
2002-11-07 17:41:02 +00:00
Travis Howell
5f85f65eec Add another work around and some fixme comments
svn-id: r5456
2002-11-07 10:42:35 +00:00
Travis Howell
a2be90a221 Work around to allow full ending sequence to work.
svn-id: r5455
2002-11-07 09:08:08 +00:00
Travis Howell
45d6dbccdd Change vc_65 to warning for now
svn-id: r5454
2002-11-07 07:36:39 +00:00
Travis Howell
88bb9aed2b Add newline to end of file
svn-id: r5453
2002-11-07 07:03:37 +00:00
Nicolas Bacca
3148f2daea Do not commit useless debug code
svn-id: r5452
2002-11-07 00:30:52 +00:00
Nicolas Bacca
7aab43a24b Possibly more devices supported : fall back to a default GDI rendering if nothing else is available - add dialog to choose between hazardous direct rendering or GDI
svn-id: r5451
2002-11-07 00:25:40 +00:00
Max Horn
b6ba78a487 class -> struct to make Visual C++ happy
svn-id: r5450
2002-11-07 00:17:17 +00:00
Jamieson Christian
6fe39f5ba8 Initial upgrades to support MT-32 emulation
svn-id: r5449
2002-11-06 21:34:38 +00:00
Paweł Kołodziejski
85c7c9ffe6 applied patch: #634326, and changed strip ranges for after and before scumm v7,
added comments to saveload

svn-id: r5448
2002-11-06 17:55:44 +00:00
Max Horn
73452fa331 fix options dialog
svn-id: r5447
2002-11-06 17:36:56 +00:00
Max Horn
2d6f9472c7 use strcat instead of sprintf+strlen
svn-id: r5446
2002-11-06 16:47:46 +00:00
Max Horn
18153f22c9 why keep a seperate opcode entry & opcode description table if we can have it both in one (note that the descriptions were in fact outdated in some cases! also note, this is really just a refactoring, no functionality is changed except that opcode descriptions are now in sync with the opcode procs, that's why I am commiting this at all)
svn-id: r5445
2002-11-06 16:44:57 +00:00
Max Horn
004afead33 moved some constants from scumm.h to gameDetector.h; this way, we don't have to include scumm.h in gameDetector.cpp (good, as it seperates scumm/ from common/ even more)
svn-id: r5444
2002-11-06 16:01:36 +00:00
Max Horn
80f1888b29 make it possible to #include imuse.h on its own
svn-id: r5443
2002-11-06 15:41:36 +00:00
Max Horn
63e1069ec1 removed more unused variables; cleaned up some spaces
svn-id: r5442
2002-11-06 15:29:49 +00:00
Max Horn
2c6e69dcaf added a FIXME
svn-id: r5441
2002-11-06 15:22:10 +00:00
Max Horn
1974075bb3 removed unused parameters from drawBomp
svn-id: r5440
2002-11-06 14:54:21 +00:00
Max Horn
f37e0fc763 compile fix
svn-id: r5439
2002-11-06 14:50:34 +00:00
Max Horn
39b60537c8 removed more typecasts
svn-id: r5438
2002-11-06 14:19:50 +00:00
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