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
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -52,8 +52,8 @@ Template for new versions:
52
52
# Future
53
53
54
54
## New Tools
55
-
- `infinite-sky`: (reinstated, renamed from ``infiniteSky``) tool for automatically creating new z-levels of sky to build in
56
-
- `forceequip`: (reinstated) Forcibly move items into a unit's inventory
55
+
- `infinite-sky`: (reinstated, renamed from ``infiniteSky``) automatically create new z-levels of sky to build in
56
+
- `forceequip`: (reinstated) forcibly move items into a unit's inventory
57
57
58
58
## New Features
59
59
- `tweak`: ``realistic-melting``: change melting return for inorganic armor parts, shields, weapons, trap components and tools to stop smelters from creating metal, bring melt return for adamantine in line with other metals to ~95% of forging cost. wear reduces melt return by 10% per level
@@ -63,11 +63,10 @@ Template for new versions:
63
63
- `autobutcher`: don't run a scanning and marking cycle on the first tick of a fortress to allow for all custom configuration to be set first
64
64
- `nestboxes`: don't consider eggs to be infertile just because the mother has left the nest; eggs can still hatch in this situation
65
65
- `timestream`: adjust the incubation counter on fertile eggs so they hatch at the expected time
66
-
- `timestream`: fix potential crash in birthday tracking
- DFHack startup now verifies that its idea of the size of certain DF global objects are the same as what DF says they are, and refuses to start if there is a mismatch
69
+
- DFHack now verifies that critical DF data structures have known sizes and refuses to start if there is a mismatch
71
70
- DFHack text edit fields now delete the character at the cursor when you hit the Delete key
72
71
- DFHack text edit fields now move the cursor by one word left or right with Ctrl-Left and Ctrl-Right
73
72
- DFHack text edit fields now move the cursor to the beginning or end of the line with Home and End
@@ -82,12 +81,10 @@ Template for new versions:
82
81
- The error message that comes up if there is a version mismatch between DF and the installed DFHack now informs you which DF versions are supported by the installed version of DFHack
83
82
84
83
## API
85
-
86
84
- ``DFHack::Units``: new function ``setPathGoal``
87
85
- ``Units::setAutomaticProfessions``: bay12-provided entry point to assign labors based on work details
88
86
89
87
## Lua
90
-
91
88
- ``dfhack.units``: new function ``setPathGoal``
92
89
- ``widgets.TabBar``: updated to allow for horizontal scrolling of tabs when there are too many to fit in the available space
0 commit comments