Age | Commit message (Expand) | Author |
2009-09-22 | SCI: Add some FIXMEs, and print warning if accessing a raw segment as non-raw... | Max Horn |
2009-09-22 | SCI: Add new type SegmentRef which ultimately will allow us to distinguish be... | Max Horn |
2009-09-22 | SCI: SegmentObj's now set their type in constructor; replace central SegmentO... | Max Horn |
2009-09-21 | SCI: Replace IntMapper Script::_objIndices and Common::Array Script::_objects... | Max Horn |
2009-09-21 | SCI: Rename Object::flags and pos to _flags and _pos; tweak scriptObjInit0 an... | Max Horn |
2009-09-17 | SCI: Add a global getSciVersion() function and make use of it | Max Horn |
2009-09-17 | Changed the way object selectors are accessed, by removing the relevant defin... | Filippos Karapetis |
2009-09-17 | SCI: Change SegmentId from int to uint16; consistently use segment 0 to indic... | Max Horn |
2009-09-17 | SCI: Rename MemObject -> SegmentObj | Max Horn |
2009-09-17 | SCI: More cleanup | Max Horn |
2009-09-16 | SCI: Turn some SegManager methods into Script methods | Max Horn |
2009-09-16 | SCI: Rename Script class members, change Script from struct to class | Max Horn |
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-12 | Removed the INST_LOOKUP_CLASS define | Filippos Karapetis |
2009-09-12 | - Made obj_get and obj_get_name methods of SegManager (getObject and getObjec... | Filippos Karapetis |
2009-09-07 | Fixed a regression from commit #43999 (segment ID 1 is valid) | Filippos Karapetis |
2009-09-07 | SCI: Replace GET_SEGMENT_ANY and GET_OBJECT_SEGMENT macros by new segman methods | Max Horn |
2009-09-06 | SCI: Rename SegManager::exports_wide to _exportsAreWide and changed it to a b... | Max Horn |
2009-09-06 | SCI: Script::obj_indices is now protected | Max Horn |
2009-09-06 | SCI: Replace "IntMapper *id_seg_map" in SegManager with a Common::HashMap<int... | Max Horn |
2009-09-06 | SCI: cleanup | Max Horn |
2009-09-06 | SCI: Cleanup for some SegManager internals | Max Horn |
2009-09-04 | Fixing signed/unsigned comparison warning | Sven Hesse |
2009-09-04 | Moved some functions inside the SegManager class, and renamed alloc_clone() t... | Filippos Karapetis |
2009-09-02 | Some renaming: | 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-24 | SCI: Read class table from vocab resource instead of scanning. This fixes | Walter van Niftrik |
2009-08-23 | - Added more mappings from Sierra's internal IDs to our own ones. Hopefully, ... | Filippos Karapetis |
2009-08-20 | remove \n's from error() calls | Joost Peters |
2009-08-18 | - Added game ID detection to the fallback detector. We still need to map some... | Filippos Karapetis |
2009-08-17 | - Simplified some functions to accept only the parts of the EngineState they ... | Filippos Karapetis |
2009-07-28 | SCI: Avoid using perror (it's not portable) | Max Horn |
2009-07-11 | Moved the kernel and the vocabulary outside of the engine state (they're stat... | Filippos Karapetis |
2009-07-07 | Added auto-detection for games with older headers for script blocks, and remo... | Filippos Karapetis |
2009-07-06 | Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls | Filippos Karapetis |
2009-06-18 | Patch | Max Horn |
2009-06-07 | SCI: Moved resource36 handling into resource manager. | Walter van Niftrik |
2009-06-04 | SCI: Renamed EngineState::flags and version to _flags and _version (following... | Max Horn |
2009-06-04 | SCI: Moved MemObject code into a separate source file | Max Horn |
2009-05-31 | Removed script_error_flag and script_debug_flag, which were used to error out... | Filippos Karapetis |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-05-30 | Removed/replaced BREAKPOINT | Filippos Karapetis |
2009-05-29 | SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ... | Max Horn |
2009-05-23 | Turned some errors into warnings, as they occur in KQ5CD | Filippos Karapetis |
2009-05-21 | Removed the PREG, PSTK, IS_NULL_REG and REG_EQ defines | Filippos Karapetis |
2009-05-20 | removed trailing whitespaces | Max Horn |