Age | Commit message (Expand) | Author |
2009-09-17 | SCI: Add EngineState::_kernel member for convenience | Max Horn |
2009-09-17 | SCI: Move parts of struct ScriptState into a new struct DebugState | Max Horn |
2009-09-17 | SCI: Rename MemObject -> SegmentObj | Max Horn |
2009-09-16 | SCI: cleanup | Max Horn |
2009-09-15 | Removed some unused variables from the engine state | Filippos Karapetis |
2009-09-14 | SCI: Misc cleanup | Max Horn |
2009-09-14 | SCI: Rename SegManager::kernelDeref*() methods to SegManager::deref*() | Max Horn |
2009-09-14 | SCI: kernelDeref*() functions are now seSegmentManager methods | 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-30 | Adding support for AVI in SCI games (such as kq6) and implement kPlatform. | 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-20 | SCI: Fix for the "Memory fragmented" dialogs popping up in some games. | Walter van Niftrik |
2009-08-10 | SCI: Fix warnings. | 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-07-06 | Assigned several unimplemented/unused kernel functions as stubs, so that we k... | Filippos Karapetis |
2009-07-06 | Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls | Filippos Karapetis |
2009-07-03 | - Pushed debugstate into debug.h | Filippos Karapetis |
2009-07-02 | Moved some more debug state related variables in the DebugState struct | Filippos Karapetis |
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 EngineState::flags and version to _flags and _version (following... | Max Horn |
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-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-30 | Started objectifying the vocabulary functions (WIP) | Filippos Karapetis |
2009-05-28 | SCI: Fix potential dangling pointer more robustly, | Willem Jan Palenstijn |
2009-05-28 | SCI: cleanup | Max Horn |
2009-05-27 | Fixed a typo, and added parentheses to clarify order | Filippos Karapetis |
2009-05-27 | SCI: Cleanup. | Walter van Niftrik |
2009-05-23 | Turned some errors into warnings, as they occur in KQ5CD | Filippos Karapetis |
2009-05-21 | SCI: Removed the 'save_dir' gui hack | Max Horn |
2009-05-21 | Removed the PREG, PSTK, IS_NULL_REG and REG_EQ defines | Filippos Karapetis |
2009-05-21 | Slight cleanup to kGetTime() | Filippos Karapetis |
2009-05-20 | SCI: Moved some private decls from kernel.h to kernel.cpp; removed pointless ... | Max Horn |
2009-05-20 | SCI: Moved the few kernel functions that were in kernel.cpp to a new file kmi... | Max Horn |