From 11027c2c75f58f10c670d0064cd4bbf91c7dd02f Mon Sep 17 00:00:00 2001 From: lethosor Date: Mon, 27 Jul 2015 13:01:14 -0400 Subject: [PATCH] Document and enable confirm plugin --- NEWS | 1 + Readme.rst | 11 +++++++++++ dfhack.init-example | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7a1b512e1..1581d47a3 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,7 @@ DFHack Future New internal commands kill-lua: Interrupt running Lua scripts New plugins + confirm: Adds confirmation dialogs for several potentially dangerous actions New scripts burial: sets all unowned coffins to allow burial ("-pets" to allow pets too) fix-ster: changes fertility/sterility of animals or dwarves diff --git a/Readme.rst b/Readme.rst index ca886907b..cd2c3717f 100644 --- a/Readme.rst +++ b/Readme.rst @@ -311,6 +311,17 @@ Controls speedydwarf and teledwarf. Speedydwarf makes dwarves move quickly and p Game interface ============== +confirm +------- + +Implements several confirmation dialogs for potentially destructive actions +(for example, seizing goods from traders or deleting hauling routes). + +Usage: + +* ``enable confirm`` or ``confirm enable all``: Enable all confirmations (replace with ``disable`` to disable) +* ``confirm enable option1 [option2...]``: Enable (or disable) specific confirmations. Run ``confirm help`` for a complete list of options. + follow ------ Makes the game view follow the currently highlighted unit after you exit from diff --git a/dfhack.init-example b/dfhack.init-example index daed81041..501ebb830 100644 --- a/dfhack.init-example +++ b/dfhack.init-example @@ -201,8 +201,8 @@ enable search enable automaterial # Other interface improvement tools -# enable dwarfmonitor mousequery automelt autotrade buildingplan resume trackstop zone stocks autochop stockpiles enable \ + confirm \ dwarfmonitor \ mousequery \ automelt \