Ammar Askar
04c00034cf
Implement EditSessionFactory
2012-10-31 20:48:36 +05:00
aumgn
eb14efd2df
Add a dynamic region mask
2012-03-31 09:04:54 -07:00
zml2008
ba1d2c751b
Fixed FloatingTreeRemover (/tool deltree) to work correctly with jungle trees
2012-03-17 15:09:37 -07:00
aumgn
d82111a4fc
Fix a NPE with brush using a global mask and no brush mask
2012-03-15 16:59:02 +01:00
sk89q
da75d0cef4
Made tree planter tool try 10 times to make the tree before giving up.
2012-03-01 20:15:39 -08:00
TomyLobo
8aa65fd7f4
License block changes
...
Added some missing license blocks
Added "and contributors" to all copyright notices.
Added $Id$ to files that were still missing it.
Changed "All rights reserved" to GPLv3 on Injector.java.
2012-01-20 08:24:32 +01:00
zml2008
76f1ea9cf2
Added a gravity brush.
2011-12-28 02:04:27 -08:00
zml2008
98216e2762
Added support for non-128 worldheights
2011-12-13 04:50:53 +01:00
TomyLobo
4753574bae
Basically rewrote the tree remover tool to use breadth-first search to get rid of deep recursions.
...
Also changed a message to be more precise.
2011-12-03 02:11:10 +01:00
sk89q
11245014c8
Added @Override annotations.
2011-11-29 20:17:50 +01:00
TomyLobo
36e4b99ade
Added particle effects to area and recursive pickaxe.
2011-11-29 09:15:41 +01:00
TomyLobo
cc0e39b493
Added particle and sound effects to the single super pickaxe.
2011-11-28 07:36:42 +01:00
TomyLobo
7e13b60a51
Cleanup
2011-11-23 04:48:40 +01:00
zml2008
04803de8b1
Fixed some NPE's for block types not in BlockType.
2011-11-02 22:51:48 -07:00
TomyLobo
58be9d9be4
Added support for stretched cylinders and brought their profile in line with that of the central layer of a sphere of the same x/z radius.
2011-10-28 20:34:08 +02:00
Wizjany
68fe0d3438
Cleanup. Cycler uses BaseBlock instead of BlockData directly. Fixed a few BlockType method inaccuracies.
2011-10-04 17:16:20 -04:00
TomyLobo
21c6ab894c
Moved BlockData to the blocks package and left a stub with deprecated delegates behind.
2011-09-28 10:45:32 +02:00
Wizjany
b5b55a2775
Cleanup and a few bugfixes
2011-09-24 15:24:10 -04:00
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