Commit Graph

15539 Commits (9a62a63f89dae56045e2e9da67b8394d23846f19)
 

Author SHA1 Message Date
Myk Taylor 369ac7821c
display how many items are available on the planner panel
just like we display how many you'd need to make if you don't have
enough
2023-10-26 09:19:09 -07:00
Myk Taylor 205d14235d
hide help and configure buttons when panel is minimized 2023-10-26 08:55:46 -07:00
DFHack-Urist via GitHub Actions f0a0814553 Auto-update submodules
scripts: master
2023-10-26 07:13:14 +00:00
Myk Taylor ca16620b59
fix missing paren in PSA template text 2023-10-19 09:45:07 -07:00
Myk Taylor c6edee0631
one more off by one 2023-10-17 01:39:27 -07:00
Myk Taylor 3e35f7d891
fix off by one error in template expansion 2023-10-17 01:24:20 -07:00
Myk Taylor fa78ec5fe8
bump to 50.11-r2 2023-10-17 01:20:28 -07:00
Myk Taylor 29d39938f9
default the location filter to off
to preserve default vanilla behavior
2023-10-16 23:40:07 -07:00
DFHack-Urist via GitHub Actions 0fc4b15093 Auto-update submodules
scripts: master
2023-10-16 22:56:18 +00:00
DFHack-Urist via GitHub Actions 2800719918 Auto-update submodules
library/xml: master
scripts: master
2023-10-16 19:04:07 +00:00
Myk 5f70ea8432
Merge pull request #3899 from ab9rf/item-capacity
implement simulated `Items::getCapacity`
2023-10-16 10:23:52 -07:00
Myk 94cd152224
Update docs/changelog.txt 2023-10-16 10:16:32 -07:00
Myk Taylor f59b7cb438
fix devel/query command formatting 2023-10-16 10:09:01 -07:00
Myk 06944ee0bd
Merge pull request #3893 from myk002/myk_tailor
[tailor] reuse existing orders if possible
2023-10-16 09:43:51 -07:00
Kelly Kinkade d859a9f420 more adjustments to make gcc happy 2023-10-16 11:27:55 -05:00
Kelly Kinkade 74dffc5f52 add a `default:` to make gcc happy 2023-10-16 11:17:33 -05:00
Kelly Kinkade a09f122d7e implement simulated `Items::getCapacity`
in support of `combine`, see #3307
2023-10-16 11:08:36 -05:00
DFHack-Urist via GitHub Actions a0d41a78f7 Auto-update submodules
scripts: master
2023-10-16 10:53:25 +00:00
Myk fff2c6324b
Merge pull request #3896 from myk002/myk_helllp
add standard HelpButton and ConfigureButton classes
2023-10-16 03:38:11 -07:00
Myk Taylor a651f6461b
add standard HelpButton and ConfigureButton classes
and use them across the overlays that need them
2023-10-16 03:27:08 -07:00
Myk 50454825fc
Merge pull request #3895 from myk002/myk_stocks
[stocks] overlay hotkey for collapsing all categories
2023-10-16 02:27:44 -07:00
Myk Taylor d14118216c
update changelog 2023-10-16 01:56:42 -07:00
Myk Taylor 2c626213d8
add overlay for collapsing all categories on stocks screen 2023-10-16 01:55:55 -07:00
Myk Taylor b554f7472e
add stocks plugin (but comment out contents) 2023-10-16 01:55:38 -07:00
Myk 6a1f3a8c44
Merge pull request #3894 from myk002/myk_dreamfort
[dreamfort] minor updates
2023-10-16 01:55:04 -07:00
Myk Taylor 723cd39b99
minor updates
- add note about possibly delaying pasturing initial animals
- add display furniture to guildhall level rooms
- add wheelbarrows to caged unit stockpile
2023-10-16 01:30:27 -07:00
Myk Taylor 29ef626889
reuse existing orders if possible 2023-10-16 00:43:58 -07:00
Myk 2f37212e90
Merge pull request #3892 from myk002/myk_modal
ensure modal dialogs behave like modal dialogs
2023-10-15 23:43:00 -07:00
Myk dbab35f8a6
Merge pull request #3891 from myk002/myk_buildingplan_count
[buildingplan] show how many items you need to make when planning
2023-10-15 23:31:18 -07:00
Myk Taylor 8d4d8f227d
ensure modal dialogs behave like modal dialogs
that is, don't let clicks and keys propagate to parent screens
2023-10-15 23:30:43 -07:00
Myk Taylor 287ed440ce
show how many items you need to make when planning 2023-10-15 23:20:31 -07:00
Myk d38545032c
Merge pull request #3890 from DFHack/revert-3833-translate-name
Revert "use df's translate_name function if available"
2023-10-15 22:05:51 -07:00
Myk b128b904eb
Update Translation.cpp 2023-10-15 21:56:36 -07:00
Myk eab10080db
Revert "use df's translate_name function if available" 2023-10-15 21:54:50 -07:00
Myk 336a953c7c
Merge pull request #3889 from myk002/myk_refresh_minimize
[buildingplan] refresh the overlay state when toggling minimize
2023-10-15 20:23:26 -07:00
DFHack-Urist via GitHub Actions 6c1f5f9069 Auto-update submodules
scripts: master
2023-10-16 03:18:48 +00:00
Myk Taylor 45d585cabd
refresh the overlay state when toggling minimize
since the items may have changed
2023-10-15 20:12:45 -07:00
Myk dffe3bd462
Merge pull request #3888 from myk002/myk_ashcoalsoap
[buildingplan] we can no longer build with ash, coal, or soap
2023-10-15 20:11:29 -07:00
Myk Taylor f50c137f32
we can no longer build with ash, coal, or soap 2023-10-15 20:00:14 -07:00
Myk 9812897ec4
Merge pull request #3887 from myk002/myk_dialogs_are_modal
[gui] framed screen subclasses are modal
2023-10-15 17:47:24 -07:00
Myk Taylor 15ae84a31b
framed screen subclasses are modal
so they should swallow all input
2023-10-15 17:22:29 -07:00
Myk 1402cb9da0
Merge pull request #3886 from myk002/myk_squad
[sort] don't count mercenaries as appointed officials
2023-10-15 16:14:47 -07:00
Myk Taylor 3ed16306da
mercenaries aren't appointed officials 2023-10-15 15:21:07 -07:00
Myk 754a4fb3f5
Merge pull request #3885 from myk002/myk_buildingplan_cages
[buildingplan] filter cages by whether they are occupied
2023-10-15 14:50:08 -07:00
Myk Taylor 682e9d3a86
filter cages by whether they are occupied 2023-10-15 14:03:31 -07:00
Myk 84681f1aa8
Merge pull request #3884 from myk002/myk_slab
[sort] add search and filter for slab engraving list
2023-10-15 13:36:00 -07:00
Myk Taylor a04623e4fb
add search and filter for slab engraving list 2023-10-15 13:26:25 -07:00
Myk a2066828f0
Merge pull request #3882 from myk002/myk_location_filter
[sort] add filter for established location types
2023-10-15 13:24:49 -07:00
Myk Taylor 042f330eec
add filter for established location types 2023-10-15 00:14:12 -07:00
Myk Taylor 11ecc9ce0e
update image for gui/gm-editor 2023-10-14 17:36:48 -07:00