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

8 years agoAdapt WorldEdit GUI button to the new creative inventory
kilbith [Sun, 17 Jan 2016 14:17:44 +0000 (15:17 +0100)]
Adapt WorldEdit GUI button to the new creative inventory

8 years agoFixed Issue #83 : upsidedown pyramid not working well
Sebastien Ponce [Mon, 14 Sep 2015 20:09:36 +0000 (22:09 +0200)]
Fixed Issue #83 : upsidedown pyramid not working well

8 years agoFix //stack2 not working (closes #94)
sfan5 [Tue, 5 Jan 2016 12:57:48 +0000 (13:57 +0100)]
Fix //stack2 not working (closes #94)

8 years agoFix undeclared global variable
Rui [Sun, 13 Sep 2015 03:54:18 +0000 (12:54 +0900)]
Fix undeclared global variable

8 years agoFixed dropdown menus in the WorldEdit GUI (closes #78, thanks to @sponce)
sfan5 [Tue, 5 Jan 2016 12:14:47 +0000 (13:14 +0100)]
Fixed dropdown menus in the WorldEdit GUI (closes #78, thanks to @sponce)

8 years agoFix Save/Load from WorldEdit GUI, fixes #90
sfan5 [Tue, 5 Jan 2016 11:42:01 +0000 (12:42 +0100)]
Fix Save/Load from WorldEdit GUI, fixes #90

8 years agoFix Orient in WorldEdit GUI
sfan5 [Tue, 5 Jan 2016 11:24:06 +0000 (12:24 +0100)]
Fix Orient in WorldEdit GUI

8 years agoClarify `//deleteblocks`
Anthony Zhang [Fri, 18 Dec 2015 22:33:29 +0000 (17:33 -0500)]
Clarify `//deleteblocks`

8 years agoFix #93 (thanks @za267!)
Anthony Zhang [Sun, 1 Nov 2015 21:50:36 +0000 (16:50 -0500)]
Fix #93 (thanks @za267!)

8 years agoAdded hollow pyramids
Sebastien Ponce [Sun, 13 Sep 2015 09:31:47 +0000 (11:31 +0200)]
Added hollow pyramids

8 years agoFix formspec typo causing crashing upon using `/orient` in the GUI.
Anthony Zhang [Thu, 18 Jun 2015 22:14:45 +0000 (18:14 -0400)]
Fix formspec typo causing crashing upon using `/orient` in the GUI.

8 years agoAllow more characters in file names
ShadowNinja [Mon, 1 Jun 2015 21:08:43 +0000 (17:08 -0400)]
Allow more characters in file names

8 years agoLocalize mkdir helper
ShadowNinja [Mon, 1 Jun 2015 20:53:03 +0000 (16:53 -0400)]
Localize mkdir helper

9 years agoFix leaking {safe,check}_region
ShadowNinja [Sat, 16 May 2015 23:52:11 +0000 (19:52 -0400)]
Fix leaking {safe,check}_region

9 years agoUse minetest.mkdir when available
ShadowNinja [Sat, 16 May 2015 23:46:33 +0000 (19:46 -0400)]
Use minetest.mkdir when available

9 years agoFix existence check trying to open files for writing
ShadowNinja [Sat, 16 May 2015 23:26:37 +0000 (19:26 -0400)]
Fix existence check trying to open files for writing

9 years agoFix crash (worldedit/manipulations.lua:526: attempt to call global 'set_node' (a...
sfan5 [Mon, 4 May 2015 16:48:09 +0000 (18:48 +0200)]
Fix crash (worldedit/manipulations.lua:526: attempt to call global 'set_node' (a nil value))

9 years agoMerge pull request #76 from est31/fixserialisation
Anthony Zhang [Thu, 12 Mar 2015 02:08:32 +0000 (22:08 -0400)]
Merge pull request #76 from est31/fixserialisation

Load first node too with LuaJIT

9 years agoLoad first node too with LuaJIT
est31 [Thu, 12 Mar 2015 01:21:01 +0000 (02:21 +0100)]
Load first node too with LuaJIT

Before, the first node would have had the version number prepended (e.g. "5:"), and therefore wouldn't be loaded.

9 years agoMerge pull request #74 from est31/deleteblocks
Anthony Zhang [Sat, 21 Feb 2015 05:42:05 +0000 (00:42 -0500)]
Merge pull request #74 from est31/deleteblocks

Add //deleteblocks command

9 years agoAdd //deleteblocks command
est31 [Sun, 8 Feb 2015 00:38:05 +0000 (01:38 +0100)]
Add //deleteblocks command

9 years agoMerge pull request #73 from est31/hidebutton
Anthony Zhang [Tue, 17 Feb 2015 00:58:59 +0000 (19:58 -0500)]
Merge pull request #73 from est31/hidebutton

Make inventory++ hide button for players without worldedit priv

9 years agoMake inventory++ hide button for players without worldedit priv
est31 [Mon, 16 Feb 2015 21:55:09 +0000 (22:55 +0100)]
Make inventory++ hide button for players without worldedit priv

9 years agoMerge pull request #72 from HybridDog/globalfix
Anthony Zhang [Sun, 15 Feb 2015 04:25:20 +0000 (23:25 -0500)]
Merge pull request #72 from HybridDog/globalfix

fix an error message

9 years agofix an error message
HybridDog [Sat, 14 Feb 2015 22:05:06 +0000 (23:05 +0100)]
fix an error message

9 years agoCleanup and fixup
ShadowNinja [Thu, 30 Oct 2014 02:47:08 +0000 (22:47 -0400)]
Cleanup and fixup

Non-stylistic changes:
  * Add LuaDoc/LDoc support.
  * Fix `clear_objects` area size calculation.
  * Fix `clear_objects` removing player objects.
  * Fix shadowing of marker entity name with player name.
  * Make visualization functions use `swap_node`.
  * Make hidden nodes unwalkable.
  * Prevent `hide` from hiding air.
  * Make deprecated functions log to deprecated stream when called.
  * Fixed `replaceinverse` not using normalized node names.
  * Added .gitignore.
  * Bump version to 1.1.

Stylistic changes:
  * Change `x = function` to `function x`.
  * Change comment format.
  * Make  missing VoxelManip error less obnoxious.
  * Move `sort_pos` into `common.lua`, which is a required module.
  * Remove local copies of `minetest`.
  * Remove `worldedit = worldedit or {}` from modules.
  * Replace replaceinverse with an inverse argument to `replace`.
  * Added `error()`s on on invalid axes.
  * Change `wip` to `TODO`.
  * Rename `clearobjects` to `clear_objects`.
  * Remove `hollow_{sphere,dome,cylinder}` and replace them with a hollow parameter to each function.
  * Add helpers to reduce code duplication.
  * Renamed `Chat Commands.md` to `ChatCommands.md`.

9 years agoFix Lua function
ShadowNinja [Tue, 30 Dec 2014 05:10:51 +0000 (00:10 -0500)]
Fix Lua function

9 years agoFix crash when loading schematic in a LuaJIT build in recent Minetest versions (thank...
Anthony Zhang [Mon, 29 Dec 2014 23:26:37 +0000 (18:26 -0500)]
Fix crash when loading schematic in a LuaJIT build in recent Minetest versions (thanks LazyJ & VanessaE!).

9 years agoFix some warnings.
Anthony Zhang [Mon, 29 Dec 2014 23:16:36 +0000 (18:16 -0500)]
Fix some warnings.

9 years agoMerge pull request #68 from KodexKy/stack2_fix
Anthony Zhang [Mon, 29 Dec 2014 22:51:51 +0000 (17:51 -0500)]
Merge pull request #68 from KodexKy/stack2_fix

Fix stack2 param

9 years agoFix stack2 param
KodexKy [Tue, 16 Dec 2014 06:44:22 +0000 (02:14 -0430)]
Fix stack2 param
Fix stack2 amount count
Fix stack2 sign recognition for y & z

9 years agoFix bug with loading old .we file formats, thanks to @Sokomine
sfan5 [Sat, 13 Dec 2014 20:13:11 +0000 (21:13 +0100)]
Fix bug with loading old .we file formats, thanks to @Sokomine

9 years agoRevert "Use "we-" prefix for commands"
sfan5 [Sat, 25 Oct 2014 05:53:20 +0000 (07:53 +0200)]
Revert "Use "we-" prefix for commands"

This is currently being discussed, see #62.
This reverts commit 1024eace6f342a340ef84583b2c0c97d657ad326.

9 years agoMerge pull request #61 from ShadowNinja/cleanup-serialization
Anthony Zhang [Sat, 25 Oct 2014 02:03:31 +0000 (22:03 -0400)]
Merge pull request #61 from ShadowNinja/cleanup-serialization

Clean up serialization

9 years agoMerge pull request #62 from ShadowNinja/command-prefix
Anthony Zhang [Fri, 24 Oct 2014 21:04:00 +0000 (17:04 -0400)]
Merge pull request #62 from ShadowNinja/command-prefix

Use "we-" prefix for commands

9 years agoClean up serialization
ShadowNinja [Fri, 24 Oct 2014 19:01:46 +0000 (15:01 -0400)]
Clean up serialization

  * Adds a header to serialized data (to make version checking sane).
  * Removes the duplicate deserialization for `worldedit.deserialize` and `worldedit.allocate`.
  * Optimizes `worldedit.deserialize` by only deserializing the data once.
  * Makes some fields optional.
  * Cleans up the comments and a little of the code style.

9 years agoUse "we-" prefix for commands
ShadowNinja [Fri, 24 Oct 2014 19:27:41 +0000 (15:27 -0400)]
Use "we-" prefix for commands

9 years agoFix #57 (thanks Zeno-!).
Uberi [Fri, 15 Aug 2014 23:23:23 +0000 (19:23 -0400)]
Fix #57 (thanks Zeno-!).

9 years agoFix typo (thanks donat-b!).
Uberi [Tue, 5 Aug 2014 22:34:13 +0000 (18:34 -0400)]
Fix typo (thanks donat-b!).

9 years agoMerge pull request #53 from ShadowNinja/fix-lua-runtime-error
Anthony Zhang [Thu, 24 Jul 2014 15:19:13 +0000 (11:19 -0400)]
Merge pull request #53 from ShadowNinja/fix-lua-runtime-error

Fix runtime error checking with lua* commands

9 years agoFix runtime error checking with lua* commands
ShadowNinja [Sun, 20 Jul 2014 17:42:57 +0000 (13:42 -0400)]
Fix runtime error checking with lua* commands