Commit Graph

14004 Commits (3dafdf8f24d0ab9a5e3700ec41f0334548dc7e63)
 

Author SHA1 Message Date
Myk Taylor 3dafdf8f24
absorb old sphinx anchor 2023-04-27 14:29:50 -07:00
Myk Taylor 83fa87b492
add work-now to the build 2023-04-27 14:22:45 -07:00
Myk Taylor ef140b0dd6
rename and enable plugin 2023-04-27 13:20:25 -07:00
Myk Taylor fab05ca887
fix position of title overlay; force refresh on resize 2023-04-27 12:59:06 -07:00
Myk 719c47cf5c
Merge pull request #3319 from myk002/myk_accessible
[buildingplan] check items for accessibility for dialogs
2023-04-27 02:29:13 -07:00
Myk Taylor 1b8fc20ad5
check items for accessibility for dialogs
before we only checked when doing the cycle, so if an inaccessible item
were manually selected, we'd never be able to build
2023-04-26 21:01:21 -07:00
Myk Taylor ba06a8f2bb
dump input vars in deploy output 2023-04-26 13:36:40 -07:00
Myk b46558acfe
Merge pull request #3306 from TaxiService/cyclehotkey1
Add `key_sep` and `val_gap` attributes to `CycleHotkeyLabel` for more stylistic control
2023-04-26 09:27:30 -07:00
Taxi Service ec659ca1c2 added note about val_gap's behaviour when label_below == true 2023-04-26 11:26:29 +02:00
Taxi Service 6e1300458c fixed some wrong quotation marks in changelog.txt that made the build thingy cry 2023-04-26 01:26:38 +02:00
Myk 948000ad39
Merge pull request #3303 from ab9rf/steam-sdk-dl
steam build workflow improvements
2023-04-25 16:15:17 -07:00
Taxi Service 48ffad2f71 added and attributes to 2023-04-26 01:02:38 +02:00
Kelly Kinkade 17a798d5bc add missing letter 2023-04-25 16:06:36 -05:00
Kelly Kinkade 68a8c687ea steam build workflow improvements
improve cmake handling for downloading the sdk

set up GHA to cache the SDK download
2023-04-25 16:02:15 -05:00
DFHack-Urist via GitHub Actions 4d3a4adf57 Auto-update submodules
scripts: master
2023-04-25 07:13:39 +00:00
Myk Taylor 6c88fa6440
don't output git hash on release builds 2023-04-24 16:12:37 -07:00
Myk Taylor 54ea391b1d
bump to 50.07-r2rc3 2023-04-24 15:26:33 -07:00
Myk 8f3d9f2f88
Merge pull request #3298 from myk002/myk_autoclothing
[autoclothing] demote chatty WARN messages to DEBUG
2023-04-24 14:37:35 -07:00
Myk dd5eab41fe
Merge pull request #3302 from myk002/myk_modal
add ZScreenModal class for modal dialogs
2023-04-24 14:37:04 -07:00
Myk Taylor 65d7b290a3
add ZScreenModal class for modal dialogs 2023-04-24 14:32:33 -07:00
Myk Taylor 73b5e37f67
simplify loops with foreach syntax 2023-04-24 14:28:47 -07:00
Myk Taylor 5a4dec35f1
reorder template declarations so we can push vectors of maps 2023-04-24 14:28:21 -07:00
DFHack-Urist via GitHub Actions 4ecf125a1a Auto-update submodules
scripts: master
2023-04-24 21:19:02 +00:00
Myk 359df08803
Merge branch 'develop' into myk_autoclothing 2023-04-24 14:16:42 -07:00
Myk d5e302bc0d
Merge pull request #3296 from myk002/myk_dig_now
[dig-now] fix smoothing job detection
2023-04-24 14:16:19 -07:00
Myk ab4754601f
Merge pull request #3293 from myk002/myk_no_alias
remove toggle-kbd-cursor alias (it's a script now)
2023-04-24 14:15:26 -07:00
Myk 300e891f8a
Update changelog.txt 2023-04-24 14:15:09 -07:00
Myk ea34a0b0fd
Merge branch 'develop' into myk_no_alias 2023-04-24 14:14:28 -07:00
Myk 2a410f7570
Merge pull request #3294 from myk002/myk_title_version
add DFHack title version overlay
2023-04-24 14:13:53 -07:00
Myk 8a9f65d347
Merge pull request #3295 from myk002/myk_version
add "version" alias to run the help
2023-04-24 14:13:34 -07:00
Myk 99b6aa0f90
Merge branch 'develop' into myk_dig_now 2023-04-24 14:13:25 -07:00
Myk 1abd8cd086
Merge pull request #3297 from myk002/myk_buildingplan_rollers
[buidlingplan] fixed size limit calculations for rollers
2023-04-24 14:13:01 -07:00
Myk Taylor 2686c8f084
move DFHack version next to logo
and only display on the base title screen
2023-04-24 08:04:08 -07:00
Myk Taylor 65da8ef3c9
only display dfhack logo on base title screen
to avoid overlapping important widgets on subscreens
2023-04-24 08:03:31 -07:00
Myk Taylor 6203894c99
add title screen focus string detection 2023-04-24 08:03:11 -07:00
Myk Taylor ab047af163
demote chatty WARN messages to DEBUG 2023-04-24 00:31:20 -07:00
DFHack-Urist via GitHub Actions 5e1117473a Auto-update submodules
scripts: master
2023-04-24 07:14:36 +00:00
Myk Taylor 31401b2e19
fixed size limit calculations for rollers 2023-04-23 23:48:10 -07:00
Myk Taylor 74e1aa70d9
fix smoothing job detection 2023-04-23 23:28:50 -07:00
Myk 4c1322c826
Merge pull request #3239 from myk002/myk_byebyetravis
remove stubs for deprecated travis scripts
2023-04-23 18:47:02 -07:00
Myk f009ca907e
Merge pull request #3271 from TaxiService/bplan_slidertowidgets
move Slider class from filterselection.lua into widgets.lua
2023-04-23 18:44:58 -07:00
Myk 276efc9813
Apply suggestions from code review 2023-04-23 18:40:24 -07:00
Myk Taylor b5459faffe
format version string in help the same way 2023-04-23 18:20:50 -07:00
Myk Taylor 87e67987a9
add "version" alias to run the help 2023-04-23 17:41:38 -07:00
Myk Taylor b59bf72cd2
turn down the title-version plugin 2023-04-23 17:32:30 -07:00
Myk Taylor 33142a5dfc
add DFHack title version overlay 2023-04-23 17:26:45 -07:00
Myk Taylor 29741dff4b
remove toggle-kbd-cursor alias (it's a script now) 2023-04-23 16:31:41 -07:00
Taxi Service adeb872725 modified 's RangeSlider entry 2023-04-22 09:44:37 +02:00
Myk 35468e3f7f
Merge pull request #3278 from myk002/myk_troll_Fur
[buildingplan] allow filtering by yarn
2023-04-21 17:55:58 -07:00
Myk 7e9936f856
Merge branch 'develop' into myk_troll_Fur 2023-04-21 13:49:27 -07:00