aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/resource.h
AgeCommit message (Expand)Author
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
2009-06-12SCI: Moved audio code from AudioResource to the sfx core.Walter van Niftrik
2009-06-09SCI: Moved SCI1 audio map handling into the resource manager.Walter van Niftrik
2009-06-08SCI: CleanupWalter van Niftrik
2009-06-07SCI: Moved resource36 handling into resource manager.Walter van Niftrik
2009-06-07SCI: Resmgr cleanup and preparations for moving resource36 handling into resmgr.Walter van Niftrik
2009-06-06SCI: Moved the handling of 65535.map into the resource manager.Walter van Niftrik
2009-06-04SCI: Made some members of class Resource protected; some cleanupMax Horn
2009-06-04SCI: Added support for early SCI1.1 audio maps.Walter van Niftrik
2009-06-03SCI: Added some of the missing pieces for speech support in CD games. It now ...Walter van Niftrik
2009-05-29- Added brief Doxygen comments to the ResourceSync and AudioResource classes ...Filippos Karapetis
2009-05-29Some WIP code on the speech used in KQ6CDFilippos Karapetis
2009-05-28SCI: cleanupMax Horn
2009-05-26Rewrote the Audio stream parser. The introduction of KQ6 should work more cor...Filippos Karapetis
2009-05-25WIP code for the speech in the floppy version of KQ6 (still needs work)Filippos Karapetis
2009-05-25Objectified the AudioResource code (used for speech and digitized music in CD...Filippos Karapetis
2009-05-20removed trailing whitespacesMax Horn
2009-05-19SCI: Added some stubs for LSL6CD (lores).Walter van Niftrik
2009-05-15- Moved all the files out of /sci/scicore and into /sciFilippos Karapetis