Age | Commit message (Expand) | Author |
2012-06-18 | SCI: Add setter/getter methods to reg_t's | Filippos Karapetis |
2012-02-10 | JANITORIAL: Fix template definition whitespace | Tarek Soliman |
2011-05-25 | ALL: analyse -> analyze | Matthew Hoops |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-03-24 | SCI: Close Memory Leak from kAnimate Calls. | D G Turner |
2011-03-08 | SCI: Cleanup | md5 |
2011-03-08 | SCI: Cleanup | md5 |
2011-02-28 | SCI: Moved hunk pointer handling to the GC, and removed some related workarounds | md5 |
2010-12-07 | SCI: Removed the system strings code and replaced it with a much more simplif... | Filippos Karapetis |
2010-11-19 | SCI: Moved the Object class in a separate file | Filippos Karapetis |
2010-11-18 | SCI: Added species selector functionality for SCI3 | Filippos Karapetis |
2010-11-18 | Get rid of a const_cast. | Lars Skovlund |
2010-11-18 | SCI3: implement setInfoSelector() for SCI3, fixes infinite recursion | Lars Skovlund |
2010-11-17 | SCI: More work on SCI3, based on a patch by lskovlun | Filippos Karapetis |
2010-11-08 | SCI: Some changes regarding the string heap in saved games | Filippos Karapetis |
2010-10-20 | SCI: Added a new debug command, "find_callk" | Filippos Karapetis |
2010-09-05 | SCI: kClone cleanup | Martin Kiewitz |
2010-09-05 | SCI: merging -info- stuff in Clone/DisposeClone | Martin Kiewitz |
2010-09-05 | SCI: initialize members of the Object class when it's constructed | Filippos Karapetis |
2010-08-03 | SCI: Cleanup | Filippos Karapetis |
2010-07-07 | SCI: Dropped support for the very old saved game versions 9 - 11. Rationale: ... | Filippos Karapetis |
2010-06-28 | SCI: Clarify docs of GC related SegmentObj methods | 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-06-27 | SCI: Moved all the script-related code inside script.cpp/.h, and all script o... | Filippos Karapetis |
2010-06-26 | Removed the misleading getHeap() function (only valid for SCI0-SCI1), plus re... | Filippos Karapetis |
2010-06-26 | Zero out the memory pointer of a hunk when freeing it | Filippos Karapetis |
2010-06-22 | Reverted the code which handles objects without a base object when loading, f... | Filippos Karapetis |
2010-06-17 | Strict mode: Changed several warnings due to logic bugs into errors. If an er... | Filippos Karapetis |
2010-06-15 | Properly reconstruct the running stack when restoring (a regression from comm... | Filippos Karapetis |
2010-06-15 | Add support for SCI32 segment types to seg_table and vr debug commands | Lars Skovlund |
2010-06-14 | Removed the code used for tracking script code block relocations in SCI0-SCI1... | Filippos Karapetis |
2010-06-14 | Really silence the warning with _bufSize | Filippos Karapetis |
2010-06-14 | Some cleanup of the script locals code | Filippos Karapetis |
2010-06-03 | Fixed compilation | Filippos Karapetis |
2010-06-03 | Moved several object-related defines inside vm.h into segment.h, where the Ob... | Filippos Karapetis |
2010-05-31 | The save/load object init code is now unified with the regular object init code | Filippos Karapetis |
2010-05-30 | Limited access to the script export table and synonyms block | Filippos Karapetis |
2010-05-30 | SCI: Script exports and synonyms are now initialized when a script is loaded.... | Filippos Karapetis |
2010-05-30 | - Merged the SCI0 scriptRelocate() and SCI11 heapRelocate() functions inside ... | Filippos Karapetis |
2010-05-30 | Moved setScriptSize() inside Script::init(), and removed a FIXME - the SCI1.1... | Filippos Karapetis |
2010-05-30 | Made load_script() a member of the Script class | Filippos Karapetis |
2010-05-30 | Limit access to the _bufSize, _scriptSize and _heapSize members of the Script... | Filippos Karapetis |
2010-05-29 | SCI: Merge Script::relocateBlock and Object::relocate | Max Horn |
2010-05-29 | SCI: Make Script::_exportTable const (yay :-) | Max Horn |
2010-05-27 | SCI: fixing -propDict- selector on instances to contain -propDict- of the cor... | Martin Kiewitz |
2010-05-26 | SCI: More const related changes; remove unnecessary casts which hide const is... | Max Horn |
2010-05-26 | SCI: Making various object and script related things const | Max Horn |
2010-05-26 | Fixed compilation | Filippos Karapetis |
2010-05-26 | Made find_unique_script_block() a member of the Script class | Filippos Karapetis |