aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/segment.h
AgeCommit message (Expand)Author
2012-06-18SCI: Add setter/getter methods to reg_t'sFilippos Karapetis
2012-02-10JANITORIAL: Fix template definition whitespaceTarek Soliman
2011-05-25ALL: analyse -> analyzeMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-24SCI: Close Memory Leak from kAnimate Calls.D G Turner
2011-03-08SCI: Cleanupmd5
2011-03-08SCI: Cleanupmd5
2011-02-28SCI: Moved hunk pointer handling to the GC, and removed some related workaroundsmd5
2010-12-07SCI: Removed the system strings code and replaced it with a much more simplif...Filippos Karapetis
2010-11-19SCI: Moved the Object class in a separate fileFilippos Karapetis
2010-11-18SCI: Added species selector functionality for SCI3Filippos Karapetis
2010-11-18Get rid of a const_cast.Lars Skovlund
2010-11-18SCI3: implement setInfoSelector() for SCI3, fixes infinite recursionLars Skovlund
2010-11-17SCI: More work on SCI3, based on a patch by lskovlunFilippos Karapetis
2010-11-08SCI: Some changes regarding the string heap in saved gamesFilippos Karapetis
2010-10-20SCI: Added a new debug command, "find_callk"Filippos Karapetis
2010-09-05SCI: kClone cleanupMartin Kiewitz
2010-09-05SCI: merging -info- stuff in Clone/DisposeCloneMartin Kiewitz
2010-09-05SCI: initialize members of the Object class when it's constructedFilippos Karapetis
2010-08-03SCI: CleanupFilippos Karapetis
2010-07-07SCI: Dropped support for the very old saved game versions 9 - 11. Rationale: ...Filippos Karapetis
2010-06-28SCI: Clarify docs of GC related SegmentObj methodsMax Horn
2010-06-28SCI: Fix DEBUG_GC mode and permanently enable itMax Horn
2010-06-28SCI: Revise GC interface: use Common::Array<reg_t> instead of callbacksMax Horn
2010-06-27SCI: Moved all the script-related code inside script.cpp/.h, and all script o...Filippos Karapetis
2010-06-26Removed the misleading getHeap() function (only valid for SCI0-SCI1), plus re...Filippos Karapetis
2010-06-26Zero out the memory pointer of a hunk when freeing itFilippos Karapetis
2010-06-22Reverted the code which handles objects without a base object when loading, f...Filippos Karapetis
2010-06-17Strict mode: Changed several warnings due to logic bugs into errors. If an er...Filippos Karapetis
2010-06-15Properly reconstruct the running stack when restoring (a regression from comm...Filippos Karapetis
2010-06-15Add support for SCI32 segment types to seg_table and vr debug commandsLars Skovlund
2010-06-14Removed the code used for tracking script code block relocations in SCI0-SCI1...Filippos Karapetis
2010-06-14Really silence the warning with _bufSizeFilippos Karapetis
2010-06-14Some cleanup of the script locals codeFilippos Karapetis
2010-06-03Fixed compilationFilippos Karapetis
2010-06-03Moved several object-related defines inside vm.h into segment.h, where the Ob...Filippos Karapetis
2010-05-31The save/load object init code is now unified with the regular object init codeFilippos Karapetis
2010-05-30Limited access to the script export table and synonyms blockFilippos Karapetis
2010-05-30SCI: 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-30Moved setScriptSize() inside Script::init(), and removed a FIXME - the SCI1.1...Filippos Karapetis
2010-05-30Made load_script() a member of the Script classFilippos Karapetis
2010-05-30Limit access to the _bufSize, _scriptSize and _heapSize members of the Script...Filippos Karapetis
2010-05-29SCI: Merge Script::relocateBlock and Object::relocateMax Horn
2010-05-29SCI: Make Script::_exportTable const (yay :-)Max Horn
2010-05-27SCI: fixing -propDict- selector on instances to contain -propDict- of the cor...Martin Kiewitz
2010-05-26SCI: More const related changes; remove unnecessary casts which hide const is...Max Horn
2010-05-26SCI: Making various object and script related things constMax Horn
2010-05-26Fixed compilationFilippos Karapetis
2010-05-26Made find_unique_script_block() a member of the Script classFilippos Karapetis