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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ Template for new versions:
57
57
## New Tools
58
58
59
59
## New Features
60
+
- `orders`: added search overlay to find and navigate to matching manager orders with arrow indicators
60
61
- `sort`: added ``Uniformed`` filter to squad assignment screen to filter dwarves with mining, woodcutting, or hunting labors
61
62
- `sort`: Add death cause button to dead/missing tab in the creatures screen
62
63
@@ -68,8 +69,14 @@ Template for new versions:
68
69
## Documentation
69
70
70
71
## API
72
+
- Added ``Maps::addMaterialSpatter``: add a spatter of the specified material + state to the indicated tile, returning whatever amount wouldn't fit in the tile.
73
+
- Added ``Maps::addItemSpatter``: add a spatter of the specified item + material + growth print to the indicated tile, returning whatever amount wouldn't fit in the tile.
74
+
- Added ``Items::pickGrowthPrint``: given a plant material and a growth index, returns the print variant corresponding to the current in-game time.
75
+
- Added ``Items::useStandardMaterial``: given an item type, returns true if the item is made of a specific material and false if it has a race and caste instead.
71
76
72
77
## Lua
78
+
- Added ``Maps::addMaterialSpatter`` as ``dfhack.maps.addMaterialSpatter``.
79
+
- Added ``Maps::addItemSpatter`` as ``dfhack.maps.addItemSpatter``.
73
80
74
81
## Removed
75
82
@@ -110,6 +117,7 @@ Template for new versions:
110
117
## Documentation
111
118
112
119
## API
120
+
- ``dfhack.job.getManagerOrderName``: New function to get the display name of a manager order
0 commit comments