aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kscripts.cpp
AgeCommit message (Expand)Author
2016-05-28SCI: Remove warning in kDisposeScriptColin Snover
2015-12-29SCI32: split up SCI2.1 into EARLY/MIDDLE/LATEMartin Kiewitz
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2012-06-23SCI: Remove a duplicate sanity checkFilippos Karapetis
2012-06-18SCI: Add setter/getter methods to reg_t'sFilippos Karapetis
2012-01-15SCI: Clean up some memory management and loopsWillem Jan Palenstijn
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-25ALL: behaviour -> behaviorMatthew Hoops
2011-05-13SCI: Avoid incrementing lockers of deleted scriptWillem Jan Palenstijn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-12SCI: Moved a heap patch from kScriptID() into script_patches.cppmd5
2011-02-28SCI: Removed several workarounds which are no longer needed, after the change...md5
2011-01-15SCI: Added a hack to fix bug #3122075 - "LB1: Game play freezes when taking s...Filippos Karapetis
2011-01-01SCI: debugC calls no longer require a debug level of 2 to show outputFilippos Karapetis
2010-11-18SCI: Removed SCI3 hacks in kClone/kDisposeCloneFilippos Karapetis
2010-11-18SCI3: implement setInfoSelector() for SCI3, fixes infinite recursionLars Skovlund
2010-11-18SCI3: Add proper support for the calle instructionLars Skovlund
2010-11-17SCI: Added hacks in kClone/kDisposeClone for SCI3Filippos Karapetis
2010-11-17SCI: Fixed the speed in the intro of PQ2, version 1.002.011 (bug #3102071)Filippos Karapetis
2010-11-17SCI: Added some SCI3 selector related informationFilippos Karapetis
2010-11-17SCI: Some restructuring. Added some SCI3 placeholders/stubsFilippos Karapetis
2010-09-06SCI: fixing codeMartin Kiewitz
2010-09-06SCI: fix regression of r52565Martin Kiewitz
2010-09-06SCI: Clear class bit when cloning objects.Lars Skovlund
2010-09-05SCI: kClone cleanupMartin Kiewitz
2010-09-05SCI: adjusting comment on kClone changeMartin Kiewitz
2010-09-05SCI: merging -info- stuff in Clone/DisposeCloneMartin Kiewitz
2010-09-05SCI: Fix bugs #3035650 and #3039566, crash in PEPPER demo and LAURABOW2.Johannes Schickel
2010-09-03SCI: kClone/kDisposeClone behaviour more accurateMartin Kiewitz
2010-08-02SCI: Fix leaks in ResourceManager::listResources caller code.Johannes Schickel
2010-07-28SCI: Changed a warning into debug outputFilippos Karapetis
2010-07-18In SCI2.1, the type numbers inside resource maps/patches have changed slightl...Matthew Hoops
2010-07-11SCI: kUnLoad - removing unneeded warnings (signature mismatch will happen now...Martin Kiewitz
2010-07-02Added handling for kLock called with resource id -1 (unlock all resources of ...Filippos Karapetis
2010-06-30SCI: implementing workarounds for kernel calls, removing original code workar...Martin Kiewitz
2010-06-27Made the script initialization/uninitialization methods part of the segment m...Filippos Karapetis
2010-06-27SCI: Moved all the script-related code inside script.cpp/.h, and all script o...Filippos Karapetis
2010-06-26Shuffled some functions around. Also, the filename in kResCheck can never be ...Filippos Karapetis
2010-06-26Added a workaround for broken script 377 in Castle of Dr. Brain, room 320. It...Filippos Karapetis
2010-06-18SCI: Rewrap some overlong commentsMax Horn
2010-06-18Changed another warning into an error. CleanupFilippos Karapetis
2010-06-17Fixed kLoad and kUnload (the resource type was incorrect)Filippos Karapetis
2010-06-17Added handling of VMD video files in kResCheck, fixes video playing in GK2Filippos Karapetis
2010-06-15SCI: OOpify class ResourceIdMax Horn
2010-06-14CleanupFilippos Karapetis
2010-06-03Moved several object-related defines inside vm.h into segment.h, where the Ob...Filippos Karapetis
2010-05-30Limited access to the script export table and synonyms blockFilippos Karapetis
2010-05-30kScriptID can be used to load scripts with no exports. Don't throw warnings i...Filippos Karapetis
2010-05-30Limit access to the _bufSize, _scriptSize and _heapSize members of the Script...Filippos Karapetis
2010-05-29Mass renaming of selector-related functions, and removed some defines which w...Filippos Karapetis