From 820839fa8d74555d207c60c52c2174b39c4f959d Mon Sep 17 00:00:00 2001 From: expwnent Date: Fri, 15 Aug 2014 03:03:25 -0400 Subject: [PATCH] Remove stuff that doesn't exist anymore from dfhack.init-example and documentation. --- dfhack.init-example | 23 +++-------------------- plugins/tweak.cpp | 4 ++-- 2 files changed, 5 insertions(+), 22 deletions(-) diff --git a/dfhack.init-example b/dfhack.init-example index 3d745628d..550d9d0a4 100644 --- a/dfhack.init-example +++ b/dfhack.init-example @@ -133,12 +133,12 @@ tweak patrol-duty tweak readable-build-plate # improve FPS by squashing endless item temperature update loops -tweak stable-temp +# tweak stable-temp # speed up items reaching temp equilibrium with environment by # capping the rate to no less than 1 degree change per 500 frames # Note: will also cause stuff to melt faster in magma etc -tweak fast-heat 500 +# tweak fast-heat 500 # stop stacked liquid/bar/thread/cloth items from lasting forever # if used in reactions that use only a fraction of the dimension. @@ -158,7 +158,7 @@ tweak military-stable-assign tweak military-color-assigned # remove inverse dependency of squad training speed on unit list size and use more sparring -tweak military-training +# tweak military-training # prevent crash if bees die in a hive with ungathered products by insta-gathering them tweak hive-crash @@ -213,20 +213,3 @@ fix/cloth-stockpile enable ####################################################### # Apply binary patches at runtime # ####################################################### - -# Bug 5994 - items teleported when removing a construction -binpatch apply deconstruct-teleport -binpatch apply deconstruct-heapfall - -# Bug 4406 - hospital overstocking on all items -binpatch apply hospital-overstocking - -# Bug 808 - custom reactions completely using up all of their reagents -binpatch apply custom-reagent-size - -# Bug 4530 - marksdwarves not training when quiver full of combat-only ammo -binpatch apply training-ammo - -# Bug 1445 - weapon racks broken, armor stand capacity too low -binpatch apply weaponrack-unassign -binpatch apply armorstand-capacity diff --git a/plugins/tweak.cpp b/plugins/tweak.cpp index 477738a9c..b858cda73 100644 --- a/plugins/tweak.cpp +++ b/plugins/tweak.cpp @@ -146,8 +146,8 @@ DFhackCExport command_result plugin_init (color_ostream &out, std::vector