aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/resource.cpp
AgeCommit message (Expand)Author
2010-06-05Rewrote the remaining parts of the ResourceManager class to work with file st...Filippos Karapetis
2010-06-02- Fixed findGameObject() to properly handle SCI0-SCI1 games where the first b...Filippos Karapetis
2010-06-02If we can't find the game object or game ID in fallback detection, break out ...Matthew Hoops
2010-06-02Fix warningMax Horn
2010-06-01Fixed the detection of SCI2.1 games in the fallback detectorFilippos Karapetis
2010-06-01Add support for SCI2.1 resource patches to the fallback detectorFilippos Karapetis
2010-05-30Moved setScriptSize() inside Script::init(), and removed a FIXME - the SCI1.1...Filippos Karapetis
2010-05-30Fixed findGameObject() for SCI11 gamesFilippos Karapetis
2010-05-29Removed the hack inside findGameObject(), and replaced it with code from the ...Filippos Karapetis
2010-05-29Fixed regression in SCI2-SCI21 games from commit 49308Filippos Karapetis
2010-05-29Added a method to the resource manager, to limit the places where script expo...Filippos Karapetis
2010-05-27Added an explanation for audio36 and sync36 external patchesFilippos Karapetis
2010-05-27Split all of the audio-related functions of the resource manager in a separat...Filippos Karapetis
2010-05-27Slight formatting, and added a note that audio36 and sync36 resource patches ...Filippos Karapetis
2010-05-27Add the Mac sync resource type and allow for more than 9 Mac SCI1.1+ data files.Matthew Hoops
2010-05-26SCI: Simplify appending string 'seeker' to sierraIdMax Horn
2010-05-26Avoid adding a null char in the sierraId Common::StringFilippos Karapetis
2010-05-26CleanupFilippos 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-18Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe...Matthew Hoops
2010-05-13Remove useless const on a value return type.Johannes Schickel
2010-05-10Add support for loading SCI games from Mac resource forks. The games themselv...Matthew Hoops
2010-05-03SCI: calculate sampleLen for WAVEs as wellMartin Kiewitz
2010-05-02SCI: make audio decompression (mp3/ogg/flac) work on BE devicesMartin Kiewitz
2010-05-01SCI: fix sync resources not loading correctly when compressed (mp3/ogg/flac) ...Martin Kiewitz
2010-05-01SCI: fix bugs in audio decompression (mp3, ogg, flac)Martin Kiewitz
2010-04-29Silence gcc warnings.Matthew Hoops
2010-04-29SCI: remove unneeded #includes from resource.cppMartin Kiewitz
2010-04-29SCI: audio compression supportMartin Kiewitz
2010-04-24SCI: first byte of resource patch must have 0x80 added to the resource type, ...Martin Kiewitz
2010-04-17SCI: key presses of extended chars (umlauts, etc.) will now get ignored in ga...Martin Kiewitz
2010-02-17SCI: Reduce header interdependenciesMax Horn
2010-02-17SCI: Rename some members of class ResourceMax Horn
2010-02-17SCI: Cleanup resource.hMax Horn
2010-02-13SCI: Change getSciVersionDesc() to return 'const char *' instead of 'Common::...Max Horn
2010-02-03SCI: we checked first cel size when detecting hires instead of actual picture...Martin Kiewitz
2010-02-01SCI: When removing audio resources from the resource manager, also remove the...Walter van Niftrik
2010-01-31SCI: Add support for early audio map files.Walter van Niftrik
2010-01-31Removed the hack for kResourceTypeRobot patch filesFilippos Karapetis
2010-01-29Added support for the hires graphic resources of the Windows version of GK1Filippos Karapetis
2010-01-28Corrected the map number for the GK2 resource patch files, and added some pre...Filippos Karapetis
2010-01-28SCI: detecting hires for SCI2+ games, qfg4cd is sci2.1 but still 320x200Martin Kiewitz
2010-01-28SCI: process robot files again (i need those for REing)Martin Kiewitz
2010-01-28Added support for the SCI2.1 resource patches (resmap.pat and ressci.pat). GK...Filippos Karapetis
2010-01-27SCI: fix view detection for sci1.1 pq4demoMartin Kiewitz
2010-01-27SearchMan.listMatchingMembers does not return files in alphabetical order, so...Matthew Hoops
2010-01-27Removing obsolete commentFilippos Karapetis
2010-01-27Do not try and patch files for resource types greater or equal to audio36 (i....Filippos Karapetis
2010-01-27Don't patch audio36 resources, when the associated patches are for audio reso...Filippos Karapetis