1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2025-07-23 10:00:22 +02:00

Commit Graph

  • 78890dde07 Clean some documentation issues Daniel Sosa 2015-02-19 14:01:45 -06:00
  • b922097e7a Update command documentation Daniel Sosa 2015-02-18 17:27:32 -06:00
  • 48f3f59fc3 Implement some safety mechanisms Daniel Sosa 2015-02-16 04:15:52 +00:00
  • f8f1f3b9cc Reimplement /expand and /contract to conform to WE standards Daniel Sosa 2015-02-16 03:46:45 +00:00
  • d5e004be67 Fix /outset and /inset to conform to WE standards Daniel Sosa 2015-02-16 02:47:21 +00:00
  • fad021d0ba Remove some debug code Daniel Sosa 2015-02-16 02:33:11 +00:00
  • f1fe0c6bba Fix /shift command to conform to worldedit command standard Daniel Sosa 2015-02-16 02:28:50 +00:00
  • 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 +00:00
  • 04d20de4cd Fix several typos Daniel Sosa 2015-01-06 13:20:58 +00:00
  • 859c6bd12a Implement /expand and /contract Daniel Sosa 2015-01-03 20:56:27 -06:00
  • 240380ff16 Implement /inset and /shift Daniel Sosa 2015-01-03 20:20:27 -06:00
  • 8d213d32a0 refactor code for mantainability and reusability. Start of chat command refactor. Implement /outset. Daniel Sosa 2015-01-03 19:46:59 -06:00
  • ae29a9f064 Reimplement inset/outset to make use of new marker functions Daniel Sosa 2015-01-03 02:51:59 -06:00
  • 6cf8b92434 Reimplement /shift to make use of new marker functions Daniel Sosa 2015-01-03 02:29:28 -06:00
  • 0b97a7c740 Finish /expand implementation. Add /contract command. Daniel Sosa 2015-01-03 02:04:02 -06:00
  • 900b2f25aa Fix faulty regex in expand. Add relative direction decoding. Daniel Sosa 2015-01-03 01:23:19 -06:00
  • f49663902c Major progress and simplification in /expand function Daniel Sosa 2015-01-02 23:40:56 -06:00
  • d475682d8f Add common functions to move and update the markers Daniel Sosa 2015-01-02 22:29:37 -06:00
  • 9e087ff995 Add outset, inset, shift and initial draft of expand Daniel Sosa 2015-01-02 21:45:25 -06:00
  • b23e92921c fix gui bug with back button (#116) tenplus1 2016-06-20 17:05:47 +01:00
  • 61ab240cea Add //drain sfan5 2016-03-23 22:09:55 +01:00
  • b06e004d80 Merge pull request #108 from kilbith/master sfan5 2016-02-22 15:54:25 +01:00
  • 6dddc93ed7 Fix unability to browse inv. items on creative inventory Jean-Patrick Guerrero 2016-02-22 12:29:06 +01:00
  • b99a51f468 Merge pull request #107 from kilbith/master sfan5 2016-02-22 10:33:04 +01:00
  • 91c5053e67 Re-adapt WorldEdit's GUI button position to creative inventory Jean-Patrick Guerrero 2016-02-22 10:29:53 +01:00
  • f2f714c19e Fix crash when loading version 3 schematics ShadowNinja 2016-01-23 16:57:00 -05:00
  • 47712844a3 Added a WorldEdit wand item that can be used to select areas with worldedit. Joseph Pickard 2016-01-17 13:27:33 -05:00
  • 2bd4d6fa8f Merge pull request #101 from kilbith/master sfan5 2016-01-17 15:29:06 +01:00
  • e9e8de385c Adapt WorldEdit GUI button to the new creative inventory kilbith 2016-01-17 15:17:44 +01:00
  • 2e2fcfdfa2 Fixed Issue #83 : upsidedown pyramid not working well Sebastien Ponce 2015-09-14 22:09:36 +02:00
  • e0a2661700 Fix //stack2 not working (closes #94) sfan5 2016-01-05 13:57:48 +01:00
  • 7a19c5303b Fix undeclared global variable Rui 2015-09-13 12:54:18 +09:00
  • 35b68c481b Fixed dropdown menus in the WorldEdit GUI (closes #78, thanks to @sponce) sfan5 2016-01-05 13:14:47 +01:00
  • 51158eca9f Fix Save/Load from WorldEdit GUI, fixes #90 sfan5 2016-01-05 12:42:01 +01:00
  • 3aa315f134 Fix Orient in WorldEdit GUI sfan5 2016-01-05 12:24:06 +01:00
  • 3d30588a68 Clarify //deleteblocks Anthony Zhang 2015-12-18 17:33:29 -05:00
  • 48f9c6c23f Fix #93 (thanks @za267!) Anthony Zhang 2015-11-01 16:50:36 -05:00
  • 5f9efb1205 Added hollow pyramids Sebastien Ponce 2015-09-13 11:31:47 +02:00
  • fc037e9c82 Fix formspec typo causing crashing upon using /orient in the GUI. Anthony Zhang 2015-06-18 18:14:45 -04:00
  • 90d6b3d237 Allow more characters in file names ShadowNinja 2015-06-01 17:08:43 -04:00
  • 4bd5d56909 Localize mkdir helper ShadowNinja 2015-06-01 16:53:03 -04:00
  • 163dffccb3 Fix leaking {safe,check}_region ShadowNinja 2015-05-16 19:52:11 -04:00
  • 6b2fe397e6 Use minetest.mkdir when available ShadowNinja 2015-05-16 19:46:33 -04:00
  • 5c115e282c Fix existence check trying to open files for writing ShadowNinja 2015-05-16 19:26:37 -04:00
  • ab47385f7b Fix crash (worldedit/manipulations.lua:526: attempt to call global 'set_node' (a nil value)) sfan5 2015-05-04 18:48:09 +02:00
  • 78915d4a54 Merge pull request #76 from est31/fixserialisation Anthony Zhang 2015-03-11 22:08:32 -04:00
  • 09de34aabf Load first node too with LuaJIT est31 2015-03-12 02:21:01 +01:00
  • c1bd4986b0 Merge pull request #74 from est31/deleteblocks Anthony Zhang 2015-02-21 00:42:05 -05:00
  • bea38a116a Add //deleteblocks command est31 2015-02-08 01:38:05 +01:00
  • 4336e7ca14 Merge pull request #73 from est31/hidebutton Anthony Zhang 2015-02-16 19:58:59 -05:00
  • eca54f0851 Make inventory++ hide button for players without worldedit priv est31 2015-02-16 22:55:09 +01:00
  • b0fbcf197f Merge pull request #72 from HybridDog/globalfix Anthony Zhang 2015-02-14 23:25:20 -05:00
  • b468e24a20 fix an error message HybridDog 2015-02-14 23:05:06 +01:00
  • bb8456b711 Cleanup and fixup ShadowNinja 2014-10-29 22:47:08 -04:00
  • 1f277147ca Fix Lua function ShadowNinja 2014-12-30 00:10:51 -05:00
  • 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 -05:00
  • 7f580611f5 Fix some warnings. Anthony Zhang 2014-12-29 18:16:36 -05:00
  • 4799068551 Merge pull request #68 from KodexKy/stack2_fix Anthony Zhang 2014-12-29 17:51:51 -05:00
  • 5b03c83f6b Fix stack2 param Fix stack2 amount count Fix stack2 sign recognition for y & z KodexKy 2014-12-16 02:14:22 -04:30
  • e4d007199f Fix bug with loading old .we file formats, thanks to @Sokomine sfan5 2014-12-13 21:13:11 +01:00
  • fb49cc4bcc Revert "Use "we-" prefix for commands" sfan5 2014-10-25 07:53:20 +02:00
  • eb88bf6ade Merge pull request #61 from ShadowNinja/cleanup-serialization Anthony Zhang 2014-10-24 22:03:31 -04:00
  • 02c36c16d5 Merge pull request #62 from ShadowNinja/command-prefix Anthony Zhang 2014-10-24 17:04:00 -04:00
  • 796aa3870d Clean up serialization ShadowNinja 2014-10-24 15:01:46 -04:00
  • 1024eace6f Use "we-" prefix for commands ShadowNinja 2014-10-24 15:27:41 -04:00
  • 70c24c9501 Fix #57 (thanks Zeno-!). Uberi 2014-08-15 19:23:23 -04:00
  • 18efe50e1e Fix typo (thanks donat-b!). Uberi 2014-08-05 18:34:13 -04:00
  • 44c9576f8a Merge pull request #53 from ShadowNinja/fix-lua-runtime-error Anthony Zhang 2014-07-24 11:19:13 -04:00
  • e383e8ce00 Fix runtime error checking with lua* commands ShadowNinja 2014-07-20 13:42:57 -04:00
  • 82ef580fae Add sort_pos to make code module independent. Uberi 2014-07-22 18:42:15 -04:00
  • 38fbc0a046 Fix //mix and improve normalize_nodename. Uberi 2014-07-18 16:09:57 -04:00
  • 4b178bf709 Rename the randomized //set to //mix, style update, document changes. Uberi 2014-07-18 15:51:09 -04:00
  • d8aa7e72a7 Oops, fix //set. Uberi 2014-07-14 00:11:33 -04:00
  • 58d7a7134e Coding style updates. Uberi 2014-07-12 16:35:59 -04:00
  • 420655bd94 Merge pull request #51 from cyisfor/master Anthony Zhang 2014-07-12 16:31:27 -04:00
  • ea84eee0e5 Fix typo in README sfan5 2014-07-12 07:42:38 +02:00
  • 9ec1a799d8 Fix worldedit_gui not working in Minetest 0.4.10. Uberi 2014-07-10 20:17:12 -04:00
  • f5b67c5bc2 CPS-ifying stack Cy 2014-07-09 23:50:41 -07:00
  • 6084db9335 Slight optimization to //set Cy 2014-07-09 23:34:27 -07:00
  • b70fd16da4 Oops, fix //set. Uberi 2014-07-07 14:06:33 -04:00
  • 9616c7d944 Update stack2 API documentation. Uberi 2014-07-06 19:59:56 -04:00
  • 175ac211ca Documentation for //stack2, code style fixes, add author section to README. Uberi 2014-07-06 19:42:02 -04:00
  • b32aadd7fa Merge pull request #47 from cyisfor/master Anthony Zhang 2014-07-06 19:11:23 -04:00
  • c22b556511 Improved stacking Cy 2014-06-30 16:14:14 -07:00
  • 174416b010 Randomized set Cy 2014-06-30 16:13:44 -07:00
  • 2c4a791805 New inventory icon for GUI (thanks VanessaE!). Uberi 2014-05-16 16:59:56 -04:00
  • 4660927ca0 Fix safe region functionality (thanks ChaosWormz). Uberi 2014-04-19 23:33:20 -04:00
  • 2784a25561 Fix region checking (thanks PenguinDad). Uberi 2014-03-15 14:28:47 -04:00
  • b29523db4d Implement full size checking for every possible command. Uberi 2014-03-12 16:11:00 -04:00
  • 0dddffa544 Add warning for really huge regions. Uberi 2014-03-10 17:57:49 -04:00
  • b8b8db42bf Merge pull request #36 from spillz/master Anthony 2014-02-24 09:46:26 -05:00
  • 18417ff4fd Fix incorrect fixedpos var names in the GUI form spillz 2014-02-23 20:31:09 -05:00
  • 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 -05:00
  • be913e6d8b Fix chat commands display. Uberi 2014-01-28 14:14:36 -05:00
  • 82f39460cc Merge pull request #33 from electricface/master Anthony 2014-01-27 22:41:26 -08:00
  • 6b50025ccc //fixedpos No commas between the numbers electricface 2014-01-28 12:23:47 +08:00
  • 829f9eef73 Merge pull request #32 from ShadowNinja/admin-only-lua Anthony 2014-01-21 18:42:16 -08:00
  • f8d3614a32 Make /lua and /luatransform administrator-only ShadowNinja 2014-01-19 12:22:07 -05:00
  • 86d35e97bf Fix for player signing off before WorldEdit GUI has finished loading. Uberi 2014-01-19 00:12:34 -05:00
  • 277b57a82a Merge pull request #28 from cheapie/master Anthony 2014-01-02 21:58:30 -08:00