Age | Commit message (Expand) | Author |
2012-06-18 | SCI: Add setter/getter methods to reg_t's | Filippos Karapetis |
2011-05-13 | SCI: Avoid incrementing lockers of deleted script | Willem Jan Palenstijn |
2011-05-13 | SCI: Marked the sanity check inside processWorkList() as a workaround | md5 |
2011-05-12 | SCI: Fixed bugs #3299458 and #3295849 | md5 |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-03-20 | SCI: Moved the engine hunk pointer processing code inside the GfxPorts class | md5 |
2011-03-08 | SCI: Fixed typos | md5 |
2011-03-08 | SCI: Cleanup | md5 |
2011-03-07 | SCI: Constify some code | Max Horn |
2011-03-02 | SCI: Fix garbage collection for SCI32 | Matthew Hoops |
2011-02-28 | SCI: Skip Ports when iterating over Windows in GC | Willem Jan Palenstijn |
2011-02-28 | SCI: Moved hunk pointer handling to the GC, and removed some related workarounds | md5 |
2011-02-12 | JANITORIAL: Remove extraneous parentheses | Ori Avtalion |
2011-01-04 | SCI: Slight cleanup to the garbage collector | Filippos Karapetis |
2011-01-01 | SCI: debugC calls no longer require a debug level of 2 to show output | Filippos Karapetis |
2010-08-31 | SCI: Disabled some debug related GC code, which effectively | Filippos Karapetis |
2010-07-01 | SCI: Rename some more stuff | Max Horn |
2010-07-01 | SCI: Make SegManager::_heap private | Max Horn |
2010-06-29 | SCI: Some cleanup of the GC code. | Filippos Karapetis |
2010-06-28 | SCI: Some more GC cleanup | Max Horn |
2010-06-28 | SCI: Fix DEBUG_GC mode and permanently enable it | Max Horn |
2010-06-28 | SCI: Revise GC interface: use Common::Array<reg_t> instead of callbacks | Max Horn |
2010-02-06 | SCI: Revert r47925 and put fix inside GC instead. | Walter van Niftrik |
2010-02-03 | SCI: Get rid of EngineState::stack_segment | Max Horn |
2010-01-30 | SCI: Remove extra '\n's in debugC messages | Willem Jan Palenstijn |
2009-10-10 | Started rewriting the Object struct into a class | Filippos Karapetis |
2009-10-04 | SCI: Rename EngineState::segMan to _segMan | 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 | SCI: Rename MemObject -> SegmentObj | Max Horn |
2009-09-16 | SCI: Rename Script class members, change Script from struct to class | Max Horn |
2009-09-06 | SCI: Rename resManager -> resMan; segManager -> segMan | Max Horn |
2009-09-02 | Some renaming: | Filippos Karapetis |
2009-08-25 | - Replaced more cases of EngineState parameters | Filippos Karapetis |
2009-08-25 | - Simplified the parameters of some functions | Filippos Karapetis |
2009-07-06 | Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls | Filippos Karapetis |
2009-06-06 | Store long-term pointers to object variables in a new ObjVarRef struct. | Willem Jan Palenstijn |
2009-05-30 | Moved 3 more debug commands to console.cpp ("simkey", "segment_table" and "sh... | Filippos Karapetis |
2009-05-28 | SCI: Fix potential dangling pointer more robustly, | Willem Jan Palenstijn |
2009-05-21 | Removed the PREG, PSTK, IS_NULL_REG and REG_EQ defines | Filippos Karapetis |
2009-05-18 | SCI: Got rid of EngineState::execution_stack_pos; overally, the resulting cod... | Max Horn |
2009-05-10 | SCI: Changed object list in Script instances to use Common:::Array | Max Horn |
2009-05-08 | SCI: Got rid of last traces of class SegInterface | Max Horn |
2009-05-08 | SCI: Moved findCanonicAddress from SegInterface to MemObject | Max Horn |
2009-05-08 | SCI: Moved freeAtAddress from SegInterface to MemObject | Max Horn |
2009-05-08 | SCI: Started to merge SegInterface into MemObject | Max Horn |
2009-05-03 | SCI: Completed transition from MemObject (a union of various structs) to MemO... | Max Horn |
2009-05-03 | SCI: Changed SegManager to store the heap pointers in a Common::Arrray | Max Horn |
2009-05-03 | SCI: Made SegManager::heap_size unsigned | Max Horn |