aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kscripts.cpp
AgeCommit message (Expand)Author
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
2010-05-29Removed the scriptRelocateExportsSci11() hack. The open spell in QFG1VGA work...Filippos Karapetis
2010-05-26SCI: Making various object and script related things constMax Horn
2010-05-19Removed the exportsAreWide variable from the segment manager and save games, ...Filippos Karapetis
2010-05-18- Removed the wrapper kalloc, kmem and kfree functions. Now, the associated S...Filippos Karapetis
2010-05-18- Moved determine_reg_type() and kernel_matches_signature() inside the Kernel...Filippos Karapetis
2010-02-15SCI: No need to set _executionStackPosChanged in kDisposeScript, as the callk...Max Horn
2010-02-13SCI: Get rid of EngineState::resManMax Horn
2010-01-30SCI: Remove extra '\n's in debugC messagesWillem Jan Palenstijn
2010-01-29SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo...Max Horn
2010-01-26Wording - we ignore calls to kUnload with less than 2 parametersFilippos Karapetis