aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/resource.h
AgeCommit message (Expand)Author
2019-04-02SCI: implement SCI0 midi driver track initializationathrxx
2017-09-08SCI: Use SCI32 naming convention for Audio36/Sync36 patch files in SCI32Colin Snover
2017-09-08SCI: Add method to get resource patch file extensionsColin Snover
2017-08-04SCI32: Fix loading audio resources from RESSCI.PATColin Snover
2017-07-24SCI32: Fix ResourceManager::changeAudioDirectoryColin Snover
2017-07-23SCI: Blacklist certain audio map patch filesColin Snover
2017-06-09SCI: Add serialization for ResourceIdColin Snover
2017-05-13SCI: Suppress resource warnings when running fallback detectionColin 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-08SCI: Fix unnecessary copy of Common::StringColin Snover
2017-05-08SCI: Improve detection and reporting of resource errorsColin Snover
2017-04-23SCI: Implement fallback detection for SCI3Colin Snover
2017-04-22SCI: Add alloc_list command to debuggerColin Snover
2017-03-30SCI: Protect and clarify the purpose of Resource _header dataColin Snover
2017-03-30SCI32: Fix audio, wave, VMD, Duck, CLUT, TGA, ZZZ, Etc patchesColin Snover
2017-03-30SCI32: Ignore invalid audio map entries in GK2Colin Snover
2017-03-27SCI: Implement bounds-checked reads of game resourcesColin Snover
2017-01-09SCI32: Fix kSetLanguageColin Snover
2016-12-03SCI: Remove use of snprintfColin Snover
2016-11-02SCI: Remove old SCI32 hires detection heuristicColin Snover
2016-08-19SCI32: Enable multi-disc audio resourcesColin Snover
2016-08-19SCI32: Partially implement kCDColin Snover
2016-06-20SCI32: Rewrite digital audio engineColin Snover
2016-02-20SCI: Fix a regression in the fallback detector. Some cleanupFilippos Karapetis
2016-02-18SCI: Increase LRU resource cache for SCI32 gamesColin Snover
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-18SCI: Separate the rest of the detection-only functionsFilippos Karapetis
2014-10-18SCI: Rename the version of addAppropriateSources() used in detectionFilippos Karapetis
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2013-12-31SCI: Rewrite MIDI channel remappingWillem Jan Palenstijn
2013-12-10SCI: Add handling for the RAVE resource type, found in KQ6CDFilippos Karapetis
2013-11-23SCI: Janitorial - Fix spacing errorsStrangerke
2012-05-15SCI: Resolve some resource related FIXMEsFilippos Karapetis
2012-05-13SCI: Add a few FIXMEsWillem Jan Palenstijn
2012-01-15SCI: Clean up some memory management and loopsWillem Jan Palenstijn
2011-10-19SCI: Move the palette merging checking code inside the GfxPalette classFilippos Karapetis
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-04SCI: Some palette related changesmd5
2011-02-16SCI: Add support for the KQ5 FM Towns resource formatMatthew Hoops
2011-02-10SCI: Added resource manager support for changing the audio directory dynamica...Filippos Karapetis
2011-02-10SCI: Renamed addInternalSources -> addAudioSources and separated the script ...Filippos Karapetis
2010-11-13SCI: Update resource types for SCI2.1/3Matthew Hoops
2010-11-09SCI: Fixed the fallback detector againFilippos Karapetis
2010-11-09SCI: Add resource manager support for SCI3 games.Lars Skovlund
2010-09-10SCI: Some changes regarding resourcesFilippos Karapetis
2010-09-09SCI: Fix digital track regression from r52662.Walter van Niftrik
2010-09-09SCI: Fix last MIDI channel number for adlib driverWalter van Niftrik
2010-09-04SCI: doing detectDoSoundType() properly sci0earlyMartin Kiewitz