Age | Commit message (Expand) | Author |
2009-06-24 | SCI: Partial support for dual-language games. | Walter van Niftrik |
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 the gfxw_new_visual and gfxw_new_port wrappers, moved _kfuncTable ins... | Filippos Karapetis |
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 | 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 | Started objectifying the vocabulary functions (WIP) | 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 | SCI: Revised code for listing savegames | Max Horn |
2009-05-29 | - Rewrote kSetCursor to be a bit simpler to understand, and got rid of GF_SCI... | Filippos Karapetis |
2009-05-28 | SCI: Fix potential dangling pointer more robustly, | Willem Jan Palenstijn |
2009-05-28 | SCI: Renamed sfx_state_t -> SfxState, preparing it to become a class eventually | Max Horn |
2009-05-26 | SCI: Turned the global 'static MessageState state' variable into a member of ... | Max Horn |
2009-05-21 | SCI: Removed the 'save_dir' gui hack | Max Horn |
2009-05-20 | removed trailing whitespaces | 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: Removed SCI_SIMPLE_SAID_CODE and the associated heavily bitrotted code | Max Horn |
2009-05-18 | SCI: cleanup | Max Horn |
2009-05-15 | - Moved all the files out of /sci/scicore and into /sci | Filippos Karapetis |
2009-05-14 | - Replaced SCI_VERSION_FTU_LOFS_ABSOLUTE with the GF_SCI1_LOFSABSOLUTE game flag | Filippos Karapetis |
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-14 | Removed the hack used to check for the existence of the CantBeHere() selector | Filippos Karapetis |
2009-05-12 | SCI: Changed object / script local vars storage to use a Common::Array | Max Horn |
2009-05-11 | SCI: Simplified the Table class, by making it use an Common::Array internally... | Max Horn |
2009-05-11 | SCI: Reduced header deps | Max Horn |
2009-05-10 | SCI: Changed EngineState::pics to a Common::Array | Max Horn |
2009-05-10 | Moved the code which retrieves the current room number in a separate function... | Filippos Karapetis |
2009-04-28 | SCI: Renamed execution_stack -> _executionStack and turned it into a Common::... | Max Horn |
2009-04-27 | SCI: Turned classtable into a Common::Array<Class> | Max Horn |
2009-04-27 | SCI: Removed unused vars; doxygenified some comments; cleanup | Max Horn |
2009-04-27 | SCI: Renamed gfx_state_t -> GfxState | Max Horn |
2009-04-24 | SCI: Renamed gfxw_widget_t and subtypes to GfxWidget etc. | Max Horn |
2009-04-24 | SCI: Started to C++ify the gfxw_widget_t codebase | Max Horn |
2009-04-24 | SCI: Store parse_tree_branch_t in a Common::Arraay | Max Horn |
2009-04-22 | SCI: Changed kfunct_table to a Common::Array | Max Horn |
2009-04-22 | SCI: Changed knames (kernel function name table) to Common::StringList | Max Horn |
2009-03-24 | SCI: Rewrote vocabulary code to use a Common::HashMap<String,ResultWord> | Max Horn |
2009-03-24 | SCI: Turned synonyms list into a Common::List | Max Horn |
2009-03-24 | SCI: Changed some char* into Common::String | Max Horn |
2009-03-24 | SCI: C++ify menu code | Max Horn |
2009-03-17 | Renamed some defines: | Filippos Karapetis |
2009-03-15 | SCI: Rewrote the save/load code, see also patch #2687400. | Max Horn |
2009-03-12 | SCI: Moved savegame specific stuff from state.h to a new header savegame.h | Max Horn |