Commit Graph

15633 Commits (ac91e2096ff4ec0e9fd27c4cce821bcdc2a86cc2)
 

Author SHA1 Message Date
Myk Taylor ac91e2096f
remove confirm plugin (replaced by script) 2024-01-01 19:35:40 -08:00
Myk Taylor fa0732d651
fix reverse Some/ focus string 2024-01-01 19:35:02 -08:00
Myk Taylor 88f082b468
fix typo in api docs 2024-01-01 19:34:54 -08:00
Myk 63cf23760c
Merge pull request #4123 from DFHack/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2024-01-01 12:08:41 -08:00
pre-commit-ci[bot] dbd0587302
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/python-jsonschema/check-jsonschema: 0.27.2 → 0.27.3](https://github.com/python-jsonschema/check-jsonschema/compare/0.27.2...0.27.3)
2024-01-01 19:22:31 +00:00
DFHack-Urist via GitHub Actions 6b8e502444 Auto-update submodules
scripts: master
2024-01-01 02:02:25 +00:00
Myk 419e41da66
Merge pull request #4120 from myk002/myk_reveal_secrets
[reveal] don't reveal triggers
2023-12-31 11:38:09 -08:00
DFHack-Urist via GitHub Actions 2ede4dc737 Auto-update submodules
scripts: master
2023-12-31 19:36:33 +00:00
Myk 1aa771fee8
Merge pull request #4119 from myk002/myk_autochop
[autochop] better error output on malformed command
2023-12-31 11:34:20 -08:00
Myk 2cefca4522
Merge pull request #4118 from myk002/myk_work_now_lifecycle
[work-now] save enabled status with the fort
2023-12-31 11:34:13 -08:00
Myk 2644f928b2
Merge pull request #4117 from myk002/myk_misery
[misery] fix handing of misery factor setting
2023-12-31 11:34:05 -08:00
Myk 01c8d04c0b
Merge pull request #4115 from myk002/myk_utf8help
treat doc sources as utf-8
2023-12-31 11:33:57 -08:00
Myk Taylor b3526a776a
add cautionary note about exposed secrets in the caverns 2023-12-31 11:32:21 -08:00
Myk Taylor 5d63e7a991
don't reveal map blocks that would trigger events 2023-12-31 11:22:50 -08:00
Myk Taylor 2ff6676122
fix mouse clicks bleeding through overlay panel 2023-12-31 01:59:49 -08:00
Myk Taylor 648dc20912
update changelog 2023-12-31 01:19:22 -08:00
Myk Taylor 3c54ba7c09
error out on missing burrow specification 2023-12-31 01:17:54 -08:00
Myk Taylor 02c692150b
gracefully handle nil input in argparse.stringList 2023-12-31 01:17:42 -08:00
Myk Taylor 75f772028f
save work-now enabled status with the fort 2023-12-31 00:54:20 -08:00
Myk Taylor b9591bb320
fix handing of misery factor setting 2023-12-31 00:24:12 -08:00
Myk Taylor acefd43a13
treat doc source as utf-8 2023-12-30 23:22:26 -08:00
Myk Taylor a970161585
update scripts ref 2023-12-30 23:08:40 -08:00
Myk Taylor 4f9aae4419
update reference to control panel tabs in the quickstart guide 2023-12-30 23:08:27 -08:00
Myk 04a827e9ac
Merge pull request #4114 from myk002/myk_overlay_descriptions
Add overlay descriptions to all plugins
2023-12-30 21:36:51 -08:00
Myk 7cdf0af97c
Merge pull request #4113 from myk002/myk_tools_init
update tools init file
2023-12-30 21:36:42 -08:00
Myk Taylor fa6ccd686e
update scripts ref 2023-12-30 21:24:22 -08:00
Myk Taylor 80f9fea522
add descriptions to all plugin overlays 2023-12-30 21:24:11 -08:00
Myk Taylor cfff6c7c59
add faststart to default services; remove cruft 2023-12-30 20:19:09 -08:00
Myk Taylor 50a447061d
add desc as an official Overlay API property 2023-12-30 20:17:01 -08:00
DFHack-Urist via GitHub Actions d3ac6ef0fb Auto-update submodules
scripts: master
2023-12-31 00:03:55 +00:00
Myk abfbfd5f70
Merge pull request #4106 from dhthwy/really-excise-tinythread
Really excise tinythread
2023-12-30 16:02:17 -08:00
DFHack-Urist via GitHub Actions 0dd3fa238b Auto-update submodules
scripts: master
2023-12-30 07:12:18 +00:00
DFHack-Urist via GitHub Actions 42657aed25 Auto-update submodules
library/xml: master
2023-12-28 07:13:06 +00:00
dhthwy ee61835f1f rendermax: note that this plugin needs testing and improvements
rendermax: note that this plugin needs testing and improvements
2023-12-27 21:32:50 -05:00
dhthwy 63928b55a2 rendermax: make isDone an std::atomic 2023-12-27 21:21:45 -05:00
Paxton Schweigert 54769ebdbf Remove tinythread from PluginManager
Remove useless tinythread import in PlugLoad-windows.cpp

Remove seemingly useless tinythread import in LuaTools.cpp

Factor out tinythread in LuaApi.cpp

Removed unused tinythread in LuaWrapper.cpp

Removed unused tinythread include in LuaTypes.cpp

Removed unused tinythread include in ColorText.cpp

Factor out tinythread in Console.h

Factor out tinythread in Console-posix.cpp

Factor out tinythread in Console-windows.cpp

Factor out tinythread in renderer_light

Factor out tinythread in DataDefs.cpp

Remove unused tinythread include in RemoteClient.cpp

Add includes for new mutex and conditional_variable usages in PluginManager

Factor out tinythread from devel/memview, renderermax/renderer_light, and rendermax/renderer_opengl plugins

Remove usages of tinythread in various CMakeLists.txt files, in .ycm_extra_conf.py, and delete tinythread itself

Delete tinythread from LISCENSE.rst

excise tinythread: fix deadlock in pluginmanager

excise tinythread: remove improper header

excise tinythread: fix double unlock. fix plugin typo
2023-12-27 19:23:58 -05:00
Myk d24f1a1b2c
Merge pull request #4110 from dhthwy/add-author-dhthwy
add author dhthwy
2023-12-27 14:39:07 -08:00
dhthwy ad6932f5af add author dhthwy 2023-12-27 16:42:55 -05:00
Myk bbc79d70c0
Merge pull request #4098 from godofgrunts/patch-1
Update Installing.rst
2023-12-19 15:29:56 -08:00
godofgrunts 275b215a3c
Update Installing.rst
Added Linux as a supported version. Removed the `Proton` reference since Proton does not support MacOS.
2023-12-15 09:35:05 -05:00
DFHack-Urist via GitHub Actions a296f9d5c4 Auto-update submodules
library/xml: master
2023-12-11 07:14:08 +00:00
Myk 754e5d57f5
Merge pull request #4093 from myk002/myk_identity
add identity traits for new types
2023-12-10 22:02:40 -08:00
Myk Taylor 7132f9d64a
add identity traits for new types 2023-12-10 21:30:41 -08:00
Myk 7bb3b4809d
Merge pull request #4092 from ab9rf/variant-identity
data identity changes for stl-variant in 50.12
2023-12-10 18:13:46 -08:00
Kelly Kinkade 150b9e9399 data identity changes for stl-variant in 50.12 2023-12-10 19:29:48 -06:00
Myk Taylor 23ae45ac01
prevent script errors when exiting world screen
when the artifact list is showing at the time of screen exit
2023-12-10 03:22:13 -08:00
Myk 7534d326e0
Merge pull request #4090 from myk002/myk_variant
add identity for variant
2023-12-10 03:21:10 -08:00
Myk Taylor 75b760a496
add identity for variant 2023-12-10 02:25:53 -08:00
DFHack-Urist via GitHub Actions e45a59ca03 Auto-update submodules
scripts: master
2023-12-08 07:13:33 +00:00
Myk d6593c4bfc
Merge pull request #4089 from ab9rf/msvc-17-8
update cmakelist.txt for MSVC 17.8
2023-12-07 13:57:56 -08:00