Commit Graph

11740 Commits (b90126600f19c075284b69ef25e2794de8200d76)
 

Author SHA1 Message Date
Myk b90126600f
whiiittespaaaace!!! 2022-09-14 11:00:26 -07:00
Myk d5cfbf5e77
Merge branch 'develop' into modding-guide 2022-09-14 10:57:58 -07:00
Myk 7079fe7ea0
rewrap, fix a code syntax error 2022-09-14 10:56:58 -07:00
Myk 51f5349baf
labels must go above a section header 2022-09-14 10:43:51 -07:00
Myk d68c17d070
fix paths/clean up code/use best practices 2022-09-14 10:33:27 -07:00
myk002 b88d343ddd
fix off-by-one error on scrollbar click detection 2022-09-14 09:25:43 -07:00
DFHack-Urist via GitHub Actions 759f46dbd9 Auto-update submodules
scripts: master
2022-09-14 07:34:29 +00:00
Myk a90899c274
Merge pull request #2285 from myk002/myk_tags_ls
[helpdb] list tools in categories with tags builtin
2022-09-13 23:17:27 -07:00
myk002 bb52e7bac8 list tools in categories with tags builtin 2022-09-13 23:17:19 -07:00
Myk 7ccacd7875
editing pass for the structure of a full mod
the sample code itself needs some adjustment to exemplify best pratices.
2022-09-13 23:16:54 -07:00
Tachytaenius 92b047fda1
Update modding-guide.rst
Obects to objects typo fix
2022-09-13 10:52:56 +01:00
Tachytaenius b89a30a309
Update modding-guide.rst
Change use of word entities to objects because entitiy is a taken word in DF, and remove incorrect slash from a command.
2022-09-13 10:51:38 +01:00
DFHack-Urist via GitHub Actions 04d7f0471f Auto-update submodules
scripts: master
2022-09-13 07:37:22 +00:00
Myk cd83f3fcf1
Remove bad link 2022-09-12 15:04:16 -07:00
Myk 4a7faeef55
editing pass up through Custom raw tokens 2022-09-12 14:51:26 -07:00
Myk af79654cc5
Merge pull request #2283 from myk002/myk_docdocs
update documentation documentation
2022-09-12 14:50:59 -07:00
myk002 0e30160c3c update documentation documentation 2022-09-12 14:50:48 -07:00
DFHack-Urist via GitHub Actions dde56040c3 Auto-update submodules
library/xml: master
scripts: master
2022-09-12 07:39:33 +00:00
Myk 540a2a9fa7
editing pass up through The structure of the game 2022-09-12 00:14:03 -07:00
Myk 253a1a80ad
add modding guide to guides index 2022-09-11 23:02:04 -07:00
Myk 04754b0a81
Merge branch 'develop' into modding-guide 2022-09-11 23:00:33 -07:00
DFHack-Urist via GitHub Actions 7b63377cd8 Auto-update submodules
scripts: master
2022-09-12 02:38:01 +00:00
Myk 9f9adffa9b
Merge pull request #2282 from myk002/myk_scrollbar
[widgets.Label] show full scrollbars instead of just scroll icons
2022-09-11 19:36:19 -07:00
myk002 d4914e7511
implement mouse click reactions for scrollbar 2022-09-11 19:33:01 -07:00
myk002 e2fbade219
fix scrollbar display when all text is visible
also align behavior with documentation when 'left' or 'right' is
explicitly specified (i.e. always show the scrollbar)
2022-09-11 18:56:43 -07:00
myk002 bcf1b5ddac
update tests 2022-09-11 18:08:00 -07:00
myk002 f71f034d1d
show full scrollbars instead of just scroll icons 2022-09-11 17:58:10 -07:00
Myk 09372680a2
Merge pull request #2281 from myk002/myk_helpdb_wrap
[helpdb] dynamically wrap long help text, preserving block indents
2022-09-11 14:40:43 -07:00
myk002 2311158792
fix reference to old ls param in Lua API docs
also add another example to the ls example commands
2022-09-11 14:06:21 -07:00
myk002 49798f6412
add unit test for wrapping 2022-09-11 13:51:57 -07:00
myk002 23994d4f4c
dynamically wrap helpdb long help text (default 80) 2022-09-11 13:41:20 -07:00
DFHack-Urist via GitHub Actions 55a8db4efb Auto-update submodules
scripts: master
2022-09-11 07:18:50 +00:00
lethosor bd51d9c455
Changelog entry for hideGuard 2022-09-10 15:34:17 -04:00
Myk fcd273b861
Merge pull request #2280 from myk002/myk_stringify
[dfhack.run_script] pass args as strings when invoking scripts
2022-09-10 10:23:30 -07:00
myk002 82e954692e
update changelog 2022-09-10 10:15:08 -07:00
myk002 3c99a7214f
ensure params are strings when invoking scripts 2022-09-10 10:10:28 -07:00
myk002 cae2bca0a7
add dfhack.screen.hideGuard 2022-09-10 09:49:43 -07:00
myk002 2733ce7684
update workflow summary to match the gui version 2022-09-10 09:49:42 -07:00
DFHack-Urist via GitHub Actions 122374f018 Auto-update submodules
scripts: master
2022-09-10 07:19:20 +00:00
DFHack-Urist via GitHub Actions 4adcbe1746 Auto-update submodules
scripts: master
2022-09-09 07:25:12 +00:00
myk002 a392a5371d
add keybinding for gui/workorder-details 2022-09-07 22:02:33 -07:00
myk002 040d018b8e
fix order of tree designation in autochop 2022-09-07 10:34:56 -07:00
myk002 86e1a8d59c
When smoothing walls, connect to doors and fgates 2022-09-07 10:11:51 -07:00
Myk 3cb890ee2a
Merge pull request #2277 from lethosor/fix-lua-df-expr-to-ref
Rewrite utils.df_expr_to_ref() for consistency, add tests
2022-09-07 09:14:26 -07:00
lethosor 2fdbcaebf5 Accept negative indices, add vector tests 2022-09-07 09:14:09 -07:00
lethosor 483652e193 Rewrite utils.df_expr_to_ref() for consistency, add tests 2022-09-07 09:14:09 -07:00
pre-commit-ci[bot] 4e8bb1cdf4 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/python-jsonschema/check-jsonschema: 0.17.1 → 0.18.2](https://github.com/python-jsonschema/check-jsonschema/compare/0.17.1...0.18.2)
- [github.com/Lucas-C/pre-commit-hooks: v1.3.0 → v1.3.1](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.3.0...v1.3.1)
2022-09-07 09:12:52 -07:00
DFHack-Urist via GitHub Actions e5656f65bf Auto-update submodules
scripts: master
2022-09-07 07:41:41 +00:00
DFHack-Urist via GitHub Actions 587577ef43 Auto-update submodules
scripts: master
2022-09-07 03:23:29 +00:00
DFHack-Urist via GitHub Actions 319bfa6919 Auto-update submodules
scripts: master
2022-09-07 03:20:19 +00:00