aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/resource_audio.cpp
AgeCommit message (Expand)Author
2019-09-30SCI: Fix MSVC WarningD G Turner
2019-06-09SCI: Create message workaround systemsluicebox
2019-05-27SCI: Fix MSVC warningsFilippos Karapetis
2019-04-02SCI: implement SCI0 midi driver track initializationathrxx
2018-12-28SCI32: Fix QFG4 Rusalka flowers dialogueVhati
2018-12-23SCI32: Fix QFG4CD Look Grate missing audiosluicebox
2018-12-02SCI: Add some TODOs for better handling of wrong / missing resourcesFilippos Karapetis
2018-12-02SCI: Fix LB2 Yvette/Tut missing sync resource (#1373)sluicebox
2018-11-28SCI32: Fix GK1 fortune teller messages, bug #10819 (#1423)sluicebox
2017-09-20SCI: Fix detection of end of audio map & entry size in SCI32Colin Snover
2017-09-03SCI32: Ignore bad audio map entries on GK2 DE CD 6Colin Snover
2017-08-26SCI32: Ignore invalid audio maps in Phant2 FRColin Snover
2017-08-26SCI32: Ignore invalid audio map in GK2 DEColin Snover
2017-08-26SCI32: Limit existing bad audio map resource skips by languageColin Snover
2017-07-24SCI32: Fix ResourceManager::changeAudioDirectoryColin Snover
2017-07-23SCI: Keep audio maps out of the LRU cacheColin Snover
2017-06-18SCI: Switch SCI2 games to use Audio32Colin Snover
2017-06-08SCI32: Fix wave resource patch offsetColin Snover
2017-05-13SCI: Dispose uncached volume file streamsColin Snover
2017-05-10SCI: Fix reading of Rave data from compressed KQ6 audio volumesColin Snover
2017-05-10SCI: Fix support for ScummVM compressed audio volumesColin Snover
2017-05-08SCI: Fix unnecessary copy of Common::StringColin Snover
2017-05-08SCI: Improve detection and reporting of resource errorsColin Snover
2017-03-30SCI32: Skip bad map 405 on CD 1 of PQ:SWATColin Snover
2017-03-30SCI32: Fix audio, wave, VMD, Duck, CLUT, TGA, ZZZ, Etc patchesColin Snover
2017-03-30SCI: Print more detailed information on audio header size mismatchColin Snover
2017-03-30SCI: Fix incorrect read of LB2/MG256 audio sizesColin Snover
2017-03-30SCI32: Ignore invalid audio map entries in GK2Colin Snover
2017-03-30SCI: Update formatting strings to match updated Span APIColin Snover
2017-03-27SCI: Implement bounds-checked reads of game resourcesColin Snover
2017-01-11SCI32: Remove unnecessary call to unallocColin Snover
2017-01-09SCI32: Fix kSetLanguageColin Snover
2016-12-03SCI: Fix invalid read of LB2 audio map 448Colin Snover
2016-12-03SCI: Remove use of snprintfColin Snover
2016-09-29SCI32: Improve MGDX supportColin Snover
2016-08-19SCI32: Enable multi-disc audio resourcesColin Snover
2016-06-22SCI: Assert on seeks past the end of audio resource bundlesColin Snover
2016-06-20SCI32: Rewrite digital audio engineColin Snover
2016-03-08SCI: Truncate channel data in case it goes beyond resource sizeMartin Kiewitz
2016-03-01SCI: Use uint32 instead of unsigned intFilippos Karapetis
2015-12-29SCI32: split up SCI2.1 into EARLY/MIDDLE/LATEMartin Kiewitz
2015-02-15SCI: Use sound resource priority by default for songsWillem Jan Palenstijn
2014-10-28SCI: Remove trailing whitespaceFilippos Karapetis
2014-10-03SCI: Fix reading SCI1 midi channel flagsWillem Jan Palenstijn
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2013-12-31SCI: Rewrite MIDI channel remappingWillem Jan Palenstijn
2013-12-31SCI: Reduce indentation depthWillem Jan Palenstijn
2013-12-11SCI: rave support (KQ6 hires portrait lip sync)Martin Kiewitz
2013-12-10SCI: Add handling for the RAVE resource type, found in KQ6CDFilippos Karapetis
2013-04-20SCI: Fix memory leakWillem Jan Palenstijn