Age | Commit message (Expand) | Author |
2009-09-21 | SCI: Workaround for crash in debugger's backtrace | Max Horn |
2009-09-17 | SCI: Add EngineState::_kernel member for convenience | Max Horn |
2009-09-17 | SCI: Rename WAS_FUNCT_NR to FAKE_FUNCT_NR; turn some #defines into enums | Max Horn |
2009-09-17 | SCI: Removed dead code | 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: cleanup | 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 is_object() a method of the segment manager | Filippos Karapetis |
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-09-02 | SCI: funct_nr is not used in 99% of all opcodes -- hide it in those (to be re... | 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-27 | Stop loading opcodes from vocab.998. They are the same in all SCI games and a... | 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-18 | Started rewriting the SCI engine to use FSNode instead of file names. This is... | Filippos Karapetis |
2009-08-17 | SCI: Add autodetection for DoSound. Cleanup. | Walter van Niftrik |
2009-08-17 | Fix compilation of the SCI engine. It seems that all of the SCI header files ... | Johannes Schickel |
2009-08-16 | SCI: Stage 1 of the game detection overhaul. The end goal is to autodetect | Walter van Niftrik |
2009-08-11 | SCI: Added a crude speed throttler. | Walter van Niftrik |
2009-08-10 | SCI: Improved multilanguage support for SCI1 and SCI1.1. | Walter van Niftrik |
2009-07-11 | Moved the kernel and the vocabulary outside of the engine state (they're stat... | Filippos Karapetis |
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 |
2009-07-07 | Added auto-detection for games with older headers for script blocks, and remo... | Filippos Karapetis |
2009-07-06 | Assigned several unimplemented/unused kernel functions as stubs, so that we k... | 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 | - Kernel function names are no longer loaded from vocab.999, but are construc... | Filippos Karapetis |
2009-07-03 | SCI0 games using older graphics functions are automatically detected now, fro... | Filippos Karapetis |
2009-06-18 | Patch | Max Horn |
2009-06-07 | Replaced KP_ALT, SKPV_OR_ALT and UKPV_OR_ALT | Filippos Karapetis |
2009-06-07 | Replaced/removed KP_UINT, KP_SINT, SKPV and UKPV as well as the VIEW_PRIORITY... | Filippos Karapetis |
2009-06-04 | SCI: Renamed _kfuncTable -> _kernelFuncs; and simplified/streamlined the kern... | Max Horn |
2009-06-04 | SCI: cleanup | Max Horn |
2009-06-04 | SCI: Renamed various debug related global variables to have a g_ prefix; and ... | Max Horn |
2009-06-02 | Removed the gfxw_new_visual and gfxw_new_port wrappers, moved _kfuncTable ins... | Filippos Karapetis |
2009-06-01 | Split the kernel functions away from the vocabulary functions (WIP, saving/lo... | Filippos Karapetis |
2009-06-01 | Replaced kernel_oops with error(), and added an enum to clarify the cases whe... | Filippos Karapetis |
2009-05-31 | More objectification of the Vocabulary functions | Filippos Karapetis |
2009-05-30 | - Removed debug_mode from the engine state | Filippos Karapetis |