Alan
Alan
2020misjo (earlier today) and 2020mimil (currently) ran into this - district points for all awards at these events were 0, both in team and event views. Screenshot (2020mimil)  ##...
Fixes #1860 (Note: I had put this together but evidently never finished it - need to investigate what is missing) Edit: looks like I didn't make the test pass -...
This is intended to eventually fix #1718 - see issue for details. Currently it just updates the `ruby` plugin to work with Ruby 2.7. Builds of Ruby 2.7 are available...
https://www.reddit.com/r/dwarffortress/comments/3ftnsa/is_there_any_particular_version_of_df_that_you/ctsinx1
Summary of a [discussion on Discord](https://discord.com/channels/793331351645323264/807444047215853578/986112353840017428) regarding `tile_designation`: The way Lua bitfields are exposed to Lua is relatively simple right now. The only things exposed are name and field size....
We have occasionally inadvertently introduced build failures for some users by relying on features that were introduced in new versions of dependencies. These include: * CMake * Perl * Sphinx...
This would avoid issues such as #1888 One possible counterargument: running `dfhack.init-example` in CI can help catch issues with tools included in it, and users are likely to see these...
**Update:** See #2081. Our current plan is to remove Ruby support instead. Different platforms use different precompiled versions of libruby, currently (as of 0.47.04-r3): * 2.0.0 on win64 * 1.8.7...
[pre-commit](https://pre-commit.com/) is a tool that provides basic linting functionality out of the box, and is relatively easy to set up locally so that it runs on every commit. There is...
When dwarfvet is disabled, `enable dwarfvet` does not set up the tick handler that `dwarfvet enable` sets up here: https://github.com/DFHack/dfhack/blob/9d723dc2566803d563e40629413c9321a4992647/plugins/dwarfvet.cpp#L797-L799