Age | Commit message (Expand) | Author |
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 |
2010-02-17 | SCI: Cleanup resource.h | Max Horn |
2010-02-13 | SCI: Change getSciVersionDesc() to return 'const char *' instead of 'Common::... | Max Horn |
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 |