1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2025-07-07 02:20:31 +02:00
Commit Graph

14 Commits

Author SHA1 Message Date
62bb1cc5ef Add wand.lua translarion. Some fixes for translations:
- add missed `count` var
- fix terminology "blocks" -> "nodes" for `//outset` `//inset`
- change textdomain `worldedit` -> `worldedit_commands`
- add missed translation ("invalid usage") in `//cubeapply`
2023-10-19 17:21:00 +03:00
c6ae70a96b Add missing translations in init.lua, translate safe.lua & cuboid.lua. 2023-10-18 05:45:43 +03:00
2d44c915f0 Translate worldedit_commands commands 2023-10-06 20:36:30 +03:00
418a30c89e Raise safe region limit to 20000 2020-10-06 13:53:22 +02:00
7833b68c85 worldedit_brush: Remove "safe region" hack 2019-12-19 15:58:26 +01:00
91d02f6f5b Rewrite command registration 2019-12-19 15:13:55 +01:00
7b1deb1b61 Add configurable brush item
texture was supposed to be a brush, i suck at this :(
2017-09-17 23:47:29 +02:00
bcac45a476 Fix "safe region" functionality errornously rejecting pos1-only commands (e.g. //sphere) 2017-01-31 19:52:54 +01:00
163dffccb3 Fix leaking {safe,check}_region 2015-05-16 19:52:48 -04:00
fb49cc4bcc Revert "Use "we-" prefix for commands"
This is currently being discussed, see #62.
This reverts commit 1024eace6f.
2014-10-25 07:53:20 +02:00
1024eace6f Use "we-" prefix for commands 2014-10-24 16:09:51 -04:00
4660927ca0 Fix safe region functionality (thanks ChaosWormz). 2014-04-19 23:33:20 -04:00
2784a25561 Fix region checking (thanks PenguinDad). 2014-03-15 14:28:47 -04:00
b29523db4d Implement full size checking for every possible command. 2014-03-12 16:11:00 -04:00