Age | Commit message (Expand) | Author |
2009-09-25 | SCI: Remove EngineState::game_version, it was only used for saving anyway. Al... | Max Horn |
2009-09-23 | - Moved the SCI version in a global variable | Filippos Karapetis |
2009-09-17 | SCI: Add EngineState::_kernel member for convenience | Max Horn |
2009-09-17 | SCI: Add a global getSciVersion() function and make use of it | Max Horn |
2009-09-17 | SCI: Rename selector_map_t -> SelectorCache and _selectorMap -> _selectorCache | Max Horn |
2009-09-17 | Changed the way object selectors are accessed, by removing the relevant defin... | Filippos Karapetis |
2009-09-16 | SCI: Rename Script class members, change Script from struct to class | Max Horn |
2009-09-15 | Removed some unused variables from the engine state | Filippos Karapetis |
2009-09-12 | - Made obj_get and obj_get_name methods of SegManager (getObject and getObjec... | Filippos Karapetis |
2009-09-06 | SCI: Rename resManager -> resMan; segManager -> segMan | Max Horn |
2009-09-04 | Removed the animation_granularity variable from the engine state (it never ch... | Filippos Karapetis |
2009-09-02 | Some renaming: | Filippos Karapetis |
2009-08-30 | SCI: Fix missing 'else' in r43824. | Walter van Niftrik |
2009-08-30 | SCI: Add lofs detection. | Walter van Niftrik |
2009-08-30 | SCI: Add SetCursor detection. Cleanup. | Walter van Niftrik |
2009-08-26 | - Fix the opcode formats for some opcodes in SCI32 (some arguments are now wo... | 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-17 | SCI: Build fix. | Walter van Niftrik |
2009-08-17 | SCI: Add autodetection for DoSound. Cleanup. | Walter van Niftrik |
2009-08-15 | SCI: Rename sci_version_t to SciVersion | 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-08 | Some cleanup for the script debugger code: | Filippos Karapetis |
2009-06-24 | SCI: Fix regression in r41833. | Walter van Niftrik |
2009-06-24 | SCI: Partial support for dual-language games. | Walter van Niftrik |
2009-06-07 | Replaced/removed KP_UINT, KP_SINT, SKPV and UKPV as well as the VIEW_PRIORITY... | Filippos Karapetis |
2009-06-04 | oops | Max Horn |
2009-06-04 | SCI: Renamed EngineState::flags and version to _flags and _version (following... | Max Horn |
2009-06-04 | SCI: Added FIXME comment to not_register() | Max Horn |
2009-06-02 | Removed some unused variables from the engine state | Filippos Karapetis |
2009-06-01 | Split the kernel functions away from the vocabulary functions (WIP, saving/lo... | Filippos Karapetis |
2009-05-31 | SCI: Fixed loading; added 'const' keywords to several Vocabulary methods | Max Horn |
2009-05-31 | Further objectification of the SCI vocabulary functions. Removed the "kernel_... | Filippos Karapetis |
2009-05-31 | More objectification of the Vocabulary functions | Filippos Karapetis |
2009-05-30 | - Moved 3 more commands to console.cpp: "draw_pic", "draw_rect" and "fill_scr... | Filippos Karapetis |
2009-05-30 | - Removed debug_mode from the engine state | Filippos Karapetis |
2009-05-29 | - Rewrote kSetCursor to be a bit simpler to understand, and got rid of GF_SCI... | Filippos Karapetis |
2009-05-28 | SCI: Renamed sfx_state_t -> SfxState, preparing it to become a class eventually | Max Horn |
2009-05-21 | SCI: Removed the 'save_dir' gui hack | Max Horn |
2009-05-20 | SCI: Changed EngineState::opcodes to a Common::Array (maybe we shold just rem... | Max Horn |
2009-05-19 | SCI: got rid of EngineState::savegame_version; some cleanup | Max Horn |
2009-05-19 | SCI: Init the diff .#&$ EngineState::flags field in the constructor and when ... | Max Horn |
2009-05-18 | SCI: Got rid of EngineState::execution_stack_pos; overally, the resulting cod... | Max Horn |
2009-05-18 | SCI: cleanup | Max Horn |
2009-05-14 | - Removed SCI_VERSION_FTU_NEW_GETTIME | Filippos Karapetis |
2009-05-14 | Started using game-specific flags and removed/replaced some SCI version check... | Filippos Karapetis |
2009-05-10 | SCI: Changed EngineState::pics to a Common::Array | Max Horn |
2009-04-28 | SCI: Renamed execution_stack -> _executionStack and turned it into a Common::... | Max Horn |