aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/resource.cpp
AgeCommit message (Expand)Author
2011-02-10SCI: Renamed addInternalSources -> addAudioSources and separated the script ...Filippos Karapetis
2011-02-10SCI: Moved some audio resource code to resource_audio.cppFilippos Karapetis
2011-02-09SCI: Improve speed of Mac resource fork sourcesMatthew Hoops
2011-02-05SCI: Fix Mac SCI32 subdirectoriesMatthew Hoops
2011-02-05SCI: Fix detectHires() for Mac SCI32 gamesMatthew Hoops
2011-02-03SCI: Fix KQ6 Mac audio resourcesMatthew Hoops
2011-02-02SCI: Set Mac cursors as a non-compressable type tooMatthew Hoops
2011-02-02SCI: Fix Mac sync resource supportMatthew Hoops
2011-02-02SCI: Add support for Mac audio36/sync36 resources in resource forksMatthew Hoops
2011-02-01SCI: Mac SCI1.1+ games can use SYNC as the resource type for sync resources tooMatthew Hoops
2011-01-31SCI: Update the Mac version detection commentsMatthew Hoops
2011-01-31SCI: Add support for Mac SCI1.1+ resource compressionMatthew Hoops
2010-12-14SCI: Close Memory Leaks in SCI Resource Loading, reported by Valgrind.David Turner
2010-12-02SCI: Slight formatting fix.Johannes Schickel
2010-12-02Disable error message regarding RESOURCE.AUD/.SFX for now.Lars Skovlund
2010-11-17SCI3: added a SCI3 implementation of findGameObject(), based on a patch by ls...Filippos Karapetis
2010-11-17SCI: Some restructuring. Added some SCI3 placeholders/stubsFilippos Karapetis
2010-11-17SCI: The heap was a separate resource in SCI1.1 - SCI2.1 games only. It was l...Filippos Karapetis
2010-11-13SCI: Update resource types for SCI2.1/3Matthew Hoops
2010-11-11SCI: Properly adding SCI3 script patches (a regression of r54211)Filippos Karapetis
2010-11-11SCI: Use the new CSC extension for SCI3 scriptsFilippos Karapetis
2010-11-10SCI3: Some changesFilippos Karapetis
2010-11-10SCI: Fix SCI2.1+ fallback detectionMatthew Hoops
2010-11-09SCI: Some slight work on SCI3Filippos Karapetis
2010-11-09SCI: Fixed the fallback detector againFilippos Karapetis
2010-11-09SCI: Fix Lighthouse SCI2.1 demoMatthew Hoops
2010-11-09SCI: Formatting convention fixesMatthew Hoops
2010-11-09SCI: Add resource manager support for SCI3 games.Lars Skovlund
2010-11-04SCI: Renamed findBlock() to findBlockSCI0()Filippos Karapetis
2010-11-02SCI: Remove any use of printfMax Horn
2010-11-01COMMON: Rename String::printf() to String::format()Max Horn
2010-10-31MOTOEZX: Fix warning about static not at beginning of declarationMax Horn
2010-09-28ALL: Fixup some #define namesMax Horn
2010-09-18SCI: Some changes to the fallback detector (sync with branch 1.2.0)Filippos Karapetis
2010-09-10SCI: Some changes regarding resourcesFilippos Karapetis
2010-09-04SCI: fixing commentMartin Kiewitz
2010-09-04SCI: doing detectDoSoundType() properly sci0earlyMartin Kiewitz
2010-08-21SCI: removing debug output from r52259Martin Kiewitz
2010-08-21SCI: fixing resourcemgr for pharkas/germanMartin Kiewitz
2010-08-17SCI: Fix for bug #3046800 - "SCI Fallback detector crashes with several games"Filippos Karapetis
2010-08-14SCI: Add support for Mac 'crsr' cursors used in SCI2+ gamesMatthew Hoops
2010-08-13SCI: adding switch to sci1mid for lsl1/spanishMartin Kiewitz
2010-08-07SCI: Changed a warning into a debugCFilippos Karapetis
2010-08-03SCI: Hopefully fix signedness warning with some compilersMatthew Hoops
2010-08-03SCI: Add support for SCI2.1 chunk resourcesMatthew Hoops
2010-08-02SCI: Fix leaks in ResourceManager::listResources caller code.Johannes Schickel
2010-08-02SCI: Cleanup SCI0 late version detectionMatthew Hoops
2010-08-02SCI: Fix bug #3037055: Jones in the Fast Lane EGA - fails to startMatthew Hoops
2010-07-28SCI: Fix bug #3035737 - SCI Fan Games: Incorrect Version DetectionMatthew Hoops
2010-07-25Fixed LSL6 hires resources, speech and lip sync work now (thanks to a discuss...Filippos Karapetis