silverflyone
f8de51aba3
Update Buildings.cpp
...
Fixes #3159 .
Valid map coordinates from (0, 0, 0) to (world->map.x_count - 1, world->map.y_count - 1, world->map.z_count - 1).
Stockpile coords (x1, y1, z) to (x2, y2, z) may lie outside of this region.
Use min of (0, 0) and max of (world->map.x_count - 1, world->map.y_count - 1) when iterating the block.
2023-04-04 03:08:43 +10:00
DFHack-Urist via GitHub Actions
df93aceb9d
Auto-update submodules
...
library/xml: master
2023-03-21 00:54:38 +00:00
Myk
400c706804
Merge pull request #3051 from johncosker/design-alias
...
Add default keybinding an alias for gui/design
2023-03-19 20:24:29 -07:00
Myk
d2f97747de
Update Removed.rst
2023-03-19 20:22:05 -07:00
Myk
bdd4163d98
Update Removed.rst
2023-03-19 20:21:06 -07:00
Myk
33ebc0bc90
Merge branch 'develop' into design-alias
2023-03-19 20:20:03 -07:00
DFHack-Urist via GitHub Actions
1ed8c81ac2
Auto-update submodules
...
scripts: master
2023-03-20 03:19:40 +00:00
John Cosker
fa67b7c38f
fix underscore
2023-03-19 22:58:38 -04:00
DFHack-Urist via GitHub Actions
fadf4cf2cd
Auto-update submodules
...
scripts: master
2023-03-20 02:56:57 +00:00
John Cosker
c9493dba7e
Added entry to Removed.rst
2023-03-19 21:50:28 -04:00
John Cosker
e8b9a3acfb
Add default alias for gui/dig -> gui/design
2023-03-19 19:43:23 -04:00
John Cosker
4d1e0da1b8
add alias for gui/dig -> gui/design and add default hotkey
2023-03-19 18:38:11 -04:00
Myk
b03a35ba8d
Merge pull request #3040 from myk002/myk_revflood
...
[reveal] anchor revflood at a unit's position
2023-03-19 14:37:29 -07:00
Myk Taylor
490ffe19ba
fix typos in buildingplan docs
2023-03-18 00:48:55 -07:00
DFHack-Urist via GitHub Actions
dbe2b67538
Auto-update submodules
...
scripts: master
2023-03-18 07:13:45 +00:00
Myk Taylor
3e0b37e922
fix typo in strangemod docs
2023-03-17 23:41:02 -07:00
Myk Taylor
1984cf4469
remove unnecessary reload
2023-03-17 21:07:38 -07:00
Myk Taylor
b55a19f859
make the planner panel un-minimizable again
2023-03-17 21:07:25 -07:00
Myk Taylor
4a3363da9c
anchor revflood at a unit's position
...
makes it more user friendly and reduces chance of mishap by placing the
cursor in an unforgiving location (like in a closed cavity)
2023-03-17 17:43:58 -07:00
Myk
460ce88998
Merge pull request #3038 from myk002/myk_minimized
...
[buildingplan] allow inputs to pass through when minimized
2023-03-17 15:03:54 -07:00
Myk Taylor
181b930070
allow inputs to pass through when minimized
2023-03-17 14:59:39 -07:00
Myk Taylor
2bceff76e0
changelog fix
2023-03-17 10:14:11 -07:00
Myk Taylor
779b9bfb6a
bump to 50.07-beta1
2023-03-17 10:08:16 -07:00
Myk
42ca24d793
Merge pull request #3036 from myk002/myk_confirm
...
[buildingplan] rename Build button to Confirm and update docs
2023-03-17 10:01:22 -07:00
Myk Taylor
79dd5a313f
rename Build button to Confirm and update docs
2023-03-17 09:58:20 -07:00
Myk
6c71c4a9ff
Merge pull request #3035 from myk002/myk_better_minimize_widget
...
[buildingplan] better minimize widget for the planner panel
2023-03-17 09:36:26 -07:00
Myk Taylor
a9e853188c
better minimize widget for the planner panel
2023-03-17 08:33:55 -07:00
Myk
d1c27072bd
Merge pull request #3031 from myk002/myk_showmood
...
[showmood] properly count required bars/cloth
2023-03-17 07:45:02 -07:00
DFHack-Urist via GitHub Actions
41617556b5
Auto-update submodules
...
scripts: master
2023-03-17 07:14:45 +00:00
Myk Taylor
52dec0114f
properly count required bars/cloth and don't output confusing total quantities
2023-03-16 23:45:22 -07:00
Myk
ef084ba9b8
Merge pull request #3030 from myk002/myk_comment_heat_safety
...
[buildingplan] comment out heat safety feature
2023-03-16 22:49:08 -07:00
Myk Taylor
e95b6805d0
comment out heat safety feature
2023-03-16 19:55:12 -07:00
DFHack-Urist via GitHub Actions
d0752764be
Auto-update submodules
...
scripts: master
2023-03-16 07:15:12 +00:00
Myk
f191334d12
Merge pull request #3027 from myk002/myk_buildingplan_reset
...
[buildingplan] add reset command for resetting all filters
2023-03-15 14:13:09 -07:00
Myk Taylor
b0f9ad6449
add buildingplan reset for resetting all filters
2023-03-15 14:02:59 -07:00
Myk Taylor
73e65f2d94
use proper widgets for the minimize button
2023-03-15 13:40:34 -07:00
Myk Taylor
a4365f47f5
don't pick up empty specials
2023-03-15 13:40:08 -07:00
Myk Taylor
0e1909bad1
update changelog
2023-03-15 01:42:06 -07:00
Myk
6234a7235d
Merge pull request #3022 from myk002/myk_minimize
...
[buildingplan] add minimize/restore button
2023-03-15 01:23:59 -07:00
Myk Taylor
208a3e4ae8
add minimize/restore button
2023-03-15 01:19:34 -07:00
Myk
c6fefb3599
Merge pull request #3021 from myk002/myk_engraved_slabs
...
[buildingplan] filter by whether a slab is engraved
2023-03-15 00:53:11 -07:00
Myk Taylor
4be5ca4e81
filter by whether a slab is engraved
...
this actually adds an entirely new "specials" filter system that can be
extended later for other types
2023-03-15 00:29:27 -07:00
Myk Taylor
c47f068769
add Lua::Push for sets
2023-03-15 00:28:18 -07:00
Myk
7edc686753
Merge pull request #3020 from myk002/myk_save_choice
...
[buildingplan] remember "choose items" choice per building type
2023-03-15 00:27:20 -07:00
Myk
2ea552b31b
Merge pull request #3019 from myk002/myk_spike
...
[buildingplan] support multiple upright spikes in a spike trap
2023-03-15 00:27:09 -07:00
DFHack-Urist via GitHub Actions
ba3911718b
Auto-update submodules
...
scripts: master
2023-03-15 07:14:31 +00:00
Myk Taylor
a578614cdd
update docs
2023-03-14 22:28:27 -07:00
Myk Taylor
306d300edf
persist choose items choice per building type
2023-03-14 22:26:56 -07:00
Myk Taylor
4d8580d9e7
remember "choose items" choice per building type
2023-03-14 21:55:43 -07:00
Myk Taylor
039171e01d
support multiple upright spikes in a spike trap
2023-03-14 21:36:41 -07:00