aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/resource.h
AgeCommit message (Expand)Author
2010-04-17SCI: key presses of extended chars (umlauts, etc.) will now get ignored in ga...Martin Kiewitz
2010-03-22Patch #2973290: Semicolon cleanupMax Horn
2010-02-17SCI: Rename some members of class ResourceMax Horn
2010-02-17SCI: Cleanup resource.hMax Horn
2010-01-31SCI: Handle -1 properly when passed as a language id to DoAudioWalter van Niftrik
2010-01-28SCI: detecting hires for SCI2+ games, qfg4cd is sci2.1 but still 320x200Martin Kiewitz
2010-01-27The two unknown fields point to the beginning and end of the sound sampleFilippos 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-25SCI: created isAmiga32color(), using this method instead of comparing against...Martin Kiewitz
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
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-09SCI: Move music device IDs to drivers.Walter van Niftrik
2010-01-06SCI: add robot/.rbt files to resourcemanager classMartin Kiewitz
2010-01-05More renamingFilippos Karapetis
2010-01-05Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purposeFilippos Karapetis
2010-01-03Made the "version" command more verbose, listing all the automatically detect...Filippos Karapetis
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-27Add support for external wave files used as audio resources in the ResourceMa...Matthew Hoops
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-24SCI: channels are now filtered for sci0 (fixes garbled music)Martin Kiewitz
2009-12-23SCI: new music code / removed unused sz from Track structMartin Kiewitz
2009-12-23SCI: new music code / variable-names changed to make it more verboseMartin Kiewitz
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-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-28Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def...Filippos Karapetis
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
2009-09-23- Moved the SCI version in a global variableFilippos Karapetis
2009-09-01Coding best practice: Always use enums instead of #defines to define integer ...Max Horn
2009-08-30SCI: CleanupWalter van Niftrik
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-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
2009-08-17Fix compilation of the SCI engine. It seems that all of the SCI header files ...Johannes Schickel
2009-08-16SCI: Fix regression in previous commit (QFG2).Walter van Niftrik
2009-08-16SCI: Stage 1 of the game detection overhaul. The end goal is to autodetectWalter van Niftrik
2009-08-15SCI: Rename sci_version_t to SciVersionWalter van Niftrik
2009-08-15SCI: Added enum for map and volume versions. Removed res_version setting fromWalter van Niftrik
2009-07-07Removed the weird checks for a maximum resource number (the sci_max_resource_...Filippos Karapetis
2009-07-07Removed the superfluous sci_version_types array (it's essentially the same as...Filippos Karapetis
2009-07-07- Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has...Filippos Karapetis
2009-07-04- Merged the "early" and "late" SCI1 versions - these are functionally equiva...Filippos Karapetis