Age | Commit message (Expand) | Author |
2009-08-27 | Playtoons - delayed bgstop only when frame == -9 | Arnaud Boutonné |
2009-08-27 | How did that get in there? Nothing to see here.... move along.... | Matthew Hoops |
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 | Fix to correctly store a cursor's key colour, fixing key colour being lost wh... | Paul Gilbert |
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 | Updated the MSVC project files of the SCI engine for the latest file changes,... | 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 | Fix for bugs #2843081 "FW: Assert starting demo (regression)" and #2843080 "O... | Johannes Schickel |
2009-08-25 | - Split SCI_VERSION_32 into SCI_VERSION_2, SCI_VERSION_2_1, and SCI_VERSION_3... | Matthew Hoops |
2009-08-25 | Whitespace fix. | Johannes Schickel |
2009-08-25 | Add fade to black effect at the end of Kyra1 CD demo. | Johannes Schickel |
2009-08-25 | Fix uninitialized variable. | Johannes Schickel |
2009-08-25 | Implement support for the Kyrandia 1 CD demo. | Johannes Schickel |
2009-08-25 | TUCKER: skip sound file loading if not available in compressed bundle | Gregory Montoir |
2009-08-25 | TOUCHE: disable flag 777 update (not checked by any scripts) | Gregory Montoir |
2009-08-25 | TUCKER: add support for commpressed intro sound effects | Gregory Montoir |
2009-08-25 | TUCKER: some dirty rects handling fixes | Gregory Montoir |
2009-08-25 | Fix Cine's predefined palette formats (They were all broken by the gsoc2009-1... | Kari Salminen |
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 | Add ADI 2.0 'for Math Teacher' special pack | Arnaud Boutonné |
2009-08-25 | Fixed detection for GK1 demo when SCI32 is not enabled | Filippos Karapetis |
2009-08-25 | Fix game type for ADI2 games | Arnaud Boutonné |
2009-08-25 | Silenced warnings (thanks wjp) | Filippos Karapetis |
2009-08-25 | Added some missing (but currently unused) files to the SCI MSVC project files | Filippos Karapetis |
2009-08-25 | Synced the MSVC8 project files with the latest changes | Filippos Karapetis |
2009-08-25 | - Simplified the parameters of some functions | Filippos Karapetis |
2009-08-25 | Remove TODOs from README. | Travis Howell |
2009-08-25 | SCI: Fix interpretation of ShowMovie speed argument. | Walter van Niftrik |
2009-08-24 | Add music and sound effects in Amiga version of SoMI. | Travis Howell |
2009-08-24 | Switched LURE to use a single central RandomSource instance, instead of (some... | Johannes Schickel |
2009-08-24 | Fixed iMuse regression: IMuseInternal::terminate() was never called, because ... | Andre Heider |
2009-08-24 | Playtoons uses a variable space that exceeds 32767 bytes. Changing a few vari... | Sven Hesse |
2009-08-24 | Add ADI 2.6 FR detection | Arnaud Boutonné |
2009-08-24 | SCI: Reverted r40889. New fix for window erasing issue in SCI1.1 games. | Walter van Niftrik |
2009-08-24 | - Add game type ADI2 | Arnaud Boutonné |
2009-08-24 | Some modifications in o6_playVmdOrMusic: Less warnings in console Windows, an... | Arnaud Boutonné |