125 Commits

Author SHA1 Message Date
Starbeamrainbowlabs
1473074d4a Reference: add multi-point selection wand 2022-09-20 02:17:28 +01:00
Starbeamrainbowlabs
f7bd17131a Update changelog 2022-09-20 01:20:40 +01:00
Starbeamrainbowlabs
128dc8f103 Update changelog 2022-09-18 21:05:43 +01:00
Starbeamrainbowlabs
52d24a63f3 Update changelog 2022-09-18 16:27:34 +01:00
Starbeamrainbowlabs
c465d6efb0 Commands that modify the terrain now ignore liquids 2022-06-11 21:56:26 +01:00
Starbeamrainbowlabs
6e0779a4e5 //sculpt: Fix undefined default brush 2022-06-11 18:53:54 +01:00
Starbeamrainbowlabs
60c8f30109 Update changelog 2022-05-16 20:16:48 +01:00
Starbeamrainbowlabs
04e971e12d Add //dome+
Improvements oveer //dome:

 - Allow customising the direction it points in
 - Allow multiple pointing directions at once to give the effect of 
creating multiple domes on top of each other in a single command (it's 
actually implemented as an implicit union, and doesn't actually call 
wea.dome more than once).
2022-05-15 15:27:43 +01:00
Starbeamrainbowlabs
8eb1faf1b9 Update changelog
fixes #75
2022-05-01 17:10:24 +01:00
Starbeamrainbowlabs
6c49b9d598 fixup again 2022-01-03 02:42:12 +00:00
Starbeamrainbowlabs
364de73fd0 fixup 2022-01-03 02:40:44 +00:00
Starbeamrainbowlabs
5bc8687ff1 Prepare 1.13 release! It's happening :D 2022-01-03 02:37:42 +00:00
Starbeamrainbowlabs
3db39a3789 update changelog 2022-01-02 17:17:50 +00:00
Starbeamrainbowlabs
d9204e95b5 selection: Improve message shown to players 2022-01-02 13:19:31 +00:00
Starbeamrainbowlabs
dc5f8f0753 Changelog: Add moar links 2022-01-01 14:56:55 +00:00
Starbeamrainbowlabs
98bf0ef386 //maze: Fix seed when generating multiple mazes in the same second 2021-12-31 14:02:53 +00:00
Starbeamrainbowlabs
cce27525cc Changelog: add //move+
Now that we've fixed the bug therewith, I feel happy with officially 
adding it to the changelog
2021-12-31 13:39:18 +00:00
Starbeamrainbowlabs
b87c846e67 fixup 2021-12-31 13:02:13 +00:00
Starbeamrainbowlabs
b0019b87e1 Update changelog 2021-12-31 13:01:12 +00:00
Starbeamrainbowlabs
be7d46740a Update changelog (//convolve) 2021-12-28 18:38:23 +00:00
Starbeamrainbowlabs
462570f2eb //bonemeal: bugfix argument parsing 2021-12-28 01:26:53 +00:00
Starbeamrainbowlabs
6e89fc868f //maze: fix generated maze not reaching to the very edge of the defined region
Fixes #60.
2021-12-26 22:57:47 +00:00
Starbeamrainbowlabs
b962ace8a8 //maze, //maze3d: Fix crash if no arguments are specified 2021-12-26 22:45:37 +00:00
Starbeamrainbowlabs
acb1ef1a0a //copy+: write docs 2021-11-11 02:36:37 +00:00
Starbeamrainbowlabs
3f48832fff Merge branch 'main' into VorTechnix 2021-11-07 14:31:01 +00:00
Starbeamrainbowlabs
21902b8512 //spiral2: update docs 2021-10-31 17:10:22 +00:00
Starbeamrainbowlabs
dae59b63db //walls: Prevent crash if not parameters are specified by defaulting to dirt as the replace_node 2021-10-31 16:41:52 +00:00
Starbeamrainbowlabs
5fca3e4322 Fix bonemeal mod detection to look for the global bonemeal, not whether the bonemeal mod name has been loaded 2021-10-25 15:18:03 +01:00
Starbeamrainbowlabs
2ae241aee5 Add //ellipsoid2 2021-10-14 01:50:27 +01:00
VorTechnix
0352595e41 Merge branch 'main' into VorTechnix 2021-10-10 18:37:58 -07:00
Starbeamrainbowlabs
da15c577a6 Update quick command reference 2021-10-04 21:51:07 +01:00
Starbeamrainbowlabs
55982b2eab cloud wand: Improve chat message text 2021-10-03 15:31:27 +01:00
Starbeamrainbowlabs
be3166624a //replacemix: fix crash caused by invalid invocation 2021-09-18 12:16:03 +01:00
VorTechnix
a5960983e7 Merge branch 'main' into VorTechnix 2021-09-05 09:34:54 -07:00
Starbeamrainbowlabs
9d00eb26cf Update changelog 2021-08-12 01:09:51 +01:00
Starbeamrainbowlabs
62582b6abb Update sapling alias compatibility 2021-08-12 01:09:24 +01:00
Starbeamrainbowlabs
2920f7081d Add //noiseapply 2021-08-07 23:01:15 +01:00
Starbeamrainbowlabs
fcd4de3429 //airapply: fix nodes_needed 2021-08-07 22:35:32 +01:00
Starbeamrainbowlabs
10a649e597 //airapply: error handling 2021-08-07 21:16:17 +01:00
Starbeamrainbowlabs
e1b1efb7ed //spop: fix wording 2021-08-07 17:50:28 +01:00
Starbeamrainbowlabs
516611db63 fixup 2021-08-07 17:46:10 +01:00
Starbeamrainbowlabs
16f500b465 Update changelog 2021-08-07 17:45:51 +01:00
Starbeamrainbowlabs
d1b0866af2 //floodfill: fix crash 2021-08-07 02:30:38 +01:00
VorTechnix
cff58792bf Merge branch 'main' into VorTechnix 2021-08-05 10:43:00 -07:00
Starbeamrainbowlabs
f30ddbae3b //walls: add optional thickness argument 2021-08-05 02:00:38 +01:00
Starbeamrainbowlabs
87f84e2482 //bonmeal: add optional node list constraint 2021-08-05 01:17:43 +01:00
Starbeamrainbowlabs
db830c6633 Implement slope constraint for //layers, but it isn't tested yet 2021-08-04 01:41:51 +01:00
VorTechnix
b20c8f9af1 Merge branch 'main' into VorTechnix 2021-08-01 07:03:31 -07:00
Starbeamrainbowlabs
38b095d33e Update changelog 2021-07-31 16:06:37 +01:00
VorTechnix
f0cd689049 Update CHANGELOG.md 2021-07-30 14:30:21 -07:00