aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/memobj.cpp
AgeCommit message (Expand)Author
2009-09-16SCI: Turn some SegManager methods into Script methodsMax Horn
2009-09-16SCI: Rename Script class members, change Script from struct to classMax Horn
2009-09-12Removed the unused ASSERT()-related code and changed a warning where BREAKPOI...Filippos Karapetis
2009-09-06SCI: Script::obj_indices is now protectedMax Horn
2009-09-06SCI: Cleanup for some SegManager internalsMax Horn
2009-09-06SCI: Rename resManager -> resMan; segManager -> segManMax Horn
2009-08-25- Simplified the parameters of some functionsFilippos Karapetis
2009-08-17- Simplified some functions to accept only the parts of the EngineState they ...Filippos Karapetis
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-06-13Buildfix for gcc 3.3 (moved a template class member into the header file)Oystein Eftevaag
2009-06-04SCI: Added MemObject::isValidOffset method; use it to simplify determine_reg_...Max Horn
2009-06-04SCI: Moved MemObject code into a separate source fileMax Horn