aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-02AUDIO: Miles Audio AdLib: fix commentMartin Kiewitz
Sherlock Holmes was mentioned instead of Miles Audio
2015-07-02AUDIO: Miles Audio AdLib: implement sustainMartin Kiewitz
fixes broken music in Return To Zork (demo) also added comments about those special cases (useful for testing)
2015-07-02AUDIO: Miles Audio AdLib: init panning to 63Martin Kiewitz
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-02MADE: Add Miles support for RTZ, currently disabled for Adlib due to known ↵Kirben
issues.
2015-07-01SHERLOCK: RT: Implement cmdSetWalkControlPaul Gilbert
2015-07-01SHERLOCK: RT: Implement cmdPlaySong opcodePaul Gilbert
2015-07-01SHERLOCK: RT: Fix infinite empty talk dialog in introPaul Gilbert
2015-07-01SHERLOCK: Split up closestZone versions for each gamePaul Gilbert
2015-07-01SHERLOCK: RT: Fix zone checks in closestZone methodPaul Gilbert
2015-07-01SHERLOCK: RT: Move ADJUST_CORD usage to initial anim loadingPaul Gilbert
2015-07-01SHERLOCK: RT: Fix missing code in setWalkingPaul Gilbert
2015-07-01AGOS: SIMON2: set nativeMT32, so mt32 tracks getMartin Kiewitz
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-01AGOS: add Miles Audio support for simon 2Martin Kiewitz
currently not enabled by default, because there are some issues.
2015-06-30SHERLOCK: Change _lookPosition to use PositionFacingPaul Gilbert
2015-06-30SHERLOCK: RT: Fix incorrectly playing sounds when looking at objectsPaul Gilbert
2015-06-30SHERLOCK: RT: Fix compiler warningsPaul Gilbert
2015-06-30SHERLOCK: RT: Fix inventory tooltip when hovering on empty slotsPaul Gilbert
2015-07-01ACCESS/AMAZON: music: no driver = ignore callsMartin Kiewitz
ignore music calls when midi driver wasn't created
2015-07-01AMAZON: implement proper AdLib support (Miles)Martin Kiewitz
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-01AUDIO: Miles Audio AdLib: timbre data via data-ptrMartin Kiewitz
add ability to pass timbre data directly to the AdLib Miles Audio driver as well
2015-06-30I18N: Update translation templates from source codeThierry Crozat
2015-06-30I18N: Add missing file in list of files to parse to generate translations ↵Thierry Crozat
template This fixes bug #6876 - .po(t) files: Multiple entries for "Record" function missing
2015-06-30AGOS: Adjust indentation.Torbjörn Andersson
2015-06-30AUDIO: Miles Audio MT32: calculate sysex addressMartin Kiewitz
calculate sysex address properly
2015-06-30AUDIO: Miles Audio MT32: adjust sysex target addressMartin Kiewitz
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-30GROOVIE: add support for TIMB chunkMartin Kiewitz
also fix MT32 instrument filename (which was "fatFAT.MT" by accident)
2015-06-30AUDIO: XMIDI: implement support for TIMB chunkMartin Kiewitz
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-30SHERLOCK: RT: Fix order of drawing sprites and on-screen widgetsPaul Gilbert
2015-06-30SHERLOCK: RT: Create a tooltip base clsasPaul Gilbert
2015-06-30SHERLOCK: RT: Inventory tooltip now partially showingPaul Gilbert
2015-06-30AGOS: Fix bug #5986 - AGOS: Simon1 Amiga CD32 Verb Area missing.Kirben
2015-06-30SHERLOCK: Fix out-of-bounds access of JOURNAL_COMMAND (CID 1308104)Torbjörn Andersson
Maybe we should be using ARRAYSIZE() instead, though.
2015-06-30AGOS: List Infocom versions of Simon the Sorcerer 1 during detections.Kirben
2015-06-29SHERLOCK: RT: Fix display of lines in inventory dialogPaul Gilbert
2015-06-29SHERLOCK: RT: Implement further inventory tooltip codePaul Gilbert
2015-06-29SHERLOCK: RT: Fix Coverity problemsPaul Gilbert
2015-06-29SHERLOCK: SS: add missing commas to fixed textMartin Kiewitz
some commas were missing, added them thanks to eriktorbjorn
2015-06-29SHERLOCK: RT: Add in .c_str() calls to fix compilationPaul Gilbert
2015-06-29SHERLOCK: RT: Beginnings of inventory window tooltip classPaul Gilbert
2015-06-29AUDIO: Miles Audio MT32: fix embed. sysEx overflowMartin Kiewitz
now an overflow of the embedded sysEx buffer will properly execute a send.
2015-06-29AUDIO: Miles Audio AdLib: initialize variableMartin Kiewitz
initialize currentPitchRange (although it was properly initialized later anyway)
2015-06-29SHERLOCK: RT: Implement opcode cmdSetTalkSequenceFilippos Karapetis
2015-06-29SHERLOCK: Register different default font setting for Rose TattooTorbjörn Andersson
2015-06-29SHERLOCK: Fix comment typo and remove unnecessary semicolonTorbjörn Andersson
2015-06-29SHERLOCK: Silence GCC warning about non-virtual destructorTorbjörn Andersson
2015-06-28SHERLOCK: RT: Fix display of inventory windowPaul Gilbert
2015-06-29AUDIO: Miles Audio MT32: fix patch addressesMartin Kiewitz
also add warnings in case there are non-existant instruments or no-non-protected timbre slots are available
2015-06-28SHERLOCK: RT: Inventory window now partially showingPaul Gilbert
2015-06-29SAGA: Search for sample.ad/sample.opl in the drivers directory for IHNMFilippos Karapetis
2015-06-28TINSEL: Silence a gcc warningMatthew Hoops