aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
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-06-30AGOS: Adjust indentation.Torbjörn Andersson
2015-06-30GROOVIE: add support for TIMB chunkMartin Kiewitz
also fix MT32 instrument filename (which was "fatFAT.MT" by accident)
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-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-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
2015-06-28SHERLOCK: Silence gcc warningsMatthew Hoops
2015-06-28GROOVIE: Silence a gcc warningMatthew Hoops
2015-06-29SHERLOCK: SS: Fix uninitialized variableFilippos Karapetis
2015-06-28SHERLOCK: Use standard MIDI driver for General MIDI in Rose TattooTorbjö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-28SHERLOCK: RT: Implement initial inventoryPaul Gilbert
2015-06-28SAGA: Tweak music timing in IHNM introTorbjörn Andersson
This wasn't a regression. The music has always been cut off at an awkward point.
2015-06-28SAGA: Use the new "Miles" drivers for AdLib and MT-32Torbjö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-28TINSEL: DW1: MT32: don't pass timbre fileMartin Kiewitz
because the game does not have one
2015-06-28SHERLOCK: RT: MT32: don't pass timbre fileMartin Kiewitz
because the game does not have one
2015-06-28TOLTECS: Use the Miles audio drivers for AdLib and MT-32Torbjö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-28SCUMM: Fix bug #6873 FARM: Crash at the end of trivia minigame on easy.Kirben
2015-06-27SHERLOCK: RT: Fix walking with a very close destPaul Gilbert
2015-06-28TINSEL: DW1: add support for Miles Audio driverMartin Kiewitz
- AdLib + MT32 support
2015-06-27SHERLOCK: RT: Properly implement StreamingImageFile classPaul Gilbert
2015-06-28GROOVIE: add support for Miles Audio MIDI driverMartin Kiewitz
- currently optional, to enable set milesAudioEnabled to true
2015-06-27COMMON: move Miles Audio AdLib+MT32 to commonMartin 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-27SHERLOCK: RT: Fix display of talk text windowsPaul Gilbert
2015-06-27SHERLOCK: remove outdated comments about Miles AudMartin Kiewitz
about Miles Audio 3
2015-06-27SHERLOCK: AdLib drivers: remove _ from reset-methodsMartin Kiewitz
remove "_" from reset-method-names
2015-06-27AGOS: Accolade AdLib: remove _ from reset-methodsMartin Kiewitz
remove "_" from reset-method-names
2015-06-27SHERLOCK: SS: mt32 driver cleanupMartin Kiewitz
- use proper naming conventions - remove _MT32 variable, use _nativeMT32 instead
2015-06-27SHERLOCK: RT: Miles Audio 3 MT32 driverMartin 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-27SHERLOCK: RT: miles adlib: variable + #def renameMartin Kiewitz
- add "AdLib" to const tables (e.g. milesAdLibOperator1Register, etc.) - remove "SHERLOCK" prefix from #define names
2015-06-27SHERLOCK: Fix enum compiler warningsPaul Gilbert