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

Commit Graph

  • 18444379a1 worldedit_gui: Improve behaviour of all input fields sfan5 2019-12-19 18:20:24 +01:00
  • 974dcaa918 Improve nodename normalization in some cases sfan5 2019-12-19 16:58:24 +01:00
  • abdecd4239 Fix some broken commands sfan5 2019-12-19 16:45:38 +01:00
  • 9c38b9f6ad Allow more commands for brush usage sfan5 2019-12-19 16:42:49 +01:00
  • 7833b68c85 worldedit_brush: Remove "safe region" hack sfan5 2019-12-19 15:57:44 +01:00
  • 03bef18272 Update worldedit_shortcommands for new changes sfan5 2019-12-19 15:16:20 +01:00
  • 91d02f6f5b Rewrite command registration sfan5 2019-12-19 14:12:45 +01:00
  • 8feaf8a21d Fix area clearing step of negative //move's sfan5 2019-11-13 20:49:25 +01:00
  • 5bab991e0b Make object right-click work with wand sfan5 2019-11-10 00:40:31 +01:00
  • 9bb0ad0442 Fix double-definition of visual_size in entity def ANAND 2019-10-14 16:10:03 +05:30
  • 63a7069671 Allow easily setting pos1 + 2 to the same node using the wand sfan5 2019-09-19 00:06:30 +02:00
  • 79097dc6c8 Reset region by double-punching air using the wand sfan5 2019-09-18 23:56:21 +02:00
  • 3bc7a0f97d worldedit_gui: Add tooltips to node search result sfan5 2019-09-18 18:55:55 +02:00
  • 45acf09e4a worldedit_gui: Improve behaviour of some input fields sfan5 2019-09-18 18:52:27 +02:00
  • adab528f8a Fix nodename normalization with translated descriptions sfan5 2019-09-18 18:38:49 +02:00
  • 26b6682587 Update API docs sfan5 2019-09-17 18:44:13 +02:00
  • b4826aa821 Use faster vmanip copying for //move too sfan5 2019-09-17 18:37:33 +02:00
  • a0181ea897 Delete old metadata when moving regions sfan5 2019-09-17 18:03:19 +02:00
  • 2a4aaae8a2 Always use faster vmanip copying code sfan5 2019-09-17 01:20:10 +02:00
  • f6298d7b87 Fix schematics with extra headers to parse properly sfan5 2019-09-09 20:52:15 +02:00
  • 68f7bcc728 Warn when "misaligned" schematics are created sfan5 2019-09-09 01:07:17 +02:00
  • 0919f7cab3 Clean up command code for //stack, //stack2 sfan5 2019-09-08 22:13:35 +02:00
  • de566d2e3e Update API docs sfan5 2019-09-08 21:51:53 +02:00
  • cc897150f2 Fix performance of //stack, //stack2 sfan5 2019-09-08 21:45:20 +02:00
  • f39a8e264d Faster moving using vmanips (in some cases) sfan5 2019-09-08 21:05:30 +02:00
  • da5abec273 Faster copying using vmanips sfan5 2019-09-08 20:12:38 +02:00
  • ff53a71d58 Remove outdated function check sfan5 2019-09-08 18:57:54 +02:00
  • 0edcd1a59d Fix crash on loading invalid schematic (fixes #160) sfan5 2019-09-06 17:56:11 +02:00
  • a1b6a34e61 Use eye_height property for brush raytracing sfan5 2019-09-06 17:45:51 +02:00
  • f589c988b1 Handle invalid //rotate usage gracefully, fixes #150 sfan5 2019-07-17 02:35:57 +02:00
  • f28d9b8d35 Update README sfan5 2019-07-17 02:23:39 +02:00
  • b8453a0e0b Remove deprecated depends.txt, add descriptions to mod.conf sfan5 2019-07-17 02:15:04 +02:00
  • 0a16f11d93 Replace more deprecated functions sfan5 2019-07-17 02:06:29 +02:00
  • b50294d10c Adjust GUI compatibility code sfan5 2019-07-17 01:44:15 +02:00
  • 324eb556f6 Make compatibility error in worldedit_brush fatal again sfan5 2019-07-17 01:34:58 +02:00
  • 3ffecdd9c4 Replace deprecated functions with newer ones Panquesito7 2019-06-16 13:30:56 -05:00
  • 40b49ee9bc Make placeholders not pointable supports_mt04 Niwla23 2019-07-17 01:22:12 +02:00
  • 4f2c7b18cc Fix //allocate with 0 nodes sfan5 2019-07-17 01:20:40 +02:00
  • b2e086f9ec Fix //load with 0 nodes (#177) TalkLounge 2019-06-15 16:46:12 +02:00
  • d1cbd420bb serialize: Fix detecting empty metadata (#176) HybridDog 2019-04-24 22:51:18 +02:00
  • 0aeee79af6 Implement full facedir and color* in //orient Pedro Gimeno 2019-04-04 23:50:57 +02:00
  • f242f2f722 Change description for //about, fix #170 1753237912273659677/tmp_f242f2f722397f7b6c2a36586b2d036062c7083e sfan5 2018-12-08 21:52:36 +01:00
  • f8e57559ec replace deprecated function call Isidor Zeuner 2018-11-23 14:08:05 +01:00
  • b2b2b9364d Warn about invalid //stretch usage sfan5 2018-11-15 20:48:20 +01:00
  • b37605943b //mix: Add node weighting support Starbeamrainbowlabs 2018-10-12 21:06:01 +01:00
  • f7256633c0 Wand: select node under or above depending on pressed sneak key. beyondlimits 2018-08-06 14:34:03 +02:00
  • 99fa0ebd75 Document //stretch, remove old documentation for //scale sfan5 2018-07-26 11:52:10 +02:00
  • a97cccd2a1 Disable worldedit_brush mod instead of throwing error (#156) Eugen Wesseloh 2018-04-10 09:25:08 +02:00
  • 3322ef90c4 Fix negative height pyramids (fixes #152) sfan5 2018-01-04 01:03:51 +01:00
  • b259906fd0 Add support for smart_inventory Alexander Weber 2017-11-02 18:51:16 +01:00
  • 12270dc094 Correct spelling of Minetest sfan5 2017-11-07 14:20:45 +01:00
  • 415000e797 Fix a few assignments to undeclared globals sfan5 2017-11-07 14:19:57 +01:00
  • 7b1deb1b61 Add configurable brush item sfan5 2017-09-17 23:47:29 +02:00
  • 4605596215 Fix assignment to undeclared global "sign" @ worldedit_commands/init.lua:791 sfan5 2017-09-12 14:58:26 +02:00
  • 59dc2d34d9 WorldEdit 1.2 1.2 sfan5 2017-09-12 14:25:38 +02:00
  • 283f47f10d Fix invalid node error message of //set and //mix sfan5 2017-09-12 14:52:04 +02:00
  • 35ad2f031d Remove work in progress/unused components sfan5 2017-09-12 14:13:18 +02:00
  • d572d769ce Optimize gui icon texture sfan5 2017-09-12 13:30:11 +02:00
  • 5bbb6b3909 Support //cube in the GUI sfan5 2017-09-12 13:25:33 +02:00
  • d6a9b517b5 Remove Lua functions from WorldEdit GUI sfan5 2017-09-12 12:58:44 +02:00
  • 3c61759bae Allow to bulk-set param2 of regions (#144) Wuzzy 2017-09-05 14:40:46 +02:00
  • 2f4eb19a3a Fix one-node high cylinders sfan5 2017-09-03 20:11:31 +02:00
  • 2cb3fcde66 Improve node name normalization sfan5 2017-08-31 20:38:38 +02:00
  • e680d8087e Fix small logic error in worldedit.cylinder sfan5 2017-08-31 20:10:08 +02:00
  • 870873ad15 Add //hollowcube and //cube sfan5 2017-08-31 19:07:51 +02:00
  • e356f4521c WorldEdit GUI support for new //cylinder functionality sfan5 2017-08-31 16:46:57 +02:00
  • bf8e2a8233 Dual-based cylinder Kyle 2012-10-18 18:10:30 -07:00
  • 6ceb56c3dc Disable worldedit_gui fallback code (closes #141) sfan5 2017-08-20 12:21:41 +02:00
  • 1fabe60d77 Make sfinv gui code compatible with sfinv as included in MTG 0.4.15 sfan5 2017-08-20 12:13:56 +02:00
  • acc9188828 Add logging for //lua and //luatransform shivajiva101 2017-05-21 16:31:59 +01:00
  • 3240167b13 Forgot this one during refactor (a31f955fb1) sfan5 2017-05-13 11:53:52 +02:00
  • 66b1fa032d Remove formspec tester from worldedit_gui sfan5 2017-05-13 11:52:45 +02:00
  • a31f955fb1 Refactor priv determination in worldedit_gui sfan5 2017-05-13 11:51:02 +02:00
  • 38e9b42caf Do not allow any worldedit_gui commands without privs sfan5 2017-05-13 11:34:20 +02:00
  • ea465f8fe4 Remove useless privilege checks sfan5 2017-05-13 11:31:59 +02:00
  • 0ce45a5900 Fix worldedit_gui_lua privs tenplus1 2017-05-13 09:25:51 +01:00
  • 56f77a2f27 Remove unused toolcaps of the wand tool sfan5 2017-03-11 12:50:27 +01:00
  • 610cd9981d Use sfinv if possible, fixes #124 with recent minetest versions sfan5 2017-03-11 12:47:30 +01:00
  • c0f3bb6958 GUI: Use nicer picture to indicate unknown nodes (-> no search results) sfan5 2017-03-11 12:24:47 +01:00
  • e49f717000 GUI: Always pass normalized node names to commands sfan5 2017-03-11 12:03:06 +01:00
  • 6e7b9a60be Update wand definition (#129) MT-Modder 2017-02-10 18:04:04 -05:00
  • bcac45a476 Fix "safe region" functionality errornously rejecting pos1-only commands (e.g. //sphere) sfan5 2017-01-31 19:52:54 +01:00
  • 426f3b949f Show light level a node receives with //inspect, fixes #128 sfan5 2017-01-26 22:26:45 +01:00
  • 78e4ba828e Show light level with //inspect sfan5 2017-01-03 17:11:38 +01:00
  • 92fe95fab7 Make //fixlight work again sfan5 2017-01-02 19:03:21 +01:00
  • 3a7fb5bf1e Add //help command (fixes #123) sfan5 2017-01-01 22:26:58 +01:00
  • aa0e46d4e2 Handle failure of minetest.add_entity() sfan5 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 sfan5 2016-12-10 22:02:40 +01:00
  • f9311b2b15 Move wand.lua to worldedit_commands sfan5 2016-12-10 21:43:38 +01:00
  • 15f0cea72e Disable wand tool on entities sfan5 2016-12-10 21:39:44 +01:00
  • 6e2e2385e9 Merge remote-tracking branch 'tmp/hollowpyramid' sfan5 2016-10-13 17:51:01 +02:00
  • 152707a322 Fix 'Run Lua' button in WorldEdit GUI (fixes #121) sfan5 2016-10-12 20:10:36 +02:00
  • d040d324e8 Fix //spiral requiring a selected region despite using only pos1 sfan5 2016-10-12 19:45:38 +02:00
  • df6b54d2f5 Fix blowing up TNT near worldedit markers sfan5 2016-10-12 19:38:41 +02:00
  • 5abe1cee3d Fix exiting mtschemprob entry dialog with ESC sfan5 2016-08-05 16:41:37 +02:00
  • 5afea424ba Move cuboidapi.lua to correct place sfan5 2016-07-04 19:57:48 +02:00
  • 2aed498849 Add completion chat message to //expand and //contract sfan5 2016-07-04 19:53:12 +02:00
  • 0b68b2aec6 Fix //shift with absolute axis (x/y/z) sfan5 2016-07-04 19:51:28 +02:00
  • f72abdb766 Merge remote-tracking branch 'tmp/cuboidmanip' sfan5 2016-07-04 19:49:23 +02:00
  • e18525d8c9 Modify outset and inset to accept both hv and vh combinations. Update documentation accordingly. Daniel Sosa 2015-02-21 19:07:14 +00:00