Commit Graph

432 Commits

Author SHA1 Message Date
Starbeamrainbowlabs
8877e356f0
refactor: refactor utils/strings.lua into multiple files 2021-03-20 01:48:56 +00:00
Starbeamrainbowlabs
c6ed5278cc
Merge pull request #48 from VorTechnix/master
scloud, scentre and srel
2021-03-19 23:31:43 +00:00
VorTechnix
866748a5c3 dir function rename 2021-03-19 16:25:26 -07:00
VorTechnix
134d2b0999 Update .gitignore 2021-03-19 13:35:21 -07:00
VorTechnix
a027130917
Merge pull request #5 from sbrl/main
Updates + noise
2021-03-18 17:31:34 -07:00
VorTechnix
d4edeaeff7 renamed translation function 2021-03-18 09:37:53 -07:00
VorTechnix
60fb4f1b57 Update Chat-Command-Reference.md 2021-03-17 18:55:19 -07:00
VorTechnix
4c4c7809b0 update changelog 2021-03-17 18:51:37 -07:00
VorTechnix
ad05b2ac4d chat command update 2021-03-17 18:29:16 -07:00
Starbeamrainbowlabs
9bda3bf05a
README: add installation instructions
for #46.
2021-03-17 22:04:09 +00:00
Starbeamrainbowlabs
c10880f9ff
README: add news note 2021-03-17 21:38:36 +00:00
VorTechnix
00b9a1f517 srel stable? 2021-03-17 11:36:12 -07:00
Starbeamrainbowlabs
a1911037d2
Fill out noise.make_2d, but it's untested
Next, we need to do the make_3d version, followed by the plumbing to 
worldeditadditions.noise(), followed by the chat command

....there's a lot to do.
2021-03-16 21:39:12 +00:00
VorTechnix
20a879a7af scentre and some sorting 2021-03-15 20:51:23 -07:00
Starbeamrainbowlabs
237c4839c8
Merge branch 'master' of github.com:sbrl/Minetest-WorldEditAdditions 2021-03-16 00:18:41 +00:00
Starbeamrainbowlabs
3c4f8e463b
README: ultimate final say 2021-03-15 23:37:46 +00:00
Starbeamrainbowlabs
683a742fe2
Merge pull request #44 from VorTechnix/master
//scloud and cloud wand refactor
2021-03-13 12:11:27 +00:00
VorTechnix
0b55863d55
scloud.lua second typo fix
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-03-12 19:26:38 -08:00
VorTechnix
18347f93bf wea.selection declared 2021-03-12 18:11:43 -08:00
VorTechnix
c39fc1c9e8 Removed unneeded local 2021-03-12 18:09:24 -08:00
VorTechnix
5ffa67b7ac refactor func names, move punchnode function 2021-03-12 18:01:17 -08:00
VorTechnix
f79871e5d1
cloudwand.lua rename
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-03-12 17:55:59 -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
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