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