Commit Graph

28 Commits

Author SHA1 Message Date
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
0aba329cf5 Add "deltree" tool for removing floating trees. 2011-05-10 23:31:24 +01:00
a18546d698 Added permission checks for tools on /use/, so now if you switch world or lose your permissions, you lose your tools. 2011-05-01 17:06:40 -07:00
7dcb4da83b Moved EntityType to its own class to hopefully fix the unexplainable IllegalAccessErrors. 2011-05-01 13:55:38 -07:00
582b98dad0 More file moving. 2011-05-01 01:30:33 -07:00