Merge pull request #2594 from myk002/myk_if_it_compiles_then_ship_it

enable a batch of compilable plugins for community testing
develop
Myk 2023-01-12 17:14:26 -08:00 committed by GitHub
commit 6b03a47b4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 10 deletions

@ -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

@ -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

@ -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

@ -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.

@ -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.

@ -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)