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::
:summary: Backend for Armok Vision.
:tags: untested dev graphics
:tags: dev graphics
:no-command:
.. dfhack-command:: RemoteFortressReader_version

@ -6,7 +6,7 @@ cleaners
.. dfhack-tool::
: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:
.. dfhack-command:: clean

@ -3,7 +3,7 @@ cursecheck
.. dfhack-tool::
: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
creatures (ghosts, vampires, necromancers, werebeasts, zombies, etc.).

@ -6,7 +6,7 @@ filltraffic
.. dfhack-tool::
: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
:summary: Set traffic designations for every single tile of the map.

@ -3,7 +3,7 @@ misery
.. dfhack-tool::
: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
specified factor.

@ -3,7 +3,7 @@ nestboxes
.. dfhack-tool::
:summary: Protect fertile eggs incubating in a nestbox.
:tags: untested fort auto animals
:tags: fort auto animals
:no-command:
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)
#dfhack_plugin(automaterial automaterial.cpp LINK_LIBRARIES lua)
#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(blueprint blueprint.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(getplants getplants.cpp)
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(jobutils jobutils.cpp)
#dfhack_plugin(lair lair.cpp)
@ -158,7 +158,7 @@ dfhack_plugin(showmood showmood.cpp)
#add_subdirectory(stockpiles)
#dfhack_plugin(stocks stocks.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(title-folder title-folder.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)
#add_subdirectory(tweak)
#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(zone zone.cpp)