Age | Commit message (Expand) | Author |
2010-06-15 | Fix spelling, cleanup | Max Horn |
2010-06-14 | Some cleanup of the script locals code | Filippos Karapetis |
2010-06-13 | The offset of script local variables is now calculated when the script is loa... | Filippos Karapetis |
2010-06-08 | Made reconstruct_stack() a member of SegManager | Filippos Karapetis |
2010-06-01 | The system strings segment is a fixed segment of the segment manager, which d... | Filippos Karapetis |
2010-05-29 | Limit access to the _classTable array (now it's directly accessible only insi... | Filippos Karapetis |
2010-05-29 | Cleanup | Filippos Karapetis |
2010-05-29 | Added a method to the resource manager, to limit the places where script expo... | Filippos Karapetis |
2010-05-26 | Made _k_new_node() a method of the segment manager, and fixed a bug with the ... | Filippos Karapetis |
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-02-03 | SCI: Move more stuff around | Max Horn |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
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-13 | SCI: Merge SegManager::alloc_Hunk into SegManager::allocateHunkEntry | Max Horn |
2009-10-08 | SCI: Turn reconstruct_scripts into SegManager::reconstructScripts | Max Horn |
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-09-27 | SCI: Add utility functions for copying data between raw/non-raw segments | Willem Jan Palenstijn |
2009-09-22 | - Merged scriptObjInit0() and scriptObjInit11() | Filippos Karapetis |
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-17 | SCI: Add a global getSciVersion() function and make use of it | Max Horn |
2009-09-17 | SCI: Rename engine/memobj.* to engine/segment.* | Max Horn |
2009-09-17 | Made script_lookup_export() a method of SegManager | 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: cleanup | Max Horn |
2009-09-16 | SCI: Turn some SegManager methods into Script methods | 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 | Made is_object() a method of the segment manager | Filippos Karapetis |
2009-09-12 | - Made obj_get and obj_get_name methods of SegManager (getObject and getObjec... | 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: 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 | Moved some functions inside the SegManager class, and renamed alloc_clone() t... | Filippos Karapetis |
2009-09-02 | Some renaming: | 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-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 |