TomyLobo
88b4f4de18
Cleanup.
...
- Fixed a few warnings
- Unified the formatting of the command prologue
- Put down why it was deprecated in the javadoc of a deprecated method.
- Gave //none a better usage line
- Switchcaseified some elseifs
2011-09-19 07:24:49 +02:00
Wizjany
67a7969cd1
Added a tool that allows a player to place and remove blocks at a distance.
2011-09-18 21:53:29 -04:00
Wizjany
dd358bc982
Made floating tree remover work on mushrooms
2011-09-18 02:37:38 -04:00
Wizjany
ece3934994
Abstracted cycler tool methods to BlockData and optimized them slightly, as well as adding support for many new blocks.
2011-09-17 01:44:10 -04:00
zml2008
6f43c6a312
Updated for 1.8 blocks and items
2011-09-13 22:47:17 -07:00
Wizjany
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
TomyLobo
8c0d0f9ed4
//[h]sphere can now generate ellipsoid (stretched sphere) shapes
2011-09-03 18:59:18 +02:00
zml2008
d83fed13fb
Fixed 43 and 44 block data cycling
2011-08-28 20:46:54 -07:00
zml2008
2b94ddf7ed
Added flag to //smooth to only use "natural" blocks
2011-08-17 00:33:46 -07:00
TomyLobo
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
TomyLobo
9d98ca3db8
Added library support for non-integer radius spheres and cylinders.
2011-08-07 05:19:17 +02:00
TomyLobo
a527b59770
Fixed more warnings.
2011-08-07 02:53:48 +02:00
Wizjany
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
Jacob Scott
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
Wizjany
021e99c252
Added range command for brushes. Thanks Nichts
2011-06-22 18:33:43 -04:00
sk89q
0f040429c5
Added flood fill tool, fixed data values not being set properly.
2011-06-04 19:41:12 -07:00
sk89q
2e7de18840
Removed ReplacingEditSession, which is now obsoleted by the changes to EditSession.
2011-06-04 12:21:13 -07:00
sk89q
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
Moo0
0aba329cf5
Add "deltree" tool for removing floating trees.
2011-05-10 23:31:24 +01:00
sk89q
d71d4a8569
Added expiration timer to sessions. Sessions will now last up to 10 minutes (by default) before removed, so you can quickly disconnect (or crash) and come back and still maintain your history.
2011-05-01 17:37:05 -07:00
sk89q
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
sk89q
582b98dad0
More file moving.
2011-05-01 01:30:33 -07:00