Skip to content

Commit c115420

Browse files
committed
Merge branch 'develop' into testing
2 parents de71508 + 08740f8 commit c115420

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

docs/changelog.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,18 @@ Template for new versions:
6363
- `exterminate`: don't kill friendly undead (unless ``--include-friendly`` is passed) when specifying ``undead`` as the target
6464
- `gui/settings-manager`: work details overlay no longer disappears when you click on a unit in the unit list
6565
- `buildingplan`: fixed processing errors when using quick material filter slot '0'
66-
- DFHack screens that allow keyboard cursor and camera movement while active now also allow diagonal and Z-change keyboard cursor keys
67-
- `strangemood`: manually-triggered Macabre moods will now correctly request up to 3 bones/remains for the primary component instead of only 1.
66+
- DFHack screens that allow keyboard cursor and camera movement while focused now also allow diagonal and Z-change keyboard cursor keys
67+
- `strangemood`: manually-triggered Macabre moods will now correctly request up to 3 bones/remains for the primary component instead of only 1
6868
- `regrass`: no longer add all compatible grass types when using ``--force`` without ``--new``
6969
- `regrass`: ``--mud`` now converts muddy slade to grass, consistent with normal DF behavior
7070
- `gui/pathable`: fix hang when showing trade depot wagon access and a trade depot is submerged under water
71-
- `gui/pathable`: fix incorrect calculation of wagon paths over stairs and through doors
72-
- Ensure DFHack state for the site is properly saved when retiring a fort
71+
- `gui/pathable`: fix representation of wagon paths over stairs and through doors
72+
- DFHack state for a site is now properly saved when retiring a fort
7373

7474
## Misc Improvements
7575
- `sort`: can now search for stockpiles on the Places>Stockpile tab by name, number, or enabled item categories
7676
- `gui/family-affairs`: you can start this tool by the name ``gui/pregnancy`` to start directly on the "Pregnancies" tab
77-
- `buildingplan`: only consider building materials that can be accessed by citizens/residents
77+
- `buildingplan`: only consider building materials that can be accessed by at least one citizen/resident
7878
- Dreamfort: integrate with `preserve-rooms` to assign relevant rooms to nobles/adimistrators
7979
- Dreamfort: smooth tiles under statues and other large furniture that you can't easily smooth later
8080

@@ -83,15 +83,15 @@ Template for new versions:
8383

8484
## API
8585
- ``Units``: new ``isWildlife`` and ``isAgitated`` property checks
86-
- ``Items::createItem``: removed growth_print parameter; now determined automatically
87-
- ``DFHack::cuboid``: ``cuboid::clampMap`` now returns the cuboid itself (instead of boolean) to allow method chaining; call ``cuboid::isValid`` to determine success instead
86+
- ``Items::createItem``: removed ``growth_print`` parameter; now determined automatically
87+
- ``DFHack::cuboid``: ``cuboid::clampMap`` now returns the cuboid itself (instead of boolean) to allow method chaining; call ``cuboid::isValid`` to determine success
8888

8989
## Lua
9090
- ``dfhack.units``: ``isWildlife`` and ``isAgitated`` property checks
9191
- ``dfhack.units.isDanger``: no longer unconditionally returns true for intelligent undead
9292
- Overlay widgets can now assume their ``active`` and ``visible`` functions will only execute in a context that matches their ``viewscreens`` associations
9393
- ``gui.simulateInput``: do not generate spurious keycode from ``_STRING`` key inputs
94-
- ``dfhack.items.createItem``: removed growth_print parameter to match C++ API
94+
- ``dfhack.items.createItem``: removed ``growth_print`` parameter to match C++ API
9595

9696
## Removed
9797
- ``quickfortress.csv``: remove old sample blueprints for "The Quick Fortress", which were unmaintained and non-functional in DF v50+. Online blueprints are available at https://docs.google.com/spreadsheets/d/1WuLYZBM6S2nt-XsPS30kpDnngpOQCuIdlw4zjrcITdY if anyone is interested in giving these blueprints some love

scripts

0 commit comments

Comments
 (0)