Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-17 | SCI: Reduce header interdependencies | Max Horn | |
svn-id: r48086 | |||
2010-02-17 | SCI: Rename some members of class Resource | Max Horn | |
svn-id: r48085 | |||
2010-02-17 | SCI: Cleanup resource.h | Max Horn | |
svn-id: r48084 | |||
2010-02-13 | SCI: Change getSciVersionDesc() to return 'const char *' instead of ↵ | Max Horn | |
'Common::String' svn-id: r48044 | |||
2010-02-03 | SCI: we checked first cel size when detecting hires instead of actual ↵ | Martin Kiewitz | |
picture resolution, now checking correctly svn-id: r47865 | |||
2010-02-01 | SCI: When removing audio resources from the resource manager, also remove ↵ | Walter van Niftrik | |
them from the LRU list. svn-id: r47789 | |||
2010-01-31 | SCI: Add support for early audio map files. | Walter van Niftrik | |
svn-id: r47773 | |||
2010-01-31 | Removed the hack for kResourceTypeRobot patch files | Filippos Karapetis | |
svn-id: r47730 | |||
2010-01-29 | Added support for the hires graphic resources of the Windows version of GK1 | Filippos Karapetis | |
svn-id: r47673 | |||
2010-01-28 | Corrected the map number for the GK2 resource patch files, and added some ↵ | Filippos Karapetis | |
preliminary non-working code for the hires content in GK1 svn-id: r47658 | |||
2010-01-28 | SCI: detecting hires for SCI2+ games, qfg4cd is sci2.1 but still 320x200 | Martin Kiewitz | |
svn-id: r47651 | |||
2010-01-28 | SCI: process robot files again (i need those for REing) | Martin Kiewitz | |
svn-id: r47644 | |||
2010-01-28 | Added support for the SCI2.1 resource patches (resmap.pat and ressci.pat). ↵ | Filippos Karapetis | |
GK2 goes a bit further now (but still dies because of a new script opcode) svn-id: r47641 | |||
2010-01-27 | SCI: fix view detection for sci1.1 pq4demo | Martin Kiewitz | |
svn-id: r47614 | |||
2010-01-27 | SearchMan.listMatchingMembers does not return files in alphabetical order, ↵ | Matthew Hoops | |
so we can't rely on the order of the lists. Rework the SCI2.1+ loading code to iterate through both lists in nested loops to fix multi-archive SCI2.1 games (such as GK2). svn-id: r47612 | |||
2010-01-27 | Removing obsolete comment | Filippos Karapetis | |
svn-id: r47609 | |||
2010-01-27 | Do not try and patch files for resource types greater or equal to audio36 ↵ | Filippos Karapetis | |
(i.e. audio36, sync36 etc), as these won't work with the current patch scheme svn-id: r47604 | |||
2010-01-27 | Don't patch audio36 resources, when the associated patches are for audio ↵ | Filippos Karapetis | |
resources (e.g. the sound effects in LB2CD) svn-id: r47603 | |||
2010-01-27 | The two unknown fields point to the beginning and end of the sound sample | Filippos Karapetis | |
svn-id: r47601 | |||
2010-01-27 | Turned the asserts about the unknown sound field into a warning | Filippos Karapetis | |
svn-id: r47600 | |||
2010-01-27 | Improve support for the SCI2.1/SCI3 file naming scheme. Multiple maps can be ↵ | Matthew Hoops | |
used and have to be matched up with their volume counterparts. Adding detection for the Phantasmagoria Demo too. svn-id: r47588 | |||
2010-01-26 | SCI: Add driver for Yamaha FB-01. Cleanup. | Walter van Niftrik | |
svn-id: r47571 | |||
2010-01-26 | SCI: also test for mapVersion == sci32 for setting viewtype to kViewVga11 - ↵ | Martin Kiewitz | |
fixes kq7 svn-id: r47568 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-23 | Separated the parser code | Filippos Karapetis | |
svn-id: r47480 | |||
2010-01-18 | SCI: added comment about resource.p01 etc. (including possible TODO) | Martin Kiewitz | |
svn-id: r47364 | |||
2010-01-18 | SCI: added comment for merging together resource.p* files, if no volume file ↵ | Martin Kiewitz | |
could get opened svn-id: r47363 | |||
2010-01-17 | SCI: added warning() when detection fails to detect map and volume version | Martin Kiewitz | |
svn-id: r47349 | |||
2010-01-17 | SCI: fixed detection to not crash when adding sierras pinball creep, also ↵ | Martin Kiewitz | |
changed detection so that we dont "accept" games that use unknown view resources (otherwise pinball creep will get detected as SCI) svn-id: r47348 | |||
2010-01-17 | SCI: Add comment to channel mask code | Walter van Niftrik | |
svn-id: r47337 | |||
2010-01-17 | SCI: Cleanup | Walter van Niftrik | |
svn-id: r47335 | |||
2010-01-16 | SCI: Fix rhythm channel handling in SCI0 | Walter van Niftrik | |
svn-id: r47326 | |||
2010-01-16 | The GM patches from Sierra's GM utility can now also be processed with their ↵ | Filippos Karapetis | |
original names. Thus, the user can just extract the patches from Sierra's GM utility in the extras folder, and it's not necessary to rename each individual file to "4.pat" and place it inside the associated game (works with the games that Sierra's GM patch updates, i.e. LSL1, LSL5, Hoyle3, SQ1, SQ4, Eco1, Longbow and Fairy tales) svn-id: r47318 | |||
2010-01-13 | SCI: Use prefix increment instead of postfix on iterators (more efficient); ↵ | Max Horn | |
also correct code formatting issues svn-id: r47295 | |||
2010-01-13 | SCI: empty() checks whether the map is empty... removing useless line of code :) | Max Horn | |
svn-id: r47294 | |||
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card ↵ | Johannes Schickel | |
/ company. Check this for reference: http://en.wikipedia.org/wiki/Ad_Lib,_Inc. http://www.crossfire-designs.de/images/articles/soundcards/adlib.jpg (note the upper left of the card) This commit does not touch "adlib" and "ADLIB" uses! Also it does not update all the SCUMM detection entries, which still use "Adlib". svn-id: r47279 | |||
2010-01-10 | SCI: changed SoundResource constructor to set values for ↵ | Martin Kiewitz | |
digitalChannelNr/digitalSampleRate and digitalSampleSize at any time svn-id: r47220 | |||
2010-01-09 | SCI: Move music device IDs to drivers. | Walter van Niftrik | |
svn-id: r47190 | |||
2010-01-08 | SCI: Fix view detection in Hoyle 2 | Walter van Niftrik | |
svn-id: r47154 | |||
2010-01-06 | SCI: add robot/.rbt files to resourcemanager class | Martin Kiewitz | |
svn-id: r47096 | |||
2010-01-04 | SCI/newmusic: fadeout in sci0 (not stopping music yet), revert of ↵ | Martin Kiewitz | |
SoundResource changes svn-id: r46972 | |||
2010-01-04 | SCI: channels[] work, sci0 fading still not working (volume is changed though) | Martin Kiewitz | |
svn-id: r46969 | |||
2010-01-03 | Renamed SCI_VERSION_AUTODETECT to SCI_VERSION_NONE to signify its actual purpose | Filippos Karapetis | |
svn-id: r46959 | |||
2010-01-03 | Fix the GK1 view segfault. szUnpacked was overflowing in SCI32 -- it should ↵ | Matthew Hoops | |
be uint32. GK1 now is a bit more playable, with many many glitches. svn-id: r46917 | |||
2010-01-03 | Add support for wave files in the audio volume. This is used in Pharkas CD ↵ | Matthew Hoops | |
and GK1 CD. svn-id: r46916 | |||
2010-01-02 | SCI/new sound code: disabled some unused code and named a previously unknown ↵ | Filippos Karapetis | |
variable of the sound channel data svn-id: r46872 | |||
2009-12-27 | Fix regression in SCI1/1.1 wave sound from r46660. I knew it was a bad omen ↵ | Matthew Hoops | |
to have that revision number :P svn-id: r46664 | |||
2009-12-27 | wCompressed is still a uint16 in SCI32, so correct the vol version detection. | Matthew Hoops | |
svn-id: r46661 | |||
2009-12-27 | Add support for external wave files used as audio resources in the ↵ | Matthew Hoops | |
ResourceManager. The GK1 CD main menu music now works. svn-id: r46660 | |||
2009-12-27 | SCI/newmusic: moving commented assert | Martin Kiewitz | |
svn-id: r46632 |