aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/script_patches.cpp
AgeCommit message (Collapse)Author
2010-08-09SCI: changing patch message slightlyMartin Kiewitz
svn-id: r51949
2010-08-09SCI: fixing signature for gk1Martin Kiewitz
day6 police sleep issue svn-id: r51948
2010-08-09SCI: adding gk1 patch for day 5 freezeMartin Kiewitz
svn-id: r51947
2010-08-09SCI: adding script patches for gk1Martin Kiewitz
day6 issue in police department svn-id: r51942
2010-08-08SCI: kDisposeWindow changesMartin Kiewitz
kDisposeWindow doesn't free windows immediately anymore. We free them after some calls to kSetPort, so the handle will be valid for a short time. Fixes sq4cd and hoyle 4 (commented out patching of script for hoyle 4) svn-id: r51932
2010-08-07SCI: removing kDoBresen hack for sq5Martin Kiewitz
adding detailed comment about sq5 scrubbing issue not 100% fixed (waltervn should look into it), but at least it works now svn-id: r51833
2010-08-07SCI: adding sq5 scrubbing patchMartin Kiewitz
(for testing only, i'm not sure if it works because i'm unable to reproduce the bug anymore) svn-id: r51832
2010-08-06SCI: Some cleanup of the script patch code. Added a PATCH_MAGICDWORD define ↵Filippos Karapetis
to make the patch tables easier to understand svn-id: r51811
2010-08-06SCI: Split the new script patch code in a separate fileFilippos Karapetis
svn-id: r51810