aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/vm_types.h
AgeCommit message (Expand)Author
2013-08-23SCI: Give more verbose error messages on arithmetic errorsFilippos Karapetis
2012-06-23SCI: Change the program counter (PC) to be a 32-bit variableFilippos Karapetis
2012-06-18SCI: Add setter/getter methods to reg_t'sFilippos Karapetis
2011-11-29SCI: Fix restarting SCI engine with different SCI versionWillem Jan Palenstijn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-03SCI: Simplified arithmetic reg_t operations, based on fingolfin's commentsmd5
2011-03-03SCI: Make some reg_t methods private resp. inlineMax Horn
2011-02-21SCI: Added a custom modulo reg_t operatormd5
2011-02-19SCI: Refactored the reg_t related operations and comparisonsmd5
2011-02-15SCI: Removed several redundant helper functionsmd5
2010-08-04SCI: Remove reference to common/serializer.h from vm_types.hMax Horn
2010-07-01Support the CD kernel call (stub) and add the TRUE_REG constant.Lars Skovlund
2010-06-15Cleanup of the savegame code:Filippos Karapetis
2009-10-02SCI: Remove PRINT_STK macro; cleanupMax Horn
2009-10-02SCI: Make NULL_REG & SIGNAL_REG const; change validate_property so that its c...Max Horn
2009-09-30Added a new special reg_t, SIGNAL_REG, for signaling when an error occurs (us...Filippos Karapetis
2009-09-25Create a define for the special "signal" offset used throughout the engine, a...Filippos Karapetis
2009-09-24Changed make_reg to accept the same type of parameters as a reg_t does - i.e....Filippos Karapetis
2009-09-17SCI: Change SegmentId from int to uint16; consistently use segment 0 to indic...Max Horn
2009-06-07Replaced/removed KP_UINT, KP_SINT, SKPV and UKPV as well as the VIEW_PRIORITY...Filippos Karapetis
2009-05-21Removed the PREG, PSTK, IS_NULL_REG and REG_EQ definesFilippos Karapetis
2009-05-19SCI: Introduce a new subclass StringFrag of MemObject (does nothing right now...Max Horn
2009-05-06SCI: Added operator== and !=, as well as an isNull method to reg_tMax Horn
2009-05-06SCI: Added a comment (taken from a mail by Lars Skovlund) explaining SCI stri...Max Horn
2009-02-28SCI: Renamed some kernel types and general cleanupJordi Vilalta Prat
2009-02-27SCI: Moved almost all files from include/ to other dirs; only include/engine....Max Horn