Age | Commit message (Expand) | Author |
2009-06-04 | SCI: Renamed _kfuncTable -> _kernelFuncs; and simplified/streamlined the kern... | Max Horn |
2009-06-04 | SCI: Renamed various debug related global variables to have a g_ prefix; and ... | Max Horn |
2009-06-03 | Moved some more console commands to ScummVM's console | Filippos Karapetis |
2009-06-03 | Moved some more console commands to ScummVM's console | Filippos Karapetis |
2009-06-02 | Moved some more console commands to ScummVM's debug console | Filippos Karapetis |
2009-06-02 | Moved some more console commands to ScummVM's debug console | Filippos Karapetis |
2009-06-02 | Moved some more console commands to ScummVM's debug console | Filippos Karapetis |
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-05-31 | Removed script_error_flag and script_debug_flag, which were used to error out... | Filippos Karapetis |
2009-05-31 | - Further objectification of the SCI vocabulary functions | Filippos Karapetis |
2009-05-31 | Further objectification of the SCI vocabulary functions. Removed the "kernel_... | Filippos Karapetis |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
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 the "songlib" command to console.cpp and removed the non-working "set_v... | Filippos Karapetis |
2009-05-30 | Moved 4 mode commands to console.cpp: "sentence_fragments", "parser_nodes", "... | 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 the "sfx_debuglog" command. Sound debug messages are now shown if kDe... | Filippos Karapetis |
2009-05-30 | - Fix various debugC calls (parameters passed were not correct) | Johannes Schickel |
2009-05-30 | - Moved the print_port, segment_info and segment_kill console commands to con... | Filippos Karapetis |
2009-05-30 | - Removed debug_mode from the engine state | Filippos Karapetis |
2009-05-30 | Moved 3 more debug commands to console.cpp ("simkey", "segment_table" and "sh... | Filippos Karapetis |
2009-05-30 | Moved more script debug commands to console.cpp: "visual_state", "dynamic_vie... | Filippos Karapetis |
2009-05-30 | Moved some script debug commands to console.cpp: "clear_screen", "redraw_scre... | Filippos Karapetis |
2009-05-30 | SCI: Moved the rest of the console code out of sciconsole.cpp and into consol... | Filippos Karapetis |
2009-05-29 | - Added brief Doxygen comments to the ResourceSync and AudioResource classes ... | Filippos Karapetis |
2009-05-28 | SCI: Turned SfxState into a proper class (i.e., convert the sfx_ funcs to mem... | Max Horn |
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-27 | SCI: Fix crash in seginfo debug command. | Walter van Niftrik |
2009-05-26 | SCI: Added 'opcodes' command to the debugger; fixed output wrapping in the se... | Max Horn |
2009-05-21 | SCI: Removed the 'save_dir' gui hack | Max Horn |
2009-05-21 | SCI: got rid of vocabulary_lookup_sname | Max Horn |
2009-05-21 | Removed the PREG, PSTK, IS_NULL_REG and REG_EQ defines | Filippos Karapetis |
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: Some debugger fixes and cleanup. | Walter van Niftrik |
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: Removed ENTRY_IS_VALID macro | Max Horn |
2009-05-18 | Removed the unused file and line parameters from the list and list node looku... | Filippos Karapetis |
2009-05-15 | - Moved all the files out of /sci/scicore and into /sci | Filippos Karapetis |
2009-05-15 | SCI: Got rid of SEG_ID/SCRIPT_ID | Max Horn |
2009-05-15 | SCI: Turned several script related SegManager methods into Script methods | Max Horn |
2009-05-15 | Simplified SCI versions to be SCI version generations, and fixed some game en... | Filippos Karapetis |
2009-05-14 | Started using game-specific flags and removed/replaced some SCI version check... | Filippos Karapetis |
2009-05-13 | Simplified and re-enabled the debug code that shows pixmaps on screen and mov... | Filippos Karapetis |
2009-05-12 | SCI: Changed object / script local vars storage to use a Common::Array | Max Horn |
2009-05-12 | SCI: Removed sci_memory.h/.cpp | Max Horn |