Commit Graph

90 Commits

Author SHA1 Message Date
Panquesito7 3ffecdd9c4 Replace deprecated functions with newer ones
These commits create compatibility with MT/MTG 5.0.0+.
However, these commits may/will break with the 0.4-series.
2019-07-17 01:23:40 +02:00
sfan5 4f2c7b18cc Fix //allocate with 0 nodes 2019-07-17 01:20:40 +02:00
sfan5 f242f2f722
Change description for //about, fix #170 2018-12-08 21:52:36 +01:00
sfan5 b2b2b9364d Warn about invalid //stretch usage 2018-11-15 20:49:19 +01:00
Starbeamrainbowlabs b37605943b //mix: Add node weighting support 2018-10-29 00:36:33 +01:00
sfan5 12270dc094 Correct spelling of Minetest 2017-11-07 14:20:50 +01:00
sfan5 415000e797 Fix a few assignments to undeclared globals 2017-11-07 14:19:57 +01:00
sfan5 4605596215 Fix assignment to undeclared global "sign" @ worldedit_commands/init.lua:791 2017-09-12 14:58:26 +02:00
sfan5 283f47f10d Fix invalid node error message of //set and //mix 2017-09-12 14:56:01 +02:00
Wuzzy 3c61759bae Allow to bulk-set param2 of regions (#144) 2017-09-05 14:40:46 +02:00
sfan5 2cb3fcde66 Improve node name normalization 2017-08-31 20:38:38 +02:00
sfan5 870873ad15 Add //hollowcube and //cube
closes #143
2017-08-31 19:08:10 +02:00
Kyle bf8e2a8233 Dual-based cylinder 2017-08-31 16:25:22 +02:00
shivajiva101 acc9188828 Add logging for //lua and //luatransform 2017-05-21 17:31:59 +02:00
sfan5 ea465f8fe4 Remove useless privilege checks
This is covered by the privs = {...},
2017-05-13 11:51:36 +02:00
sfan5 bcac45a476 Fix "safe region" functionality errornously rejecting pos1-only commands (e.g. //sphere) 2017-01-31 19:52:54 +01:00
sfan5 426f3b949f Show light level a node receives with //inspect, fixes #128 2017-01-26 22:27:30 +01:00
sfan5 78e4ba828e Show light level with //inspect 2017-01-03 17:11:38 +01:00
sfan5 3a7fb5bf1e Add //help command (fixes #123) 2017-01-01 22:27:22 +01:00
sfan5 f9311b2b15 Move wand.lua to worldedit_commands 2016-12-10 21:54:51 +01:00
sfan5 6e2e2385e9 Merge remote-tracking branch 'tmp/hollowpyramid' 2016-10-13 17:51:01 +02:00
sfan5 d040d324e8 Fix //spiral requiring a selected region despite using only pos1 2016-10-12 19:45:38 +02:00
sfan5 5abe1cee3d Fix exiting mtschemprob entry dialog with ESC 2016-08-05 16:41:37 +02:00
Daniel Sosa 04d20de4cd Fix several typos 2016-07-03 21:44:02 -05:00
Daniel Sosa 8d213d32a0 refactor code for mantainability and reusability. Start of chat command refactor. Implement /outset. 2016-07-03 21:44:02 -05:00
Daniel Sosa 9e087ff995 Add outset, inset, shift and initial draft of expand 2016-07-03 21:44:02 -05:00
sfan5 61ab240cea Add //drain 2016-03-23 22:09:55 +01:00
Sebastien Ponce 5f9efb1205 Added hollow pyramids 2015-09-13 22:08:04 +02:00
ShadowNinja 90d6b3d237 Allow more characters in file names 2015-06-01 17:08:43 -04:00
ShadowNinja 4bd5d56909 Localize mkdir helper 2015-06-01 16:53:03 -04:00
ShadowNinja 163dffccb3 Fix leaking {safe,check}_region 2015-05-16 19:52:48 -04:00
ShadowNinja 6b2fe397e6 Use minetest.mkdir when available 2015-05-16 19:46:33 -04:00
est31 bea38a116a Add //deleteblocks command 2015-02-20 22:30:34 +01:00
ShadowNinja bb8456b711 Cleanup and fixup
Non-stylistic changes:
  * Add LuaDoc/LDoc support.
  * Fix `clear_objects` area size calculation.
  * Fix `clear_objects` removing player objects.
  * Fix shadowing of marker entity name with player name.
  * Make visualization functions use `swap_node`.
  * Make hidden nodes unwalkable.
  * Prevent `hide` from hiding air.
  * Make deprecated functions log to deprecated stream when called.
  * Fixed `replaceinverse` not using normalized node names.
  * Added .gitignore.
  * Bump version to 1.1.

Stylistic changes:
  * Change `x = function` to `function x`.
  * Change comment format.
  * Make  missing VoxelManip error less obnoxious.
  * Move `sort_pos` into `common.lua`, which is a required module.
  * Remove local copies of `minetest`.
  * Remove `worldedit = worldedit or {}` from modules.
  * Replace replaceinverse with an inverse argument to `replace`.
  * Added `error()`s on on invalid axes.
  * Change `wip` to `TODO`.
  * Rename `clearobjects` to `clear_objects`.
  * Remove `hollow_{sphere,dome,cylinder}` and replace them with a hollow parameter to each function.
  * Add helpers to reduce code duplication.
  * Renamed `Chat Commands.md` to `ChatCommands.md`.
2015-02-01 15:56:16 -05:00
Anthony Zhang 7f580611f5 Fix some warnings. 2014-12-29 18:16:36 -05:00
KodexKy 5b03c83f6b Fix stack2 param
Fix stack2 amount count
Fix stack2 sign recognition for y & z
2014-12-16 02:14:22 -04:30
sfan5 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
Anthony Zhang eb88bf6ade Merge pull request #61 from ShadowNinja/cleanup-serialization
Clean up serialization
2014-10-24 22:03:31 -04:00
ShadowNinja 796aa3870d Clean up serialization
* Adds a header to serialized data (to make version checking sane).
  * Removes the duplicate deserialization for `worldedit.deserialize` and `worldedit.allocate`.
  * Optimizes `worldedit.deserialize` by only deserializing the data once.
  * Makes some fields optional.
  * Cleans up the comments and a little of the code style.
2014-10-24 16:45:10 -04:00
ShadowNinja 1024eace6f Use "we-" prefix for commands 2014-10-24 16:09:51 -04:00
Uberi 70c24c9501 Fix #57 (thanks Zeno-!). 2014-08-15 19:23:23 -04:00
Uberi 38fbc0a046 Fix //mix and improve normalize_nodename. 2014-07-18 16:09:57 -04:00
Uberi 4b178bf709 Rename the randomized //set to //mix, style update, document changes. 2014-07-18 15:51:09 -04:00
Uberi 175ac211ca Documentation for `//stack2`, code style fixes, add author section to README. 2014-07-06 19:42:02 -04:00
Cy c22b556511 Improved stacking
This stack / copy uses a direction vector, so it's not limited to only
along the X/Y/Z axis, and can go diagonally. This enables things like
building staircases.
2014-06-30 16:14:14 -07:00
Cy 174416b010 Randomized set
Can /set node node2 node3 and it will randomly choose between those
three.
2014-06-30 16:13:44 -07:00
Uberi 2784a25561 Fix region checking (thanks PenguinDad). 2014-03-15 14:28:47 -04:00
Uberi b29523db4d Implement full size checking for every possible command. 2014-03-12 16:11:00 -04:00
Uberi 0dddffa544 Add warning for really huge regions. 2014-03-10 17:58:15 -04:00
ShadowNinja f8d3614a32 Make /lua and /luatransform administrator-only 2014-01-21 11:14:24 -05:00