remove ones that don't work, mark as tested those that do

develop
Myk Taylor 2023-01-14 09:50:17 -08:00
parent dbc26f0d37
commit 9606f7bf4f
No known key found for this signature in database
7 changed files with 10 additions and 10 deletions

@ -3,7 +3,7 @@ RemoteFortressReader
.. dfhack-tool:: .. dfhack-tool::
:summary: Backend for Armok Vision. :summary: Backend for Armok Vision.
:tags: untested dev graphics :tags: dev graphics
:no-command: :no-command:
.. dfhack-command:: RemoteFortressReader_version .. dfhack-command:: RemoteFortressReader_version

@ -6,7 +6,7 @@ cleaners
.. dfhack-tool:: .. dfhack-tool::
:summary: Provides commands for cleaning spatter from the map. :summary: Provides commands for cleaning spatter from the map.
:tags: untested adventure fort armok fps items map units :tags: adventure fort armok fps items map units
:no-command: :no-command:
.. dfhack-command:: clean .. dfhack-command:: clean

@ -3,7 +3,7 @@ cursecheck
.. dfhack-tool:: .. dfhack-tool::
:summary: Check for cursed creatures. :summary: Check for cursed creatures.
:tags: untested fort armok inspection units :tags: fort armok inspection units
This command checks a single map tile (or the whole map/world) for cursed This command checks a single map tile (or the whole map/world) for cursed
creatures (ghosts, vampires, necromancers, werebeasts, zombies, etc.). creatures (ghosts, vampires, necromancers, werebeasts, zombies, etc.).

@ -6,7 +6,7 @@ filltraffic
.. dfhack-tool:: .. dfhack-tool::
:summary: Set traffic designations using flood-fill starting at the cursor. :summary: Set traffic designations using flood-fill starting at the cursor.
:tags: untested fort design productivity map :tags: fort design productivity map
.. dfhack-command:: alltraffic .. dfhack-command:: alltraffic
:summary: Set traffic designations for every single tile of the map. :summary: Set traffic designations for every single tile of the map.

@ -3,7 +3,7 @@ misery
.. dfhack-tool:: .. dfhack-tool::
:summary: Increase the intensity of negative dwarven thoughts. :summary: Increase the intensity of negative dwarven thoughts.
:tags: untested fort armok auto units :tags: fort armok auto units
When enabled, negative thoughts that your dwarves have will multiply by the When enabled, negative thoughts that your dwarves have will multiply by the
specified factor. specified factor.

@ -3,7 +3,7 @@ nestboxes
.. dfhack-tool:: .. dfhack-tool::
:summary: Protect fertile eggs incubating in a nestbox. :summary: Protect fertile eggs incubating in a nestbox.
:tags: untested fort auto animals :tags: fort auto animals
:no-command: :no-command:
This plugin will automatically scan for and forbid fertile eggs incubating in a This plugin will automatically scan for and forbid fertile eggs incubating in a

@ -84,7 +84,7 @@ dfhack_plugin(autofarm autofarm.cpp)
#add_subdirectory(autolabor) #add_subdirectory(autolabor)
#dfhack_plugin(automaterial automaterial.cpp LINK_LIBRARIES lua) #dfhack_plugin(automaterial automaterial.cpp LINK_LIBRARIES lua)
#dfhack_plugin(automelt automelt.cpp) #dfhack_plugin(automelt automelt.cpp)
dfhack_plugin(autonestbox autonestbox.cpp LINK_LIBRARIES lua) #dfhack_plugin(autonestbox autonestbox.cpp LINK_LIBRARIES lua)
#dfhack_plugin(autotrade autotrade.cpp) #dfhack_plugin(autotrade autotrade.cpp)
dfhack_plugin(blueprint blueprint.cpp LINK_LIBRARIES lua) dfhack_plugin(blueprint blueprint.cpp LINK_LIBRARIES lua)
#dfhack_plugin(burrows burrows.cpp LINK_LIBRARIES lua) #dfhack_plugin(burrows burrows.cpp LINK_LIBRARIES lua)
@ -122,7 +122,7 @@ dfhack_plugin(filltraffic filltraffic.cpp)
#dfhack_plugin(generated-creature-renamer generated-creature-renamer.cpp) #dfhack_plugin(generated-creature-renamer generated-creature-renamer.cpp)
#dfhack_plugin(getplants getplants.cpp) #dfhack_plugin(getplants getplants.cpp)
dfhack_plugin(hotkeys hotkeys.cpp LINK_LIBRARIES lua) dfhack_plugin(hotkeys hotkeys.cpp LINK_LIBRARIES lua)
dfhack_plugin(infiniteSky infiniteSky.cpp) #dfhack_plugin(infiniteSky infiniteSky.cpp)
#dfhack_plugin(isoworldremote isoworldremote.cpp PROTOBUFS isoworldremote) #dfhack_plugin(isoworldremote isoworldremote.cpp PROTOBUFS isoworldremote)
#dfhack_plugin(jobutils jobutils.cpp) #dfhack_plugin(jobutils jobutils.cpp)
#dfhack_plugin(lair lair.cpp) #dfhack_plugin(lair lair.cpp)
@ -158,7 +158,7 @@ dfhack_plugin(showmood showmood.cpp)
#add_subdirectory(stockpiles) #add_subdirectory(stockpiles)
#dfhack_plugin(stocks stocks.cpp) #dfhack_plugin(stocks stocks.cpp)
#dfhack_plugin(strangemood strangemood.cpp) #dfhack_plugin(strangemood strangemood.cpp)
dfhack_plugin(tailor tailor.cpp) #dfhack_plugin(tailor tailor.cpp)
dfhack_plugin(tiletypes tiletypes.cpp Brushes.h LINK_LIBRARIES lua) dfhack_plugin(tiletypes tiletypes.cpp Brushes.h LINK_LIBRARIES lua)
#dfhack_plugin(title-folder title-folder.cpp) #dfhack_plugin(title-folder title-folder.cpp)
#dfhack_plugin(title-version title-version.cpp) #dfhack_plugin(title-version title-version.cpp)
@ -166,7 +166,7 @@ dfhack_plugin(tiletypes tiletypes.cpp Brushes.h LINK_LIBRARIES lua)
#dfhack_plugin(tubefill tubefill.cpp) #dfhack_plugin(tubefill tubefill.cpp)
#add_subdirectory(tweak) #add_subdirectory(tweak)
#dfhack_plugin(workflow workflow.cpp LINK_LIBRARIES lua) #dfhack_plugin(workflow workflow.cpp LINK_LIBRARIES lua)
dfhack_plugin(workNow workNow.cpp) #dfhack_plugin(workNow workNow.cpp)
dfhack_plugin(xlsxreader xlsxreader.cpp LINK_LIBRARIES lua xlsxio_read_STATIC zip expat) dfhack_plugin(xlsxreader xlsxreader.cpp LINK_LIBRARIES lua xlsxio_read_STATIC zip expat)
#dfhack_plugin(zone zone.cpp) #dfhack_plugin(zone zone.cpp)