Age | Commit message (Expand) | Author |
2010-02-03 | SCI: we checked first cel size when detecting hires instead of actual picture... | Martin Kiewitz |
2010-02-01 | SCI: When removing audio resources from the resource manager, also remove the... | Walter van Niftrik |
2010-01-31 | SCI: Add support for early audio map files. | Walter van Niftrik |
2010-01-31 | Removed the hack for kResourceTypeRobot patch files | Filippos Karapetis |
2010-01-29 | Added support for the hires graphic resources of the Windows version of GK1 | Filippos Karapetis |
2010-01-28 | Corrected the map number for the GK2 resource patch files, and added some pre... | Filippos Karapetis |
2010-01-28 | SCI: detecting hires for SCI2+ games, qfg4cd is sci2.1 but still 320x200 | Martin Kiewitz |
2010-01-28 | SCI: process robot files again (i need those for REing) | Martin Kiewitz |
2010-01-28 | Added support for the SCI2.1 resource patches (resmap.pat and ressci.pat). GK... | Filippos Karapetis |
2010-01-27 | SCI: fix view detection for sci1.1 pq4demo | Martin Kiewitz |
2010-01-27 | SearchMan.listMatchingMembers does not return files in alphabetical order, so... | Matthew Hoops |
2010-01-27 | Removing obsolete comment | Filippos Karapetis |
2010-01-27 | Do not try and patch files for resource types greater or equal to audio36 (i.... | Filippos Karapetis |
2010-01-27 | Don't patch audio36 resources, when the associated patches are for audio reso... | Filippos Karapetis |
2010-01-27 | The two unknown fields point to the beginning and end of the sound sample | Filippos Karapetis |
2010-01-27 | Turned the asserts about the unknown sound field into a warning | Filippos Karapetis |
2010-01-27 | Improve support for the SCI2.1/SCI3 file naming scheme. Multiple maps can be ... | Matthew Hoops |
2010-01-26 | SCI: Add driver for Yamaha FB-01. Cleanup. | Walter van Niftrik |
2010-01-26 | SCI: also test for mapVersion == sci32 for setting viewtype to kViewVga11 - f... | Martin Kiewitz |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-23 | Separated the parser code | Filippos Karapetis |
2010-01-18 | SCI: added comment about resource.p01 etc. (including possible TODO) | Martin Kiewitz |
2010-01-18 | SCI: added comment for merging together resource.p* files, if no volume file ... | Martin Kiewitz |
2010-01-17 | SCI: added warning() when detection fails to detect map and volume version | Martin Kiewitz |
2010-01-17 | SCI: fixed detection to not crash when adding sierras pinball creep, also cha... | Martin Kiewitz |
2010-01-17 | SCI: Add comment to channel mask code | Walter van Niftrik |
2010-01-17 | SCI: Cleanup | Walter van Niftrik |
2010-01-16 | SCI: Fix rhythm channel handling in SCI0 | Walter van Niftrik |
2010-01-16 | The GM patches from Sierra's GM utility can now also be processed with their ... | Filippos Karapetis |
2010-01-13 | SCI: Use prefix increment instead of postfix on iterators (more efficient); a... | Max Horn |
2010-01-13 | SCI: empty() checks whether the map is empty... removing useless line of code :) | Max Horn |
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /... | Johannes Schickel |
2010-01-10 | SCI: changed SoundResource constructor to set values for digitalChannelNr/dig... | Martin Kiewitz |
2010-01-09 | SCI: Move music device IDs to drivers. | Walter van Niftrik |
2010-01-08 | SCI: Fix view detection in Hoyle 2 | Walter van Niftrik |
2010-01-06 | SCI: add robot/.rbt files to resourcemanager class | Martin Kiewitz |
2010-01-04 | SCI/newmusic: fadeout in sci0 (not stopping music yet), revert of SoundResour... | Martin Kiewitz |
2010-01-04 | SCI: channels[] work, sci0 fading still not working (volume is changed though) | Martin Kiewitz |
2010-01-03 | Renamed SCI_VERSION_AUTODETECT to SCI_VERSION_NONE to signify its actual purpose | Filippos Karapetis |
2010-01-03 | Fix the GK1 view segfault. szUnpacked was overflowing in SCI32 -- it should b... | Matthew Hoops |
2010-01-03 | Add support for wave files in the audio volume. This is used in Pharkas CD an... | Matthew Hoops |
2010-01-02 | SCI/new sound code: disabled some unused code and named a previously unknown ... | Filippos Karapetis |
2009-12-27 | Fix regression in SCI1/1.1 wave sound from r46660. I knew it was a bad omen t... | Matthew Hoops |
2009-12-27 | wCompressed is still a uint16 in SCI32, so correct the vol version detection. | Matthew Hoops |
2009-12-27 | Add support for external wave files used as audio resources in the ResourceMa... | Matthew Hoops |
2009-12-27 | SCI/newmusic: moving commented assert | Martin Kiewitz |
2009-12-27 | SCI/newmusic: now playing sample data for sci0 games (this also fixes sq3 ami... | Martin Kiewitz |
2009-12-27 | SCI/newmusic: now adding digital sample data as separate channel for sci0 gam... | Martin Kiewitz |
2009-12-27 | Changed some comments | Filippos Karapetis |
2009-12-27 | Silenced a chatty console debug message | Filippos Karapetis |