Commit Graph

1191 Commits

Author SHA1 Message Date
Starbeamrainbowlabs a465a50244
Bump version to 1.14.3 2023-07-18 00:35:19 +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 ee4b3e09bb
Bump version 2023-07-12 20:30:13 +01:00
Starbeamrainbowlabs 0645bc7b8e
Update changelog 2023-07-12 20:25:38 +01:00
VorTechnix 7766af8a8a pos1-2 better implementation (used round) 2023-07-12 09:18:15 -07:00
VorTechnix d2fb6db3d0 emergency patch for pos1-2 not aligned to node 2023-07-12 08:43:15 -07:00
Starbeamrainbowlabs a6e8753e64
README: Update FAQ 2023-07-11 21:11:12 +01:00
Starbeamrainbowlabs 1a227e3bd8
docs: h5→h4, h4→h3; style subheadings 2023-07-11 20:31:43 +01:00
Starbeamrainbowlabs ffc90ed179
typo 2023-07-11 19:30:43 +01:00
Starbeamrainbowlabs ab3120fe79
Update changelog, README command list 2023-07-11 19:29:50 +01:00
Starbeamrainbowlabs 87a80d2faf
reference: add //metaball
....oops
2023-07-11 19:23:39 +01:00
Starbeamrainbowlabs 83b4b02b40
codium settings: add spelling words 2023-07-11 19:15:14 +01:00
Starbeamrainbowlabs 95a82add86
//metaball: address a number of stability issues 2023-07-11 19:14:59 +01:00
Starbeamrainbowlabs 5baa72cf6f
core/run_command: guard against invalid potential_changes 2023-07-11 19:12:04 +01:00
Starbeamrainbowlabs 177aea02a8
//metaball: fix crash 2023-07-11 18:55:34 +01:00
Starbeamrainbowlabs 7f4798432e
Bump version! 2023-07-11 18:16:02 +01:00
Starbeamrainbowlabs 7236232dc0
docs: fix the 1st command documented not showing up in the site
Rogue .slice(1)
2023-07-11 00:52:04 +01:00
Starbeamrainbowlabs c8e717a6d6
typo 2023-07-11 00:39:48 +01:00
Starbeamrainbowlabs 4745009632
//saplingaliases: update moretrees aliases
Alias to normal rather than *_ongen
2023-07-10 21:33:37 +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 d63400e697
//copy+: respect param2 2023-07-10 21:02:03 +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 693fc145d5
pos: avoid calling worldedit.marker_update unless necessary 2023-07-10 19:25:48 +01:00
Starbeamrainbowlabs 2c30ed8634
Tweak changelog 2023-07-09 23:39:52 +01:00
Starbeamrainbowlabs bf365d2d11
reference: update //maze and //maze3d
Ref https://forum.minetest.net/viewtopic.php?p=414718#p414718
2023-07-09 19:57:02 +01:00
Starbeamrainbowlabs f2214150f2
Update minetest.chatcommands → minetest.registered_chatcommands 2023-07-09 19:49:38 +01:00
Starbeamrainbowlabs 3bfc62be24
Make //unmark WEA-aware
Backwards compatibility with WE is maintained.
2023-07-09 19:44:31 +01:00
Starbeamrainbowlabs e916057133
safe_region: update comment
We need @value
2023-07-07 01:31:06 +01:00
Starbeamrainbowlabs 3194a2c53e
finish updating comments
@module is now banished to the history booked!

Phew, I'm pooped.
2023-07-07 01:25:42 +01:00
Starbeamrainbowlabs 20935d8379
maze2d: add comment 2023-07-07 00:53:02 +01:00
Starbeamrainbowlabs 74cc6669c0
floodfill,line: add proper comments
All @module declarations must go!
2023-07-07 00:42:57 +01:00
Starbeamrainbowlabs 2edc9f6f6c
forest: update comment 2023-07-04 23:14:18 +01:00
Starbeamrainbowlabs a78d385666
Merge branch 'main' of github.com:sbrl/Minetest-WorldEditAdditions 2023-07-04 22:55:15 +01:00
Starbeamrainbowlabs fd9d76353d
fillcaves: update comment 2023-07-04 22:55:12 +01:00
VorTechnix 5cf155772d Merge branch 'main' of https://github.com/sbrl/Minetest-WorldEditAdditions 2023-07-04 14:50:17 -07:00
VorTechnix 55ddc16b2e small fix to file:read error 2023-07-04 14:50:14 -07:00
Starbeamrainbowlabs 6bc1987916
Update and correct a bunch of comments
note that @module is outdated and should not be used
2023-07-04 22:45:02 +01:00
Starbeamrainbowlabs 365b491aa1
contributing guide: update example command 2023-07-04 22:44:28 +01:00
Starbeamrainbowlabs 5d18f6d0db
comment debug 2023-07-04 22:00:28 +01:00
Starbeamrainbowlabs 66c257c146
split_shell: added some more test cases for unclosed quotes 2023-07-04 20:35:01 +01:00
Starbeamrainbowlabs 7bdefc8d42
split_shell: comment out debug 2023-07-04 19:10:05 +01:00
Starbeamrainbowlabs 78c4a67c7b
split_test: even more tests 2023-07-04 19:09:42 +01:00
Starbeamrainbowlabs 02ad40eaae
split_shell: add automated tests, and fix an obscure bug 2023-07-04 19:04:11 +01:00
Starbeamrainbowlabs c988daeda6
update more comments 2023-07-02 20:05:46 +01:00
Starbeamrainbowlabs 047033a6ef
comments: update @class definitions 2023-07-02 19:03:46 +01:00
Starbeamrainbowlabs c6bc6e26e7
add chisel image 2023-07-02 18:22:03 +01:00
Starbeamrainbowlabs 8981bc4baa
weac.pos: update comments 2023-07-02 17:48:43 +01:00
Starbeamrainbowlabs 464ea53465
vector3: fix comments 2023-07-02 17:03:39 +01:00