]> git.lizzy.rs Git - worldedit.git/log
worldedit.git
10 years agoSuper duper VoxelManipulator speedups to nearly every API function, and plus support...
Anthony Zhang [Sun, 21 Jul 2013 20:54:25 +0000 (16:54 -0400)]
Super duper VoxelManipulator speedups to nearly every API function, and plus support for unloaded areas. Still in progress. Also, fix //allocate for very large schematics.

10 years agoEven bigger speed gains by using LuaVoxelManipulator in a few choice places! Faster...
Anthony Zhang [Fri, 12 Jul 2013 18:22:30 +0000 (14:22 -0400)]
Even bigger speed gains by using LuaVoxelManipulator in a few choice places! Faster //set, //cylinder, etc., but plenty of room for improvements still.

10 years agoFix volume of spheres, domes, and their hollow variants.
Anthony Zhang [Mon, 24 Jun 2013 22:21:48 +0000 (18:21 -0400)]
Fix volume of spheres, domes, and their hollow variants.

10 years agoSupport aliases in node name resolution. For example, `//set mapgen_dirt`. Technique...
Anthony Zhang [Mon, 24 Jun 2013 21:13:10 +0000 (17:13 -0400)]
Support aliases in node name resolution. For example, `//set mapgen_dirt`. Technique outlined by kharl in IRC.

10 years agoAvoid using slower and deprecated EnvRef, fix schematic data MapNodes, huge speed...
Anthony Zhang [Sun, 23 Jun 2013 16:46:59 +0000 (12:46 -0400)]
Avoid using slower and deprecated EnvRef, fix schematic data MapNodes, huge speed boost to worldedit.hollow_cylinder, fix some bugs.

10 years agoSuper-speed a few primitives and visualization functions, including hollowsphere...
Anthony Zhang [Sun, 23 Jun 2013 03:08:51 +0000 (23:08 -0400)]
Super-speed a few primitives and visualization functions, including hollowsphere, sphere, hollowdome, dome, and suppress.

10 years agoClarify the documentation regarding the the positioning of WorldEdit primitives relat...
Anthony Zhang [Sun, 23 Jun 2013 03:05:34 +0000 (23:05 -0400)]
Clarify the documentation regarding the the positioning of WorldEdit primitives relative to position 1.

10 years agoSignificant but highly experimental speed-ups for worldedit.set, replace, and scale...
Anthony Zhang [Sun, 23 Jun 2013 00:59:23 +0000 (20:59 -0400)]
Significant but highly experimental speed-ups for worldedit.set, replace, and scale, plus preparation for more.

10 years agoAdd initial support for Minetest schematic API
Sfan5 [Sat, 22 Jun 2013 06:24:54 +0000 (08:24 +0200)]
Add initial support for Minetest schematic API
Thanks to kwolekr for the code

11 years agoAdd `//scale <factor>` command (suggested by Jordach), fix transposition description...
Anthony Zhang [Tue, 18 Jun 2013 19:05:49 +0000 (15:05 -0400)]
Add `//scale <factor>` command (suggested by Jordach), fix transposition description in docs.

11 years agoSupport descriptions and partial node names in chat commands (e.g., `//set blue light...
Anthony Zhang [Wed, 12 Jun 2013 23:59:13 +0000 (19:59 -0400)]
Support descriptions and partial node names in chat commands (e.g., `//set blue lightstone`, `//replace piston_normal_off bronze block`).

11 years agoFix //rotate for real this time.
Anthony Zhang [Sun, 2 Jun 2013 21:50:14 +0000 (17:50 -0400)]
Fix //rotate for real this time.

11 years agoFix //rotate, improve queue (order now preserved), typos fixed (quene -> queue).
Anthony Zhang [Fri, 31 May 2013 00:38:56 +0000 (20:38 -0400)]
Fix //rotate, improve queue (order now preserved), typos fixed (quene -> queue).

11 years agoBlock queue doesn't lag anymore on slow operations like digging and placing nodes...
Anthony Zhang [Thu, 30 May 2013 23:05:45 +0000 (19:05 -0400)]
Block queue doesn't lag anymore on slow operations like digging and placing nodes, better and more efficient //fixlight.

11 years agoFix //move again
Sfan5 [Mon, 20 May 2013 18:48:12 +0000 (20:48 +0200)]
Fix //move again

11 years agoFix the //move command (WorldEdit API is unaffected).
Anthony Zhang [Sat, 18 May 2013 23:00:12 +0000 (19:00 -0400)]
Fix the //move command (WorldEdit API is unaffected).

11 years agoMake chat messages consistent.
Anthony Zhang [Wed, 15 May 2013 21:52:12 +0000 (17:52 -0400)]
Make chat messages consistent.

11 years agoAdd //unmark chat command, fix position setting not being reset by //reset.
Anthony Zhang [Wed, 15 May 2013 21:03:26 +0000 (17:03 -0400)]
Add //unmark chat command, fix position setting not being reset by //reset.

11 years agoMerge remote-tracking branch 'refs/remotes/origin/master'
Anthony Zhang [Thu, 2 May 2013 22:20:59 +0000 (18:20 -0400)]
Merge remote-tracking branch 'refs/remotes/origin/master'

11 years agoFix deserialization for real this time.
Anthony Zhang [Mon, 29 Apr 2013 23:52:00 +0000 (19:52 -0400)]
Fix deserialization for real this time.

11 years agoUpdate Copyright Year
sfan5 [Mon, 29 Apr 2013 11:34:55 +0000 (14:34 +0300)]
Update Copyright Year

11 years agoFix loading of schematics containing chests that had empty slots.
Anthony Zhang [Sun, 28 Apr 2013 23:01:24 +0000 (19:01 -0400)]
Fix loading of schematics containing chests that had empty slots.

11 years agoWorldEdit 0.6
Sfan5 [Sun, 28 Apr 2013 18:27:25 +0000 (20:27 +0200)]
WorldEdit 0.6

11 years agoAdd Block Queue
Sfan5 [Sun, 28 Apr 2013 17:08:09 +0000 (19:08 +0200)]
Add Block Queue

11 years agoNew commands //hollowdome and //dome, as well as new API functions worldedit.dome...
Anthony Zhang [Sat, 27 Apr 2013 22:28:20 +0000 (18:28 -0400)]
New commands //hollowdome and //dome, as well as new API functions worldedit.dome and worldedit.hollow_dome. Oh, and spheres generate faster too.

11 years agoAvoid prepending "Server -!- " to WorldEdit messages.
Anthony Zhang [Sat, 27 Apr 2013 20:42:51 +0000 (16:42 -0400)]
Avoid prepending "Server -!- " to WorldEdit messages.

11 years agoHorrible, vile, disgusting hack. But it works.
Anthony Zhang [Sun, 21 Apr 2013 00:28:21 +0000 (20:28 -0400)]
Horrible, vile, disgusting hack. But it works.

11 years agoMetadata fix for serialization.
Anthony Zhang [Wed, 27 Mar 2013 22:07:52 +0000 (18:07 -0400)]
Metadata fix for serialization.

11 years agoDynamic module loading - you can now delete any file in the worldedit mod except...
Anthony Zhang [Wed, 20 Mar 2013 21:31:00 +0000 (17:31 -0400)]
Dynamic module loading - you can now delete any file in the worldedit mod except init.lua, and the relevant functionality will simply not be included.

11 years agoOops, forgot to load the compatibility module.
Anthony Zhang [Wed, 20 Mar 2013 21:18:21 +0000 (17:18 -0400)]
Oops, forgot to load the compatibility module.

11 years ago//metasave and //metaload are now superceded by //save and //load's new functionality...
Anthony Zhang [Wed, 20 Mar 2013 21:12:48 +0000 (17:12 -0400)]
//metasave and //metaload are now superceded by //save and //load's new functionality. worldedit.deserialize now supports every version of the WorldEdit format that has ever existed, and the new worldedit.valueversion uses file characteristics to determine which type of file format a given file uses. The new WorldEdit file format is the same as the one used by MineTest for serializing data, and is capable of storing arbitrary data, as well as leaving fields for future improvements. In other words, this is the last forward-compatibility breaking change that will be made to the file format.

11 years agoFix styling issues in Chat Commands.md
sfan5 [Sat, 23 Feb 2013 08:35:16 +0000 (09:35 +0100)]
Fix styling issues in Chat Commands.md

11 years agoFixed bug where unmodified axis used pos1 coords instead of pos2 coords.
Anthony Zhang [Sun, 17 Feb 2013 19:11:55 +0000 (14:11 -0500)]
Fixed bug where unmodified axis used pos1 coords instead of pos2 coords.

11 years agoUse rounding rather than flooring for more intuitive player position setting.
Anthony Zhang [Sun, 17 Feb 2013 02:14:44 +0000 (21:14 -0500)]
Use rounding rather than flooring for more intuitive player position setting.

11 years agoRequire `server` priv for Lua commands.
Anthony Zhang [Mon, 14 Jan 2013 21:14:54 +0000 (16:14 -0500)]
Require `server` priv for Lua commands.

11 years agoReplace //homogenize with //replaceinverse (//homogenize x is equivalent to //replace...
Anthony Zhang [Sat, 12 Jan 2013 23:29:57 +0000 (18:29 -0500)]
Replace //homogenize with //replaceinverse (//homogenize x is equivalent to //replaceinverse air x), add documentation for it.

11 years agoAdd //homogenize, //lua, and //luatransform commands, as well as their documentation.
Anthony Zhang [Sat, 12 Jan 2013 23:20:41 +0000 (18:20 -0500)]
Add //homogenize, //lua, and //luatransform commands, as well as their documentation.

11 years agoNew command: //orient, that rotates oriented nodes such as furnaces around the Y...
Anthony Zhang [Sat, 12 Jan 2013 21:46:40 +0000 (16:46 -0500)]
New command: //orient, that rotates oriented nodes such as furnaces around the Y-axis by a specified angle.

11 years agoChange all references of //dig to //fixlight, document the changes, fix a small typo.
Anthony Zhang [Sat, 12 Jan 2013 21:02:23 +0000 (16:02 -0500)]
Change all references of //dig to //fixlight, document the changes, fix a small typo.

11 years agoFinally fix anything
sfan5 [Sat, 12 Jan 2013 07:24:04 +0000 (08:24 +0100)]
Finally fix anything

11 years agoFix my Code again (I've use Python too much)
sfan5 [Sat, 12 Jan 2013 07:19:24 +0000 (08:19 +0100)]
Fix my Code again (I've use Python too much)

11 years agoFix Code again
sfan5 [Sat, 12 Jan 2013 07:17:14 +0000 (08:17 +0100)]
Fix Code again

11 years agoFix Code
sfan5 [Sat, 12 Jan 2013 07:14:20 +0000 (08:14 +0100)]
Fix Code

11 years agoRename //dig to //fixlight
sfan5 [Sat, 12 Jan 2013 07:10:19 +0000 (08:10 +0100)]
Rename //dig to //fixlight

11 years agoOnly dig air Nodes
sfan5 [Sat, 12 Jan 2013 06:59:41 +0000 (07:59 +0100)]
Only dig air Nodes

11 years agoMany thanks to Smitje for providing a working example of roations.
Anthony Zhang [Wed, 12 Dec 2012 22:17:56 +0000 (17:17 -0500)]
Many thanks to Smitje for providing a working example of roations.

Changes: fixed rotation and transposition of non-sqaure regions, makers are now moved to the new region boundaries after rotation/transposition, small consistency fixes, finally fix the /hide command.

11 years agoFix the missing command //suppress <node>.
Anthony Zhang [Wed, 28 Nov 2012 00:29:10 +0000 (19:29 -0500)]
Fix the missing command //suppress <node>.

11 years agoQuick and dirty fix for metasave not saving ItemStack instances in node metadata...
Anthony Zhang [Wed, 24 Oct 2012 03:21:02 +0000 (23:21 -0400)]
Quick and dirty fix for metasave not saving ItemStack instances in node metadata inventories.

11 years agoFix //load and //allocate for old WorldEdit files.
Anthony Zhang [Tue, 23 Oct 2012 03:17:37 +0000 (23:17 -0400)]
Fix //load and //allocate for old WorldEdit files.

11 years agoRename //find to //highlight and worldedit.find to worldedit.highlight, add //allocat...
Anthony Zhang [Sun, 21 Oct 2012 21:49:43 +0000 (17:49 -0400)]
Rename //find to //highlight and worldedit.find to worldedit.highlight, add //allocate and worldedit.allocate as well as related documentation. Improve documentation by fixing a few mistakes and adding return signatures.

11 years agoImplement and document the new //p set1 and //p set2 functionality.
Anthony Zhang [Fri, 19 Oct 2012 01:28:58 +0000 (21:28 -0400)]
Implement and document the new //p set1 and //p set2 functionality.

11 years agoMerge remote-tracking branch 'origin/master'
Anthony Zhang [Fri, 19 Oct 2012 01:28:45 +0000 (21:28 -0400)]
Merge remote-tracking branch 'origin/master'

11 years agoTest
Anthony Zhang [Fri, 19 Oct 2012 01:28:33 +0000 (21:28 -0400)]
Test

11 years agoMerge pull request #19 from khonkhortisan/master
Anthony [Thu, 18 Oct 2012 00:32:56 +0000 (17:32 -0700)]
Merge pull request #19 from khonkhortisan/master

Hollow Sphere Returning Count

11 years agoworldedit.hollow_sphere returns non-nil count
Kyle [Wed, 17 Oct 2012 23:18:19 +0000 (16:18 -0700)]
worldedit.hollow_sphere returns non-nil count

11 years agoSeparate components into separate mods, add visualization API with hide(), suppress...
Anthony Zhang [Sun, 14 Oct 2012 01:45:50 +0000 (21:45 -0400)]
Separate components into separate mods, add visualization API with hide(), suppress(), find(), and restore() for nondestructive node visualization. Corresponding chat commands are //hide, //suppress, //find, and //restore. Commands and functions documented.

11 years agodofile table_save so metasave and metaload work
cornernote [Thu, 4 Oct 2012 03:52:18 +0000 (13:22 +0930)]
dofile table_save so metasave and metaload work

11 years agoUse modpack for easier installation (idea is taken from cornernote's mod format)...
Anthony Zhang [Mon, 1 Oct 2012 20:19:09 +0000 (16:19 -0400)]
Use modpack for easier installation (idea is taken from cornernote's mod format), fix some grammar in API reference, move chat command reference and API reference to separate files.

11 years agoFix worldedit.spiral and the correspondign chat command, //spiral.
Brett O'Donnell [Wed, 26 Sep 2012 22:36:11 +0000 (18:36 -0400)]
Fix worldedit.spiral and the correspondign chat command, //spiral.

11 years agoReplace worldedit.spiral with worldedit.pyramid, as well as related chat commands.
Anthony Zhang [Wed, 26 Sep 2012 22:02:42 +0000 (18:02 -0400)]
Replace worldedit.spiral with worldedit.pyramid, as well as related chat commands.

11 years agoAdd worldedit.hollow_sphere, worldedit.sphere, //hollowsphere, and //sphere, improve...
Anthony Zhang [Tue, 25 Sep 2012 22:42:10 +0000 (18:42 -0400)]
Add worldedit.hollow_sphere, worldedit.sphere, //hollowsphere, and //sphere, improve cylinder docs slightly.

11 years agoFix negative cylinder lengths (thanks @cornernote).
Anthony Zhang [Tue, 25 Sep 2012 21:04:24 +0000 (17:04 -0400)]
Fix negative cylinder lengths (thanks @cornernote).

11 years agoAdd cornernote to authors.
Anthony Zhang [Thu, 20 Sep 2012 20:25:29 +0000 (16:25 -0400)]
Add cornernote to authors.

11 years agoMerge pull request #12 from cornernote/master
Anthony [Thu, 20 Sep 2012 20:13:09 +0000 (13:13 -0700)]
Merge pull request #12 from cornernote/master

added //metasave and //metaload (clean pull)

11 years agoadded table_save to load/save metadata
Brett O'Donnell [Thu, 20 Sep 2012 04:30:20 +0000 (14:00 +0930)]
added table_save to load/save metadata

11 years agoadded metasave/metaload to readme
cornernote [Thu, 20 Sep 2012 04:28:00 +0000 (13:58 +0930)]
added metasave/metaload to readme

11 years agoadded metasave/metaload to readme
cornernote [Thu, 20 Sep 2012 04:27:01 +0000 (13:57 +0930)]
added metasave/metaload to readme

11 years agoadded metasave/metaload to chat commands
cornernote [Thu, 20 Sep 2012 04:26:14 +0000 (13:56 +0930)]
added metasave/metaload to chat commands

11 years agoadded metasave/metaload to api
cornernote [Thu, 20 Sep 2012 04:25:23 +0000 (13:55 +0930)]
added metasave/metaload to api

11 years agoNormalization.
Anthony Zhang [Fri, 14 Sep 2012 03:13:54 +0000 (23:13 -0400)]
Normalization.

11 years agoMerge pull request #11 from khonkhortisan/master
Anthony [Tue, 11 Sep 2012 00:06:34 +0000 (17:06 -0700)]
Merge pull request #11 from khonkhortisan/master

Allow multiple //moves

11 years agodocument the //move change
Kyle [Mon, 10 Sep 2012 17:09:03 +0000 (10:09 -0700)]
document the //move change

11 years agoallow multiple //moves
Kyle [Mon, 10 Sep 2012 04:44:30 +0000 (21:44 -0700)]
allow multiple //moves

11 years agoFix //replace <something> air
sfan5 [Sat, 8 Sep 2012 06:34:21 +0000 (08:34 +0200)]
Fix //replace <something> air

11 years agoFix //replace air <something>
sfan5 [Sat, 8 Sep 2012 06:21:37 +0000 (08:21 +0200)]
Fix //replace air <something>

11 years agoMerge pull request #5 from khonkhortisan/master
Anthony [Fri, 31 Aug 2012 04:38:00 +0000 (21:38 -0700)]
Merge pull request #5 from khonkhortisan/master

Understands meta!

11 years agoFix player axis detection, make spirals code a bit easier to read.
Anthony Zhang [Thu, 30 Aug 2012 20:17:15 +0000 (16:17 -0400)]
Fix player axis detection, make spirals code a bit easier to read.

11 years agoRotate now works with x/y/z/? instead of just y: "//rotate x 90"
Kyle [Tue, 28 Aug 2012 22:57:45 +0000 (15:57 -0700)]
Rotate now works with x/y/z/? instead of just y: "//rotate x 90"

11 years agoFix transpose and rotate
Kyle [Sun, 26 Aug 2012 20:14:47 +0000 (13:14 -0700)]
Fix transpose and rotate

11 years agoUnderstands meta! Tested in copy, stack (which copies), move, flip.
Kyle [Sun, 26 Aug 2012 00:23:39 +0000 (17:23 -0700)]
Understands meta! Tested in copy, stack (which copies), move, flip.
Transpose (and therefore rotate) do(es) not appear to be functional, but
meta stuff added anyway.

11 years agoRemove unused Code
sfan5 [Sun, 19 Aug 2012 07:38:16 +0000 (09:38 +0200)]
Remove unused Code

11 years agoAdd //spiral and worldedit.spiral API function
sfan5 [Sun, 19 Aug 2012 07:36:11 +0000 (09:36 +0200)]
Add //spiral and worldedit.spiral API function

11 years agoAdd the ? axis, which represents the axis the player is facing.
Anthony Zhang [Sat, 18 Aug 2012 18:43:12 +0000 (14:43 -0400)]
Add the ? axis, which represents the axis the player is facing.

11 years agoAdd //hollowcylinder and //cylinder commands, add worldedit.hollow_cylinder and world...
Anthony Zhang [Sat, 18 Aug 2012 04:51:20 +0000 (00:51 -0400)]
Add //hollowcylinder and //cylinder commands, add worldedit.hollow_cylinder and worldedit.cylinder API functions, document both, use better node validity check.

11 years agoFix //copy, //move, and //stack with negative amounts.
Anthony Zhang [Thu, 16 Aug 2012 20:21:00 +0000 (16:21 -0400)]
Fix //copy, //move, and //stack with negative amounts.

11 years agoAdd the //transpose, //flip, and //rotate commands as well as their documentation...
Anthony Zhang [Sun, 22 Jul 2012 22:12:29 +0000 (18:12 -0400)]
Add the //transpose, //flip, and //rotate commands as well as their documentation and related WorldEdit API functions. Fix chat parameter handling using pattern anchors.

11 years agoRemove WorldEdit markers if they are invalid.
Anthony Zhang [Sun, 22 Jul 2012 19:55:49 +0000 (15:55 -0400)]
Remove WorldEdit markers if they are invalid.

11 years agoAdd //mark command and document it.
Anthony Zhang [Sun, 22 Jul 2012 19:22:36 +0000 (15:22 -0400)]
Add //mark command and document it.

11 years agoUse minetest.pos_to_string() and check for nil positions when using //p get (possible...
Anthony Zhang [Sun, 22 Jul 2012 18:53:20 +0000 (14:53 -0400)]
Use minetest.pos_to_string() and check for nil positions when using //p get (possible crash fixed).

11 years agoCorrect version number.
Anthony Zhang [Fri, 20 Jul 2012 16:11:49 +0000 (12:11 -0400)]
Correct version number.

11 years agoSimplify marker placement and fix wierd bug where object:setpos() didn't work.
Anthony Zhang [Fri, 20 Jul 2012 03:24:37 +0000 (23:24 -0400)]
Simplify marker placement and fix wierd bug where object:setpos() didn't work.

11 years agoRe-add support for the old WorldEdit save format on a load-only basis. Implemented...
Anthony Zhang [Fri, 20 Jul 2012 02:54:26 +0000 (22:54 -0400)]
Re-add support for the old WorldEdit save format on a load-only basis. Implemented as worldedit.deserialize_old(), and documented in README.md. //load will now transparently detect these files and load them correctly.

11 years agoProperly floor the player coordinates.
Anthony Zhang [Mon, 16 Jul 2012 20:21:55 +0000 (16:21 -0400)]
Properly floor the player coordinates.

11 years agoDocument markers and give an example for //reset.
Anthony Zhang [Mon, 16 Jul 2012 18:54:14 +0000 (14:54 -0400)]
Document markers and give an example for //reset.

11 years agoAdd entities to mark the WorldEdit region positions and add the //reset command....
Anthony Zhang [Mon, 16 Jul 2012 18:38:15 +0000 (14:38 -0400)]
Add entities to mark the WorldEdit region positions and add the //reset command. Document regions, and the //reset command.

11 years agoFixed //save not sorting positions (thanks to cosarara97).
Anthony Zhang [Mon, 16 Jul 2012 16:37:02 +0000 (12:37 -0400)]
Fixed //save not sorting positions (thanks to cosarara97).

11 years agoProperly document the WorldEdit API.
Anthony Zhang [Sat, 14 Jul 2012 02:14:25 +0000 (22:14 -0400)]
Properly document the WorldEdit API.

11 years agoRename README to show markdown properly.
Anthony Zhang [Sat, 14 Jul 2012 01:50:37 +0000 (21:50 -0400)]
Rename README to show markdown properly.

11 years agoInitial commit.
Anthony Zhang [Sat, 14 Jul 2012 01:46:33 +0000 (21:46 -0400)]
Initial commit.