aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/segment.cpp
AgeCommit message (Expand)Author
2009-12-30SCI32:Matthew Hoops
2009-12-29SCI: returning back raw == 0, when script trying to access invalid memoryMartin Kiewitz
2009-12-29SCI: dont crash when scripts are trying to access invalid memory (fixes intro...Martin Kiewitz
2009-12-23Some SCI32 (minor) String bug fixes and cleanup.Matthew Hoops
2009-12-21SCI32:Matthew Hoops
2009-10-20- Fixed the pathfinding issue for LSL5 room 640, where Patti walks off-screen...Filippos Karapetis
2009-10-16Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,...Filippos Karapetis
2009-10-10Started rewriting the Object struct into a classFilippos Karapetis
2009-10-08SCI: Remove outdated commentWillem Jan Palenstijn
2009-10-08SCI: Removed obsolete stringfrags codeMax Horn
2009-09-27SCI: Adjust isValidOffset to match changes from r44396,Willem Jan Palenstijn
2009-09-27SCI: change segment offsets in reg segments to be in half reg_t.Willem Jan Palenstijn
2009-09-27SCI: Add warning when dereferencing non-aligned stack pointerWillem 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 some FIXMEs, and print warning if accessing a raw segment as non-raw...Max 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: Add a global getSciVersion() function and make use of itMax Horn
2009-09-17SCI: Rename engine/memobj.* to engine/segment.*Max Horn