Commit Graph

68312 Commits

Author SHA1 Message Date
Kirben
cc79f66b2f NEWS: Update AGOS section. 2015-07-03 13:47:40 +10:00
Kirben
15ab2aaab6 NEWS: Add improved Adlib in Return to Zork. 2015-07-03 13:44:46 +10:00
Paul Gilbert
f1d1d3c711 SHERLOCK: SS: Fix loading of 'un-used' anim positions 2015-07-02 23:20:13 -04:00
Paul Gilbert
8d7528c4ce SHERLOCK: RT: Implemented render method for talk dialog 2015-07-02 23:10:24 -04:00
Paul Gilbert
480003f48d SHERLOCK: RT: Cleanup of Exit class and fix exiting scenes 2015-07-02 20:53:40 -04:00
Martin Kiewitz
d6bf970a58 AUDIO: Miles Audio: pass strings via reference 2015-07-03 02:49:49 +02:00
Paul Gilbert
169f4b94f2 SHERLOCK: RT: Fix looking at characters 2015-07-02 20:13:21 -04:00
Martin Kiewitz
03fbbbb3ae AUDIO: Miles Audio MT32: remove updateScreen-call
was added for testing purposes and was commited by accident
2015-07-03 02:12:16 +02:00
Martin Kiewitz
32b44b7c18 Merge branch 'master' of github.com:scummvm/scummvm 2015-07-03 02:05:59 +02:00
Martin Kiewitz
04146fc9b3 AUDIO: Miles Audio AdLib: fix instrument load code
clean up, uses separate non-const pointer for reading file
and a const pointer for actually parsing the data
2015-07-03 02:05:26 +02:00
Kirben
1d204c752f SAGA: Fix Adlib in original DOS CD version of Inherit the Earth. 2015-07-03 09:39:30 +10:00
Paul Gilbert
10e3e4811c SHERLOCK: RT: Fix moving too far vertically when walking 2015-07-02 19:21:10 -04:00
Martin Kiewitz
453a800754 AGOS: music: simplified music-mode code in open()
combined both Accolade + Miles Audio initial open() code
2015-07-03 01:09:36 +02:00
Martin Kiewitz
32c5c2f50f AGOS: disable Miles Audio for Simon 2
enabled it by accident in the last commit
2015-07-03 00:59:17 +02:00
Martin Kiewitz
a4d3ad396c AGOS: Accolade music driver: fix memory leak
in factory
2015-07-03 00:57:25 +02:00
Martin Kiewitz
bfa7d89500 AGOS: Accolade music: read driver data in factory
moved driver reading code into factory of both Accolade music drivers
2015-07-03 00:52:36 +02:00
Filippos Karapetis
b74edc0937 SHERLOCK: SS: Don't multiply the walk coordinates twice
Fixes a regression in Serrated Scalpel from commit dbf82dd92a
2015-07-02 21:02:05 +03:00
Kirben
3ad35f760c MADE: Limit Miles audio to Return to Zork only, and enable Adlib support. 2015-07-02 23:05:50 +10:00
Paul Gilbert
dba1ab40a3 SHERLOCK: RT: Show arrow cursors when mouse is on exit zones 2015-07-02 08:32:18 -04:00
Martin Kiewitz
1d173d4811 AUDIO: Miles Audio AdLib: fix comment
Sherlock Holmes was mentioned instead of Miles Audio
2015-07-02 13:35:54 +02:00
Martin Kiewitz
903309fbb7 AUDIO: Miles Audio AdLib: implement sustain
fixes broken music in Return To Zork (demo)
also added comments about those special cases (useful for testing)
2015-07-02 13:17:21 +02:00
Martin Kiewitz
50d9fb24d3 AUDIO: Miles Audio AdLib: init panning to 63
simon 2 + return to zork are getting output on one speaker only atm.
both games don't get panning controller at all and the original
driver itself definitely did initialize it to 0.
We initialize panning to 63, so that this gets fixed for the moment.
needs to get investigated further.
2015-07-02 12:53:20 +02:00
Kirben
46babcc3c4 MADE: Add Miles support for RTZ, currently disabled for Adlib due to known issues. 2015-07-02 20:30:49 +10:00
Paul Gilbert
905bcc444e SHERLOCK: RT: Implement cmdSetWalkControl 2015-07-01 22:45:01 -04:00
Paul Gilbert
1b1643ad6f SHERLOCK: RT: Implement cmdPlaySong opcode 2015-07-01 22:36:38 -04:00
Paul Gilbert
76419173b5 SHERLOCK: RT: Fix infinite empty talk dialog in intro 2015-07-01 21:50:32 -04:00
Paul Gilbert
dc4689e4b9 SHERLOCK: Split up closestZone versions for each game 2015-07-01 21:10:57 -04:00
Paul Gilbert
121ee4d40c SHERLOCK: RT: Fix zone checks in closestZone method 2015-07-01 20:07:37 -04:00
Paul Gilbert
dbf82dd92a SHERLOCK: RT: Move ADJUST_CORD usage to initial anim loading 2015-07-01 19:20:18 -04:00
Paul Gilbert
704dd8140b SHERLOCK: RT: Fix missing code in setWalking 2015-07-01 19:18:26 -04:00
Martin Kiewitz
710aeb380b AGOS: SIMON2: set nativeMT32, so mt32 tracks get
set _nativeMT32, so that the MT32 XMIDI track set is getting used
and not the general MIDI one for MT32 Miles Audio playback.
This should solve the MT32 music issues, although this needs
to get verified in detail.
2015-07-01 20:39:00 +02:00
Martin Kiewitz
b38c161c18 AGOS: add Miles Audio support for simon 2
currently not enabled by default, because there are some
issues.
2015-07-01 12:40:16 +02:00
Paul Gilbert
6b3fe382ec SHERLOCK: Change _lookPosition to use PositionFacing 2015-06-30 22:50:00 -04:00
Paul Gilbert
d2c4074fa6 SHERLOCK: RT: Fix incorrectly playing sounds when looking at objects 2015-06-30 21:18:26 -04:00
Paul Gilbert
e2803d77c6 SHERLOCK: RT: Fix compiler warnings 2015-06-30 20:20:42 -04:00
Paul Gilbert
8e4fca0e75 SHERLOCK: RT: Fix inventory tooltip when hovering on empty slots 2015-06-30 20:01:53 -04:00
Martin Kiewitz
44676d02f4 ACCESS/AMAZON: music: no driver = ignore calls
ignore music calls when midi driver wasn't created
2015-07-01 01:37:12 +02:00
Martin Kiewitz
b6cf04bb0e AMAZON: implement proper AdLib support (Miles)
implement proper AdLib support
game uses MIDPAK, which seems to be basically Miles Audio too
instrument data was hidden inside MIDIDRV.AP
thanks to dreammaster for extracting the files
2015-07-01 01:30:12 +02:00
Martin Kiewitz
3bb36663f3 AUDIO: Miles Audio AdLib: timbre data via data-ptr
add ability to pass timbre data directly to the AdLib Miles
Audio driver as well
2015-07-01 01:28:24 +02:00
Thierry Crozat
b40fcb64a1 I18N: Update translation templates from source code 2015-06-30 21:01:34 +01:00
Thierry Crozat
0a865cac46 I18N: Add missing file in list of files to parse to generate translations template
This fixes bug #6876 - .po(t) files: Multiple entries for "Record"
function missing
2015-06-30 21:00:47 +01:00
Torbjörn Andersson
b57e9ae814 AGOS: Adjust indentation. 2015-06-30 18:54:10 +02:00
Martin Kiewitz
ff3218ac14 AUDIO: Miles Audio MT32: calculate sysex address
calculate sysex address properly
2015-06-30 17:55:47 +02:00
Martin Kiewitz
7c3574ed52 AUDIO: Miles Audio MT32: adjust sysex target address
sysex may not contain bytes above or equal 0x80, so we adjust
the address accordingly. fixes weird sound getting played
during 7th guest MT32 setup screen
2015-06-30 16:49:47 +02:00
Martin Kiewitz
bf180101a6 GROOVIE: add support for TIMB chunk
also fix MT32 instrument filename (which was "fatFAT.MT" by accident)
2015-06-30 16:11:26 +02:00
Martin Kiewitz
f7ac1e944a AUDIO: XMIDI: implement support for TIMB chunk
implement support for TIMB chunk inside XMIDI-parser (forwarding of data to driver)
implement actual support for TIMB chunk inside Miles Audio MT32 driver
2015-06-30 16:05:01 +02:00
Paul Gilbert
4ff695524a SHERLOCK: RT: Fix order of drawing sprites and on-screen widgets 2015-06-30 08:32:58 -04:00
Paul Gilbert
2664ee6314 SHERLOCK: RT: Create a tooltip base clsas 2015-06-30 08:29:09 -04:00
Paul Gilbert
9ef857bc6f SHERLOCK: RT: Inventory tooltip now partially showing 2015-06-30 07:34:46 -04:00
Kirben
d48ccd357d AGOS: Fix bug #5986 - AGOS: Simon1 Amiga CD32 Verb Area missing. 2015-06-30 20:43:10 +10:00