aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/resource.h
AgeCommit message (Expand)Author
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
2010-06-15SCI: Convert code to use ResourceSource subclassesMax Horn
2010-06-15SCI: Changed some 'const char *' to Common::StringMax Horn
2010-06-15SCI: Change ResourceSource to a class, further OOPify it.Max Horn
2010-06-15SCI: cleanupMax Horn
2010-06-15SCI: Move ResourceSource to new header resource_intern.hMax Horn
2010-06-13Added a default constructor for the ResourceSource structFilippos Karapetis
2010-06-10Add support for AIFF sound in SCI32 Mac games and add support for AIFF/WAVE a...Matthew Hoops
2010-06-07SCI: slight cleanup on processPatch, etc.Martin Kiewitz
2010-06-07Some initial code for audio36 and sync36 patch supportFilippos Karapetis
2010-06-06Now opening all files via getVolumeFile()Filippos Karapetis
2010-06-04Simplified the channel monitoring code inside the SoundResource classFilippos Karapetis
2010-06-03Added code to get which channels are used by a sound. Also, fixed a crash whe...Filippos Karapetis
2010-06-02- Fixed findGameObject() to properly handle SCI0-SCI1 games where the first b...Filippos Karapetis
2010-06-01Fixed the detection of SCI2.1 games in the fallback detectorFilippos Karapetis
2010-05-29Added a method to the resource manager, to limit the places where script expo...Filippos Karapetis
2010-05-27Split all of the audio-related functions of the resource manager in a separat...Filippos Karapetis
2010-05-24Add support for showing the icon bar in SCI1.1 Mac.Matthew Hoops