|
62582b6abb
|
Update sapling alias compatibility
|
2021-08-12 01:09:24 +01:00 |
|
|
2920f7081d
|
Add //noiseapply
|
2021-08-07 23:01:15 +01:00 |
|
|
b131970f16
|
fixup
|
2021-08-07 22:30:38 +01:00 |
|
|
6f00394d3d
|
Noise: add perlinmt algorithm & set as default
|
2021-08-07 22:30:10 +01:00 |
|
|
fc2444c5cd
|
//floodfill: remove debug
|
2021-08-07 02:31:21 +01:00 |
|
|
d1b0866af2
|
//floodfill: fix crash
|
2021-08-07 02:30:38 +01:00 |
|
|
35777b7ae5
|
//layers: comment debug
|
2021-08-05 02:38:57 +01:00 |
|
|
f30ddbae3b
|
//walls: add optional thickness argument
|
2021-08-05 02:00:38 +01:00 |
|
|
87f84e2482
|
//bonmeal: add optional node list constraint
|
2021-08-05 01:17:43 +01:00 |
|
|
ef678e6a05
|
//layers: fix
|
2021-08-04 12:17:39 +01:00 |
|
|
db830c6633
|
Implement slope constraint for //layers, but it isn't tested yet
|
2021-08-04 01:41:51 +01:00 |
|
|
64ed01132e
|
scale_down: fix redefining posi_copy
|
2021-07-30 19:49:11 +01:00 |
|
|
54d0f5a3a3
|
run2d: Fix accidental redefining global variable
|
2021-07-30 19:48:10 +01:00 |
|
|
51e1e7dcbd
|
noise.params_apply_default: Fix shadowing variable
|
2021-07-30 19:47:21 +01:00 |
|
|
1f4a115063
|
//maze3d: Fix accidental global variable definition
|
2021-07-30 19:46:33 +01:00 |
|
|
f37a2aabcf
|
//forest: Fix redefining variable i in loop
|
2021-07-30 19:45:09 +01:00 |
|
|
c6bae3b7e0
|
//erode river: fix redefining i in nested loop
|
2021-07-30 19:44:02 +01:00 |
|
|
910d4b036f
|
maze2d: squash another undefined variable
|
2021-07-30 19:03:54 +01:00 |
|
|
ecb846fcfe
|
//erode river: fix undefined global variable
|
2021-07-30 18:03:39 +01:00 |
|
|
fa2c0642c1
|
Fix typo in comment
|
2021-07-18 20:11:10 +01:00 |
|
|
e4d3f26692
|
perlin: use wea.bit.band
|
2021-07-17 21:34:50 +01:00 |
|
|
0b379c48cb
|
Implement //airapply
For #56, but the docs aren't written yet so we'll wait on closing it
until I've written them.
|
2021-07-15 02:17:14 +01:00 |
|
|
0d1900d37c
|
Add airlike backend command, but it's nto tested or hooked up yet
|
2021-07-13 23:49:21 +01:00 |
|
|
e799a2ea61
|
Refactor Queue implementation into separate file
|
2021-07-13 22:02:34 +01:00 |
|
|
e85b91d074
|
//noise2d infrared: remove debug print
|
2021-07-13 00:56:26 +01:00 |
|
|
03038689e2
|
Add infrared noise
|
2021-07-13 00:54:52 +01:00 |
|
|
0dee65ca1d
|
//noise2d: add red noise
|
2021-07-13 00:15:23 +01:00 |
|
|
7db2207aea
|
noise2d/make_2d: add todo
|
2021-07-12 02:46:47 +01:00 |
|
|
46c2a02ade
|
//noise2d: add white algorithm; fix nasty bug in apply_2d
|
2021-07-12 02:45:32 +01:00 |
|
|
a42e296f4e
|
Reference: Document //noise2d
|
2021-07-06 01:08:36 +01:00 |
|
|
8a14d35c04
|
noise2d: add comment
|
2021-07-04 16:14:48 +01:00 |
|
|
0b0595a1d3
|
Remove a whole bunch of stray debug print statements
|
2021-07-04 14:35:02 +01:00 |
|
|
1d82013d86
|
//noise2d: add sin; sort out apply_mode as number
|
2021-07-04 13:21:13 +01:00 |
|
|
49bf0f19bc
|
Perlin: remove debug functions
|
2021-07-04 12:03:29 +01:00 |
|
|
b2eb76d280
|
//noise2d works!
...just.
Next up more engines and documentation
|
2021-07-03 22:53:16 +01:00 |
|
|
ee2e5716eb
|
Implement more of the noise command backend
It's still not hooked up yet though, and there's no command parsing
logic either
|
2021-07-03 01:44:36 +01:00 |
|
|
db7b20d485
|
Refactor table functions into subtable of wea
Also, you can return a value from dofile()!!!!
This changes everything.
|
2021-06-28 00:56:29 +01:00 |
|
|
9cb746e86a
|
noise: add comment
|
2021-05-31 00:38:07 +01: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
|
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
|
63d284b35b
|
axes + safeguards
|
2021-05-17 10:41:52 -07:00 |
|