Age | Commit message (Expand) | Author |
2012-06-23 | SCI: Remove a duplicate sanity check | Filippos Karapetis |
2012-06-18 | SCI: Add setter/getter methods to reg_t's | Filippos Karapetis |
2012-01-15 | SCI: Clean up some memory management and loops | Willem Jan Palenstijn |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-25 | ALL: behaviour -> behavior | Matthew Hoops |
2011-05-13 | SCI: Avoid incrementing lockers of deleted script | Willem Jan Palenstijn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-03-12 | SCI: Moved a heap patch from kScriptID() into script_patches.cpp | md5 |
2011-02-28 | SCI: Removed several workarounds which are no longer needed, after the change... | md5 |
2011-01-15 | SCI: Added a hack to fix bug #3122075 - "LB1: Game play freezes when taking s... | Filippos Karapetis |
2011-01-01 | SCI: debugC calls no longer require a debug level of 2 to show output | Filippos Karapetis |
2010-11-18 | SCI: Removed SCI3 hacks in kClone/kDisposeClone | Filippos Karapetis |
2010-11-18 | SCI3: implement setInfoSelector() for SCI3, fixes infinite recursion | Lars Skovlund |
2010-11-18 | SCI3: Add proper support for the calle instruction | Lars Skovlund |
2010-11-17 | SCI: Added hacks in kClone/kDisposeClone for SCI3 | Filippos Karapetis |
2010-11-17 | SCI: Fixed the speed in the intro of PQ2, version 1.002.011 (bug #3102071) | Filippos Karapetis |
2010-11-17 | SCI: Added some SCI3 selector related information | Filippos Karapetis |
2010-11-17 | SCI: Some restructuring. Added some SCI3 placeholders/stubs | Filippos Karapetis |
2010-09-06 | SCI: fixing code | Martin Kiewitz |
2010-09-06 | SCI: fix regression of r52565 | Martin Kiewitz |
2010-09-06 | SCI: Clear class bit when cloning objects. | Lars Skovlund |
2010-09-05 | SCI: kClone cleanup | Martin Kiewitz |
2010-09-05 | SCI: adjusting comment on kClone change | Martin Kiewitz |
2010-09-05 | SCI: merging -info- stuff in Clone/DisposeClone | Martin Kiewitz |
2010-09-05 | SCI: Fix bugs #3035650 and #3039566, crash in PEPPER demo and LAURABOW2. | Johannes Schickel |
2010-09-03 | SCI: kClone/kDisposeClone behaviour more accurate | Martin Kiewitz |
2010-08-02 | SCI: Fix leaks in ResourceManager::listResources caller code. | Johannes Schickel |
2010-07-28 | SCI: Changed a warning into debug output | Filippos Karapetis |
2010-07-18 | In SCI2.1, the type numbers inside resource maps/patches have changed slightl... | Matthew Hoops |
2010-07-11 | SCI: kUnLoad - removing unneeded warnings (signature mismatch will happen now... | Martin Kiewitz |
2010-07-02 | Added handling for kLock called with resource id -1 (unlock all resources of ... | Filippos Karapetis |
2010-06-30 | SCI: implementing workarounds for kernel calls, removing original code workar... | Martin Kiewitz |
2010-06-27 | Made the script initialization/uninitialization methods part of the segment m... | Filippos Karapetis |
2010-06-27 | SCI: Moved all the script-related code inside script.cpp/.h, and all script o... | Filippos Karapetis |
2010-06-26 | Shuffled some functions around. Also, the filename in kResCheck can never be ... | Filippos Karapetis |
2010-06-26 | Added a workaround for broken script 377 in Castle of Dr. Brain, room 320. It... | Filippos Karapetis |
2010-06-18 | SCI: Rewrap some overlong comments | Max Horn |
2010-06-18 | Changed another warning into an error. Cleanup | Filippos Karapetis |
2010-06-17 | Fixed kLoad and kUnload (the resource type was incorrect) | Filippos Karapetis |
2010-06-17 | Added handling of VMD video files in kResCheck, fixes video playing in GK2 | Filippos Karapetis |
2010-06-15 | SCI: OOpify class ResourceId | Max Horn |
2010-06-14 | Cleanup | Filippos Karapetis |
2010-06-03 | Moved several object-related defines inside vm.h into segment.h, where the Ob... | Filippos Karapetis |
2010-05-30 | Limited access to the script export table and synonyms block | Filippos Karapetis |
2010-05-30 | kScriptID can be used to load scripts with no exports. Don't throw warnings i... | Filippos Karapetis |
2010-05-30 | Limit access to the _bufSize, _scriptSize and _heapSize members of the Script... | Filippos Karapetis |
2010-05-29 | Mass renaming of selector-related functions, and removed some defines which w... | Filippos Karapetis |
2010-05-29 | Removed the scriptRelocateExportsSci11() hack. The open spell in QFG1VGA work... | Filippos Karapetis |
2010-05-26 | SCI: Making various object and script related things const | Max Horn |
2010-05-19 | Removed the exportsAreWide variable from the segment manager and save games, ... | Filippos Karapetis |