Commit Graph

68402 Commits

Author SHA1 Message Date
Paul Gilbert
da562308cf SHERLOCK: RT: Fix default left click actions for objects 2015-07-08 19:42:21 -04:00
Paul Gilbert
b7c2c345e3 SHERLOCK: RT: Fix display of tooltips in scrolled scenes 2015-07-08 19:10:42 -04:00
Torbjörn Andersson
02db919050 MOHAWK: Add detection for v1.0 of Just Grandma and Me, Mac version
Did I really forget to push this until now?
2015-07-08 19:24:49 +02:00
Paul Gilbert
3d20072fd8 SHERLOCK: RT: Fix display of inventory in scrolled scenes 2015-07-08 08:35:03 -04:00
Paul Gilbert
08414cfaed SHERLOCK: RT: Fix screen drawing when actively scrolling screen 2015-07-08 07:57:36 -04:00
Paul Gilbert
ed2caf7cd6 SHERLOCK: RT: Fix display of verb menu in wide-screen scenes 2015-07-07 21:25:55 -04:00
Matthew Hoops
47aa40104d MOHAWK: Fix slashes in LB file names, as used by Just Grandma and Me Mac
Fixes bug #6294
2015-07-07 20:14:58 -04:00
Filippos Karapetis
ccfe3bc313 SAGA: Add another German version of ITE - bug #6428
This is the German Windows/Mac version distributed by GoG
2015-07-08 02:21:04 +03:00
Willem Jan Palenstijn
b9ecc55462 ZVISION: Fix build 2015-07-08 00:16:06 +02:00
Filippos Karapetis
94eae644ac Merge pull request #601 from elQuotho/zvision-polish
Z-Vision polish
2015-07-08 00:28:02 +03:00
David Russo
e323853598 ZVISION: Reorganize detection data
Migrated static detection data to detection_tables.h
and removed the need for detection.h includes. Also
edited game option descriptions.
2015-07-07 15:24:26 +01:00
David Russo
fdc4edfa99 ZVISION: Correct code style 2015-07-07 15:24:25 +01:00
David Russo
fd8ac7ea79 ZVISION: Change mentions of ZVision to Z-Vision
To match official documentation (e.g. game manual, credits).
2015-07-07 15:24:25 +01:00
David Russo
0c09973a70 ZVISION: Correct function documentation 2015-07-07 15:24:23 +01:00
Paul Gilbert
6bc2a633a2 SHERLOCK: RT: Fix Valgrind issues 2015-07-07 08:19:39 -04:00
Paul Gilbert
ada51dbdfb SHERLOCK: RT: Fix characters walking off-screen 2015-07-06 20:26:37 -04:00
Torbjörn Andersson
cc46c92a8e AGOS: Remove unused field
Should have been removed in a4b8c6e054
but wasn't.
2015-07-07 00:32:54 +02:00
Paul Gilbert
c98d5f0d2d SHERLOCK: RT: Don't run secondary scripts if an anim is active 2015-07-05 23:48:59 -04:00
Paul Gilbert
ef492b351b SHERLOCK: RT: Changes for doScript method ending code 2015-07-05 22:22:30 -04:00
Paul Gilbert
023084f7e7 SHERLOCK: RT: Simplify restoreBackground 2015-07-05 22:14:29 -04:00
Paul Gilbert
5ee20a8870 SHERLOCK: RT: Cleanup of walk-related script opcodes 2015-07-05 21:50:31 -04:00
Paul Gilbert
b935cb1656 SHERLOCK: RT: Fix People::reset when _scriptMoreFlag is set 2015-07-05 21:28:26 -04:00
Paul Gilbert
8570f052a3 SHERLOCK: RT: Cleanup and fleshing out of saving 2015-07-05 19:16:54 -04:00
Paul Gilbert
2466302903 SHERLOCK: RT: Fixes to display talk window 2015-07-05 17:10:34 -04:00
Martin Kiewitz
cae493523c MADE: Music: initialize musicType variable
wasn't initialized in case milesAudio was disabled
2015-07-05 21:26:08 +02:00
Martin Kiewitz
76f21a2101 AUDIO: Miles Audio AdLib: set default volume 0x7F
set default volume of every midi channel to 0x7F right on startup
fixes Amazon Guardians of Eden logo jingle music
those values were actually sent to the driver right on startup
default value for panning was 0x40, this was adjusted as well
2015-07-05 21:25:22 +02:00
Torbjörn Andersson
396d6f2839 ACCESS: Increase delay in Amazon intro to allow fanfare to finish
There's probably a better way of handling this, but as long as we
hard-code a delay, we may as well try to make it fit.
2015-07-05 19:55:33 +02:00
Paul Gilbert
dcd33889d4 SHERLOCK: RT: Cleanup of cmdWalkHolmesToCoords 2015-07-05 12:11:44 -04:00
Paul Gilbert
00a9e22bab SHERLOCK: RT: Fix splitting lines in setStatementLines 2015-07-05 11:46:47 -04:00
Martin Kiewitz
ba66236c2e AUDIO: Miles Audio AdLib: OPL3 detect for timbre
tries to detect OPL3 availability and prefers OPL3 timbre data
in that case.
2015-07-05 12:17:17 +02:00
Martin Kiewitz
83f4565fe2 ACCESS: fix valgrind errors in decompressor 2015-07-05 11:29:35 +02:00
Matthew Hoops
f4ee8399b0 MOHAWK: Document and skip Arthur's Reading Race minigames 2015-07-05 02:37:00 -04:00
Kirben
cf92118507 AGOS: Fix turning music on and off in Amiga versions. 2015-07-05 11:41:10 +10:00
Kirben
a7fe40d3b1 AGOS: The sound effects in Simon the Sorcerer 1 (Floppy) are only meant for Adlib. 2015-07-05 11:20:39 +10:00
Kirben
a4b8c6e054 AGOS: Revert 46d1c106ca:
AGOS: Give each MIDI track its own loop flag

Since the changes broke looping in Simon the Sorcerer 2.
2015-07-05 10:58:35 +10:00
Torbjörn Andersson
2b3553306d MADE: Delete AdLib instrument stream after driver initialization 2015-07-05 01:32:53 +02:00
Torbjörn Andersson
cc471ecd07 MADE: Cleanup AdLib driver initialization...
... as per m_kiewitz's suggestions.
2015-07-05 01:09:55 +02:00
Martin Kiewitz
2104f41521 AUDIO: Miles Audio AdLib: support AD+OPL3 streams
- support AdLib + OPL3 streams
- also support stream(s) and filenames getting passed at the same time
in that case filenames are checked first, streams are used
as fallback
2015-07-05 01:08:40 +02:00
Torbjörn Andersson
ef5eda2279 AUDIO: Make Miles AdLib audio stream permanent
This protects it from any calls to stopAll() in the mixer, which
is needed for Return to Zork, at the very least.
2015-07-05 00:08:15 +02:00
Torbjörn Andersson
672bdeff1f MADE: Allow loading of sample.ad from rtzcd.red
At the moment, AdLib music doesn't work yet though. At least not
for this particular case.
2015-07-05 00:08:15 +02:00
Martin Kiewitz
0800d67f65 TINSEL: DW1: enable Miles Audio for DOS only 2015-07-04 23:08:27 +02:00
Paul Gilbert
23314ed5d8 SHERLOCK: SS: Fix crash in intro when music finishes 2015-07-04 16:23:24 -04:00
Martin Kiewitz
3f31b5ba64 TINSEL: DW1: Miles Audio AdLib MIDPAK.AD support
- added support for MIDPAK.AD timbre files on top
FAT.OPL. FAT.OPL gets copied by installer into MIDPAK.AD for this version
- changed order of timbre file checking
- adjusted and improved comments about discworld 1 versions
2015-07-04 22:20:34 +02:00
Martin Kiewitz
9745c97df8 AUDIO: Miles Audio AdLib: read OPL3 timbre bugfix 2015-07-04 21:59:14 +02:00
Paul Gilbert
e7bc07bafb SHERLOCK: RT: Change bool switch to an if statement 2015-07-04 15:49:05 -04:00
Martin Kiewitz
b8bec0aaa0 TINSEL: DW1: Miles Audio AdLib support for FAT.OPL
eriktorbjorn owns a version of DW1, that only has FAT.OPL and no
SAMPLE.AD/SAMPLE.OPL. We check if SAMPLE.AD/.OPL are available,
if not we try our luck with FAT.OPL
2015-07-04 21:37:24 +02:00
Martin Kiewitz
8e47091829 AUDIO: Miles Audio AdLib: read AdLib+OPL3 file
Checks if at least one of those exists and reads the one that does
Needed for another version of Simon The Sorcerer 2, that only
features FAT.OPL
2015-07-04 21:33:41 +02:00
Paul Gilbert
72af7a03d7 SHERLOCK: RT: Fix closing the journal 2015-07-04 15:03:12 -04:00
Paul Gilbert
4bff203a3b SHERLOCK: RT: Fix display of journal buttons 2015-07-04 14:56:38 -04:00
Paul Gilbert
88002ef19f SHERLOCK: Make playMusic a private method of Music 2015-07-04 14:33:13 -04:00