Age | Commit message (Expand) | Author |
2009-10-10 | SCI: kMessage() rewrite | Walter van Niftrik |
2009-10-08 | Started rewriting the check for the graphics functions type (still not finis... | Filippos Karapetis |
2009-10-03 | SCI: Merge new GUI code written by m_kiewitz. | Willem Jan Palenstijn |
2009-10-02 | SCI: Remove dead code | Max Horn |
2009-10-01 | - Removed the toggle for "weak" validations, as there are cases where they fa... | Filippos Karapetis |
2009-09-29 | Oops - don't attempt to print the sought kernel function name when its empty | Filippos Karapetis |
2009-09-29 | - Changed the unimplemented debug SCI kernel functions (InspectObj, ShowSends... | Filippos Karapetis |
2009-09-23 | - Moved the SCI version in a global variable | Filippos Karapetis |
2009-09-21 | SCI: Replace IntMapper Script::_objIndices and Common::Array Script::_objects... | Max Horn |
2009-09-21 | SCI: Workaround for crash in debugger's backtrace | Max Horn |
2009-09-17 | SCI: Add a global getSciVersion() function and make use of it | Max Horn |
2009-09-17 | SCI: Moved Kernel::findSelector from vocabulary.cpp to engine/kernel.cpp | Max Horn |
2009-09-17 | SCI: Properly hook up (I hope) CantBeHere instead of CanBeHere in SCI version... | Max Horn |
2009-09-17 | SCI: Get rid of the not_register() hack | Max Horn |
2009-09-17 | SCI: Rename selector_map_t -> SelectorCache and _selectorMap -> _selectorCache | Max Horn |
2009-09-17 | SCI: Rename MemObject -> SegmentObj | Max Horn |
2009-09-16 | SCI: cleanup | Max Horn |
2009-09-16 | SCI: Rename Script class members, change Script from struct to class | Max Horn |
2009-09-14 | SCI: kernelDeref*() functions are now seSegmentManager methods | Max Horn |
2009-09-14 | SCI: Merge kernelDerefCharPtr and kernelDerefString and change it from a macr... | Max Horn |
2009-09-12 | - Made obj_get and obj_get_name methods of SegManager (getObject and getObjec... | Filippos Karapetis |
2009-09-06 | SCI: Script::obj_indices is now protected | Max Horn |
2009-09-06 | SCI: Rename resManager -> resMan; segManager -> segMan | Max Horn |
2009-09-02 | Some renaming: | Filippos Karapetis |
2009-09-02 | SCI: Renamed kernel_dereference_* to kernelDeref*, and added kernelDerefString | Max Horn |
2009-09-02 | SCI: | Max Horn |
2009-08-31 | Rewrote the static selector mapper to use SCI versions instead of game IDs, a... | Filippos Karapetis |
2009-08-31 | SCI: Add stub for PalVary. | 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: Add lofs detection. | Walter van Niftrik |
2009-08-28 | - Removed the unused selectors "prevSignal", "who" and "distance" from the qu... | 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 | 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-25 | Disabled the signature checks for kNewWindow and kGetEvent, which are differe... | 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 | - Replaced more cases of EngineState parameters | Filippos Karapetis |
2009-08-25 | - Simplified the parameters of some functions | Filippos Karapetis |
2009-08-23 | - Added more mappings from Sierra's internal IDs to our own ones. Hopefully, ... | Filippos Karapetis |
2009-08-19 | Comment out unused function (which was also currently only enabled when SCI32... | Johannes Schickel |
2009-08-18 | Started rewriting the SCI engine to use FSNode instead of file names. This is... | Filippos Karapetis |
2009-08-17 | SCI: Fix kernel table for multilingual SCI01 games. Cleanup. | Walter van Niftrik |
2009-08-17 | SCI: Add autodetection for DoSound. Cleanup. | Walter van Niftrik |
2009-08-17 | - Simplified some functions to accept only the parts of the EngineState they ... | 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-08-10 | SCI: Improved multilanguage support for SCI1 and SCI1.1. | Walter van Niftrik |
2009-07-11 | Only error out, if checkStaticSelectorNames() fails. | Travis Howell |
2009-07-11 | Applied a slightly modified patch from clone2727 which adds static selector n... | Filippos Karapetis |
2009-07-07 | Cleanup: added an enum for the auto-detected features, removed the selectors ... | Filippos Karapetis |