Commit Graph

  • c8afa95542
    Make worldedit_gui error non-fatal wsor4035 2021-09-21 14:47:57 -0400
  • 065571caf7 change to error per sfan5 #205 unknown 2021-09-20 19:53:58 -0400
  • 46515b6575 add return unknown 2021-09-20 19:47:27 -0400
  • 40f7cf5109 allow worldedit to be used in worldmods unknown 2021-09-20 19:44:02 -0400
  • 670e421f57 Rename util folder sfan5 2021-09-21 01:34:10 +0200
  • 770601dd5d Add automated tests for WorldEdit API functions that run under CI sfan5 2021-09-20 23:00:21 +0200
  • d42ac33d62 fix new_schems sfan5 2019-09-09 21:03:24 +0200
  • 5b19c17117 Revert "Warn when "misaligned" schematics are created" sfan5 2019-09-09 18:04:27 +0200
  • 4de0eb489f implement loading sfan5 2019-09-09 18:03:21 +0200
  • adc6e00423 wip sfan5 2019-09-09 17:20:10 +0200
  • 5c06ae59ef wip sfan5 2019-09-09 17:03:36 +0200
  • 3c5f6b9665 wip sfan5 2019-09-09 16:26:41 +0200
  • e387a57e15 wip sfan5 2019-09-09 15:42:22 +0200
  • f43bc5278e wip sfan5 2019-09-09 15:16:01 +0200
  • 2f2f5a7def Use minetest.global_exists for LuaJIT check sfan5 2021-09-12 19:35:57 +0200
  • 7f87f1658e
    Add param2 button to WorldEdit GUI Nathan Salapat 2021-07-23 16:34:13 -0500
  • 6790e9ee0d fixes #203 sfan5 2021-07-23 23:33:36 +0200
  • 2629afd220 Added param2 button. Nathan Salapat 2021-07-15 20:55:25 -0500
  • 4378750498 Use minetest.get_objects_in_area when possible sfan5 2021-04-30 19:33:27 +0200
  • 2f26fb7645 WorldEdit 1.3 1.3 sfan5 2021-01-31 00:45:38 +0100
  • 969161566a Add github workflow #198 HybridDog 2021-01-20 18:55:29 +0100
  • 14a602849e Fix the undefined variable file warning HybridDog 2021-01-17 17:02:09 +0100
  • aa14bb012d Remove unused variables HybridDog 2021-01-17 16:59:29 +0100
  • 40a2414415 Remove trailing whitespaces HybridDog 2021-01-17 16:35:58 +0100
  • 49a92f50c1 Fix tab after space indentations HybridDog 2021-01-17 14:40:37 +0100
  • bbc9b2b833 Remove or rename unused arguments and loop variables HybridDog 2021-01-17 14:25:20 +0100
  • 62a952bc9b Add a .luacheckrc file for luacheck HybridDog 2021-01-17 12:52:08 +0100
  • f1b6da3c20
    Hide gui button in unified_inventory on missing privilege (#195) h3ndrik 2020-12-05 14:12:32 +0100
  • 418a30c89e Raise safe region limit to 20000 sfan5 2020-10-06 13:53:22 +0200
  • 2f535dd053
    worldedit: Document inner working of worldedit.keep_loaded sfan5 2020-05-25 19:48:54 +0200
  • 0677a64ae4
    hide gui on missing privilege #195 h3ndrik 2020-05-21 11:58:10 +0200
  • 867cd6edc7 Improve node name normalization again sfan5 2020-05-12 21:53:01 +0200
  • 4918610c43 Fix rotate in worldedit GUI sfan5 2020-05-12 21:29:51 +0200
  • edd27636a6 Do not allow //mix with no nodes sfan5 2020-05-09 22:34:29 +0200
  • 7d0811fd47 Update help texts to be consistent sfan5 2020-04-26 16:53:55 +0200
  • 4d08a1cc55 Implement //cubeapply with three side lengths sfan5 2020-04-26 16:01:07 +0200
  • 34844b2d38 Set static_save = false for marker entities sfan5 2020-04-16 23:50:15 +0200
  • 0f5dcc790d Implement //clearcut to delete trees, plants from generated terrain sfan5 2020-04-07 03:05:30 +0200
  • 37de177f72 Fix off-by-one in //cubeapply sfan5 2020-04-07 00:46:13 +0200
  • f285a55dd5 Improve brush command error messages sfan5 2020-04-07 00:38:11 +0200
  • 9b26034aea Move worldedit.marker_update sfan5 2020-04-07 00:14:31 +0200
  • 963a9f6b96 Implement //cubeapply sfan5 2020-04-06 23:32:11 +0200
  • 5e8bfd5166 Improve node name normalization in case of multi-line descriptions sfan5 2020-03-29 21:55:47 +0200
  • 06a3b63578 GUI command execution: Do not ignore chatcommand return values HybridDog 2020-02-17 20:12:55 +0100
  • 5e47af8773 Make region marker entities withstand TNT explosions sfan5 2020-03-06 21:20:15 +0100
  • e38c829a99 GUI command execution: Do not ignore chatcommand return values #194 HybridDog 2020-02-17 20:12:55 +0100
  • 25aaab20de
    Remove ignore list and fix many warnings #189 Panquesito7 2020-02-08 01:27:57 -0600
  • 198cd4b4bc
    Various code fixes Panquesito7 2020-02-07 21:20:23 -0600
  • 3fa2b680a4
    Use Luarocks to install luacheck Panquesito7 2020-02-07 14:12:11 -0600
  • 08879e9c28
    Fix many, many warnings Panquesito7 2020-02-06 19:42:52 -0600
  • 69bb0e4185
    Add build status badge on README.md Panquesito7 2020-02-06 19:41:54 -0600
  • 7b90d4763d
    Add Factorio Luacheck Panquesito7 2020-02-06 19:41:16 -0600
  • da51c688d2 Call minetest.deserialize with safe=true sfan5 2020-02-06 11:53:14 +0100
  • ab93871877 Move some deserialization code around sfan5 2020-02-06 11:50:27 +0100
  • 116ae25ebd Unbreak //move (closes #188) sfan5 2019-12-20 20:29:41 +0100
  • 18444379a1 worldedit_gui: Improve behaviour of all input fields sfan5 2019-12-19 18:20:24 +0100
  • 974dcaa918 Improve nodename normalization in some cases sfan5 2019-12-19 16:58:24 +0100
  • abdecd4239 Fix some broken commands sfan5 2019-12-19 16:45:38 +0100
  • 9c38b9f6ad Allow more commands for brush usage sfan5 2019-12-19 16:42:49 +0100
  • 7833b68c85 worldedit_brush: Remove "safe region" hack sfan5 2019-12-19 15:57:44 +0100
  • 03bef18272 Update worldedit_shortcommands for new changes sfan5 2019-12-19 15:16:20 +0100
  • 91d02f6f5b Rewrite command registration sfan5 2019-12-19 14:12:45 +0100
  • 8feaf8a21d Fix area clearing step of negative //move's sfan5 2019-11-13 20:49:25 +0100
  • 5bab991e0b Make object right-click work with wand sfan5 2019-11-10 00:40:31 +0100
  • 9bb0ad0442 Fix double-definition of visual_size in entity def ANAND 2019-10-14 16:10:03 +0530
  • 0a27bdfdbc
    Fix double-definition of visual_size in entity def #186 ANAND 2019-10-14 16:10:03 +0530
  • 63a7069671 Allow easily setting pos1 + 2 to the same node using the wand sfan5 2019-09-19 00:06:30 +0200
  • 79097dc6c8 Reset region by double-punching air using the wand sfan5 2019-09-18 23:56:21 +0200
  • 3bc7a0f97d worldedit_gui: Add tooltips to node search result sfan5 2019-09-18 18:55:55 +0200
  • 45acf09e4a worldedit_gui: Improve behaviour of some input fields sfan5 2019-09-18 18:52:27 +0200
  • adab528f8a Fix nodename normalization with translated descriptions sfan5 2019-09-18 18:38:49 +0200
  • 26b6682587 Update API docs sfan5 2019-09-17 18:44:13 +0200
  • b4826aa821 Use faster vmanip copying for //move too sfan5 2019-09-17 18:37:33 +0200
  • a0181ea897 Delete old metadata when moving regions sfan5 2019-09-17 18:03:19 +0200
  • 2a4aaae8a2 Always use faster vmanip copying code sfan5 2019-09-17 01:20:10 +0200
  • f6298d7b87 Fix schematics with extra headers to parse properly sfan5 2019-09-09 20:52:15 +0200
  • 68f7bcc728 Warn when "misaligned" schematics are created sfan5 2019-09-09 01:07:17 +0200
  • 0919f7cab3 Clean up command code for //stack, //stack2 sfan5 2019-09-08 22:13:35 +0200
  • de566d2e3e Update API docs sfan5 2019-09-08 21:51:53 +0200
  • cc897150f2 Fix performance of //stack, //stack2 sfan5 2019-09-08 21:45:20 +0200
  • f39a8e264d Faster moving using vmanips (in some cases) sfan5 2019-09-08 21:05:30 +0200
  • da5abec273 Faster copying using vmanips sfan5 2019-09-08 20:12:38 +0200
  • ff53a71d58 Remove outdated function check sfan5 2019-09-08 18:57:54 +0200
  • 0edcd1a59d Fix crash on loading invalid schematic (fixes #160) sfan5 2019-09-06 17:56:11 +0200
  • a1b6a34e61 Use eye_height property for brush raytracing sfan5 2019-09-06 17:45:51 +0200
  • f589c988b1 Handle invalid //rotate usage gracefully, fixes #150 sfan5 2019-07-17 02:35:57 +0200
  • f28d9b8d35 Update README sfan5 2019-07-17 02:23:39 +0200
  • b8453a0e0b Remove deprecated depends.txt, add descriptions to mod.conf sfan5 2019-07-17 02:15:04 +0200
  • 0a16f11d93 Replace more deprecated functions sfan5 2019-07-17 02:06:29 +0200
  • b50294d10c Adjust GUI compatibility code sfan5 2019-07-17 01:44:15 +0200
  • 324eb556f6 Make compatibility error in worldedit_brush fatal again sfan5 2019-07-17 01:34:58 +0200
  • 3ffecdd9c4 Replace deprecated functions with newer ones Panquesito7 2019-06-16 13:30:56 -0500
  • 40b49ee9bc Make placeholders not pointable supports_mt04 Niwla23 2019-07-17 01:22:12 +0200
  • 4f2c7b18cc Fix //allocate with 0 nodes sfan5 2019-07-17 01:20:40 +0200
  • dbd3cf184d
    Merge edecbf55e3 into b2e086f9ec #137 zeuner 2019-06-16 18:35:01 +0000
  • 10ff2f9cd6
    Replace deprecated functions with newer ones #180 Panquesito7 2019-06-16 13:30:56 -0500
  • e3aaeaeaa0
    Update serialization.lua #179 TalkLounge 2019-06-15 17:05:23 +0200
  • ec68d6cbd7
    Update init.lua #178 TalkLounge 2019-06-15 17:04:06 +0200
  • b2e086f9ec Fix //load with 0 nodes (#177) TalkLounge 2019-06-15 16:46:12 +0200
  • 153b9b78d5
    Update serialization.lua #177 TalkLounge 2019-06-15 16:32:38 +0200