Age | Commit message (Expand) | Author |
2010-06-15 | SCI: Only use MacResManager if needed; start to OOPify ResourceSource | 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-12 | Initialize compression-related variables when loading external patch files. F... | 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-08 | SCI: check for SOL header in audio36 patches | Martin Kiewitz |
2010-06-08 | Fixed compilation when the SCI32 code is disabled | Filippos Karapetis |
2010-06-08 | SCI: use base36 sync/audio patches for sci1.1 as well and also check if patch... | Martin Kiewitz |
2010-06-08 | Add a version check for base36 encoded patches - they were introduced in SCI2 | Filippos Karapetis |
2010-06-07 | SCI: slight cleanup on processPatch, etc. | Martin Kiewitz |
2010-06-07 | SCI: fix regression from #49484, we were ignoring 65535 patches and this brok... | Martin Kiewitz |
2010-06-07 | Added support for SCI2+ base36 encoded patches (audio36 and sync36) | Filippos Karapetis |
2010-06-07 | Fix gcc warning about an comparison which is always false due to data type ra... | Johannes Schickel |
2010-06-07 | Allow for the other audio36 patch naming schemes (Mac and some Torin ones). | Matthew Hoops |
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-05 | Rewrote the remaining parts of the ResourceManager class to work with file st... | Filippos Karapetis |
2010-06-02 | - Fixed findGameObject() to properly handle SCI0-SCI1 games where the first b... | Filippos Karapetis |
2010-06-02 | If we can't find the game object or game ID in fallback detection, break out ... | Matthew Hoops |
2010-06-02 | Fix warning | Max Horn |
2010-06-01 | Fixed the detection of SCI2.1 games in the fallback detector | Filippos Karapetis |
2010-06-01 | Add support for SCI2.1 resource patches to the fallback detector | Filippos Karapetis |
2010-05-30 | Moved setScriptSize() inside Script::init(), and removed a FIXME - the SCI1.1... | Filippos Karapetis |
2010-05-30 | Fixed findGameObject() for SCI11 games | Filippos Karapetis |
2010-05-29 | Removed the hack inside findGameObject(), and replaced it with code from the ... | Filippos Karapetis |
2010-05-29 | Fixed regression in SCI2-SCI21 games from commit 49308 | Filippos Karapetis |
2010-05-29 | Added a method to the resource manager, to limit the places where script expo... | Filippos Karapetis |
2010-05-27 | Added an explanation for audio36 and sync36 external patches | Filippos Karapetis |
2010-05-27 | Split all of the audio-related functions of the resource manager in a separat... | Filippos Karapetis |
2010-05-27 | Slight formatting, and added a note that audio36 and sync36 resource patches ... | Filippos Karapetis |
2010-05-27 | Add the Mac sync resource type and allow for more than 9 Mac SCI1.1+ data files. | Matthew Hoops |
2010-05-26 | SCI: Simplify appending string 'seeker' to sierraId | Max Horn |
2010-05-26 | Avoid adding a null char in the sierraId Common::String | Filippos Karapetis |
2010-05-26 | Cleanup | 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-18 | Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe... | Matthew Hoops |
2010-05-13 | Remove useless const on a value return type. | Johannes Schickel |
2010-05-10 | Add support for loading SCI games from Mac resource forks. The games themselv... | Matthew Hoops |
2010-05-03 | SCI: calculate sampleLen for WAVEs as well | Martin Kiewitz |
2010-05-02 | SCI: make audio decompression (mp3/ogg/flac) work on BE devices | Martin Kiewitz |
2010-05-01 | SCI: fix sync resources not loading correctly when compressed (mp3/ogg/flac) ... | Martin Kiewitz |
2010-05-01 | SCI: fix bugs in audio decompression (mp3, ogg, flac) | Martin Kiewitz |
2010-04-29 | Silence gcc warnings. | Matthew Hoops |
2010-04-29 | SCI: remove unneeded #includes from resource.cpp | Martin Kiewitz |
2010-04-29 | SCI: audio compression support | Martin Kiewitz |
2010-04-24 | SCI: first byte of resource patch must have 0x80 added to the resource type, ... | Martin Kiewitz |
2010-04-17 | SCI: key presses of extended chars (umlauts, etc.) will now get ignored in ga... | Martin Kiewitz |
2010-02-17 | SCI: Reduce header interdependencies | Max Horn |
2010-02-17 | SCI: Rename some members of class Resource | Max Horn |