aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/object.cpp
AgeCommit message (Expand)Author
2011-10-11SCI: Changed a warning about wrong object variable count into a debugCFilippos Karapetis
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-25SCI: Constify Object::_baseVarsMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-14SCI: Remove a space at the end of a warningMatthew Hoops
2011-03-14SCI: Add code to enumerate shadowed selectorsWillem Jan Palenstijn
2011-03-13SCI: Add reference to related bug to commentWillem Jan Palenstijn
2011-03-11SCI: Clarify fix for KQ5 witch freeze bug #3034714Willem Jan Palenstijn
2011-01-26SCI: Make SCI3 propertyId endianness hack a bit cleanerWillem Jan Palenstijn
2011-01-25SCI: cleanupMax Horn
2011-01-25SCI3: Fix script abort during startup on Big Endian platformsLars Skovlund
2010-12-23Fix code formattingLars Skovlund
2010-12-23SCI: Unbreak script loading on big-endian machines. Thanks to [md5] and wjp.Lars Skovlund
2010-12-21- SCI: Added code to free the _baseVars value in SCI3 as well. Both free() op...Filippos Karapetis
2010-12-21Make Object::_baseMethod a Common::Array. This is intended to clean upLars Skovlund
2010-11-22SCI: Fixed bug #3044050 - "SQ4FLOPPY: Crash while flying in Skate-o-Rama"Filippos Karapetis
2010-11-19SCI: Moved the Object class in a separate fileFilippos Karapetis