Commit Graph

14089 Commits (259566253ba348952e0cdd4ebaa4f0b0a7552c62)
 

Author SHA1 Message Date
Myk 259566253b
Merge pull request #3385 from myk002/myk_orders
[orders] improve orders library with new findings
2023-05-17 10:24:14 -07:00
Myk b787ee7aa5
Merge pull request #3379 from myk002/myk_rescan
[overlay] rename overlay.reload to overlay.rescan
2023-05-17 10:21:15 -07:00
Myk 642c567f73
Merge pull request #3375 from myk002/myk_autolabor_warning
[autolabor] fix warning appearing on inappropriate screens
2023-05-17 10:20:33 -07:00
Myk 14e3bd8ee8
Merge pull request #3374 from myk002/myk_disable
support disabling DFHack with --disable-dfhack
2023-05-17 10:20:21 -07:00
DFHack-Urist via GitHub Actions 1d24f812dd Auto-update submodules
scripts: master
2023-05-17 07:13:14 +00:00
Myk Taylor 04b1b0f84d
update changelog 2023-05-16 16:07:57 -07:00
Myk Taylor f43bfed7f2
remove easy meals; add bins; document jugs 2023-05-16 15:53:11 -07:00
Myk Taylor b6b65d4bf6
update library military orders
move preference for silver below steel
leather cloaks -> silk cloaks
leather shield -> wood shield
adjust target quantities for archer uniforms
2023-05-16 15:37:00 -07:00
Myk Taylor a76bed0ed5
rename overlay.reload to overlay.rescan 2023-05-16 11:41:28 -07:00
DFHack-Urist via GitHub Actions 81918a89a3 Auto-update submodules
scripts: master
2023-05-16 07:13:50 +00:00
Myk 6b2c805d5f
Update docs/Core.rst
Co-authored-by: Alan <lethosor@users.noreply.github.com>
2023-05-15 22:12:12 -07:00
Myk Taylor b845ea15b8
update changelog 2023-05-15 18:34:43 -07:00
Myk Taylor a62993b90b
add DFHACK_DISABLE env var 2023-05-15 18:15:46 -07:00
Myk 9f997eaade
Update docs/changelog.txt
Co-authored-by: Alan <lethosor@users.noreply.github.com>
2023-05-15 17:54:45 -07:00
Myk Taylor 910b7c2ae9
fix autolabor warning appearing on inappropriate screens 2023-05-15 17:52:20 -07:00
Myk Taylor 1a703c344f
support disabling DFHack with --disable-dfhack 2023-05-15 17:41:28 -07:00
lethosor 2a734b92f7
Merge remote-tracking branch 'lethosor/reenable-plugins' into develop 2023-05-11 10:44:47 -04:00
lethosor b6723e4fdb
Remove "unavailable" tag from add-spatter and channel-safely docs
These plugins are currently being built
2023-05-11 00:26:19 -04:00
lethosor 94e56bf4c7
Update changelog and docs for readded plugins
Also mark reinstated plugins in the changelog, including for previous v50 releases
2023-05-10 23:49:42 -04:00
lethosor f9a946190d
Disable building title-folder again
Hangs when enabled in dfhack.init, at least under wine
2023-05-10 23:31:00 -04:00
lethosor cb2db50a64
Re-enable build of several plugins
Likely to still work, and were probably just disabled due to v50 changes:
- changeitem
- createitem
- deramp
- flows
- lair

and a couple that don't access DF data at all:
- luasocket
- title-folder
2023-05-09 22:13:49 -04:00
lethosor 904b289c8f
Merge remote-tracking branch 'lethosor/cmake-fix-find-python-pyenv' into develop 2023-05-09 22:09:55 -04:00
lethosor e664f4aa7b
CMake: fix find_package(Python) when inactive pyenv Python installations are present
`find_package(Python)`'s default behavior is to attempt to use any `python3.x`
executables it finds before `python3`. This is problematic when using tools such
as pyenv, where `python3.x` executables may be present in a user's PATH but not
be functional.

Setting the `Python_FIND_UNVERSIONED_NAMES` hint to `FIRST` causes `python3` to
be attempted first, if it exists.

Note that this option was introduced in CMake 3.20:
https://cmake.org/cmake/help/latest/module/FindPython.html#hints
2023-05-09 21:56:07 -04:00
DFHack-Urist via GitHub Actions bfb6f3aa2e Auto-update submodules
scripts: master
2023-05-05 07:13:16 +00:00
DFHack-Urist via GitHub Actions 07c8f035c7 Auto-update submodules
scripts: master
2023-05-04 07:14:05 +00:00
Myk 356d74c132
Merge pull request #3324 from johncosker/design-refactor
C++ gui/design Plugin Code for drawing shapes faster.
2023-05-03 17:08:51 -07:00
John Cosker aa0721edee Changelog 2023-05-03 20:01:17 -04:00
John Cosker 58e11b01cb Comments 2023-05-03 19:37:44 -04:00
John Cosker 611e6d3a12
Merge branch 'develop' into design-refactor 2023-05-03 19:05:15 -04:00
Myk Taylor 8f5c454b39
add focus strings for new_region 2023-05-03 15:52:01 -07:00
Myk 823119694f
Merge pull request #3349 from myk002/myk_background_foreground
fix fullscreen DF minimizing on startup
2023-05-03 14:45:16 -07:00
Myk Taylor ad5a0d41f5
only show the terminal if requested 2023-05-03 14:34:48 -07:00
Myk Taylor bebf3584ba
maybe fix terminal in foreground issue 2023-05-03 14:15:36 -07:00
DFHack-Urist via GitHub Actions 8b6d20ae9e Auto-update submodules
scripts: master
2023-05-03 07:14:37 +00:00
Myk fabbcc0da6
Merge pull request #3314 from myk002/myk_add_spatter
re-add add-spatter plugin (minimal changes)
2023-05-02 17:17:42 -07:00
Myk 2e64cf4373
Merge branch 'develop' into myk_add_spatter 2023-05-02 17:10:43 -07:00
Myk e4711801f3
Merge pull request #3323 from myk002/myk_worknow
add work-now plugin
2023-05-02 16:38:02 -07:00
Myk c91268e50f
Merge branch 'develop' into myk_worknow 2023-05-02 16:35:26 -07:00
Myk Taylor d21a6c6432
update symbols for 50.08 itch and classic 2023-05-02 14:34:45 -07:00
Myk f87ed93000
Merge pull request #3331 from myk002/myk_cache_conscious
reduce ccache, protect steam sdk from eviction, clean up GHA defs
2023-05-02 09:56:12 -07:00
Myk 72e72d8a25
Merge pull request #3336 from myk002/myk_overlay_vs
[hotkeys] fix logo disappearing when hovered on title screen
2023-05-02 09:55:58 -07:00
Myk c1a0d1ad86
Update changelog.txt 2023-05-02 09:55:35 -07:00
Myk a2d85b5095
Merge pull request #3332 from TaxiService/cyclehotkey2
CycleHotkey: small tweak to `val_gap` + rename to `option_gap`
2023-05-02 09:54:56 -07:00
Taxi Service ef0c8950bd renamed val_gap to option_gap, updated docs/changelog 2023-05-02 16:46:46 +02:00
TaxiService f181b50a30
Merge branch 'develop' into cyclehotkey2 2023-05-02 08:22:10 +02:00
John Cosker 0eb04f1b73 changelog 2023-05-01 14:32:09 -04:00
John Cosker be6f52c052 Merge branch 'design-refactor' of https://github.com/johncosker/dfhack into design-refactor 2023-05-01 14:24:40 -04:00
John Cosker 528dc466e2 address review comments 2023-05-01 14:20:53 -04:00
Myk Taylor 3f51f24f91
fix errors when dragging a scrollbar and the mouse leaves the window 2023-04-30 17:12:43 -07:00
Myk Taylor 0d6c5869f4
fix logo disappearing when hovered on title screen 2023-04-30 16:40:03 -07:00