From 425d81ea2d0b0b1693b85b1e58064996c18aac14 Mon Sep 17 00:00:00 2001 From: lethosor Date: Sun, 28 Sep 2014 13:13:01 -0400 Subject: [PATCH] New tweak: civ-view-agreement --- NEWS | 2 ++ Readme.html | 6 ++++- Readme.rst | 1 + plugins/tweak/tweak.cpp | 5 ++++ plugins/tweak/tweaks/civ-agreement-ui.h | 34 +++++++++++++++++++++++++ 5 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 plugins/tweak/tweaks/civ-agreement-ui.h diff --git a/NEWS b/NEWS index 511648738..c4b5760c2 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,8 @@ DFHack future - import-priority-category: Allows changing the priority of all goods in a category when discussing an import agreement with the liaison - manager-quantity: Removes the limit of 30 jobs per manager order + - civ-view-agreement: Fixes overlapping text on the "view agreement" screen + DFHack 0.40.13-r1 Internals: diff --git a/Readme.html b/Readme.html index f1caaf5a7..fda1199e2 100644 --- a/Readme.html +++ b/Readme.html @@ -2002,7 +2002,11 @@ category when discussing an import agreement with the liaison

manager-quantity: - 

Removes the limit of 30 jobs per manager order

Removes the limit of 30 jobs per manager order

+ + +civ-view-agreement: + 

Fixes overlapping text on the "view agreement" screen

diff --git a/Readme.rst b/Readme.rst index efec3ce14..925a29965 100644 --- a/Readme.rst +++ b/Readme.rst @@ -1285,6 +1285,7 @@ Subcommands that persist until disabled or DF quit: :import-priority-category: Allows changing the priority of all goods in a category when discussing an import agreement with the liaison :manager-quantity: Removes the limit of 30 jobs per manager order +:civ-view-agreement: Fixes overlapping text on the "view agreement" screen fix-armory diff --git a/plugins/tweak/tweak.cpp b/plugins/tweak/tweak.cpp index bd20bb38c..389ca3b14 100644 --- a/plugins/tweak/tweak.cpp +++ b/plugins/tweak/tweak.cpp @@ -74,6 +74,7 @@ #include "tweaks/adamantine-cloth-wear.h" #include "tweaks/advmode-contained.h" +#include "tweaks/civ-agreement-ui.h" #include "tweaks/craft-age-wear.h" #include "tweaks/farm-plot-select.h" #include "tweaks/fast-heat.h" @@ -162,6 +163,8 @@ DFhackCExport command_result plugin_init (color_ostream &out, std::vector