Age | Commit message (Expand) | Author |
2009-09-01 | SCI: Fix relative cues in SCI1. | Walter van Niftrik |
2009-08-31 | Cleanup | Filippos Karapetis |
2009-08-31 | Cleanup | Filippos Karapetis |
2009-08-31 | Rewrote the static selector mapper to use SCI versions instead of game IDs, a... | Filippos Karapetis |
2009-08-31 | - Removed the now-unused "setTarget" selector | Filippos Karapetis |
2009-08-31 | Some adjustments to the output of the "selector" and "selectors" console comm... | Filippos Karapetis |
2009-08-31 | SCI: Add stub for PalVary. | Walter van Niftrik |
2009-08-31 | Removed many bogus return values in the SCI graphics functions - some functio... | Filippos Karapetis |
2009-08-31 | SCI: Fix messages in QFG remake. | Walter van Niftrik |
2009-08-30 | Adding support for AVI in SCI games (such as kq6) and implement kPlatform. | Matthew Hoops |
2009-08-30 | SCI: Fix detection of QFG1 remake. | Walter van Niftrik |
2009-08-30 | SCI: Fix missing 'else' in r43824. | Walter van Niftrik |
2009-08-30 | Fixed a regression in the sound of the demos of LSL3 and LSL5 | Filippos Karapetis |
2009-08-30 | SCI: Add lofs detection. | Walter van Niftrik |
2009-08-30 | Silence gcc warning. | Matthew Hoops |
2009-08-30 | SCI: Add support for SetCursor with 4 args. | Walter van Niftrik |
2009-08-30 | SCI: Add SetCursor detection. Cleanup. | Walter van Niftrik |
2009-08-30 | SCI: Cleanup | Walter van Niftrik |
2009-08-29 | Removed the "op_" prefix from opcode names in the script debugger | Filippos Karapetis |
2009-08-29 | Use Common::String::clear instead of assigning "". | Johannes Schickel |
2009-08-29 | - Added static and const to static data. | Johannes Schickel |
2009-08-28 | The first part of the selector table (the first 83 entries) is almost the sam... | Filippos Karapetis |
2009-08-28 | - Removed the unused selectors "prevSignal", "who" and "distance" from the qu... | Filippos Karapetis |
2009-08-28 | Removed the unused selectors (edgeHit, semanticFail and baseSetter) | Filippos Karapetis |
2009-08-27 | Stop loading opcodes from vocab.998. They are the same in all SCI games and a... | Filippos Karapetis |
2009-08-27 | Throw a warning when kGetSaveDir is called with a parameter | Matthew Hoops |
2009-08-27 | Removed the signature check from GetSaveDir in order to let the scripts in GK... | Filippos Karapetis |
2009-08-27 | Add the minor differences of SCI3 to the SCI2.1 kernel table. | Matthew Hoops |
2009-08-26 | - Fix the opcode formats for some opcodes in SCI32 (some arguments are now wo... | Matthew Hoops |
2009-08-26 | Missed another comma.... | Matthew Hoops |
2009-08-26 | Committed a slight patch by clone2727, which contains debug code to dump the ... | Filippos Karapetis |
2009-08-26 | Added a safeguard to avoid getting stuck in an endless loop when initializing... | Filippos Karapetis |
2009-08-26 | Further work on the fallback detector: added several demos | Filippos Karapetis |
2009-08-26 | If a resource map entry can't be read, retry with the volume version instead,... | Filippos Karapetis |
2009-08-26 | Formatting | Filippos Karapetis |
2009-08-26 | Oops! Missed a comma. | Matthew Hoops |
2009-08-26 | Added code to distinguish between the demo and full versions of fairytales | Filippos Karapetis |
2009-08-26 | Started working on distinguishing the Sierra game demos. Also added a note ab... | Filippos Karapetis |
2009-08-26 | Wording | Filippos Karapetis |
2009-08-26 | Added automatic detection of the game language to the fallback detector | Filippos Karapetis |
2009-08-25 | Disabled the signature checks for kNewWindow and kGetEvent, which are differe... | Filippos Karapetis |
2009-08-25 | - Finished automatic detection of the game platform in the fallback detector | Filippos Karapetis |
2009-08-25 | Fixed compilation when ENABLE_SCI32 is not set | Filippos Karapetis |
2009-08-25 | - Split SCI_VERSION_32 into SCI_VERSION_2, SCI_VERSION_2_1, and SCI_VERSION_3... | Matthew Hoops |
2009-08-25 | When opening files, open the English language part of the filename. Fixes som... | Filippos Karapetis |
2009-08-25 | - Replaced more cases of EngineState parameters | Filippos Karapetis |
2009-08-25 | Fixed detection for GK1 demo when SCI32 is not enabled | Filippos Karapetis |
2009-08-25 | Silenced warnings (thanks wjp) | Filippos Karapetis |
2009-08-25 | - Simplified the parameters of some functions | Filippos Karapetis |
2009-08-25 | SCI: Fix interpretation of ShowMovie speed argument. | Walter van Niftrik |