0bf1ac4559
Merge 384825ac8f
into acc9188828
2017-05-21 20:33:18 +00:00
acc9188828
Add logging for //lua and //luatransform
2017-05-21 17:31:59 +02:00
3240167b13
Forgot this one during refactor ( a31f955fb1
)
2017-05-13 11:53:52 +02:00
66b1fa032d
Remove formspec tester from worldedit_gui
2017-05-13 11:52:45 +02:00
a31f955fb1
Refactor priv determination in worldedit_gui
2017-05-13 11:51:36 +02:00
38e9b42caf
Do not allow any worldedit_gui commands without privs
2017-05-13 11:51:36 +02:00
ea465f8fe4
Remove useless privilege checks
...
This is covered by the privs = {...},
2017-05-13 11:51:36 +02:00
0ce45a5900
Fix worldedit_gui_lua privs
...
This fixes the worldedit_gui_lua feature so that it requires certain privs to run.
2017-05-13 11:17:45 +02:00
56f77a2f27
Remove unused toolcaps of the wand tool
2017-03-11 12:50:27 +01:00
610cd9981d
Use sfinv if possible, fixes #124 with recent minetest versions
2017-03-11 12:47:30 +01:00
c0f3bb6958
GUI: Use nicer picture to indicate unknown nodes (-> no search results)
2017-03-11 12:24:47 +01:00
e49f717000
GUI: Always pass normalized node names to commands
2017-03-11 12:03:06 +01:00
6e7b9a60be
Update wand definition ( #129 )
...
Fixes "maxwear" deprecated warning
2017-02-11 00:04:04 +01:00
bcac45a476
Fix "safe region" functionality errornously rejecting pos1-only commands (e.g. //sphere)
2017-01-31 19:52:54 +01:00
426f3b949f
Show light level a node receives with //inspect, fixes #128
2017-01-26 22:27:30 +01:00
78e4ba828e
Show light level with //inspect
2017-01-03 17:11:38 +01:00
384825ac8f
Prevent OOM when setting region cube
...
When setting region cube, make sure player has not set two positions very far apart.
This can happen when player has been editing one part of the map, then travels to a distant part of the map and tries to start setting a new region.
This does not affect the ability to operate on large areas, nor the setting of the markers, just the region cube marking.
2017-01-02 21:00:26 +00:00
92fe95fab7
Make //fixlight work again
...
The dig-air-nodes method seems to have stopped working a few Minetest version ago
2017-01-02 19:03:21 +01:00
3a7fb5bf1e
Add //help command ( fixes #123 )
2017-01-01 22:27:22 +01:00
aa0e46d4e2
Handle failure of minetest.add_entity()
...
(see minetest/minetest#4923 )
2016-12-21 14:26:24 +01:00
83288c969e
Don't mark or load areas into memory when they are over a certain size, fixes #97
2016-12-10 22:02:40 +01:00
f9311b2b15
Move wand.lua to worldedit_commands
2016-12-10 21:54:51 +01:00
15f0cea72e
Disable wand tool on entities
2016-12-10 21:39:44 +01:00
6e2e2385e9
Merge remote-tracking branch 'tmp/hollowpyramid'
2016-10-13 17:51:01 +02:00
152707a322
Fix 'Run Lua' button in WorldEdit GUI ( fixes #121 )
2016-10-12 20:10:36 +02:00
d040d324e8
Fix //spiral requiring a selected region despite using only pos1
2016-10-12 19:45:38 +02:00
df6b54d2f5
Fix blowing up TNT near worldedit markers
2016-10-12 19:38:41 +02:00
5abe1cee3d
Fix exiting mtschemprob entry dialog with ESC
2016-08-05 16:41:37 +02:00
5afea424ba
Move cuboidapi.lua to correct place
2016-07-04 19:57:48 +02:00
2aed498849
Add completion chat message to //expand and //contract
2016-07-04 19:53:12 +02:00
0b68b2aec6
Fix //shift with absolute axis (x/y/z)
2016-07-04 19:51:28 +02:00
f72abdb766
Merge remote-tracking branch 'tmp/cuboidmanip'
2016-07-04 19:49:23 +02:00
e18525d8c9
Modify outset and inset to accept both hv and vh combinations. Update documentation accordingly.
2016-07-03 21:44:02 -05:00
78890dde07
Clean some documentation issues
2016-07-03 21:44:02 -05:00
b922097e7a
Update command documentation
2016-07-03 21:44:02 -05:00
48f3f59fc3
Implement some safety mechanisms
2016-07-03 21:44:02 -05:00
f8f1f3b9cc
Reimplement /expand and /contract to conform to WE standards
2016-07-03 21:44:02 -05:00
d5e004be67
Fix /outset and /inset to conform to WE standards
2016-07-03 21:44:02 -05:00
fad021d0ba
Remove some debug code
2016-07-03 21:44:02 -05:00
f1fe0c6bba
Fix /shift command to conform to worldedit command standard
2016-07-03 21:44:02 -05:00
40cee99700
Fix a crash that happened when trying to shift the cuboid using relative direction while looking straight up or down
2016-07-03 21:44:02 -05:00
04d20de4cd
Fix several typos
2016-07-03 21:44:02 -05:00
859c6bd12a
Implement /expand and /contract
2016-07-03 21:44:02 -05:00
240380ff16
Implement /inset and /shift
2016-07-03 21:44:02 -05:00
8d213d32a0
refactor code for mantainability and reusability. Start of chat command refactor. Implement /outset.
2016-07-03 21:44:02 -05:00
ae29a9f064
Reimplement inset/outset to make use of new marker functions
2016-07-03 21:44:02 -05:00
6cf8b92434
Reimplement /shift to make use of new marker functions
2016-07-03 21:44:02 -05:00
0b97a7c740
Finish /expand implementation. Add /contract command.
2016-07-03 21:44:02 -05:00
900b2f25aa
Fix faulty regex in expand. Add relative direction decoding.
2016-07-03 21:44:02 -05:00
f49663902c
Major progress and simplification in /expand function
2016-07-03 21:44:02 -05:00