aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/resource.cpp
AgeCommit message (Expand)Author
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
2009-12-27SCI/newmusic: now playing sample data for sci0 games (this also fixes sq3 ami...Martin Kiewitz
2009-12-27SCI/newmusic: now adding digital sample data as separate channel for sci0 gam...Martin Kiewitz
2009-12-27Changed some commentsFilippos Karapetis
2009-12-27Silenced a chatty console debug messageFilippos Karapetis
2009-12-25SCI/newmusic: Added comments about sound resource headersMartin Kiewitz
2009-12-25Silence a bunch of gcc warnings (and Merry Christmas, if you celebrate).Matthew Hoops
2009-12-25SCI/newmusic: Change to channel filtering for sci0early to reflect actual sie...Martin Kiewitz
2009-12-25SCI/newmusic: added filter support for kq4early and adlibMartin Kiewitz
2009-12-25SCI/newmusic: support for early sound resource format, early kq4 version now ...Martin Kiewitz
2009-12-25- Introduced a new version in the sound version detection routine, as SCI0 ea...Filippos Karapetis
2009-12-24SCI: new music code / dont filter channel 15 (control) at any timeMartin Kiewitz
2009-12-24SCI: channels are now filtered for sci0 (fixes garbled music)Martin Kiewitz
2009-12-23SCI: Fix warningMax Horn
2009-12-23SCI: new music code / wip support for sci0 musicMartin Kiewitz
2009-12-23SCI: new music code / variable-names changed to make it more verboseMartin Kiewitz
2009-12-23SCI: sound resource added data format commentsMartin Kiewitz
2009-12-23SCI: sound resource handling fixed (fixes lsl5 music w/ new music code)Martin Kiewitz
2009-12-20Implemented cmdUpdateCues() in the new sound code and fixed a crash when load...Filippos Karapetis
2009-12-20Directly modify the sound objects, instead of modifying a local copy. Remove ...Filippos Karapetis
2009-12-19- Started wrapping the current sound code around appropriate definesFilippos Karapetis
2009-12-15Got rid of ReadStream::ioFailed()Max Horn
2009-12-08Fix some MSVC warnings (part of patch #2909981)Max Horn
2009-10-26Added proper detection and handling of transitive SCI1-SCI1.1 games, like PQ1...Filippos Karapetis
2009-10-16Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,...Filippos Karapetis
2009-10-10Introduced a new debug level, kDebugLevelResMan, and reduced some of the mess...Filippos Karapetis