Commit graph

153 commits

Author SHA1 Message Date
VorTechnix 75c998f369 ellipsoid parse tweak 2021-05-31 08:43:42 -07:00
VorTechnix 956fc5370a Ellipsoid parsing overhaul with hollow option addition 2021-05-30 15:29:14 -07:00
VorTechnix 8884c938e0 Merge branch 'main' into vortechnix 2021-05-30 09:35:41 -07:00
Starbeamrainbowlabs ccf27c8629
Bugfix new //erode river implementation
next stop: docs!
2021-05-30 01:42:06 +01:00
Starbeamrainbowlabs ffdef17761
//multi: add { curly brace } syntax support for grouping blocks of commands 2021-05-29 01:17:24 +01:00
Starbeamrainbowlabs e111decd3a
//multi: reduce code duplication 2021-05-28 21:10:23 +01:00
VorTechnix 912ecf09c2 Merge branch 'main' into vortechnix 2021-05-21 09:21:17 -07:00
VorTechnix 639c2061ef
Bugfix/torus: fix hollow implementation; improve clarity 2021-05-18 15:22:52 +01:00
VorTechnix 0a44992676
reference: add hollow example to torus 2021-05-18 14:56:19 +01:00
VorTechnix 184ca1a328 recovery 2021-05-17 21:12:46 -07:00
VorTechnix d4b457f85d
Merge branch 'main' into vortechnix 2021-05-17 20:45:28 -07:00
VorTechnix 0ca9ed30bc Update torus.lua 2021-05-17 20:33:08 -07:00
VorTechnix 7defe829c3 Revert "Merge branch 'main' of https://github.com/sbrl/Minetest-WorldEditAdditions into main"
This reverts commit d9069b3cfa, reversing
changes made to 35eeb918d0.
2021-05-17 18:49:07 -07:00
VorTechnix 5b893901dc //torus update 2021-05-17 17:16:04 -07:00
Starbeamrainbowlabs bf8c847dc1
torus: fix and improve the error messages 2021-05-15 02:15:14 +01:00
Starbeamrainbowlabs 3fbfc1fb15
torus: rework to add axes, but it's not finished yet 2021-05-15 02:00:40 +01:00
Starbeamrainbowlabs 4e544c555c
replacemix: add support for wea.parse.chance
TODO: use wea.parse.weighted_nodes

The problem here is that we have a target_node with an optional chance 
too, so a finite state machine is needed to parse it currently

Once we've extracted the target_node and it's optional chance though, we 
should be able to use wea.parse.weighted_nodes in theory
2021-05-11 22:29:15 +01:00
Starbeamrainbowlabs ea05d5f559
bonemeal: use wea.parse.chance 2021-05-11 22:20:29 +01:00
Starbeamrainbowlabs 8877e356f0
refactor: refactor utils/strings.lua into multiple files 2021-03-20 01:48:56 +00:00
VorTechnix 866748a5c3 dir function rename 2021-03-19 16:25:26 -07:00
VorTechnix d4edeaeff7 renamed translation function 2021-03-18 09:37:53 -07:00
VorTechnix 00b9a1f517 srel stable? 2021-03-17 11:36:12 -07:00
VorTechnix 20a879a7af scentre and some sorting 2021-03-15 20:51:23 -07:00
VorTechnix 0b55863d55
scloud.lua second typo fix
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-03-12 19:26:38 -08:00
VorTechnix 5ffa67b7ac refactor func names, move punchnode function 2021-03-12 18:01:17 -08:00
VorTechnix 39f82c99ca
scloud.lua params change
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-03-12 17:55:10 -08:00
VorTechnix f95d7622c7
scloud.lua cosmetics
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-03-12 17:09:57 -08:00
VorTechnix 4777b93f60
scloud.lua error return fix
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-03-12 17:06:15 -08:00
VorTechnix cc20297b88
scloud.lua typo fix
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-03-12 17:03:37 -08:00
VorTechnix 3df23e8086 scloud and cloud wand refactor 2021-03-12 15:47:10 -08:00
VorTechnix 97f8d551cd Merge branch 'master' of https://github.com/VorTechnix/Minetest-WorldEditAdditions 2021-03-11 12:59:07 -08:00
VorTechnix 53d899b3fe commented tmp 2021-03-11 12:59:04 -08:00
VorTechnix f0f6fe3765
Merge pull request #4 from sbrl/master
multi many multi bug fix
2021-03-10 21:34:37 -08:00
VorTechnix ff9abded2e localize wea 2021-03-10 20:56:38 -08:00
VorTechnix bdb51ff944
Fix Typo
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-03-10 18:44:27 -08:00
Starbeamrainbowlabs 48619163d5
//multi: gracefully handle empty invocations; ensure args is always set
if it isn't found via the :find() call, then set it to an empty string.
This prevents crashes where the callee expects to be passed a string
2021-03-11 02:04:22 +00:00
VorTechnix cbd07aee4f scube and vector population 2021-03-10 13:21:33 -08:00
VorTechnix 234e0a1325 simplified scol 2021-03-09 11:19:47 -08:00
VorTechnix a671f742e9 scol and srect refactor 2021-03-09 11:05:03 -08:00
Starbeamrainbowlabs e8d97959b2
Add //spush, //spop, and //sstack 2021-03-01 22:23:36 +00:00
Starbeamrainbowlabs 8cce699313
srect: minor formatting tidyup 2021-03-01 21:16:23 +00:00
Starbeamrainbowlabs e1755ce8e1
srect: localify parsing function 2021-03-01 21:08:32 +00:00
Starbeamrainbowlabs 2acc6b3470
Merge pull request #34 from VorTechnix/master
Added //srect and //basename
2021-03-01 20:54:13 +00:00
VorTechnix 12e5be8da6 stable axis1 processing 2021-02-28 11:59:46 -08:00
VorTechnix 727ee41e72 Simplify srect function 2021-02-28 09:59:09 -08:00
VorTechnix 0c4736fbc2
Debugging returns
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-02-28 09:56:39 -08:00
VorTechnix b31b005bdd -axyzb patch 2021-02-26 08:23:10 -08:00
VorTechnix cb1d54c665 Added getsign, fixed srect glitch 2021-02-25 20:22:39 -08:00
Starbeamrainbowlabs 756bd49470
//scale: remove debug statement 2021-02-25 22:52:47 +00:00
VorTechnix f6ed297270 indentation fixes 2021-02-24 19:35:20 -08:00