aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/resource.h
AgeCommit message (Expand)Author
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
2010-08-19SCI: Added checking for the existence of a GM track, to determine if device I...Filippos Karapetis
2010-08-03SCI: Add support for SCI2.1 chunk resourcesMatthew Hoops
2010-07-26SCI: Fixed bug #3034536 - "AMIGAOS4: SCI - Compiler error".Filippos Karapetis
2010-07-18Fix typo.Matthew Hoops
2010-07-18In SCI2.1, the type numbers inside resource maps/patches have changed slightl...Matthew Hoops
2010-07-02Added handling for kLock called with resource id -1 (unlock all resources of ...Filippos Karapetis
2010-06-26SCI: do boundary checking when loading sci1 sounds and mixing them together. ...Martin Kiewitz
2010-06-25SCI: Introduce SciGameId enumMax Horn
2010-06-25SCI: detect, if SCI1.1 game is merging or copying palette instead of using ga...Martin Kiewitz
2010-06-17Added handling of VMD video files in kResCheck, fixes video playing in GK2Filippos Karapetis
2010-06-16SCI: implement channel remapping for SCI1Martin Kiewitz
2010-06-16SCI: Avoid using g_sci in resman (as it might not yet be inited)Max Horn
2010-06-15SCI: Add FIXME regarding audio specific code in Resource(Source)Max Horn
2010-06-15SCI: Add Resource::getNumber methodMax Horn
2010-06-15SCI: Make Resource::_id protectedMax Horn
2010-06-15SCI: OOpify class ResourceIdMax Horn
2010-06-15SCI: Add ResourceManager::getVolVersion()Max Horn
2010-06-15cleanupMax Horn
2010-06-15Reduce header dependenciesMax Horn
2010-06-15SCI: Move decompress & readResourceInfo to Resource; more cleanupMax Horn
2010-06-15SCI: Move several methods from ResourceManager to ResourceMax Horn
2010-06-15SCI: Add ResourceManager::updateResource(); change some code to use addResour...Max Horn
2010-06-15SCI: Move _audioCompression(Type|OffsetMapping) to AudioVolumeResourceSourceMax Horn
2010-06-15SCI: Merge ResourceManager::checkIfAudioVolumeIsCompressed into AudioVolumeRe...Max Horn
2010-06-15SCI: Make ResourceSource::_resourceFile constMax Horn
2010-06-15SCI: Revise how ResourceManager is instantiated.Max Horn
2010-06-15SCI: Doxygen fixesMax Horn
2010-06-15SCI: Rename ResourceSource members to follow _camelCase conventionMax Horn
2010-06-15SCI: Pass volume number to ResourceSource subclass constructors; make Resourc...Max Horn
2010-06-15SCI: Add loadResource impls for WaveResourceSource and AudioVolumeResourceSourceMax Horn
2010-06-15SCI: Add loadResource impls to MacResourceForkResourceSource and PatchResourc...Max Horn
2010-06-15SCI: Move code from ResourceManager::loadResource to ResourceSource::loadReso...Max Horn
2010-06-15SCI: Merge MacResourceForkResourceSource::scanSource and ResourceManager::rea...Max Horn
2010-06-15SCI: Add virtual method ResourceSource::scanSourceMax Horn
2010-06-15SCI: Change ResourceManager::getVolume() to use new classesMax Horn
2010-06-15SCI: Remove 'map' param from addSource, and let AudioVolumeResourceSource sub...Max Horn