aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/vm_types.cpp
AgeCommit message (Expand)Author
2016-09-29SCI: Deduplicate call origin formattingColin Snover
2016-09-29SCI: Generalize code for getting information on the current callColin Snover
2016-03-08SCI: Fix build with SCI32 disabled.Johannes Schickel
2016-03-07SCI32: Add reg_t comparisons for graphics sortingColin Snover
2016-02-18SCI: Implement accurate renderer architecture for SCI32Colin Snover
2015-12-29SCI32: split up SCI2.1 into EARLY/MIDDLE/LATEMartin Kiewitz
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-17SCI: Adapt the segment and offset getters/setters for SCI3Filippos Karapetis
2013-08-23SCI: Give more verbose error messages on arithmetic errorsFilippos Karapetis
2012-06-18SCI: Add setter/getter methods to reg_t'sFilippos Karapetis
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-11SCI: Changed order of script and room in error messagesmd5
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-08SCI: Fixed typosmd5
2011-03-08SCI: Comparisons between pointers and numbers are also done in SCI1.1md5
2011-03-05SCI: Further clarify commentLars Skovlund
2011-03-03SCI: Fixed comment in pointerComparisonWithInteger()md5
2011-03-03SCI: Simplified arithmetic reg_t operations, based on fingolfin's commentsmd5
2011-03-02SCI: Fixed text positioning in the credits screen of Dr. Brain Amigamd5
2011-03-02SCI: Bug fixes to the reg_t addition operatormd5
2011-02-21SCI: Throw a warning instead of an error if there ever is a modulus calculationmd5
2011-02-21SCI: SCI1.1 script also compare pointers with integers (e.g. QFG3, room 440)md5
2011-02-21SCI: Added a custom modulo reg_t operatormd5
2011-02-19SCI: Refactored the reg_t related operations and comparisonsmd5