aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/resource.cpp
AgeCommit message (Expand)Author
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
2010-07-20SCI: Fixed an off-by-one error in the resource manager - it tried to load pat...Filippos Karapetis
2010-07-18Cleanup and simplify resource type remapping.Matthew Hoops
2010-07-18In SCI2.1, the type numbers inside resource maps/patches have changed slightl...Matthew Hoops
2010-07-17Add support for the altres.map/altres.000 map/volume pair in KQ7.Matthew Hoops
2010-07-16SCI: adding fixme and error() to fix crash when trying to run unmodified gk2Martin Kiewitz
2010-06-25SCI: detect, if SCI1.1 game is merging or copying palette instead of using ga...Martin Kiewitz
2010-06-20Cleaner fix for the QFG4 demo audio map problem.Matthew Hoops
2010-06-20Ignore the broken 65535x.map file in the QFG4 demo, mistakenly picked up when...Matthew Hoops
2010-06-19SCI: changing error to warning in ResMan::detectViewType()Martin Kiewitz
2010-06-18SCI: not using views coming from patch files anymore for detecting view typeMartin Kiewitz