VorTechnix
|
92c7d0447a
|
Fixed indentation in torus
|
2021-06-25 11:53:23 -07:00 |
|
VorTechnix
|
8bffeda5b5
|
Merge branch 'main' into vortechnix
|
2021-06-02 17:59:06 -07:00 |
|
|
9cb746e86a
|
noise: add comment
|
2021-05-31 00:38:07 +01:00 |
|
VorTechnix
|
8884c938e0
|
Merge branch 'main' into vortechnix
|
2021-05-30 09:35:41 -07:00 |
|
|
9b53b73bc9
|
//erode river: Update docs,rename some parameters for consistency
|
2021-05-30 02:09:52 +01:00 |
|
|
74bde4e60c
|
//erode river: comment debug
...we might need them again in the future
|
2021-05-30 01:44:00 +01:00 |
|
|
ccf27c8629
|
Bugfix new //erode river implementation
next stop: docs!
|
2021-05-30 01:42:06 +01:00 |
|
|
00a60eba17
|
//erode → river: Change only 1 height at a time for extra granularity
this also simplifies it a bit too
|
2021-05-30 00:04:01 +01:00 |
|
|
9ecdd01914
|
//erode: initial river algorithm implementation
|
2021-05-30 00:02:21 +01:00 |
|
|
17b8f8a555
|
erode/snowballs: correct comment
|
2021-05-29 23:20:34 +01:00 |
|
|
87b7254350
|
erode: add future comment
|
2021-05-22 02:36:56 +01:00 |
|
|
75a5f14f01
|
//erode snowballs: Fix assignment to global variable; slightly refactor changelog
Sincce we've got a number of bugfixes here and the changelog is getting
a bit longer, I've split bugfixes up.
|
2021-05-22 01:39:59 +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
|
2b02f9ff2e
|
Fix typos in comments
|
2021-05-18 14:55:43 +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
|
cb841bfb80
|
Update torus.lua
|
2021-05-17 18:57:51 -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
|
d7f328c65b
|
Revert "Update torus.lua"
This reverts commit 35eeb918d0 .
|
2021-05-17 18:47:34 -07:00 |
|
VorTechnix
|
ec1623b230
|
Merge branch 'main' into vortechnix
|
2021-05-17 17:40:36 -07:00 |
|
VorTechnix
|
5b893901dc
|
//torus update
|
2021-05-17 17:16:04 -07:00 |
|
VorTechnix
|
9bb9aeda5c
|
Update torus.lua
|
2021-05-17 11:18:09 -07:00 |
|
VorTechnix
|
63d284b35b
|
axes + safeguards
|
2021-05-17 10:41:52 -07:00 |
|
VorTechnix
|
d9069b3cfa
|
Merge branch 'main' of https://github.com/sbrl/Minetest-WorldEditAdditions into main
|
2021-05-17 09:14:55 -07:00 |
|
VorTechnix
|
35eeb918d0
|
Update torus.lua
|
2021-05-17 09:13:43 -07:00 |
|
|
57ff577694
|
torus: add comment
|
2021-05-15 02:18:41 +01:00 |
|
|
0100725a7b
|
torus: finish rework
|
2021-05-15 02:09:43 +01:00 |
|
|
3fbfc1fb15
|
torus: rework to add axes, but it's not finished yet
|
2021-05-15 02:00:40 +01:00 |
|
|
f9eb67b4cc
|
bonemeal: Try bonemealing everything that isn't an air block
fixes #49
|
2021-05-11 22:17:10 +01:00 |
|
|
8877e356f0
|
refactor: refactor utils/strings.lua into multiple files
|
2021-03-20 01:48:56 +00:00 |
|
|
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 |
|
|
683a742fe2
|
Merge pull request #44 from VorTechnix/master
//scloud and cloud wand refactor
|
2021-03-13 12:11:27 +00: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 |
|
|
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 |
|
|
feb4d6a4bf
|
//overlay: Don't place nodes above water
Fixes #38
|
2021-03-02 00:09:46 +00:00 |
|
|
e8d97959b2
|
Add //spush, //spop, and //sstack
|
2021-03-01 22:23:36 +00:00 |
|
|
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 |
|
|
56380f149b
|
heightmap_size: refactor to use { x, z } instead of [0] / [1]
|
2021-02-26 02:20:53 +00:00 |
|
|
aef4fe4380
|
fillcaves: treat liquids as air
|
2021-02-23 00:19:24 +00:00 |
|
|
4368f74e30
|
Fix directionality in worldedit region update when scaling down
|
2021-02-18 02:33:26 +00:00 |
|
|
3f871e01f5
|
//scale: fix more bugs, and also update the worldedit region after scaling
|
2021-02-18 02:18:34 +00:00 |
|
|
a63923fec9
|
//scale: scaling up works! Can't say the same about scaling down though, but that will come in time.
|
2021-02-18 01:24:53 +00:00 |
|
|
ed3adde56a
|
//scale: fix some bugs, and rename direction → anchor internally
It's nice to have some consistency, and find&replace saves soooo much
time :P
|
2021-02-18 00:30:24 +00:00 |
|
|
2a268d9ff8
|
Implement scale_up
Next up: testing!
|
2021-02-17 23:46:03 +00:00 |
|
|
756c1c12f2
|
scale_down: fix a number of runtime errors
Note that we still haven't tested it :P
|
2021-02-17 23:09:25 +00:00 |
|