Age | Commit message (Expand) | Author |
2010-06-15 | SCI: Change ResourceManager::getVolume() to use new classes | Max Horn |
2010-06-15 | SCI: Remove 'map' param from addSource, and let AudioVolumeResourceSource sub... | Max Horn |
2010-06-15 | SCI: Convert code to use ResourceSource subclasses | Max Horn |
2010-06-15 | SCI: Changed some 'const char *' to Common::String | Max Horn |
2010-06-15 | SCI: Change ResourceSource to a class, further OOPify it. | Max Horn |
2010-06-15 | SCI: cleanup | Max Horn |
2010-06-15 | SCI: Move ResourceSource to new header resource_intern.h | Max Horn |
2010-06-13 | Added a default constructor for the ResourceSource struct | Filippos Karapetis |
2010-06-10 | Add support for AIFF sound in SCI32 Mac games and add support for AIFF/WAVE a... | Matthew Hoops |
2010-06-07 | SCI: slight cleanup on processPatch, etc. | Martin Kiewitz |
2010-06-07 | Some initial code for audio36 and sync36 patch support | Filippos Karapetis |
2010-06-06 | Now opening all files via getVolumeFile() | Filippos Karapetis |
2010-06-04 | Simplified the channel monitoring code inside the SoundResource class | Filippos Karapetis |
2010-06-03 | Added code to get which channels are used by a sound. Also, fixed a crash whe... | Filippos Karapetis |
2010-06-02 | - Fixed findGameObject() to properly handle SCI0-SCI1 games where the first b... | Filippos Karapetis |
2010-06-01 | Fixed the detection of SCI2.1 games in the fallback detector | Filippos Karapetis |
2010-05-29 | Added a method to the resource manager, to limit the places where script expo... | Filippos Karapetis |
2010-05-27 | Split all of the audio-related functions of the resource manager in a separat... | Filippos Karapetis |
2010-05-24 | Add support for showing the icon bar in SCI1.1 Mac. | Matthew Hoops |
2010-05-23 | Cleaned up the game ID code: | Filippos Karapetis |
2010-05-19 | Added a new method to the resource manager, to help determine if we got a SCI... | Filippos Karapetis |
2010-05-10 | Add support for loading SCI games from Mac resource forks. The games themselv... | Matthew Hoops |
2010-05-04 | Get rid of Engine::_gameDataDir. | Max Horn |
2010-04-29 | SCI: audio compression support | Martin Kiewitz |
2010-04-17 | SCI: key presses of extended chars (umlauts, etc.) will now get ignored in ga... | Martin Kiewitz |
2010-03-22 | Patch #2973290: Semicolon cleanup | Max Horn |
2010-02-17 | SCI: Rename some members of class Resource | Max Horn |
2010-02-17 | SCI: Cleanup resource.h | Max Horn |
2010-01-31 | SCI: Handle -1 properly when passed as a language id to DoAudio | Walter van Niftrik |
2010-01-28 | SCI: detecting hires for SCI2+ games, qfg4cd is sci2.1 but still 320x200 | Martin Kiewitz |
2010-01-27 | The two unknown fields point to the beginning and end of the sound sample | 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-25 | SCI: created isAmiga32color(), using this method instead of comparing against... | Martin Kiewitz |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
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-09 | SCI: Move music device IDs to drivers. | Walter van Niftrik |
2010-01-06 | SCI: add robot/.rbt files to resourcemanager class | Martin Kiewitz |
2010-01-05 | More renaming | Filippos Karapetis |
2010-01-05 | Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purpose | Filippos Karapetis |
2010-01-03 | Made the "version" command more verbose, listing all the automatically detect... | Filippos Karapetis |
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 | Add support for external wave files used as audio resources in the ResourceMa... | Matthew Hoops |
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-24 | SCI: channels are now filtered for sci0 (fixes garbled music) | Martin Kiewitz |
2009-12-23 | SCI: new music code / removed unused sz from Track struct | Martin Kiewitz |