]> git.lizzy.rs Git - worldedit.git/log
worldedit.git
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

7 years agorefactor code for mantainability and reusability. Start of chat command refactor...
Daniel Sosa [Sun, 4 Jan 2015 01:46:59 +0000 (19:46 -0600)]
refactor code for mantainability and reusability. Start of chat command refactor. Implement /outset.

7 years agoReimplement inset/outset to make use of new marker functions
Daniel Sosa [Sat, 3 Jan 2015 08:51:59 +0000 (02:51 -0600)]
Reimplement inset/outset to make use of new marker functions

7 years agoReimplement /shift to make use of new marker functions
Daniel Sosa [Sat, 3 Jan 2015 08:29:28 +0000 (02:29 -0600)]
Reimplement /shift to make use of new marker functions

7 years agoFinish /expand implementation. Add /contract command.
Daniel Sosa [Sat, 3 Jan 2015 08:04:02 +0000 (02:04 -0600)]
Finish /expand implementation. Add /contract command.

7 years agoFix faulty regex in expand. Add relative direction decoding.
Daniel Sosa [Sat, 3 Jan 2015 07:23:19 +0000 (01:23 -0600)]
Fix faulty regex in expand. Add relative direction decoding.

7 years agoMajor progress and simplification in /expand function
Daniel Sosa [Sat, 3 Jan 2015 05:40:56 +0000 (23:40 -0600)]
Major progress and simplification in /expand function

7 years agoAdd common functions to move and update the markers
Daniel Sosa [Sat, 3 Jan 2015 04:29:37 +0000 (22:29 -0600)]
Add common functions to move and update the markers

7 years agoAdd outset, inset, shift and initial draft of expand
Daniel Sosa [Sat, 3 Jan 2015 03:45:25 +0000 (21:45 -0600)]
Add outset, inset, shift and initial draft of expand

7 years agofix gui bug with back button (#116)
tenplus1 [Mon, 20 Jun 2016 16:05:47 +0000 (17:05 +0100)]
fix gui bug with back button (#116)

Fixed the Worldedit GUI problem where BACK button wouldn't return back to inventory plus menu.

8 years agoAdd //drain
sfan5 [Wed, 23 Mar 2016 21:09:55 +0000 (22:09 +0100)]
Add //drain

8 years agoMerge pull request #108 from kilbith/master
sfan5 [Mon, 22 Feb 2016 14:54:25 +0000 (15:54 +0100)]
Merge pull request #108 from kilbith/master

Fix unability to browse inv. items on creative inventory

8 years agoFix unability to browse inv. items on creative inventory
Jean-Patrick Guerrero [Mon, 22 Feb 2016 11:29:06 +0000 (12:29 +0100)]
Fix unability to browse inv. items on creative inventory

8 years agoMerge pull request #107 from kilbith/master
sfan5 [Mon, 22 Feb 2016 09:33:04 +0000 (10:33 +0100)]
Merge pull request #107 from kilbith/master

Re-adapt WorldEdit's GUI button position to new creative inventory

8 years agoRe-adapt WorldEdit's GUI button position to creative inventory
Jean-Patrick Guerrero [Mon, 22 Feb 2016 09:29:53 +0000 (10:29 +0100)]
Re-adapt WorldEdit's GUI button position to creative inventory

8 years agoFix crash when loading version 3 schematics
ShadowNinja [Sat, 23 Jan 2016 21:57:00 +0000 (16:57 -0500)]
Fix crash when loading version 3 schematics

8 years agoAdded a WorldEdit wand item that can be used to select areas with worldedit.
Joseph Pickard [Sun, 17 Jan 2016 18:27:33 +0000 (13:27 -0500)]
Added a WorldEdit wand item that can be used to select areas with worldedit.

8 years agoMerge pull request #101 from kilbith/master
sfan5 [Sun, 17 Jan 2016 14:29:06 +0000 (15:29 +0100)]
Merge pull request #101 from kilbith/master

Adapt WorldEdit GUI button to the new creative inventory