660 Commits

Author SHA1 Message Date
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
Starbeamrainbowlabs
d20764cffd Add pure Lua perlin implementation, but it's untested. 2021-03-13 00:37:26 +00:00
VorTechnix
3df23e8086 scloud and cloud wand refactor 2021-03-12 15:47:10 -08:00
Starbeamrainbowlabs
9c02ffbd04 README: update quick reference 2021-03-11 21:04:02 +00:00
Starbeamrainbowlabs
008a559854 Merge pull request #42 from VorTechnix/master
//scube, //scol, vectors and vector population, and bulletproofing
2021-03-11 21:01:55 +00: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
7774f8538c Update changelog
fixes #41
2021-03-11 02:05:11 +00: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
VorTechnix
786a9454ff Merge pull request #3 from sbrl/master
vector.floor: add resilience
2021-03-09 11:02:09 -08:00
Starbeamrainbowlabs
587d430e48 vector.floor: add resilience 2021-03-09 18:45:04 +00:00
VorTechnix
7f6c8e146e Merge pull request #2 from sbrl/master
Selection Saving Beta
2021-03-01 20:44:25 -08:00
Starbeamrainbowlabs
3cc1e120aa Changelog: add small note 2021-03-02 00:24:27 +00:00
Starbeamrainbowlabs
feb4d6a4bf //overlay: Don't place nodes above water
Fixes #38
2021-03-02 00:09:46 +00:00
Starbeamrainbowlabs
093a4823bb Update docs for //sstack, //spush, and //spop 2021-03-01 22:34:06 +00:00
Starbeamrainbowlabs
e8d97959b2 Add //spush, //spop, and //sstack 2021-03-01 22:23:36 +00:00
VorTechnix
7f4ebb8b8d Merge pull request #1 from sbrl/master
Update 2.2
2021-03-01 13:27:35 -08:00
Starbeamrainbowlabs
108c280843 Start laying out stuff for our noise experiment, but it isn't hooked up yet and isn't finished. 2021-03-01 21:26:33 +00:00
Starbeamrainbowlabs
e9e7df73b2 Cookbook: Add @VorTechnix's suggestions
Fixes #37.
2021-03-01 21:26:09 +00:00
Starbeamrainbowlabs
7633923911 Update readme & changelog 2021-03-01 21:17:18 +00:00
Starbeamrainbowlabs
8cce699313 srect: minor formatting tidyup 2021-03-01 21:16:23 +00:00
Starbeamrainbowlabs
9f01703744 Chat Command Reference: add sectiono on srect 2021-03-01 21:14:33 +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
e82c8b1e81 error handling
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-02-28 07:25:31 -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
a9603e29ec README: mark //scale as experimental 2021-02-26 02:44:09 +00:00
Starbeamrainbowlabs
1034e592bd Update changelog v1.11 2021-02-26 02:36:35 +00:00
Starbeamrainbowlabs
eae005dc36 Prepare v1.11 release 2021-02-26 02:35:52 +00:00
Starbeamrainbowlabs
56380f149b heightmap_size: refactor to use { x, z } instead of [0] / [1] 2021-02-26 02:20:53 +00:00
Starbeamrainbowlabs
756bd49470 //scale: remove debug statement 2021-02-25 22:52:47 +00:00
VorTechnix
b62e4f706d added description 2021-02-24 19:42:24 -08:00
VorTechnix
f6ed297270 indentation fixes 2021-02-24 19:35:20 -08:00
VorTechnix
1d93122801 basename error handling 2021-02-24 09:19:08 -08:00
VorTechnix
191f1385b1 fixed modulo 2021-02-24 09:08:49 -08:00
VorTechnix
489d856176 Added srect and basename
Also moved saplingaliases and corrected the block text in forest.lua
2021-02-24 08:40:53 -08:00
Starbeamrainbowlabs
a0c20a1503 farwand: add too far away message
It works fabulously for the cloud wand, so let's add it to the far wand 
too
2021-02-23 23:10:45 +00:00