Commit Graph

  • bc2f4d0f9c Reimplement /expand and /contract to conform to WE standards Daniel Sosa 2015-02-16 03:46:45 +0000
  • d4de7df263 Fix /outset and /inset to conform to WE standards Daniel Sosa 2015-02-16 02:47:21 +0000
  • 1d372f7ed5 Remove some debug code Daniel Sosa 2015-02-16 02:33:11 +0000
  • 6186a37dc5 Fix /shift command to conform to worldedit command standard Daniel Sosa 2015-02-16 02:28:50 +0000
  • b0fbcf197f Merge pull request #72 from HybridDog/globalfix Anthony Zhang 2015-02-14 23:25:20 -0500
  • b468e24a20 fix an error message #72 HybridDog 2015-02-14 23:05:06 +0100
  • 4f1fe44ece Add //deleteblocks command est31 2015-02-08 01:38:05 +0100
  • bb8456b711 Cleanup and fixup #63 ShadowNinja 2014-10-29 22:47:08 -0400
  • eaffe7e347 Fix a crash that happened when trying to shift the cuboid using relative direction while looking straight up or down Daniel Sosa 2015-01-11 13:12:37 +0000
  • e494f70b3e Fix several typos Daniel Sosa 2015-01-06 13:20:58 +0000
  • e90da67364 Implement /expand and /contract Daniel Sosa 2015-01-03 20:56:27 -0600
  • ac78575872 Implement /inset and /shift Daniel Sosa 2015-01-03 20:20:27 -0600
  • fb9bf2f811 refactor code for mantainability and reusability. Start of chat command refactor. Implement /outset. Daniel Sosa 2015-01-03 19:46:59 -0600
  • 7cdaa9bed5 Reimplement inset/outset to make use of new marker functions Daniel Sosa 2015-01-03 02:51:59 -0600
  • 969d0a0ace Reimplement /shift to make use of new marker functions Daniel Sosa 2015-01-03 02:29:28 -0600
  • 0dd151befc Finish /expand implementation. Add /contract command. Daniel Sosa 2015-01-03 02:04:02 -0600
  • f33d13948f Fix faulty regex in expand. Add relative direction decoding. Daniel Sosa 2015-01-03 01:23:19 -0600
  • a1a518c8a8 Major progress and simplification in /expand function Daniel Sosa 2015-01-02 23:40:56 -0600
  • 9decac79d5 Add common functions to move and update the markers Daniel Sosa 2015-01-02 22:29:37 -0600
  • 35d8e64aab Add outset, inset, shift and initial draft of expand Daniel Sosa 2015-01-02 21:45:25 -0600
  • 1f277147ca Fix Lua function ShadowNinja 2014-12-30 00:10:51 -0500
  • 04fdf92aca Fix crash when loading schematic in a LuaJIT build in recent Minetest versions (thanks LazyJ & VanessaE!). Anthony Zhang 2014-12-29 18:26:37 -0500
  • 7f580611f5 Fix some warnings. Anthony Zhang 2014-12-29 18:16:36 -0500
  • 4799068551 Merge pull request #68 from KodexKy/stack2_fix Anthony Zhang 2014-12-29 17:51:51 -0500
  • 5b03c83f6b Fix stack2 param Fix stack2 amount count Fix stack2 sign recognition for y & z #68 KodexKy 2014-12-16 02:14:22 -0430
  • e4d007199f Fix bug with loading old .we file formats, thanks to @Sokomine sfan5 2014-12-13 21:13:11 +0100
  • fb49cc4bcc Revert "Use "we-" prefix for commands" sfan5 2014-10-25 07:53:20 +0200
  • eb88bf6ade Merge pull request #61 from ShadowNinja/cleanup-serialization Anthony Zhang 2014-10-24 22:03:31 -0400
  • 81c16949f5 Merge 1a5f0eba9b into 02c36c16d5 #59 HybridDog 2014-10-24 21:04:29 +0000
  • 02c36c16d5 Merge pull request #62 from ShadowNinja/command-prefix Anthony Zhang 2014-10-24 17:04:00 -0400
  • 796aa3870d Clean up serialization #61 ShadowNinja 2014-10-24 15:01:46 -0400
  • 1024eace6f Use "we-" prefix for commands #62 ShadowNinja 2014-10-24 15:27:41 -0400
  • 1a5f0eba9b smaller .we files #59 HybridDog 2014-09-12 13:59:17 +0200
  • 5467d88718 Merge 2c604db988 into 70c24c9501 #45 dgm3333 2014-08-16 10:31:19 +0000
  • 70c24c9501 Fix #57 (thanks Zeno-!). Uberi 2014-08-15 19:23:23 -0400
  • 18efe50e1e Fix typo (thanks donat-b!). Uberi 2014-08-05 18:34:13 -0400
  • 0234f002e0 Change license to LGPLv2.1+ #54 ShadowNinja 2014-07-24 12:12:36 -0400
  • 44c9576f8a Merge pull request #53 from ShadowNinja/fix-lua-runtime-error Anthony Zhang 2014-07-24 11:19:13 -0400
  • e383e8ce00 Fix runtime error checking with lua* commands #53 ShadowNinja 2014-07-20 13:42:57 -0400
  • 82ef580fae Add `sort_pos` to make code module independent. Uberi 2014-07-22 18:42:15 -0400
  • 38fbc0a046 Fix //mix and improve normalize_nodename. Uberi 2014-07-18 16:09:57 -0400
  • 4b178bf709 Rename the randomized //set to //mix, style update, document changes. Uberi 2014-07-18 15:51:09 -0400
  • d8aa7e72a7 Oops, fix //set. Uberi 2014-07-14 00:11:33 -0400
  • 58d7a7134e Coding style updates. Uberi 2014-07-12 16:35:59 -0400
  • 420655bd94 Merge pull request #51 from cyisfor/master Anthony Zhang 2014-07-12 16:31:27 -0400
  • ea84eee0e5 Fix typo in README sfan5 2014-07-12 07:42:38 +0200
  • 9ec1a799d8 Fix worldedit_gui not working in Minetest 0.4.10. Uberi 2014-07-10 20:17:12 -0400
  • f5b67c5bc2 CPS-ifying stack #51 Cy 2014-07-09 23:50:41 -0700
  • 6084db9335 Slight optimization to //set Cy 2014-07-09 23:34:27 -0700
  • b70fd16da4 Oops, fix `//set`. Uberi 2014-07-07 14:06:33 -0400
  • 9616c7d944 Update `stack2` API documentation. Uberi 2014-07-06 19:59:56 -0400
  • 175ac211ca Documentation for `//stack2`, code style fixes, add author section to README. Uberi 2014-07-06 19:42:02 -0400
  • b32aadd7fa Merge pull request #47 from cyisfor/master Anthony Zhang 2014-07-06 19:11:23 -0400
  • c22b556511 Improved stacking #47 Cy 2014-06-30 16:14:14 -0700
  • 174416b010 Randomized set Cy 2014-06-30 16:13:44 -0700
  • 2c604db988 add help for /loadalign etc chat commands #45 dgm3333 2014-05-28 22:21:18 +0100
  • a93dcef660 add shortcuts for loadalign series of commands dgm3333 2014-05-28 22:05:44 +0100
  • f50dc971cf Add /loadalign, /loadaligntest, /correctorigin, and helpers dgm3333 2014-05-28 22:04:46 +0100
  • ab2349a834 Add deserializeAlign and various helper functions dgm3333 2014-05-28 21:42:01 +0100
  • 5825b8ef29 Merge 5993de0d5c into 2c4a791805 #44 dgm3333 2014-05-26 21:52:09 +0000
  • 5993de0d5c Update Chat Commands.md #44 dgm3333 2014-05-26 22:52:07 +0100
  • 37b93a063d Update Chat Commands.md dgm3333 2014-05-26 22:44:50 +0100
  • d3b43e1d60 oops, missed pasting the correction of allocate return function dgm3333 2014-05-26 22:06:10 +0100
  • e11b0b3366 Update init.lua dgm3333 2014-05-26 21:26:23 +0100
  • a02ed6c522 Update serialization.lua dgm3333 2014-05-26 21:20:21 +0100
  • 0720ec2b77 Update init.lua dgm3333 2014-05-26 21:11:35 +0100
  • daa7234c69 Update init.lua dgm3333 2014-05-26 20:55:19 +0100
  • c1aadd078d Update serialization.lua dgm3333 2014-05-26 20:48:42 +0100
  • 509847b4d1 Update init.lua dgm3333 2014-05-26 20:40:59 +0100
  • f8a15876a9 Merge ede4c76db4 into 2c4a791805 #40 khonkhortisan 2014-05-17 16:27:46 +0000
  • 2c4a791805 New inventory icon for GUI (thanks VanessaE!). Uberi 2014-05-16 16:59:56 -0400
  • ede4c76db4 initialize sign fix spelling error in variable debug info for testing #40 khonkhortisan 2014-04-22 13:36:46 -0700
  • da867d7fd4 README khonkhortisan 2014-04-21 21:02:03 -0700
  • 589922a341 Allocate space for .mts similarly to .we (also needs testing) khonkhortisan 2014-04-21 14:23:33 -0700
  • 8bdb7f67d6 Use worldedit.can_edit_volume for more commands (needs testing) Without the server privilege, files will be saved as worldedit.[we|mts] Ran into the problem of minetest.place_schematic not having a bounding box khonkhortisan 2014-04-21 13:28:10 -0700
  • 4660927ca0 Fix safe region functionality (thanks ChaosWormz). Uberi 2014-04-19 23:33:20 -0400
  • c473fbb6c1 //set appears to respect area ownership hard depend on commonlib to soft depend on areas khonkhortisan 2014-04-19 17:15:25 -0700
  • 11647fca93 preemtive optimization - caching a per-node player permission check before the function actually works khonkhortisan 2014-04-18 18:30:26 -0700
  • bde3281508 copy .privs with .can_edit_volume for a function wrapper as well as a conditional for good measure. khonkhortisan 2014-04-18 18:21:08 -0700
  • 098051d25e Respond correctly if .can_edit_volume is called outside of .privs I can't think of why that would happen. khonkhortisan 2014-04-18 17:02:36 -0700
  • 88e4c635aa Run worldedit.privs inside and outside of worldedit.can_edit_volume Never run worldedit.can_edit_volume without worldedit.privs surrounding it khonkhortisan 2014-04-18 16:52:34 -0700
  • 4b80eb82cc Allow using worldedit.privs() in an if statement or with a function argument. khonkhortisan 2014-04-18 13:23:13 -0700
  • 4475909a97 Disable node inspection on use if it was enabled before the worldedit privilege was removed from a player to prevent spamming. khonkhortisan 2014-04-18 13:06:55 -0700
  • 7083a26e72 Second function wrapper khonkhortisan 2014-04-17 12:35:15 -0700
  • 1d71e602b8 add a second depend khonkhortisan 2014-04-17 10:45:24 -0700
  • df159efcee Check privs not just during registration of chatcommands Creative mode could change while the server is running. khonkhortisan 2014-04-17 10:37:24 -0700
  • ae5a7376c0 Require the "server" privilege for commands that write to files (but not for reads) Inconsistently require the "worldedit" privilege, based on creative mode and the existence of a land ownership mod. khonkhortisan 2014-04-16 18:54:16 -0700
  • f2436db108 Use old behaviour when not in creative mode. khonkhortisan 2014-04-16 14:01:40 -0700
  • 12424c584f Initial pseudocode khonkhortisan 2014-04-16 13:35:46 -0700
  • 2784a25561 Fix region checking (thanks PenguinDad). Uberi 2014-03-15 14:28:47 -0400
  • b29523db4d Implement full size checking for every possible command. Uberi 2014-03-12 16:11:00 -0400
  • 0dddffa544 Add warning for really huge regions. Uberi 2014-03-10 17:57:49 -0400
  • b8b8db42bf Merge pull request #36 from spillz/master Anthony 2014-02-24 09:46:26 -0500
  • 18417ff4fd Fix incorrect fixedpos var names in the GUI form #36 spillz 2014-02-23 20:31:09 -0500
  • 84f0e23d6c Add `worldedit_shortcommands`, which adds aliases to commonly used chat commands that allow users to type in long command names faster. Idea is courtesy of @electricface. Uberi 2014-02-23 14:16:22 -0500
  • be913e6d8b Fix chat commands display. Uberi 2014-01-28 14:14:36 -0500
  • 82f39460cc Merge pull request #33 from electricface/master Anthony 2014-01-27 22:41:26 -0800
  • 6b50025ccc //fixedpos No commas between the numbers #33 electricface 2014-01-28 12:23:47 +0800
  • 829f9eef73 Merge pull request #32 from ShadowNinja/admin-only-lua Anthony 2014-01-21 18:42:16 -0800
  • f8d3614a32 Make /lua and /luatransform administrator-only #32 ShadowNinja 2014-01-19 12:22:07 -0500