You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.txt
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52,10 +52,26 @@ Template for new versions:
52
52
# Future
53
53
54
54
## New Tools
55
-
- `preserve-rooms`: manage room assignments for off-map units and noble roles. reserves rooms owned by traveling units and reinstates their ownership when they return to the site. also allows you to assign rooms to noble/administrator roles, and the rooms will be automatically assigned whenever the holder of the role changes
56
55
57
56
## New Features
58
57
58
+
## Fixes
59
+
60
+
## Misc Improvements
61
+
62
+
## Documentation
63
+
64
+
## API
65
+
66
+
## Lua
67
+
68
+
## Removed
69
+
70
+
# 50.13-r5
71
+
72
+
## New Tools
73
+
- `preserve-rooms`: manage room assignments for off-map units and noble roles. reserves rooms owned by traveling units and reinstates their ownership when they return to the site. also allows you to assign rooms to noble/administrator roles, and the rooms will be automatically assigned whenever the holder of the role changes
74
+
59
75
## Fixes
60
76
- prevent hang when buildings in zones are destroyed in the case where the buildings were not added to the zone in the same order that they were created (uncommon)
61
77
- `buildingplan`: improved performance in forts with large numbers of items
@@ -67,7 +83,7 @@ Template for new versions:
67
83
- `strangemood`: manually-triggered Macabre moods will now correctly request up to 3 bones/remains for the primary component instead of only 1
68
84
- `regrass`: no longer add all compatible grass types when using ``--force`` without ``--new``
69
85
- `regrass`: ``--mud`` now converts muddy slade to grass, consistent with normal DF behavior
70
-
- `gui/pathable`: fix hang when showing trade depot wagon access and a trade depot is submerged under water
86
+
- `gui/pathable`: fix hang when showing trade depot wagon access and a trade depot is submerged under water or magma
71
87
- `gui/pathable`: fix representation of wagon paths over stairs and through doors
72
88
- DFHack state for a site is now properly saved when retiring a fort
73
89
- `gui/teleport`: fix issue when teleporting units that are not prone, resulting in later issues with phantom "cannot build here: unit blocking tile" messages
@@ -81,6 +97,8 @@ Template for new versions:
81
97
82
98
## Documentation
83
99
- add documentation for ``dfhack.items.findType(string)`` and ``dfhack.items.findSubtype(string)``
100
+
- `modding-guide`: added examples for reading and writing various types of persistent storage
101
+
- `modding-guide`: updated all code snippets for greater clarity
84
102
85
103
## API
86
104
- ``Units``: new ``isWildlife`` and ``isAgitated`` property checks
0 commit comments