aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/resource.cpp
AgeCommit message (Expand)Author
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
2009-10-08Updated comment to indicate that QFG1VGA is one of the newer SCI1.1 games tha...Filippos Karapetis
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-23SCI: Rename _sciVersion to s_sciVersion and made it local to resource.cpp (i....Max Horn
2009-09-23- Moved the SCI version in a global variableFilippos Karapetis
2009-09-02Some renaming:Filippos Karapetis
2009-08-30SCI: Fix detection of QFG1 remake.Walter van Niftrik
2009-08-30SCI: CleanupWalter van Niftrik
2009-08-26If a resource map entry can't be read, retry with the volume version instead,...Filippos Karapetis
2009-08-25Fixed compilation when ENABLE_SCI32 is not setFilippos Karapetis
2009-08-25- Split SCI_VERSION_32 into SCI_VERSION_2, SCI_VERSION_2_1, and SCI_VERSION_3...Matthew Hoops
2009-08-25- Simplified the parameters of some functionsFilippos Karapetis
2009-08-21Fix detection of some later SCI32 games (RESMAP.001) and some cleanup.Matthew Hoops
2009-08-21Fix detection of SCI32 resource maps and volumesMatthew Hoops
2009-08-20remove \n's from warning() callsJoost Peters
2009-08-19SCI: Add autodetection of Amiga views.Walter van Niftrik
2009-08-18Started rewriting the SCI engine to use FSNode instead of file names. This is...Filippos Karapetis
2009-08-18Removed the maxMemory parameter of the resource manager and replaced it with ...Filippos Karapetis
2009-08-17SCI: Add autodetection for DoSound. Cleanup.Walter van Niftrik