Commit Graph

11754 Commits (b7357204e654bc13befd1c09c0f7fb577dd3ad08)
 

Author SHA1 Message Date
myk002 b7357204e6
ensure artifacts dir exists for docs build 2022-09-16 21:55:49 -07:00
myk002 6fff83de5a
fix EditField rendering with TWBT 2022-09-16 15:24:33 -07:00
myk002 170d7b9b51
typo fix in infiniteSky docs 2022-09-16 15:24:18 -07:00
lethosor c1154085cf
Fix tool name auto-detection for scripts in subfolders 2022-09-15 23:03:34 -04:00
DFHack-Urist via GitHub Actions 50772b3138 Auto-update submodules
scripts: master
2022-09-15 07:31:16 +00:00
myk002 20919a8bb1
missed two upcased headers 2022-09-14 13:33:24 -07:00
Myk eb53057ed3
Merge pull request #2286 from myk002/myk_lcase
lcase section headers in docs
2022-09-14 13:26:58 -07:00
myk002 9117d1bef6
fix casing and spacing in dev guide header 2022-09-14 13:21:16 -07:00
myk002 8a36d5607b
lcase section headers 2022-09-14 13:19:26 -07:00
myk002 d1acd45372
add syntax highlighting to code blocks 2022-09-14 13:19:10 -07:00
Myk 4b7800f624
Merge pull request #2220 from wolfboyft/modding-guide
Modding guide
2022-09-14 12:08:14 -07:00
Tachytaenius 20a55299dd
Update modding-guide.rst
Add some potentially helpful comments to explain an inconsistenecy
2022-09-14 20:04:50 +01:00
Tachytaenius ee123a2461
Update modding-guide.rst
Add missing slashes and change the wording to be more consistent in one part
2022-09-14 19:41:45 +01:00
Myk d714274921
fix reqscript link name 2022-09-14 11:24:27 -07:00
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