Commit Graph

54 Commits

Author SHA1 Message Date
1c4c621500 Cleanup. 2011-09-17 19:32:44 -04:00
b10498b9c7 Added 'xp' as a parameter of the /remove command to remove experience orbs. 2011-09-17 01:44:10 -04:00
4c00a24c1d Abstracted all block IDs to BlockID and item ids to ItemType. Overloaded recently changed methods for compatibility and cleaned a few things up. 2011-09-03 13:01:51 -04:00
8c0d0f9ed4 //[h]sphere can now generate ellipsoid (stretched sphere) shapes 2011-09-03 18:59:18 +02:00
3205904003 //copy and //paste now respect /toggleplace. 2011-09-02 21:03:22 +02:00
02d8acfa81 Alowed performing undos from other player sessions, if they exist. 2011-08-29 14:24:46 -07:00
1562f17540 Added block damage support to //replace and //replacenear 2011-08-29 00:08:06 -07:00
2281684f20 - Added a -p flag to //flip that makes it flip around the player instead of the center of the clipboard.
- Code cleanup
2011-08-26 05:04:07 +02:00
63262dbd5f Corrected number of arguments in //pos2 2011-08-22 23:05:31 +02:00
91b7b8444f Added pattern support to /replacenear, //walls, and //faces 2011-08-21 23:56:10 -07:00
9e13e25760 Fixed floodfill usage 2011-08-21 23:56:10 -07:00
d12bff993b Added //-prefixed aliases for most /-prefixed commands 2011-08-21 22:35:27 +02:00
2b94ddf7ed Added flag to //smooth to only use "natural" blocks 2011-08-17 00:33:46 -07:00
151b4c0fa1 Added a /green command, which greens the surrounding landscape. 2011-08-16 18:43:13 +02:00
ea445ebcf5 Added a -s flag to //chunk, which extends your current selection to the encompassed chunks. 2011-08-16 10:10:23 +02:00
c79d90bb99 Added support for non-integer radius to //fill, //fillr, //drain, //fixlava, //fixwater, //snow and //thaw. 2011-08-15 14:35:21 +02:00
a57830706e Added support for non-integer radius to //superpickaxe recursive and improved performance a bit by making the recurse method static. 2011-08-15 14:22:35 +02:00
46e37017bf Whitespace police 2011-08-10 18:36:26 -04:00
7b306160d7 Added optional position parameter to //pos1 and //pos2 2011-08-10 18:36:26 -04:00
5e45fd1625 Disabling global masks while regnerating because they only affect the area outside the selection. 2011-08-10 04:16:54 +02:00
2af31fe231 Added position logging to /up, /ceil, position+orientation+region logging for the script commands and changed the logging for //move and //stack to orientation+region 2011-08-09 01:23:16 +02:00
e320d34b32 Added an optional on/off argument to the toggle pickaxe command. 2011-08-09 00:19:58 +02:00
cc917b424c Added position/region logging. 2011-08-08 14:40:02 +02:00
96eb94155c Fixed the desciption of the //outline (//faces) command. 2011-08-08 09:20:55 +02:00
8d688165ee Fixed exceptions in //brush since build #115. 2011-08-08 02:23:42 +02:00
0040ba9867 Added support for non-integer radius to the sphere, cylinder, smooth and extinguish brushes. 2011-08-07 05:24:20 +02:00
57b5c5b546 Added support for non-integer radius to //cyl, //hcyl, //sphere and //hsphere 2011-08-07 05:24:19 +02:00
282b3fbd05 Merge branch 'master' of git@github.com:sk89q/worldedit.git 2011-08-07 02:42:12 +02:00
2342acfae2 Added pyramid generation with /pyramid & /hpyramid 2011-08-07 02:40:48 +02:00
02e24ed824 Removed and reimplemented mrapple's selection at a distance. It is now a brush tool, meaning it can be bound as other tools can and it subject to Nichts' /range command, so you can select points in midair. 2011-08-06 19:22:10 -04:00
2068189cf5 Added multiworld support for snapshots.
Added robinjam's nether support (Thank you robinjam!)
2011-08-05 12:35:38 +02:00
f8c53a06bf Merge branch 'master' of git@github.com:sk89q/worldedit.git 2011-08-05 12:30:27 +02:00
990915b23f Merge remote-tracking branch 'remotes/pull_117/multiworld-snapshots' 2011-08-05 12:29:49 +02:00
8bb0629d79 Added //naturalize. 2011-08-02 15:52:57 -07:00
66dcc99809 fixed superpickaxe for gravel & lightstone, preprocessors faster than postprocessors, added methods so same-type changes are visble client-side, fixed fixliquid & setblocks block count 2011-07-15 02:00:48 -05:00
4b65cf5bea Curse you indentation man! 2011-07-07 14:25:21 -05:00
7717223686 Some code tidying. 2011-07-07 14:05:03 -05:00
6b9dbe349a Changes tabs to spaces, also removed extra boolean. 2011-07-07 12:35:08 -05:00
858f8d3c36 Add multiworld snapshot support 2011-07-07 18:23:12 +01:00
fce942e130 Allow a command to be passed to /ascend and /descend which ascends/descends multiple floors. 2011-07-07 10:35:20 -05:00
021e99c252 Added range command for brushes. Thanks Nichts 2011-06-22 18:33:43 -04:00
1aa08104b5 Made a few commands obey //toggleplace 2011-06-21 12:44:12 -04:00
0f040429c5 Added flood fill tool, fixed data values not being set properly. 2011-06-04 19:41:12 -07:00
aa17d2f0e0 Added //gmask to set a *GLOBAL* mask that affects nearly ALL operations. Now you can confine //sphere to a region or create //walls that do not replace existing blocks. 2011-06-04 12:16:10 -07:00
e1da7c41ad Added a new region-based mask type and the ability to combine masks. 2011-06-04 11:57:40 -07:00
504b4a613f Added support for combined masks. 2011-06-04 11:42:45 -07:00
d881c14e2d Added //fast mode, which allows the server to skip the dirtying of chunks. This means that you have to rejoin to see changes though, but most operations are doubled in speed. 2011-06-04 10:30:45 -07:00
8f032fb2ea Added -p flag to //butcher to kill pet wolves. 2011-05-24 18:19:11 -04:00
f97c765623 Added -s flag to //move and //stack to move the selection along with the blocks. 2011-05-16 15:49:35 -04:00
d91a634450 Fixed //expand vert not updating client. 2011-05-12 23:24:24 -04:00