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