Age | Commit message (Expand) | Author |
2010-05-29 | Removed the scriptRelocateExportsSci11() hack. The open spell in QFG1VGA work... | Filippos Karapetis |
2010-05-27 | SCI: fixing -propDict- selector on instances to contain -propDict- of the cor... | Martin Kiewitz |
2010-05-26 | SCI: More const related changes; remove unnecessary casts which hide const is... | Max Horn |
2010-05-26 | More work on controlling access to members of the Object class: | Filippos Karapetis |
2010-05-21 | Slight cleanup | Filippos Karapetis |
2010-05-19 | Fixed silly typo in #49099. Iceman works again (thanks m_kiewitz) | Filippos Karapetis |
2010-05-19 | Fixed signed/unsigned warning, changed to CamelCase | Filippos Karapetis |
2010-05-19 | Cleaned up script_instantiate_sci0() | Filippos Karapetis |
2010-05-18 | Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe... | Matthew Hoops |
2010-04-24 | SCI: Fix regression in locals init for re-used segments | Walter van Niftrik |
2010-02-13 | SCI: Move GameFeatures from EngineState to SciEngine | Max Horn |
2010-02-03 | Placed all the game feature detection code in a separate class | Filippos Karapetis |
2010-02-03 | SCI: Move more stuff around | Max Horn |
2010-02-02 | SCI: Move some code around (no code changes) | Max Horn |
2010-01-29 | SCI: Reduce header interdependencies a bit | Max Horn |
2010-01-28 | SCI: Add debug opcodes | Walter van Niftrik |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-15 | SCI: changed scalesignal to scaleSignal - selector works now :) | Martin Kiewitz |
2010-01-15 | SCI: adding scalesignal selector | Martin Kiewitz |
2010-01-05 | SCI: adjusting cel drawing according to left/top of plane | Martin Kiewitz |
2009-12-27 | Now using m_kiewitz's picture code to show pictures in SCI32. Also took some ... | Filippos Karapetis |
2009-12-21 | SCI32: | Matthew Hoops |
2009-11-20 | Changed the lofs detection to iterate through all the methods of the Game obj... | Filippos Karapetis |
2009-11-20 | Selector cleanup: rearranged all selectors to be in the same order as in Sier... | Filippos Karapetis |
2009-11-20 | Some corrections for the lofs autodetection - SQ4 floppy works again | Filippos Karapetis |
2009-11-04 | Added references to the scaleX and scaleY selectors, used for SCI1.1 view sca... | Filippos Karapetis |
2009-10-08 | Started rewriting the check for the graphics functions type (still not finis... | Filippos Karapetis |
2009-09-27 | SCI: Fix scrolling in SCI1 list controls. | Walter van Niftrik |
2009-09-23 | - Moved the SCI version in a global variable | Filippos Karapetis |
2009-09-17 | SCI: Rename selector_map_t -> SelectorCache and _selectorMap -> _selectorCache | Max Horn |
2009-09-02 | Some renaming: | Filippos Karapetis |
2009-08-30 | SCI: Add lofs detection. | Walter van Niftrik |
2009-08-30 | SCI: Add SetCursor detection. Cleanup. | Walter van Niftrik |
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-26 | - Fix the opcode formats for some opcodes in SCI32 (some arguments are now wo... | Matthew Hoops |
2009-08-26 | Committed a slight patch by clone2727, which contains debug code to dump the ... | Filippos Karapetis |
2009-08-25 | - Simplified the parameters of some functions | Filippos Karapetis |
2009-08-16 | SCI: Stage 1 of the game detection overhaul. The end goal is to autodetect | Walter van Niftrik |
2009-08-15 | SCI: Added enum for map and volume versions. Removed res_version setting from | Walter van Niftrik |
2009-07-07 | Cleanup: added an enum for the auto-detected features, removed the selectors ... | Filippos Karapetis |
2009-07-07 | - Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has... | Filippos Karapetis |
2009-07-07 | Removed unused define | Filippos Karapetis |
2009-07-06 | Renamed SCI_VERSION_01 -> SCI_VERSION_01_EGA | Filippos Karapetis |
2009-07-06 | Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls | Filippos Karapetis |
2009-07-05 | - Fixed feature auto-detection for Conquests of Camelot | Filippos Karapetis |
2009-07-05 | SCI1 games with absolute parameters to lofs instructions are automatically de... | Filippos Karapetis |
2009-07-04 | - Merged the "early" and "late" SCI1 versions - these are functionally equiva... | Filippos Karapetis |
2009-07-04 | - Kernel function names are no longer loaded from vocab.999, but are construc... | Filippos Karapetis |
2009-07-04 | Newer DoSound() semantics are now detected automatically, by the existence of... | Filippos Karapetis |