aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/resource.cpp
AgeCommit message (Expand)Author
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
2010-01-27The two unknown fields point to the beginning and end of the sound sampleFilippos Karapetis
2010-01-27Turned the asserts about the unknown sound field into a warningFilippos 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-26SCI: also test for mapVersion == sci32 for setting viewtype to kViewVga11 - f...Martin Kiewitz
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-23Separated the parser codeFilippos Karapetis
2010-01-18SCI: added comment about resource.p01 etc. (including possible TODO)Martin Kiewitz
2010-01-18SCI: added comment for merging together resource.p* files, if no volume file ...Martin Kiewitz
2010-01-17SCI: added warning() when detection fails to detect map and volume versionMartin Kiewitz
2010-01-17SCI: fixed detection to not crash when adding sierras pinball creep, also cha...Martin Kiewitz
2010-01-17SCI: Add comment to channel mask codeWalter van Niftrik
2010-01-17SCI: CleanupWalter van Niftrik
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-13SCI: Use prefix increment instead of postfix on iterators (more efficient); a...Max Horn
2010-01-13SCI: empty() checks whether the map is empty... removing useless line of code :)Max Horn
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
2010-01-10SCI: changed SoundResource constructor to set values for digitalChannelNr/dig...Martin Kiewitz
2010-01-09SCI: Move music device IDs to drivers.Walter van Niftrik
2010-01-08SCI: Fix view detection in Hoyle 2Walter van Niftrik
2010-01-06SCI: add robot/.rbt files to resourcemanager classMartin Kiewitz
2010-01-04SCI/newmusic: fadeout in sci0 (not stopping music yet), revert of SoundResour...Martin Kiewitz
2010-01-04SCI: channels[] work, sci0 fading still not working (volume is changed though)Martin Kiewitz
2010-01-03Renamed SCI_VERSION_AUTODETECT to SCI_VERSION_NONE to signify its actual purposeFilippos Karapetis
2010-01-03Fix the GK1 view segfault. szUnpacked was overflowing in SCI32 -- it should b...Matthew Hoops
2010-01-03Add support for wave files in the audio volume. This is used in Pharkas CD an...Matthew Hoops
2010-01-02SCI/new sound code: disabled some unused code and named a previously unknown ...Filippos Karapetis
2009-12-27Fix regression in SCI1/1.1 wave sound from r46660. I knew it was a bad omen t...Matthew Hoops
2009-12-27wCompressed is still a uint16 in SCI32, so correct the vol version detection.Matthew Hoops
2009-12-27Add support for external wave files used as audio resources in the ResourceMa...Matthew Hoops
2009-12-27SCI/newmusic: moving commented assertMartin Kiewitz