aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/segment.h
AgeCommit message (Expand)Author
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
2010-05-26More work on controlling access to members of the Object class:Filippos Karapetis
2010-05-19Removed the exportsAreWide variable from the segment manager and save games, ...Filippos Karapetis
2010-05-18Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe...Matthew Hoops
2010-05-14Made locateVarSelector() a method of the Object classFilippos Karapetis
2010-02-08Search through arrays for outgoing references to fix possible garbage collect...Matthew Hoops
2010-02-03cleanupMax Horn
2010-01-30Add support for saving/loading Arrays/Strings in SCI32. It's possible to save...Matthew Hoops
2010-01-26SCI: Add string support for odd-offset pointers into reg_t-based segments.Walter van Niftrik
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-24SCI: CleanupWalter van Niftrik
2010-01-05Zero the array before using it. You can go talk to Grace now, DrMcCoy.Matthew Hoops
2010-01-01SCI: Fix segfault in dual-language KQ5.Walter van Niftrik
2009-12-31Overload the = operator for SciArray which fixes the setType errors in GK1. S...Matthew Hoops
2009-12-30SCI32:Matthew Hoops
2009-12-24SCI32:Matthew Hoops
2009-12-23Some SCI32 (minor) String bug fixes and cleanup.Matthew Hoops
2009-12-21SCI32:Matthew Hoops
2009-10-11More work on the Object classFilippos Karapetis
2009-10-10Started rewriting the Object struct into a classFilippos Karapetis
2009-10-08SCI: Removed obsolete stringfrags codeMax Horn
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
2009-09-28SCI: Remove unsafe unmarkDeleted function.Willem Jan Palenstijn
2009-09-27SCI: Add utility functions for copying data between raw/non-raw segmentsWillem Jan Palenstijn
2009-09-23- Moved the SCI version in a global variableFilippos Karapetis
2009-09-22- Merged scriptObjInit0() and scriptObjInit11()Filippos Karapetis
2009-09-22SCI: Change SystemStrings to use RAW storage consistenlyMax Horn
2009-09-22SCI: Add new type SegmentRef which ultimately will allow us to distinguish be...Max Horn
2009-09-22SCI: Change SystemString::name from char* to Common::StringMax Horn
2009-09-22SCI: SegmentObj's now set their type in constructor; replace central SegmentO...Max Horn
2009-09-21SCI: Replace IntMapper Script::_objIndices and Common::Array Script::_objects...Max Horn
2009-09-21SCI: Rename Object::flags and pos to _flags and _pos; tweak scriptObjInit0 an...Max Horn
2009-09-17SCI: Move CallsStruct into vm.cpp, the only place it is being usedMax Horn
2009-09-17SCI: Add a global getSciVersion() function and make use of itMax Horn
2009-09-17SCI: Rename engine/memobj.* to engine/segment.*Max Horn