diff --git a/docs/plugins/changelayer.rst b/docs/plugins/changelayer.rst index 0f5421ee9..f986a1e3d 100644 --- a/docs/plugins/changelayer.rst +++ b/docs/plugins/changelayer.rst @@ -3,7 +3,7 @@ changelayer .. dfhack-tool:: :summary: Change the material of an entire geology layer. - :tags: untested fort armok map + :tags: fort armok map Note that one layer can stretch across many z-levels, and changes to the geology layer will affect all surrounding regions, not just your embark! Mineral veins diff --git a/docs/plugins/changevein.rst b/docs/plugins/changevein.rst index c1485de5b..4e4512bb1 100644 --- a/docs/plugins/changevein.rst +++ b/docs/plugins/changevein.rst @@ -3,7 +3,7 @@ changevein .. dfhack-tool:: :summary: Change the material of a mineral inclusion. - :tags: untested fort armok map + :tags: fort armok map You can change a vein to any inorganic material RAW id. Note that this command only affects tiles within the current 16x16 block - for large veins and diff --git a/docs/plugins/dig-now.rst b/docs/plugins/dig-now.rst index f4a5d5d28..43ed6ce8f 100644 --- a/docs/plugins/dig-now.rst +++ b/docs/plugins/dig-now.rst @@ -3,7 +3,7 @@ dig-now .. dfhack-tool:: :summary: Instantly complete dig designations. - :tags: untested fort armok map + :tags: fort armok map This tool will magically complete non-marker dig designations, modifying tile shapes and creating boulders, ores, and gems as if a miner were doing the mining diff --git a/docs/plugins/liquids.rst b/docs/plugins/liquids.rst index febdcce8d..5bc24d04f 100644 --- a/docs/plugins/liquids.rst +++ b/docs/plugins/liquids.rst @@ -5,7 +5,7 @@ liquids .. dfhack-tool:: :summary: Place magma, water or obsidian. - :tags: untested adventure fort armok map + :tags: adventure fort armok map .. dfhack-command:: liquids-here :summary: Spawn liquids on the selected tile. diff --git a/docs/plugins/tiletypes.rst b/docs/plugins/tiletypes.rst index 09a4da583..7b93dd6de 100644 --- a/docs/plugins/tiletypes.rst +++ b/docs/plugins/tiletypes.rst @@ -6,7 +6,7 @@ tiletypes .. dfhack-tool:: :summary: Paints tiles of specified types onto the map. - :tags: untested adventure fort armok map + :tags: adventure fort armok map .. dfhack-command:: tiletypes-command :summary: Run tiletypes commands. diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 6e02c644c..049c05f89 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -91,8 +91,8 @@ dfhack_plugin(autofarm autofarm.cpp) #dfhack_plugin(building-hacks building-hacks.cpp LINK_LIBRARIES lua) #add_subdirectory(buildingplan) #dfhack_plugin(changeitem changeitem.cpp) -#dfhack_plugin(changelayer changelayer.cpp) -#dfhack_plugin(changevein changevein.cpp) +dfhack_plugin(changelayer changelayer.cpp) +dfhack_plugin(changevein changevein.cpp) #add_subdirectory(channel-safely) #dfhack_plugin(cleanconst cleanconst.cpp) #dfhack_plugin(cleaners cleaners.cpp) @@ -104,7 +104,7 @@ dfhack_plugin(cleanowned cleanowned.cpp) #dfhack_plugin(deramp deramp.cpp) dfhack_plugin(debug debug.cpp LINK_LIBRARIES jsoncpp_static) #dfhack_plugin(dig dig.cpp) -#dfhack_plugin(dig-now dig-now.cpp LINK_LIBRARIES lua) +dfhack_plugin(dig-now dig-now.cpp LINK_LIBRARIES lua) #dfhack_plugin(digFlood digFlood.cpp) #add_subdirectory(diggingInvaders) #dfhack_plugin(dwarfvet dwarfvet.cpp) @@ -126,7 +126,7 @@ dfhack_plugin(hotkeys hotkeys.cpp LINK_LIBRARIES lua) #dfhack_plugin(isoworldremote isoworldremote.cpp PROTOBUFS isoworldremote) #dfhack_plugin(jobutils jobutils.cpp) #dfhack_plugin(lair lair.cpp) -#dfhack_plugin(liquids liquids.cpp Brushes.h LINK_LIBRARIES lua) +dfhack_plugin(liquids liquids.cpp Brushes.h LINK_LIBRARIES lua) #dfhack_plugin(luasocket luasocket.cpp LINK_LIBRARIES clsocket lua dfhack-tinythread) #dfhack_plugin(manipulator manipulator.cpp) #dfhack_plugin(map-render map-render.cpp LINK_LIBRARIES lua) @@ -159,7 +159,7 @@ dfhack_plugin(seedwatch seedwatch.cpp) #dfhack_plugin(stocks stocks.cpp) #dfhack_plugin(strangemood strangemood.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-version title-version.cpp) #dfhack_plugin(trackstop trackstop.cpp)