Age | Commit message (Expand) | Author |
2010-05-19 | Removed the exportsAreWide variable from the segment manager and save games, ... | Filippos Karapetis |
2010-05-18 | - Removed the wrapper kalloc, kmem and kfree functions. Now, the associated S... | Filippos Karapetis |
2010-04-04 | SCI: check before writing 0 in SegManager::strncpy, fixes jones/cd crash | Martin Kiewitz |
2010-04-04 | SCI: put an ending NUL in strncpy, fixes castle of brain scrolling problem - ... | Martin Kiewitz |
2010-02-03 | SCI: Move more stuff around | Max Horn |
2010-02-03 | SCI: Get rid of EngineState::stack_segment | Max Horn |
2010-01-28 | Added some more information on the errors thrown by lookupString() and freeSt... | Filippos Karapetis |
2010-01-26 | SCI: Add string support for odd-offset pointers into reg_t-based segments. | Walter van Niftrik |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-01 | SCI: Fix segfault in dual-language KQ5. | Walter van Niftrik |
2009-12-31 | Overload the = operator for SciArray which fixes the setType errors in GK1. S... | Matthew Hoops |
2009-12-30 | SCI32: | Matthew Hoops |
2009-12-21 | SCI32: | Matthew Hoops |
2009-11-04 | - Changed the segment manager to be a static part of the engine, and stopped ... | Filippos Karapetis |
2009-10-20 | - Fixed the pathfinding issue for LSL5 room 640, where Patti walks off-screen... | Filippos Karapetis |
2009-10-14 | SCI: Rename some vars (cleaning up what seems to have been caused by a blind ... | Max Horn |
2009-10-13 | SCI: Merge SegManager::alloc_Hunk into SegManager::allocateHunkEntry | Max Horn |
2009-10-12 | SCI: Fix warnings, cleanup | Max Horn |
2009-10-11 | More work on the Object class | Filippos Karapetis |
2009-10-10 | Started rewriting the Object struct into a class | Filippos Karapetis |
2009-10-08 | SCI: Removed obsolete stringfrags code | Max Horn |
2009-10-08 | SCI: Removed SegManager::getDescription | Max Horn |
2009-10-07 | SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & SegManager:... | Max Horn |
2009-10-04 | SCI: Add SegManager::findObjectByName() method, make parse_reg_t() local to c... | Max Horn |
2009-10-03 | SCI: Fix sign issue in stringfrags | Willem Jan Palenstijn |
2009-09-27 | SCI: Adjust isValidOffset to match changes from r44396, | Willem Jan Palenstijn |
2009-09-27 | SCI: clear strcpy's dest string if src is invalid. | Willem Jan Palenstijn |
2009-09-27 | SCI: change segment offsets in reg segments to be in half reg_t. | Willem Jan Palenstijn |
2009-09-27 | SCI: Add utility functions for copying data between raw/non-raw segments | Willem Jan Palenstijn |
2009-09-23 | - Moved the SCI version in a global variable | Filippos Karapetis |
2009-09-22 | - Merged scriptObjInit0() and scriptObjInit11() | Filippos Karapetis |
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 |