Commit Graph

  • 6abeabbb2c Update wand definition #129 MT-Modder 2017-02-10 17:38:23 -0500
  • bcac45a476 Fix "safe region" functionality errornously rejecting pos1-only commands (e.g. //sphere) sfan5 2017-01-31 19:52:54 +0100
  • 426f3b949f Show light level a node receives with //inspect, fixes #128 sfan5 2017-01-26 22:26:45 +0100
  • 78e4ba828e Show light level with //inspect sfan5 2017-01-03 17:11:38 +0100
  • 384825ac8f Prevent OOM when setting region cube #125 Tai @ Flex 2017-01-02 21:00:26 +0000
  • 92fe95fab7 Make //fixlight work again sfan5 2017-01-02 19:03:21 +0100
  • 3a7fb5bf1e Add //help command (fixes #123) sfan5 2017-01-01 22:26:58 +0100
  • aa0e46d4e2 Handle failure of minetest.add_entity() sfan5 2016-12-21 14:26:24 +0100
  • 83288c969e Don't mark or load areas into memory when they are over a certain size, fixes #97 sfan5 2016-12-10 22:02:40 +0100
  • f9311b2b15 Move wand.lua to worldedit_commands sfan5 2016-12-10 21:43:38 +0100
  • 15f0cea72e Disable wand tool on entities sfan5 2016-12-10 21:39:44 +0100
  • 6e2e2385e9 Merge remote-tracking branch 'tmp/hollowpyramid' sfan5 2016-10-13 17:51:01 +0200
  • 152707a322 Fix 'Run Lua' button in WorldEdit GUI (fixes #121) sfan5 2016-10-12 20:10:36 +0200
  • d040d324e8 Fix //spiral requiring a selected region despite using only pos1 sfan5 2016-10-12 19:45:38 +0200
  • df6b54d2f5 Fix blowing up TNT near worldedit markers sfan5 2016-10-12 19:38:41 +0200
  • 5abe1cee3d Fix exiting mtschemprob entry dialog with ESC sfan5 2016-08-05 16:41:37 +0200
  • 36fd675e1a Merge 1d4b145ba1 into 5afea424ba #106 Joseph Pickard 2016-07-04 18:00:55 +0000
  • 5afea424ba Move cuboidapi.lua to correct place sfan5 2016-07-04 19:57:48 +0200
  • 2aed498849 Add completion chat message to //expand and //contract sfan5 2016-07-04 19:53:12 +0200
  • 0b68b2aec6 Fix //shift with absolute axis (x/y/z) sfan5 2016-07-04 19:51:28 +0200
  • f72abdb766 Merge remote-tracking branch 'tmp/cuboidmanip' sfan5 2016-07-04 19:49:23 +0200
  • e18525d8c9 Modify outset and inset to accept both hv and vh combinations. Update documentation accordingly. #118 Daniel Sosa 2015-02-21 19:07:14 +0000
  • 78890dde07 Clean some documentation issues Daniel Sosa 2015-02-19 14:01:45 -0600
  • b922097e7a Update command documentation Daniel Sosa 2015-02-18 17:27:32 -0600
  • 48f3f59fc3 Implement some safety mechanisms Daniel Sosa 2015-02-16 04:15:52 +0000
  • f8f1f3b9cc Reimplement /expand and /contract to conform to WE standards Daniel Sosa 2015-02-16 03:46:45 +0000
  • d5e004be67 Fix /outset and /inset to conform to WE standards Daniel Sosa 2015-02-16 02:47:21 +0000
  • fad021d0ba Remove some debug code Daniel Sosa 2015-02-16 02:33:11 +0000
  • f1fe0c6bba Fix /shift command to conform to worldedit command standard Daniel Sosa 2015-02-16 02:28:50 +0000
  • 40cee99700 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
  • 04d20de4cd Fix several typos Daniel Sosa 2015-01-06 13:20:58 +0000
  • 859c6bd12a Implement /expand and /contract Daniel Sosa 2015-01-03 20:56:27 -0600
  • 240380ff16 Implement /inset and /shift Daniel Sosa 2015-01-03 20:20:27 -0600
  • 8d213d32a0 refactor code for mantainability and reusability. Start of chat command refactor. Implement /outset. Daniel Sosa 2015-01-03 19:46:59 -0600
  • ae29a9f064 Reimplement inset/outset to make use of new marker functions Daniel Sosa 2015-01-03 02:51:59 -0600
  • 6cf8b92434 Reimplement /shift to make use of new marker functions Daniel Sosa 2015-01-03 02:29:28 -0600
  • 0b97a7c740 Finish /expand implementation. Add /contract command. Daniel Sosa 2015-01-03 02:04:02 -0600
  • 900b2f25aa Fix faulty regex in expand. Add relative direction decoding. Daniel Sosa 2015-01-03 01:23:19 -0600
  • f49663902c Major progress and simplification in /expand function Daniel Sosa 2015-01-02 23:40:56 -0600
  • d475682d8f Add common functions to move and update the markers Daniel Sosa 2015-01-02 22:29:37 -0600
  • 9e087ff995 Add outset, inset, shift and initial draft of expand Daniel Sosa 2015-01-02 21:45:25 -0600
  • b23e92921c fix gui bug with back button (#116) tenplus1 2016-06-20 17:05:47 +0100
  • 19ee8bba6f fix gui bug with back button #116 tenplus1 2016-05-22 14:00:51 +0100
  • c21b50abc1 Merge 634cd2495e into 61ab240cea #105 HybridDog 2016-03-23 21:33:57 +0000
  • 61ab240cea Add //drain sfan5 2016-03-23 22:09:55 +0100
  • b06e004d80 Merge pull request #108 from kilbith/master sfan5 2016-02-22 15:54:25 +0100
  • 6dddc93ed7 Fix unability to browse inv. items on creative inventory #108 Jean-Patrick Guerrero 2016-02-22 12:29:06 +0100
  • b99a51f468 Merge pull request #107 from kilbith/master sfan5 2016-02-22 10:33:04 +0100
  • 91c5053e67 Re-adapt WorldEdit's GUI button position to creative inventory #107 Jean-Patrick Guerrero 2016-02-22 10:29:53 +0100
  • 1d4b145ba1 Added '//expand' and '//contract' commands that expand and contract the user's worldedit selection. Usage: //expand <count> <+/-><x/y/z> //contract <count> <+/-><x/y/z> #106 Joseph Pickard 2016-02-14 07:49:04 -0500
  • 634cd2495e fix maxwear error message by removing not needed code from the wand #105 HybridDog 2016-02-12 20:54:06 +0100
  • a7a7b648ce Synchronization with Uberi version 2016-01-23 #92 Pierre-Yves Rollo 2016-01-30 11:56:46 +0100
  • f2f714c19e Fix crash when loading version 3 schematics ShadowNinja 2016-01-23 16:57:00 -0500
  • 47712844a3 Added a WorldEdit wand item that can be used to select areas with worldedit. Joseph Pickard 2016-01-17 13:27:33 -0500
  • 44525f46b9 Merge bea4710000 into 2bd4d6fa8f #102 Joseph Pickard 2016-01-22 17:20:56 +0000
  • bea4710000 Removed semicolons. Removed unnecessary parentheses from 'if' statements. Added a texture for the 'worldedit:wand' item. #102 Joseph Pickard 2016-01-22 11:14:51 -0600
  • 94767e57ba Added a WorldEdit wand item that can be used to select areas with worldedit. Joseph Pickard 2016-01-17 13:27:33 -0500
  • 2bd4d6fa8f Merge pull request #101 from kilbith/master sfan5 2016-01-17 15:29:06 +0100
  • e9e8de385c Adapt WorldEdit GUI button to the new creative inventory #101 kilbith 2016-01-17 15:17:44 +0100
  • 2e2fcfdfa2 Fixed Issue #83 : upsidedown pyramid not working well Sebastien Ponce 2015-09-14 22:09:36 +0200
  • e0a2661700 Fix //stack2 not working (closes #94) sfan5 2016-01-05 13:57:48 +0100
  • 7a19c5303b Fix undeclared global variable Rui 2015-09-13 12:54:18 +0900
  • 35b68c481b Fixed dropdown menus in the WorldEdit GUI (closes #78, thanks to @sponce) sfan5 2016-01-05 13:14:47 +0100
  • f0b1b5d107 Merge aaf4c667e1 into 51158eca9f #85 Sebastien Ponce 2016-01-05 11:45:20 +0000
  • 51158eca9f Fix Save/Load from WorldEdit GUI, fixes #90 sfan5 2016-01-05 12:42:01 +0100
  • 3aa315f134 Fix Orient in WorldEdit GUI sfan5 2016-01-05 12:24:06 +0100
  • 3d30588a68 Clarify `//deleteblocks` Anthony Zhang 2015-12-18 17:33:29 -0500
  • 9eb0b24566 Remove trailing spaces Pierre-Yves Rollo 2015-11-04 13:23:32 +0100
  • 44ada256d5 Add diagonal symetric node flip management and some rotation fixes Pierre-Yves Rollo 2015-11-04 13:16:37 +0100
  • 48f9c6c23f Fix #93 (thanks @za267!) Anthony Zhang 2015-11-01 16:50:36 -0500
  • 3673d9bf5e Fix rotate y 180 facedir substitutions Pierre-Yves Rollo 2015-10-29 10:13:03 +0100
  • 80f013f973 Renamed flipnodes to flip_nodes and some changes in comments Pierre-Yves Rollo 2015-10-28 09:10:46 +0100
  • 6bab328d2b Added 6D facedir management and changed rotate and flip behavior concerning orientation Pierre-Yves Rollo 2015-10-27 09:13:51 +0100
  • bd41067f26 Additional *.mts file generation (100% prob) #89 4aiman 2015-09-18 16:36:19 +0300
  • d31b5168ef Fixed Issue #83 : upsidedown pyramid not working well #88 Sebastien Ponce 2015-09-14 22:09:36 +0200
  • 5f9efb1205 Added hollow pyramids #87 Sebastien Ponce 2015-09-13 11:31:47 +0200
  • fff1de1fba Fix undeclared global variable #86 Rui 2015-09-13 12:54:18 +0900
  • aaf4c667e1 Fixed dropdown menus in the worldedit gui #85 Sebastien Ponce 2015-09-12 15:37:08 +0200
  • 6d1d0c2ca1 Fixed pyramids in primitives Sebastien Ponce 2015-09-06 22:50:25 +0200
  • 1c86bae277 Update primitives.lua #82 Brett O'Donnell 2015-07-29 19:03:14 +0930
  • fc037e9c82 Fix formspec typo causing crashing upon using `/orient` in the GUI. Anthony Zhang 2015-06-18 18:14:45 -0400
  • 90d6b3d237 Allow more characters in file names ShadowNinja 2015-06-01 17:08:43 -0400
  • 4bd5d56909 Localize mkdir helper ShadowNinja 2015-06-01 16:53:03 -0400
  • 163dffccb3 Fix leaking {safe,check}_region ShadowNinja 2015-05-16 19:52:11 -0400
  • 6b2fe397e6 Use minetest.mkdir when available ShadowNinja 2015-05-16 19:46:33 -0400
  • 5c115e282c Fix existence check trying to open files for writing ShadowNinja 2015-05-16 19:26:37 -0400
  • ab47385f7b Fix crash (worldedit/manipulations.lua:526: attempt to call global 'set_node' (a nil value)) sfan5 2015-05-04 18:48:09 +0200
  • 78915d4a54 Merge pull request #76 from est31/fixserialisation Anthony Zhang 2015-03-11 22:08:32 -0400
  • 09de34aabf Load first node too with LuaJIT #76 est31 2015-03-12 02:21:01 +0100
  • 75aa9d88b1 Modify outset and inset to accept both hv and vh combinations. Update documentation accordingly. #70 Daniel Sosa 2015-02-21 19:07:14 +0000
  • c1bd4986b0 Merge pull request #74 from est31/deleteblocks Anthony Zhang 2015-02-21 00:42:05 -0500
  • bea38a116a Add //deleteblocks command #74 est31 2015-02-08 01:38:05 +0100
  • 56eff46f3c Clean some documentation issues Daniel Sosa 2015-02-19 14:01:45 -0600
  • a5e633a058 Update command documentation Daniel Sosa 2015-02-18 17:27:32 -0600
  • 1e3b7b75c7 Merge a636a64413 into 4336e7ca14 #70 danierukun 2015-02-18 22:40:14 +0000
  • 4336e7ca14 Merge pull request #73 from est31/hidebutton Anthony Zhang 2015-02-16 19:58:59 -0500
  • eca54f0851 Make inventory++ hide button for players without worldedit priv #73 est31 2015-02-16 22:55:09 +0100
  • c45fc998de Merge 7d66f66a61 into b0fbcf197f #71 est31 2015-02-16 21:55:57 +0000
  • 7d66f66a61 Make inventory++ hide button for players without worldedit priv #71 est31 2015-02-16 22:55:09 +0100
  • a636a64413 Implement some safety mechanisms Daniel Sosa 2015-02-16 04:15:52 +0000