aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/resource.h
AgeCommit message (Expand)Author
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
2010-05-23Cleaned up the game ID code:Filippos Karapetis
2010-05-19Added a new method to the resource manager, to help determine if we got a SCI...Filippos Karapetis
2010-05-10Add support for loading SCI games from Mac resource forks. The games themselv...Matthew Hoops
2010-05-04Get rid of Engine::_gameDataDir.Max Horn
2010-04-29SCI: audio compression supportMartin Kiewitz
2010-04-17SCI: key presses of extended chars (umlauts, etc.) will now get ignored in ga...Martin Kiewitz
2010-03-22Patch #2973290: Semicolon cleanupMax Horn
2010-02-17SCI: Rename some members of class ResourceMax Horn
2010-02-17SCI: Cleanup resource.hMax Horn
2010-01-31SCI: Handle -1 properly when passed as a language id to DoAudioWalter van Niftrik
2010-01-28SCI: detecting hires for SCI2+ games, qfg4cd is sci2.1 but still 320x200Martin Kiewitz
2010-01-27The two unknown fields point to the beginning and end of the sound sampleFilippos Karapetis
2010-01-27Improve support for the SCI2.1/SCI3 file naming scheme. Multiple maps can be ...Matthew Hoops
2010-01-26SCI: Add driver for Yamaha FB-01. Cleanup.Walter van Niftrik
2010-01-25SCI: created isAmiga32color(), using this method instead of comparing against...Martin Kiewitz
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-16SCI: Fix rhythm channel handling in SCI0Walter van Niftrik
2010-01-16The GM patches from Sierra's GM utility can now also be processed with their ...Filippos Karapetis
2010-01-09SCI: Move music device IDs to drivers.Walter van Niftrik
2010-01-06SCI: add robot/.rbt files to resourcemanager classMartin Kiewitz
2010-01-05More renamingFilippos Karapetis
2010-01-05Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purposeFilippos Karapetis
2010-01-03Made the "version" command more verbose, listing all the automatically detect...Filippos Karapetis
2010-01-03Add support for wave files in the audio volume. This is used in Pharkas CD an...Matthew Hoops