149 Commits

Author SHA1 Message Date
Starbeamrainbowlabs
2d066b8ee9 update changelog 2023-08-01 00:41:39 +01:00
Starbeamrainbowlabs
cca3c5cb4d changelog: add credit 2023-08-01 00:39:17 +01:00
Starbeamrainbowlabs
dd6e34bde1 Update changelog, prepare for (another) release 2023-08-01 00:34:35 +01:00
Starbeamrainbowlabs
aec204de8e add //listentities 2023-08-01 00:07:10 +01:00
Starbeamrainbowlabs
2840ba4dea bump version, prepare for release 2023-07-31 18:24:32 +01:00
Starbeamrainbowlabs
564785ddf6 When any segment of the marker wall is punched, unmark the entire wall
Fixes #102
2023-07-31 18:22:00 +01:00
Starbeamrainbowlabs
5505575cf9 Fix regions not remembering their state and being unresettable
This fix means that wwe require minetest 5.2 as a minimum rather than 5.1
ref https://rubenwardy.com/minetest_modding_book/en/quality/common_mistakes.html#be-careful-when-storing-objectrefs-ie-players-or-entities
2023-07-18 00:35:07 +01:00
Starbeamrainbowlabs
fd3ee43728 //subdivide: fix crash 2023-07-15 21:59:24 +01:00
Starbeamrainbowlabs
0645bc7b8e Update changelog 2023-07-12 20:25:38 +01:00
Starbeamrainbowlabs
ab3120fe79 Update changelog, README command list 2023-07-11 19:29:50 +01:00
Starbeamrainbowlabs
7f4798432e Bump version! 2023-07-11 18:16:02 +01:00
Starbeamrainbowlabs
f7429fa40e //move+, //copy+ override //move, //copy by default 2023-07-10 21:12:54 +01:00
Starbeamrainbowlabs
277f3a8155 //move+: respect param2
Also update changelog
2023-07-10 21:08:17 +01:00
Starbeamrainbowlabs
5c632df658 Override basic selection commands
//mark
//unmark
//pos1 //1
//pos2 //2
//reset
Also add //pos <index>
2023-07-10 20:17:28 +01:00
Starbeamrainbowlabs
2c30ed8634 Tweak changelog 2023-07-09 23:39:52 +01:00
Starbeamrainbowlabs
e9c3d51863 Update changelog, name release 2023-07-02 15:12:25 +01:00
Starbeamrainbowlabs
2e8642b4d7 rearrange and update changelog 2023-07-02 02:42:17 +01:00
Starbeamrainbowlabs
9be7854297 //move+, //copy+: add integrated airapply
fixes #97
2023-07-02 01:52:25 +01:00
Starbeamrainbowlabs
f5e2ada5bd //sculpt: put height at the end 2023-07-01 02:38:14 +01:00
Starbeamrainbowlabs
46587164bd //sculpt: tweak the default settings
I got the idea from an MC video about voxelsniper. Surprisingly it works rather well :P
2023-06-29 03:19:30 +01:00
Starbeamrainbowlabs
109c69502a Changelog: add boxing ui WIP 2023-06-29 02:05:42 +01:00
Starbeamrainbowlabs
1d53233621 typo 2023-02-12 02:19:53 +00:00
Starbeamrainbowlabs
66aab7ba64 Changelog: add //revolve 2023-02-12 02:18:15 +00:00
Starbeamrainbowlabs
902d03ca0b Update changelog 2022-10-23 00:54:29 +01:00
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