dfhack fork
 
 
 
 
 
 
Go to file
myk002 42f4cbdc9c remove designations from all modified tiles
found this bug with blueprint-generated blueprints. if both a channel
and the resulting ramp are explicitly marked in the blueprint (like the
blueprint plugin does), the channel is processed first, pre-creating the
ramp in the tile designated for a ramp. Then, when the ramp designation
is processed, the ramp is already there, which is an invalid tile to
make a ramp on, so the designation is skipped (and therefore not
cleared). this change clears the designation for both the ramp tile and
the channel tile when either is processed. this opens another edge case
where the designation under a channel is a regular 'd' mine, which will
now get ignored and leave a ramp insead of a flat floor. but I'll
address that in the next commit.
2021-10-02 09:25:19 -07:00
.github test.lua: Dump some DF globals 2021-09-28 21:18:50 -04:00
CMake Clean up *.cmake style 2019-07-20 16:17:44 -04:00
build ignore build/.cmake cache created by kdevelop 2021-04-06 11:47:52 -07:00
ci test.lua: Dump some DF globals 2021-09-28 21:18:50 -04:00
data remove orders for gypsum plaster b/c df bug 2021-09-22 10:30:41 -07:00
depends GCC: enable -Wall and -Werror for all build types 2021-09-06 22:56:55 -04:00
dfhack-config a couple more names 2021-07-25 17:31:44 +01:00
docs update changelog 2021-09-25 22:00:49 -07:00
library Auto-update submodules 2021-09-28 07:15:58 +00:00
package Update lint.py filters and fix a couple identified issues 2021-09-06 18:42:45 -04:00
plugins remove designations from all modified tiles 2021-10-02 09:25:19 -07:00
scripts@c4568af3dc Auto-update submodules 2021-10-02 07:15:23 +00:00
test support nil to indicate no short param name 2021-09-25 22:00:49 -07:00
travis Add stubs in travis/ to call ci/ scripts 2021-09-05 23:08:01 -04:00
.gitignore quickfort files and docs 2020-07-18 08:54:24 -07:00
.gitmodules Disable shallow clones in .gitmodules 2021-08-11 21:54:05 -04:00
.ycm_extra_conf.py Use jsoncpp 1.8.4 as a submodule 2018-06-14 21:20:46 +03:00
CMakeLists.txt Enable -Wunused-variable and fix most errors 2021-09-07 01:16:21 -04:00
CMakeSettings.json Get intellisense and code analysis working in CMakeSettings.json. 2018-07-23 16:14:22 -05:00
LICENSE.rst add luacov link to license list, install luacov 2021-03-07 08:15:05 -08:00
README.html Fix html redirection to the docs 2016-04-11 09:30:05 +10:00
README.md Restrict status badge to push events only 2020-04-15 01:15:09 -04:00
conf.py [cherry-pick] Fix invalid role name 2021-06-15 00:19:40 -04:00
dfhack.init-example Add workorder-recheck keybinding, update scripts 2021-01-03 22:12:20 -05:00
index.rst Move support channels to a separate page and update 2021-06-15 00:03:24 -04:00
onLoad.init-example Remove warn-stuck-trees from onLoad.init-example 2017-12-23 20:49:24 -05:00

README.md

DFHack Readme

Build Status Documentation Status License

DFHack is a Dwarf Fortress memory access library, distributed with scripts and plugins implementing a wide variety of useful functions and tools.

The full documentation is available online here, from the README.html page in the DFHack distribution, or as raw text in the ./docs folder. If you're an end-user, modder, or interested in contributing to DFHack - go read those docs.

If that's unclear or you need more help, try the Bay12 forums thread or the #dfhack IRC channel on freenode.