Ryan Williams
Ryan Williams
"unk_v40_1" is the target unit's id. For a bolt fired at an archery target, this is set to -1. Falling items/units and siege weapons leave the value as garbage. "proj_unitst"...
Identify which reports are sparring/combat/hunting and add this info when printing to gamelog.txt, so utilities like SoundSense can more easily filter them out. Could put [S], [C], or [H] in...
`gui/teleport` treats clicking on the minimap like selecting the tile beneath the UI element it instead of allowing DF to recenter the map. The `design` plugin also does this. There...
The water level indicator can be toggled in vanilla since v50. Script can probably be deleted. `fix/dead-units.lua` might be now (v50.11?), too, though there could be a use-case for running...
https://github.com/DFHack/df-structures/pull/714
When auto-moving towards a location while controlling a unit, via clicking on a tile with the mouse or by using the keyboard to auto-move to stairs, the only way to...
Autodump won't dump forbidden items by default, and won't dump unforbidden items if the `forbidden` setting is used, resulting in the command needing to be used twice. There should be...
Add a search bar to the All Alerts screen so we can search through announcements.
`gui/teleport` will teleport merchants off of wagons if the wagon isn't set to be teleported. The merchant will teleport back to the wagon the next game tick. The utility should...
Links to `readme.md` in `colab/GPU.ipynb` and `colab/TPU.ipynb` are broken. The file was renamed `README.md` at some point and is case sensitive.