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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,8 @@ changelog.txt uses a syntax similar to RST, with a few special sequences:
46
46
- `RemoteFortressReader`: fixed a couple crashes that could result from decoding invalid enum items (``site_realization_building_type`` and ``improvement_type``)
47
47
48
48
## Misc Improvements
49
+
- `blueprint`: now writes blueprints to the ``blueprints/`` subfolder instead of the df root folder
50
+
- `blueprint`: now automatically creates folder trees when organizing blueprints into subfolders (e.g. ``blueprint 30 30 1 rooms/dining dig`` will create the file ``blueprints/rooms/dining-dig.csv``); previously it would fail if the ``blueprints/rooms/`` directory didn't already exist
49
51
- `confirm`: added a confirmation dialog for convicting dwarves of crimes
Copy file name to clipboardExpand all lines: plugins/blueprint.cpp
+63-25Lines changed: 63 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,14 @@
3
3
//Translates a region of tiles specified by the cursor and arguments/prompts into a series of blueprint files suitable for digfort/buildingplan/quickfort
0 commit comments