]> git.lizzy.rs Git - worldedit.git/log
worldedit.git
4 years agoReset region by double-punching air using the wand
sfan5 [Wed, 18 Sep 2019 21:56:21 +0000 (23:56 +0200)]
Reset region by double-punching air using the wand

4 years agoworldedit_gui: Add tooltips to node search result
sfan5 [Wed, 18 Sep 2019 16:55:55 +0000 (18:55 +0200)]
worldedit_gui: Add tooltips to node search result

4 years agoworldedit_gui: Improve behaviour of some input fields
sfan5 [Wed, 18 Sep 2019 16:52:27 +0000 (18:52 +0200)]
worldedit_gui: Improve behaviour of some input fields

Can't be bothered to do the rest. This stuff should be
rewritten in a modular fashion anyway.

4 years agoFix nodename normalization with translated descriptions
sfan5 [Wed, 18 Sep 2019 16:38:49 +0000 (18:38 +0200)]
Fix nodename normalization with translated descriptions

4 years agoUpdate API docs
sfan5 [Tue, 17 Sep 2019 16:44:13 +0000 (18:44 +0200)]
Update API docs

4 years agoUse faster vmanip copying for //move too
sfan5 [Tue, 17 Sep 2019 16:37:33 +0000 (18:37 +0200)]
Use faster vmanip copying for //move too

4 years agoDelete old metadata when moving regions
sfan5 [Tue, 17 Sep 2019 16:03:19 +0000 (18:03 +0200)]
Delete old metadata when moving regions

This matches the behaviour before introduction of the vmanip code.

4 years agoAlways use faster vmanip copying code
sfan5 [Mon, 16 Sep 2019 23:20:10 +0000 (01:20 +0200)]
Always use faster vmanip copying code

Since the code has two arrays of the area before and after,
the copy order is totally irrelevant.
Of course, this doesn't apply to metadata and we still need
to do that backwards.

4 years agoFix schematics with extra headers to parse properly
sfan5 [Mon, 9 Sep 2019 18:52:15 +0000 (20:52 +0200)]
Fix schematics with extra headers to parse properly

Currently no schematic format makes use of these, but that
may change so do some future proofing.

4 years agoWarn when "misaligned" schematics are created
sfan5 [Sun, 8 Sep 2019 23:07:17 +0000 (01:07 +0200)]
Warn when "misaligned" schematics are created

The underlying issue is the size detection worldedit.allocate does
and can't be fixed or worked around in a simple way.

4 years agoClean up command code for //stack, //stack2
sfan5 [Sun, 8 Sep 2019 20:13:35 +0000 (22:13 +0200)]
Clean up command code for //stack, //stack2

4 years agoUpdate API docs
sfan5 [Sun, 8 Sep 2019 19:51:53 +0000 (21:51 +0200)]
Update API docs

4 years agoFix performance of //stack, //stack2
sfan5 [Sun, 8 Sep 2019 19:45:20 +0000 (21:45 +0200)]
Fix performance of //stack, //stack2

4 years agoFaster moving using vmanips (in some cases)
sfan5 [Sun, 8 Sep 2019 19:05:30 +0000 (21:05 +0200)]
Faster moving using vmanips (in some cases)

4 years agoFaster copying using vmanips
sfan5 [Sun, 8 Sep 2019 18:12:38 +0000 (20:12 +0200)]
Faster copying using vmanips

4 years agoRemove outdated function check
sfan5 [Sun, 8 Sep 2019 16:57:54 +0000 (18:57 +0200)]
Remove outdated function check

4 years agoFix crash on loading invalid schematic (fixes #160)
sfan5 [Fri, 6 Sep 2019 15:56:11 +0000 (17:56 +0200)]
Fix crash on loading invalid schematic (fixes #160)

4 years agoUse eye_height property for brush raytracing
sfan5 [Fri, 6 Sep 2019 15:45:51 +0000 (17:45 +0200)]
Use eye_height property for brush raytracing

4 years agoHandle invalid //rotate usage gracefully, fixes #150
sfan5 [Wed, 17 Jul 2019 00:35:57 +0000 (02:35 +0200)]
Handle invalid //rotate usage gracefully, fixes #150

4 years agoUpdate README
sfan5 [Wed, 17 Jul 2019 00:23:39 +0000 (02:23 +0200)]
Update README

4 years agoRemove deprecated depends.txt, add descriptions to mod.conf
sfan5 [Wed, 17 Jul 2019 00:15:04 +0000 (02:15 +0200)]
Remove deprecated depends.txt, add descriptions to mod.conf

4 years agoReplace more deprecated functions
sfan5 [Wed, 17 Jul 2019 00:06:29 +0000 (02:06 +0200)]
Replace more deprecated functions

4 years agoAdjust GUI compatibility code
sfan5 [Tue, 16 Jul 2019 23:44:15 +0000 (01:44 +0200)]
Adjust GUI compatibility code

4 years agoMake compatibility error in worldedit_brush fatal again
sfan5 [Tue, 16 Jul 2019 23:34:58 +0000 (01:34 +0200)]
Make compatibility error in worldedit_brush fatal again

This reverts commit a97cccd2a15347bed0d78c599d83e72dc0b99c65.

4 years agoReplace deprecated functions with newer ones
Panquesito7 [Sun, 16 Jun 2019 18:30:56 +0000 (13:30 -0500)]
Replace deprecated functions with newer ones

These commits create compatibility with MT/MTG 5.0.0+.
However, these commits may/will break with the 0.4-series.

4 years agoMake placeholders not pointable
Niwla23 [Tue, 16 Jul 2019 23:22:12 +0000 (01:22 +0200)]
Make placeholders not pointable

4 years agoFix //allocate with 0 nodes
sfan5 [Tue, 16 Jul 2019 23:20:40 +0000 (01:20 +0200)]
Fix //allocate with 0 nodes

4 years ago Fix //load with 0 nodes (#177)
TalkLounge [Sat, 15 Jun 2019 14:46:12 +0000 (16:46 +0200)]
 Fix //load with 0 nodes (#177)

5 years agoserialize: Fix detecting empty metadata (#176)
HybridDog [Wed, 24 Apr 2019 20:51:18 +0000 (22:51 +0200)]
serialize: Fix detecting empty metadata (#176)

5 years agoImplement full facedir and color* in //orient
Pedro Gimeno [Thu, 4 Apr 2019 21:50:57 +0000 (23:50 +0200)]
Implement full facedir and color* in //orient

Thanks to entuland for the Rhotator facedir to matrix and matrix to facedir code, which helped creating the tables.

5 years agoChange description for //about, fix #170
sfan5 [Sat, 8 Dec 2018 20:52:36 +0000 (21:52 +0100)]
Change description for //about, fix #170

5 years agoreplace deprecated function call
Isidor Zeuner [Fri, 23 Nov 2018 13:08:05 +0000 (14:08 +0100)]
replace deprecated function call

5 years agoWarn about invalid //stretch usage
sfan5 [Thu, 15 Nov 2018 19:48:20 +0000 (20:48 +0100)]
Warn about invalid //stretch usage

5 years ago//mix: Add node weighting support
Starbeamrainbowlabs [Fri, 12 Oct 2018 20:06:01 +0000 (21:06 +0100)]
//mix: Add node weighting support

5 years agoWand: select node under or above depending on pressed sneak key.
beyondlimits [Mon, 6 Aug 2018 12:34:03 +0000 (14:34 +0200)]
Wand: select node under or above depending on pressed sneak key.

5 years agoDocument //stretch, remove old documentation for //scale
sfan5 [Thu, 26 Jul 2018 09:52:10 +0000 (11:52 +0200)]
Document //stretch, remove old documentation for //scale

scale was replaced with stretch in 674d647

6 years agoDisable worldedit_brush mod instead of throwing error (#156)
Eugen Wesseloh [Tue, 10 Apr 2018 07:25:08 +0000 (09:25 +0200)]
Disable worldedit_brush mod instead of throwing error (#156)

6 years agoFix negative height pyramids (fixes #152)
sfan5 [Thu, 4 Jan 2018 00:03:51 +0000 (01:03 +0100)]
Fix negative height pyramids (fixes #152)

6 years agoAdd support for smart_inventory
Alexander Weber [Thu, 2 Nov 2017 17:51:16 +0000 (18:51 +0100)]
Add support for smart_inventory

6 years agoCorrect spelling of Minetest
sfan5 [Tue, 7 Nov 2017 13:20:45 +0000 (14:20 +0100)]
Correct spelling of Minetest

6 years agoFix a few assignments to undeclared globals
sfan5 [Tue, 7 Nov 2017 13:19:57 +0000 (14:19 +0100)]
Fix a few assignments to undeclared globals

6 years agoAdd configurable brush item
sfan5 [Sun, 17 Sep 2017 21:47:29 +0000 (23:47 +0200)]
Add configurable brush item

texture was supposed to be a brush, i suck at this :(

6 years agoFix assignment to undeclared global "sign" @ worldedit_commands/init.lua:791
sfan5 [Tue, 12 Sep 2017 12:58:26 +0000 (14:58 +0200)]
Fix assignment to undeclared global "sign" @ worldedit_commands/init.lua:791

6 years agoWorldEdit 1.2
sfan5 [Tue, 12 Sep 2017 12:25:38 +0000 (14:25 +0200)]
WorldEdit 1.2

6 years agoFix invalid node error message of //set and //mix
sfan5 [Tue, 12 Sep 2017 12:52:04 +0000 (14:52 +0200)]
Fix invalid node error message of //set and //mix

6 years agoRemove work in progress/unused components
sfan5 [Tue, 12 Sep 2017 12:13:18 +0000 (14:13 +0200)]
Remove work in progress/unused components

infinity: unused and not public, superseded by minetest.raycast()
limited: wip and disabled entirely anyway

6 years agoOptimize gui icon texture
sfan5 [Tue, 12 Sep 2017 11:30:11 +0000 (13:30 +0200)]
Optimize gui icon texture

6 years agoSupport //cube in the GUI
sfan5 [Tue, 12 Sep 2017 11:25:33 +0000 (13:25 +0200)]
Support //cube in the GUI

6 years agoRemove Lua functions from WorldEdit GUI
sfan5 [Tue, 12 Sep 2017 10:58:44 +0000 (12:58 +0200)]
Remove Lua functions from WorldEdit GUI

6 years agoAllow to bulk-set param2 of regions (#144)
Wuzzy [Tue, 5 Sep 2017 12:40:46 +0000 (14:40 +0200)]
Allow to bulk-set param2 of regions (#144)

6 years agoFix one-node high cylinders
sfan5 [Sun, 3 Sep 2017 18:11:31 +0000 (20:11 +0200)]
Fix one-node high cylinders

closes #146

6 years agoImprove node name normalization
sfan5 [Thu, 31 Aug 2017 18:38:38 +0000 (20:38 +0200)]
Improve node name normalization

6 years agoFix small logic error in worldedit.cylinder
sfan5 [Thu, 31 Aug 2017 18:10:08 +0000 (20:10 +0200)]
Fix small logic error in worldedit.cylinder

6 years agoAdd //hollowcube and //cube
sfan5 [Thu, 31 Aug 2017 17:07:51 +0000 (19:07 +0200)]
Add //hollowcube and //cube

closes #143

6 years agoWorldEdit GUI support for new //cylinder functionality
sfan5 [Thu, 31 Aug 2017 14:46:57 +0000 (16:46 +0200)]
WorldEdit GUI support for new //cylinder functionality

6 years agoDual-based cylinder
Kyle [Fri, 19 Oct 2012 01:10:30 +0000 (18:10 -0700)]
Dual-based cylinder

6 years agoDisable worldedit_gui fallback code (closes #141)
sfan5 [Sun, 20 Aug 2017 10:21:41 +0000 (12:21 +0200)]
Disable worldedit_gui fallback code (closes #141)

6 years agoMake sfinv gui code compatible with sfinv as included in MTG 0.4.15
sfan5 [Sun, 20 Aug 2017 10:13:56 +0000 (12:13 +0200)]
Make sfinv gui code compatible with sfinv as included in MTG 0.4.15

fixes #142

7 years agoAdd logging for //lua and //luatransform
shivajiva101 [Sun, 21 May 2017 15:31:59 +0000 (16:31 +0100)]
Add logging for //lua and //luatransform

7 years agoForgot this one during refactor (a31f955fb1e5c512f4559452aa65f590fbbc8d6c)
sfan5 [Sat, 13 May 2017 09:53:52 +0000 (11:53 +0200)]
Forgot this one during refactor (a31f955fb1e5c512f4559452aa65f590fbbc8d6c)

7 years agoRemove formspec tester from worldedit_gui
sfan5 [Sat, 13 May 2017 09:52:45 +0000 (11:52 +0200)]
Remove formspec tester from worldedit_gui

7 years agoRefactor priv determination in worldedit_gui
sfan5 [Sat, 13 May 2017 09:51:02 +0000 (11:51 +0200)]
Refactor priv determination in worldedit_gui

7 years agoDo not allow any worldedit_gui commands without privs
sfan5 [Sat, 13 May 2017 09:34:20 +0000 (11:34 +0200)]
Do not allow any worldedit_gui commands without privs

7 years agoRemove useless privilege checks
sfan5 [Sat, 13 May 2017 09:31:59 +0000 (11:31 +0200)]
Remove useless privilege checks

This is covered by the privs = {...},

7 years agoFix worldedit_gui_lua privs
tenplus1 [Sat, 13 May 2017 08:25:51 +0000 (09:25 +0100)]
Fix worldedit_gui_lua privs

This fixes the worldedit_gui_lua feature so that it requires certain privs to run.

7 years agoRemove unused toolcaps of the wand tool
sfan5 [Sat, 11 Mar 2017 11:50:27 +0000 (12:50 +0100)]
Remove unused toolcaps of the wand tool

7 years agoUse sfinv if possible, fixes #124 with recent minetest versions
sfan5 [Sat, 11 Mar 2017 11:47:30 +0000 (12:47 +0100)]
Use sfinv if possible, fixes #124 with recent minetest versions

7 years agoGUI: Use nicer picture to indicate unknown nodes (-> no search results)
sfan5 [Sat, 11 Mar 2017 11:24:47 +0000 (12:24 +0100)]
GUI: Use nicer picture to indicate unknown nodes (-> no search results)

7 years agoGUI: Always pass normalized node names to commands
sfan5 [Sat, 11 Mar 2017 11:03:06 +0000 (12:03 +0100)]
GUI: Always pass normalized node names to commands

7 years agoUpdate wand definition (#129)
MT-Modder [Fri, 10 Feb 2017 23:04:04 +0000 (18:04 -0500)]
Update wand definition (#129)

Fixes "maxwear" deprecated warning

7 years agoFix "safe region" functionality errornously rejecting pos1-only commands (e.g. /...
sfan5 [Tue, 31 Jan 2017 18:52:54 +0000 (19:52 +0100)]
Fix "safe region" functionality errornously rejecting pos1-only commands (e.g. //sphere)

7 years agoShow light level a node receives with //inspect, fixes #128
sfan5 [Thu, 26 Jan 2017 21:26:45 +0000 (22:26 +0100)]
Show light level a node receives with //inspect, fixes #128

7 years agoShow light level with //inspect
sfan5 [Tue, 3 Jan 2017 16:11:38 +0000 (17:11 +0100)]
Show light level with //inspect

7 years agoMake //fixlight work again
sfan5 [Mon, 2 Jan 2017 18:03:21 +0000 (19:03 +0100)]
Make //fixlight work again

The dig-air-nodes method seems to have stopped working a few Minetest version ago

7 years agoAdd //help command (fixes #123)
sfan5 [Sun, 1 Jan 2017 21:26:58 +0000 (22:26 +0100)]
Add //help command (fixes #123)

7 years agoHandle failure of minetest.add_entity()
sfan5 [Wed, 21 Dec 2016 13:26:24 +0000 (14:26 +0100)]
Handle failure of minetest.add_entity()

(see minetest/minetest#4923)

7 years agoDon't mark or load areas into memory when they are over a certain size, fixes #97
sfan5 [Sat, 10 Dec 2016 21:02:40 +0000 (22:02 +0100)]
Don't mark or load areas into memory when they are over a certain size, fixes #97

7 years agoMove wand.lua to worldedit_commands
sfan5 [Sat, 10 Dec 2016 20:43:38 +0000 (21:43 +0100)]
Move wand.lua to worldedit_commands

7 years agoDisable wand tool on entities
sfan5 [Sat, 10 Dec 2016 20:39:44 +0000 (21:39 +0100)]
Disable wand tool on entities

7 years agoMerge remote-tracking branch 'tmp/hollowpyramid'
sfan5 [Thu, 13 Oct 2016 15:51:01 +0000 (17:51 +0200)]
Merge remote-tracking branch 'tmp/hollowpyramid'

7 years agoFix 'Run Lua' button in WorldEdit GUI (fixes #121)
sfan5 [Wed, 12 Oct 2016 18:10:36 +0000 (20:10 +0200)]
Fix 'Run Lua' button in WorldEdit GUI (fixes #121)

7 years agoFix //spiral requiring a selected region despite using only pos1
sfan5 [Wed, 12 Oct 2016 17:45:38 +0000 (19:45 +0200)]
Fix //spiral requiring a selected region despite using only pos1

7 years agoFix blowing up TNT near worldedit markers
sfan5 [Wed, 12 Oct 2016 17:38:41 +0000 (19:38 +0200)]
Fix blowing up TNT near worldedit markers

7 years agoFix exiting mtschemprob entry dialog with ESC
sfan5 [Fri, 5 Aug 2016 14:41:37 +0000 (16:41 +0200)]
Fix exiting mtschemprob entry dialog with ESC

7 years agoMove cuboidapi.lua to correct place
sfan5 [Mon, 4 Jul 2016 17:57:48 +0000 (19:57 +0200)]
Move cuboidapi.lua to correct place

7 years agoAdd completion chat message to //expand and //contract
sfan5 [Mon, 4 Jul 2016 17:53:12 +0000 (19:53 +0200)]
Add completion chat message to //expand and //contract

7 years agoFix //shift with absolute axis (x/y/z)
sfan5 [Mon, 4 Jul 2016 17:51:28 +0000 (19:51 +0200)]
Fix //shift with absolute axis (x/y/z)

7 years agoMerge remote-tracking branch 'tmp/cuboidmanip'
sfan5 [Mon, 4 Jul 2016 17:49:23 +0000 (19:49 +0200)]
Merge remote-tracking branch 'tmp/cuboidmanip'

7 years agoModify outset and inset to accept both hv and vh combinations. Update documentation...
Daniel Sosa [Sat, 21 Feb 2015 19:07:14 +0000 (19:07 +0000)]
Modify outset and inset to accept both hv and vh combinations. Update documentation accordingly.

7 years agoClean some documentation issues
Daniel Sosa [Thu, 19 Feb 2015 20:01:45 +0000 (14:01 -0600)]
Clean some documentation issues

7 years agoUpdate command documentation
Daniel Sosa [Wed, 18 Feb 2015 23:27:32 +0000 (17:27 -0600)]
Update command documentation

7 years agoImplement some safety mechanisms
Daniel Sosa [Mon, 16 Feb 2015 04:15:52 +0000 (04:15 +0000)]
Implement some safety mechanisms

7 years agoReimplement /expand and /contract to conform to WE standards
Daniel Sosa [Mon, 16 Feb 2015 03:46:45 +0000 (03:46 +0000)]
Reimplement /expand and /contract to conform to WE standards

7 years agoFix /outset and /inset to conform to WE standards
Daniel Sosa [Mon, 16 Feb 2015 02:47:21 +0000 (02:47 +0000)]
Fix /outset and /inset to conform to WE standards

7 years agoRemove some debug code
Daniel Sosa [Mon, 16 Feb 2015 02:33:11 +0000 (02:33 +0000)]
Remove some debug code

7 years agoFix /shift command to conform to worldedit command standard
Daniel Sosa [Mon, 16 Feb 2015 02:28:50 +0000 (02:28 +0000)]
Fix /shift command to conform to worldedit command standard

7 years agoFix a crash that happened when trying to shift the cuboid using relative direction...
Daniel Sosa [Sun, 11 Jan 2015 13:12:37 +0000 (13:12 +0000)]
Fix a crash that happened when trying to shift the cuboid using relative direction while looking straight up or down

7 years agoFix several typos
Daniel Sosa [Tue, 6 Jan 2015 13:20:58 +0000 (13:20 +0000)]
Fix several typos

7 years agoImplement /expand and /contract
Daniel Sosa [Sun, 4 Jan 2015 02:56:27 +0000 (20:56 -0600)]
Implement /expand and /contract

7 years agoImplement /inset and /shift
Daniel Sosa [Sun, 4 Jan 2015 02:20:27 +0000 (20:20 -0600)]
Implement /inset and /shift