Commit Graph

15566 Commits (f2afb5c562829340daeec085f273978d2bd63c7f)
 

Author SHA1 Message Date
Myk Taylor f2afb5c562
add "agitated" and trained levels to getReadableName 2023-11-25 13:46:59 -08:00
Myk 910272fa00
Merge pull request #4057 from myk002/myk_sort_elevate_barony
[sort] prevent the overlay from being moved out of position when the screen size changes
2023-11-24 17:31:22 -08:00
Myk Taylor 65357d292d
prevent the overlay from being moved out of position
when the screen size changes
2023-11-24 17:22:29 -08:00
DFHack-Urist via GitHub Actions 3015b3934f Auto-update submodules
library/xml: master
2023-11-24 07:13:08 +00:00
Myk f78e2520fd
Merge pull request #4050 from ab9rf/report_init
rename `report_init` to `announcementst` (coordinated change)
2023-11-23 15:02:59 -08:00
Myk 55f65eaa65
Merge pull request #4054 from glotov4/patch-1
Add glotov4 to the list of authors
2023-11-23 14:56:03 -08:00
Aleksandr Glotov 5292e4dd61
Add glotov4 to the list of authors 2023-11-23 21:01:56 +01:00
Kelly Kinkade a8f718e387 Merge remote-tracking branch 'upstream/develop' into report_init 2023-11-23 13:51:39 -06:00
Kelly Kinkade 86108da9ab update structures 2023-11-23 12:34:25 -06:00
Myk cc7bd058ce
Merge pull request #4053 from myk002/myk_sort_elevate_barony
search and sort for elevate to barony page
2023-11-23 09:52:08 -08:00
Myk Taylor 8faefc50d8
only eat input when a search widget is visible 2023-11-22 18:28:19 -08:00
Myk Taylor 7fedff6111
search and sort for elevate to barony page 2023-11-22 18:04:07 -08:00
Myk Taylor eb14a3fefc
bump to 50.11-r4 2023-11-22 11:22:27 -08:00
Myk Taylor db4ac8f00d
change wording in release notes template 2023-11-21 22:01:43 -08:00
Kelly Kinkade adfcbc897e `report_init` -> `announcement_infost`
also changes in field names due to identifying unks and canonicalization
2023-11-21 05:08:40 -06:00
Kelly Kinkade 37322de59b update structures reference 2023-11-21 05:01:09 -06:00
Myk Taylor b6930cd307
reword changelog 2023-11-20 17:54:30 -08:00
Myk 121106dd04
Merge pull request #4049 from myk002/myk_sort_tasks
[sort] search associated building in tasks tab
2023-11-20 17:45:28 -08:00
Myk Taylor ecd7849112
search associated building in tasks tab 2023-11-20 17:32:50 -08:00
DFHack-Urist via GitHub Actions 6a148761c6 Auto-update submodules
scripts: master
2023-11-21 00:34:19 +00:00
Myk Taylor 205a16b431
fix typo (depo -> depot) 2023-11-20 16:22:38 -08:00
Myk Taylor 981fef3160
only clean up actual data records 2023-11-20 16:13:47 -08:00
Myk 00c447cb8d
Merge pull request #4048 from myk002/myk_sort_input
[sort] prevent keys from bleeding through to the vanilla handler and prevent double free
2023-11-20 13:03:43 -08:00
Myk Taylor 5fe44f6a98
update changelog 2023-11-20 12:56:09 -08:00
Myk Taylor 5617204480
handle exiting and reentering creature tabs
memory gets reallocated, and we need to keep up
2023-11-20 12:53:58 -08:00
Myk Taylor dce753c593
don't allow keyboard keys to bleed through
when multiple keys are hit at once
2023-11-20 09:43:43 -08:00
Myk 3c58240ceb
Merge pull request #4046 from myk002/myk_remote_server
RemoteServer PR merge
2023-11-20 00:15:54 -08:00
Myk Taylor 9a62a63f89
update changelog 2023-11-20 00:09:30 -08:00
Myk Taylor ba872902c8
Merge remote-tracking branch 'cvuchener/server-accept-fix' into myk_remote_server 2023-11-20 00:07:00 -08:00
Myk Taylor 66120a8c6a
Merge remote-tracking branch 'ab9rf/remoteserver-4040' into myk_remote_server 2023-11-20 00:05:11 -08:00
Myk f97bc6c2fd
Merge pull request #4045 from myk002/myk_mechanisms
[buildingplan] choose mechanism improvements
2023-11-19 23:55:44 -08:00
Myk 0cc7f9f163
Merge pull request #4028 from myk002/myk_build_now
[Buildings] document native completeBuild function
2023-11-19 23:54:50 -08:00
Myk Taylor 72bec1dfdb
choose mechanism improvements
sort by heat safety so mechanisms of the least appropriate heat safety
are used first, saving the magma-safe mechanisms for when they are
needed

filter out unreachable mechanisms

item_id -1 => item_id or -1
that is, we wanted to default to -1, not subtract 1 from the item_id
2023-11-19 23:38:58 -08:00
Clément Vuchener 77ce84ca0a Improve Accept error handling in RemoteServer
Also makes sure the socket is blocking to avoid EWOULDBLOCK errors.
2023-11-19 14:46:14 +01:00
Kelly Kinkade 29ca6bbd34 RemoteServer: reset fail counter after success
should close #4040
2023-11-19 06:59:04 -06:00
Myk b078036ac6
Merge pull request #4039 from ab9rf/tailor-4038
tailor: reshuffled logic
2023-11-17 16:42:39 -08:00
Kelly Kinkade 44790936d9 tailor: reshuffled logic
this simplifies the ordering logic by checking available stock _after_ deciding if a item is needed, rather than _before_

the old logic was failing to check for available replacement stock in some cases, resulting in overordering
2023-11-17 16:34:51 -06:00
DFHack-Urist via GitHub Actions 98973f0a36 Auto-update submodules
library/xml: master
scripts: master
2023-11-17 07:24:40 +00:00
Myk ed9e6c8233
Merge pull request #4031 from ab9rf/tailor-4023
exclude nonclothing from tailor's scan
2023-11-16 08:19:00 -08:00
Myk de19efa89b
Update changelog.txt 2023-11-16 08:13:22 -08:00
Kelly Kinkade 35cd415095 add cast to make gcc happy 2023-11-16 07:52:48 -06:00
Kelly Kinkade 6f64ee833e tailor: do not process non-clothing
also added a safety check
2023-11-16 07:48:42 -06:00
Myk bf128bda54
Merge pull request #4030 from xBlackTalonX/fix#3978-buildingplan-filter-editor-hotkey-conflict
Adjusted `buildingplan` filter reset hotkey to ctrl-d 'delete'
2023-11-15 17:18:20 -08:00
Black-Talon 743604b474
adjusted building plan filter reset hotkey to ctrl-d 'delete' due to ctrl-x conflicting with field entry clearing 2023-11-15 18:01:05 -07:00
Myk Taylor 648476e34d
document native completeBuild function
and remove unneeded params
2023-11-15 16:26:29 -08:00
Myk Taylor afb47599c4
update scripts ref 2023-11-14 21:46:53 -08:00
Myk Taylor 14e05f4970
revert restriction on ramp tops
now that tree branches are not included, this is not an issue
also, it was preventing flood fill from progressing up ramps
2023-11-14 12:56:19 -08:00
Myk Taylor f2e5bed633
bump to 50.11-r3 2023-11-14 11:07:21 -08:00
Myk Taylor bf19b63020
remove uneeded copypasta
ref: #4019
2023-11-14 10:58:57 -08:00
Myk 5c78bf29ea
Merge pull request #4021 from myk002/myk_burrow_flood_final
[burrow] final tweaking of flood fill logic
2023-11-14 10:52:20 -08:00