Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-29 | AUDIO: Miles Audio MT32: fix patch addresses | Martin Kiewitz | |
also add warnings in case there are non-existant instruments or no-non-protected timbre slots are available | |||
2015-06-28 | SHERLOCK: RT: Inventory window now partially showing | Paul Gilbert | |
2015-06-29 | SAGA: Search for sample.ad/sample.opl in the drivers directory for IHNM | Filippos Karapetis | |
2015-06-28 | TINSEL: Silence a gcc warning | Matthew Hoops | |
2015-06-28 | SHERLOCK: Silence gcc warnings | Matthew Hoops | |
2015-06-28 | GROOVIE: Silence a gcc warning | Matthew Hoops | |
2015-06-29 | SHERLOCK: SS: Fix uninitialized variable | Filippos Karapetis | |
2015-06-29 | AUDIO: Miles Audio MT32: fix instrument installing | Martin Kiewitz | |
2015-06-29 | AUDIO: Miles Audio MT32: use #def for SysEx term. | Martin Kiewitz | |
use MILES_MT32_SYSEX_TERMINATOR instead of hardcoded 0xFF missed one | |||
2015-06-28 | AUDIO: Miles Audio MT32: use #def for SysEx term. | Martin Kiewitz | |
use MILES_MT32_SYSEX_TERMINATOR instead of hardcoded 0xFF | |||
2015-06-28 | AUDIO: Miles Audio MT32 embedded SysEx support | Martin Kiewitz | |
now supports embedded SysEx as well used by 7th guest | |||
2015-06-28 | AUDIO: Miles Audio MT32 timbre file support | Martin Kiewitz | |
for games, that do not have a MT32 timbre file, simply pass an empty filename to the Miles-MT32-factory. | |||
2015-06-28 | SHERLOCK: Use standard MIDI driver for General MIDI in Rose Tattoo | Torbjörn Andersson | |
Unlike Serrated Scalpel, Rose Tattoo's music sounds good as General MIDI, and our standard driver should work well enough for that. | |||
2015-06-28 | SHERLOCK: RT: Implement initial inventory | Paul Gilbert | |
2015-06-28 | NEWS: Add note about SAGA AdLib music. | Torbjörn Andersson | |
2015-06-28 | SAGA: Tweak music timing in IHNM intro | Torbjörn Andersson | |
This wasn't a regression. The music has always been cut off at an awkward point. | |||
2015-06-28 | SAGA: Use the new "Miles" drivers for AdLib and MT-32 | Torbjörn Andersson | |
Note that this breaks the IHNM demo, as provided on the ScummVM web page, since it doesn't have the sample.ad and sample.opl files needed, but I have a feeling that this is a packaging error on our part. I don't have the original release of ITE, so I can't test that. | |||
2015-06-28 | TINSEL: DW1: MT32: don't pass timbre file | Martin Kiewitz | |
because the game does not have one | |||
2015-06-28 | SHERLOCK: RT: MT32: don't pass timbre file | Martin Kiewitz | |
because the game does not have one | |||
2015-06-28 | TOLTECS: Use the Miles audio drivers for AdLib and MT-32 | Torbjörn Andersson | |
There doesn't seem to be much music in the game, so I've only been able to test it with the music when riding the trolley. The MT-32 music is just as bad as in DOSBox, and you should feel bad. | |||
2015-06-28 | SCUMM: Fix bug #6873 FARM: Crash at the end of trivia minigame on easy. | Kirben | |
2015-06-27 | SHERLOCK: RT: Fix walking with a very close dest | Paul Gilbert | |
2015-06-28 | NEWS: added Tinsel improved AdLib music support | Martin Kiewitz | |
for Discworld 1 | |||
2015-06-28 | AUDIO: miles audio AdLib: fix left/right panning | Martin Kiewitz | |
channels were (wrongly) reversed found and tested in discworld 1 | |||
2015-06-28 | TINSEL: DW1: add support for Miles Audio driver | Martin Kiewitz | |
- AdLib + MT32 support | |||
2015-06-27 | SHERLOCK: RT: Properly implement StreamingImageFile class | Paul Gilbert | |
2015-06-28 | GROOVIE: add support for Miles Audio MIDI driver | Martin Kiewitz | |
- currently optional, to enable set milesAudioEnabled to true | |||
2015-06-27 | COMMON: move Miles Audio AdLib+MT32 to common | Martin Kiewitz | |
- remove Miles Audio from Sherlock engine - put Miles Audio into common audio (namespace Audio) - Miles Audio is used at least by the engines TINSEL, GROOVIE, TOLTECS, SAGA and KYRA This way it can be used by the other engines | |||
2015-06-27 | SHERLOCK: RT: Fix display of talk text windows | Paul Gilbert | |
2015-06-27 | SHERLOCK: remove outdated comments about Miles Aud | Martin Kiewitz | |
about Miles Audio 3 | |||
2015-06-27 | SHERLOCK: AdLib drivers: remove _ from reset-methods | Martin Kiewitz | |
remove "_" from reset-method-names | |||
2015-06-27 | AGOS: Accolade AdLib: remove _ from reset-methods | Martin Kiewitz | |
remove "_" from reset-method-names | |||
2015-06-27 | SHERLOCK: SS: mt32 driver cleanup | Martin Kiewitz | |
- use proper naming conventions - remove _MT32 variable, use _nativeMT32 instead | |||
2015-06-27 | SHERLOCK: RT: Miles Audio 3 MT32 driver | Martin Kiewitz | |
- implement Miles Audio 3 MT32 driver - work in progress - Miles Audio timbre files not supported atm b/c RT does not use them | |||
2015-06-27 | SHERLOCK: RT: miles adlib: variable + #def rename | Martin Kiewitz | |
- add "AdLib" to const tables (e.g. milesAdLibOperator1Register, etc.) - remove "SHERLOCK" prefix from #define names | |||
2015-06-27 | SHERLOCK: Fix enum compiler warnings | Paul Gilbert | |
2015-06-27 | SHERLOCK: Fix use of preprocessor token concatenation | Matthew Hoops | |
2015-06-26 | SHERLOCK: RT: Finish display of right-click Verbs menu | Paul Gilbert | |
2015-06-26 | SHERLOCK: SS: Compilation fix | Paul Gilbert | |
2015-06-26 | SHERLOCK: Split FixedText into separate descendents for each game | Paul Gilbert | |
2015-06-26 | SHERLOCK: RT: Code for positioning text windows over characters | Paul Gilbert | |
2015-06-27 | SHERLOCK: RT: Miles AdLib Driver OPL3 support | Martin Kiewitz | |
- NOTE: 4-op voices not supported atm (not used in Sherlock Holmes 2) - support for up to 18 physical FM voices - support for hard-left + hard-right stereo - defaults to OPL3 - added comment about Miles Audio driver capabilities | |||
2015-06-26 | SHERLOCK: RT: Miles AdLib driver fix errormsg typo | Martin Kiewitz | |
2015-06-26 | SHERLOCK: RT: Miles AdLib Driver midi note fix | Martin Kiewitz | |
- fixed checking notes for percussion channel, fixes some notes missing during intro music - remove currentA0hReg from PhysicalFmVoiceEntry struct, wasn't used - moved setting virtual FM-voice in-use flag inside releaseFmVoice() | |||
2015-06-26 | SHERLOCK: RT: Miles AdLib: circular phys. assign | Martin Kiewitz | |
circular physical assignment of FM-voices - removed hardcoded value, that made it search from FM-voice 0 and replaced it with the total number of physical FM-voices this makes it easier to understand the code - added comment about why this is set (starting search at FM-voice 0) | |||
2015-06-26 | SHERLOCK: RT: Miles AdLib: circular phys. assign | Martin Kiewitz | |
implements circular physical assignment of FM-voices, which was enabled for Rose Tattoo. This is not really needed, but by implementing it assigned physical FM-voices should exactly match the original driver. | |||
2015-06-25 | SHERLOCK: RT: Set up new values for color constants | Paul Gilbert | |
2015-06-25 | SHERLOCK: Add missing virtual prefix to SaveManager destructor | Paul Gilbert | |
2015-06-26 | SHERLOCK: Tattoo: Miles Audio 3 AdLib driver | Martin Kiewitz | |
- implement Miles Audio 3 AdLib driver - also cleanup of Scalpel AdLib driver - work in progress, sustain and for example OPL-3 missing | |||
2015-06-25 | SHERLOCK: RT: Fix compiler warnings | Paul Gilbert | |