aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/script.cpp
AgeCommit message (Expand)Author
2013-12-04SCI: script patcher is now a separate classMartin Kiewitz
2013-11-03SCI: improved script patcherMartin Kiewitz
2012-10-07SCI: Flip assertWillem Jan Palenstijn
2012-06-28SCI: Remove an incorrect error check in validateExportFunc()Filippos Karapetis
2012-06-26SCI: Rename a parameter in validateExportFunc()Filippos Karapetis
2012-06-23SCI: Change the program counter (PC) to be a 32-bit variableFilippos Karapetis
2012-06-23SCI: Clean up validateExportFunc() and related functionsFilippos Karapetis
2012-06-18SCI: Add setter/getter methods to reg_t'sFilippos Karapetis
2012-06-15SCI: Change getClassAddress() to only require the caller segmentFilippos Karapetis
2012-06-15SCI: Replace RAW_IS_OBJECT with a methodFilippos Karapetis
2012-06-15SCI: Fix warningsFilippos Karapetis
2012-06-15Revert "SCI: Change Script::getObject() to accept a reg_t"Filippos Karapetis
2012-06-15SCI: Further cleanup of the script codeFilippos Karapetis
2012-06-15SCI: _propertyOffsetsSci3 and classpos should be 32-bit integersFilippos Karapetis
2012-06-15SCI: Clean up the script initialization codeFilippos Karapetis
2012-06-15SCI: Change Script::getObject() to accept a reg_tFilippos Karapetis
2012-06-14SCI: Add known large SCI3 scriptsFilippos Karapetis
2011-11-05SCI: Made more fields of the Script class private. Some cleanup.Filippos Karapetis
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-13SCI: Avoid incrementing lockers of deleted scriptWillem Jan Palenstijn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-20SCI: Fix precedence (bug #3087872)Willem Jan Palenstijn
2011-03-14SCI: Got rid of VERIFY() and removed some newlines in error messagesmd5
2011-03-02SCI: Fixed script bug #3059871 - "SCI Fanmade - Ocean Battle: Crash while pla...md5
2011-01-04SCI: CleanupFilippos Karapetis
2011-01-04SCI: Fixed part of bug #3150767 - "KQ5 French crash on startup, only partial ...Filippos Karapetis
2011-01-01SCI: debugC calls no longer require a debug level of 2 to show outputFilippos Karapetis
2010-12-21Simplify SCI3 relocation code, also making it correct.Lars Skovlund
2010-11-27SCI: Fixed bug #3034713 - "ICEMAN Demo: Fails to find base object"Filippos Karapetis
2010-11-24SCI: Some slight changes to get the "find_callk" console command working in KQ5Filippos Karapetis
2010-11-18SCI: Slight formatting fix.Johannes Schickel
2010-11-18SCI3: Add proper support for the calle instructionLars Skovlund
2010-11-18Fix operator precedence problemLars Skovlund
2010-11-17SCI: Added sanity checks for SCI3 scripts bigger than 64KBFilippos Karapetis
2010-11-17SCI3: Handle script exports correctlyLars Skovlund
2010-11-17SCI: Make class table size OB1 workaround slightly more readableMax Horn
2010-11-17SCI: More work on SCI3, based on a patch by lskovlunFilippos Karapetis
2010-11-17SCI: Some more work on SCI3, based on a patch by lskovlunFilippos Karapetis
2010-11-17SCI: Added the SCI3 equivalent of initialiseObjects(), from a patch by lskovlunFilippos Karapetis
2010-11-17SCI: Some restructuring. Added some SCI3 placeholders/stubsFilippos Karapetis
2010-11-17SCI: The heap was a separate resource in SCI1.1 - SCI2.1 games only. It was l...Filippos Karapetis
2010-11-04SCI: Renamed findBlock() to findBlockSCI0()Filippos Karapetis
2010-09-13SCI: Proper fix for bug #3038837 - "HOYLE3: EGA/VGA Crashes" and some cleanupFilippos Karapetis
2010-09-12SCI: Bugfix for rev #52688.Filippos Karapetis
2010-09-12Workaround for bug #038837: HOYLE3: EGA/VGA Crashes. Needs furtherLars Skovlund
2010-09-04SCI: Janitorial - fixed spaces and typosFilippos Karapetis
2010-09-04SCI: Don't try to initialize non-existent scripts, error out instead Filippos Karapetis
2010-09-04SCI: Fixed bug #3037595 - "KQ4: Crash reading message in the bottle (whale mo...Filippos Karapetis
2010-08-18SCI: Resolved a FIXME concerning scripts with more than one export table (it ...Filippos Karapetis