Commit graph

126 commits

Author SHA1 Message Date
Starbeamrainbowlabs 4728dad02a
Add //ndef 2024-05-25 15:10:09 +01:00
Starbeamrainbowlabs 170ec01bed
Alias //napply to //nodeapply 2024-05-25 14:48:38 +01:00
Starbeamrainbowlabs 45bed5cc71
docs: Improve //noise2d documentation
Thanks to @notsowow for pointing out that it didn't make sense!
2023-12-26 19:07:41 +00:00
Starbeamrainbowlabs faddfe1d48
reference: document movement speed adjustment tool
also update changelog
2023-12-26 15:06:29 +00:00
Starbeamrainbowlabs 0a9c125316
Implement //speed 2023-12-26 13:37:19 +00:00
Starbeamrainbowlabs 71d95b5e83
reference: add some more alerts in key places 2023-12-20 00:44:39 +00:00
Starbeamrainbowlabs 2722a190f4
reference: update do cs about img2brush tool 2023-12-19 23:47:20 +00:00
Starbeamrainbowlabs b56bd0d84b
//rotate: fix some minor keyword issues, update reference & changelog
At some point we need to move the parser to allow for a `player` reference for relative keywords.... or else pass them through somehow
2023-12-16 01:11:25 +00:00
Starbeamrainbowlabs 26fd756321
reference: fix typos 2023-11-28 22:38:11 +00:00
Starbeamrainbowlabs 3c619ed71a
reference: file //ngroups under statistics, not meta 2023-11-27 23:50:20 +00:00
Starbeamrainbowlabs 78844484f8
Add //ngroups, which lists the groups a given node is a member of 2023-11-27 23:44:06 +00:00
Starbeamrainbowlabs 050bd80cf3
//nodeapply: Generalise matching engine into NodeListMatcher
Also add support for @groups, i.e. @crumbly matches nodes that are a member of the "crumbly" group
This groups feature is untested atm as I need to implement //ninfo....
2023-11-27 22:27:20 +00:00
Starbeamrainbowlabs 28ed864c84
Added //nodeapply to filter cmd changes via a nodelist 2023-11-26 22:20:05 +00:00
Starbeamrainbowlabs abfd76930a
reference: add //listentities 2023-08-01 00:11:49 +01:00
Starbeamrainbowlabs 87a80d2faf
reference: add //metaball
....oops
2023-07-11 19:23:39 +01:00
Starbeamrainbowlabs 5c632df658
Override basic selection commands
//mark
//unmark
//pos1 //1
//pos2 //2
//reset
Also add //pos <index>
2023-07-10 20:17:28 +01:00
Starbeamrainbowlabs bf365d2d11
reference: update //maze and //maze3d
Ref https://forum.minetest.net/viewtopic.php?p=414718#p414718
2023-07-09 19:57:02 +01:00
Starbeamrainbowlabs 9be7854297
//move+, //copy+: add integrated airapply
fixes #97
2023-07-02 01:52:25 +01:00
Starbeamrainbowlabs f970a8d6bb
reference: update docs for //sculpt 2023-07-02 01:37:48 +01:00
Starbeamrainbowlabs 46587164bd
//sculpt: tweak the default settings
I got the idea from an MC video about voxelsniper. Surprisingly it works rather well :P
2023-06-29 03:19:30 +01:00
Starbeamrainbowlabs 8cc2c735b1
Reference: I searched for wireframe, but didn't get the command I wanted 2023-06-27 20:57:04 +01:00
Starbeamrainbowlabs daad494c7e
reference //for: add command example from @VorTechnix 2023-05-24 22:09:51 +01:00
Starbeamrainbowlabs b2556934b1
reference: fix incorrect example 2023-05-24 22:01:33 +01:00
Starbeamrainbowlabs cfef411bbd
//revolve: write initial docs 2023-02-12 02:08:57 +00:00
Starbeamrainbowlabs 554bc86b3d
reference: tweak //spline 2022-10-23 02:26:05 +01:00
Starbeamrainbowlabs 9f2bfb33c7
reference: add //spline 2022-09-25 23:02:18 +01:00
Starbeamrainbowlabs 1473074d4a
Reference: add multi-point selection wand 2022-09-20 02:17:28 +01:00
Starbeamrainbowlabs 2d989acee5
reference: typo 2022-06-11 18:54:04 +01:00
Starbeamrainbowlabs 03fb033b70
//dome+: add option to make the resulting dome hollow inside 2022-05-15 15:38:50 +01:00
Starbeamrainbowlabs 04e971e12d
Add //dome+
Improvements oveer //dome:

 - Allow customising the direction it points in
 - Allow multiple pointing directions at once to give the effect of 
creating multiple domes on top of each other in a single command (it's 
actually implemented as an implicit union, and doesn't actually call 
wea.dome more than once).
2022-05-15 15:27:43 +01:00
Starbeamrainbowlabs 8170ecb1f1
reference //for: add more examples 2021-12-31 13:19:22 +00:00
Starbeamrainbowlabs c93f692f9d
docs: Add basic documentation for //for 2021-12-31 13:10:40 +00:00
Starbeamrainbowlabs 9d0ca493b8
docs //sculpt: add note about contributing your own brushes back
we'd lvoe to expand our collection of inbuilt custom brushes :D
2021-12-31 12:53:05 +00:00
Starbeamrainbowlabs c5276ae47e
docs //sculpt: add note about negative height values 2021-12-31 12:45:47 +00:00
Starbeamrainbowlabs db7602a8b3
//sculpt, //sculptlist: add to documentation 2021-12-31 12:44:15 +00:00
Starbeamrainbowlabs a321c7d2ab
Reference: Fix heading indents 2021-11-13 12:46:50 +00:00
Starbeamrainbowlabs e773edb58c
//move+: Update documentation 2021-11-13 12:42:58 +00:00
Starbeamrainbowlabs acb1ef1a0a
//copy+: write docs 2021-11-11 02:36:37 +00:00
Starbeamrainbowlabs 3f48832fff
Merge branch 'main' into VorTechnix 2021-11-07 14:31:01 +00:00
Starbeamrainbowlabs 3f1f3b5628
reference: mark a thing in bold 2021-11-07 12:49:13 +00:00
Starbeamrainbowlabs f5133d287b
Default to square spirals 2021-10-31 17:11:24 +00:00
Starbeamrainbowlabs 21902b8512
//spiral2: update docs 2021-10-31 17:10:22 +00:00
Starbeamrainbowlabs dae59b63db
//walls: Prevent crash if not parameters are specified by defaulting to dirt as the replace_node 2021-10-31 16:41:52 +00:00
Starbeamrainbowlabs 2ae241aee5
Add //ellipsoid2 2021-10-14 01:50:27 +01:00
VorTechnix 0352595e41 Merge branch 'main' into VorTechnix 2021-10-10 18:37:58 -07:00
Starbeamrainbowlabs 5f2d5216af
Reference: Categorise commands 2021-10-04 22:12:41 +01:00
Starbeamrainbowlabs d642d44e4c
Chat-Command-Reference: add note 2021-10-04 21:52:33 +01:00
Starbeamrainbowlabs 66a3244203
Bugfix docs: fix last section not appearing in reference 2021-10-04 21:45:15 +01:00
VorTechnix a5960983e7 Merge branch 'main' into VorTechnix 2021-09-05 09:34:54 -07:00
Starbeamrainbowlabs 5228aef56c
//noiseapply2d: document 2021-08-07 23:10:40 +01:00