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: changelog.txt
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -16,24 +16,22 @@ that repo.
16
16
## New Scripts
17
17
- `devel/eventful-client`: useful for testing eventful events
18
18
19
-
## Removed
20
-
21
19
## Fixes
22
-
- `devel/query`: fixed a problem printing parents when the starting path has lua pattern special characters in it
20
+
- `devel/query`: fixed a problem printing parents when the starting path had lua pattern special characters in it
23
21
- `devel/query`: fixed a crash when trying to iterate over linked lists
24
22
- `gui/advfort`: encrust and stud jobs no longer consume reagents without actually improving the target item
23
+
- `quickfort`: contructions and bridges are now properly placed over natural ramps
25
24
- `setfps`: keep internal ratio of processing FPS to graphics FPS in sync when updating FPS
26
-
- `quickfort`: contructions and bridges are now properly placed when over natural ramps
27
25
28
26
## Misc Improvements
27
+
- `autonick`: now displays help instead of modifying dwarf nicknames when run without parameters. use ``autonick all`` to rename all dwarves.
28
+
- `autonick`: added ``--quiet`` and ``--help`` options
29
+
- `gui/blueprint`: support new `blueprint` options and phases
29
30
- `quickfort`: support transformations for blueprints that use expansion syntax
30
31
- `quickfort`: adjust direction affinity when transforming buildings (e.g. bridges that open to the north now open to the south when rotated 180 degrees)
31
32
- `quickfort`: automatically adjust cursor movements on the map screen in ``#query`` and ``#config`` modes when the blueprint is transformed. e.g. ``{Up}`` will be played back as ``{Right}`` when the blueprint is rotated clockwise and the direction key would move the map cursor
32
33
- `quickfort`: new blueprint mode: ``#config``; for playing back key sequences that don't involve the map cursor (like configuring hotkeys, changing standing orders, or modifying military uniforms)
33
34
- `quickfort`: API function ``apply_blueprint`` can now take ``data`` parameters that are simple strings instead of coordinate maps. This allows easier application of blueprints that are just one cell.
34
-
- `autonick`: now requires ``all`` command
35
-
- `autonick`: added ``--quiet`` and ``--help`` options; also displays help on incorrect use
36
-
- `gui/blueprint`: support new `blueprint` options and phases
0 commit comments