.. |
bags
|
Added the ability to use (require) inventory with operations.
|
2010-12-31 14:31:49 -08:00 |
blocks
|
Changed water to be considered a pass-through block.
|
2011-01-09 10:26:11 -08:00 |
bukkit
|
/tree now makes regular tree and /bigtree makes big trees.
|
2011-01-09 10:22:01 -08:00 |
data
|
Worked around some ZIP-related bugs.
|
2010-12-31 01:18:08 -08:00 |
filters
|
Added //smooth
|
2010-11-21 22:58:05 +01:00 |
patterns
|
Added support for random block placement with //set. Made //set faster.
|
2010-11-06 14:43:56 -07:00 |
regions
|
Added /listchunks and /delchunks.
|
2010-10-28 10:27:30 -07:00 |
snapshots
|
Initial abstraction.
|
2010-12-31 17:06:42 -08:00 |
superpickaxe
|
Added block bag support to the block replacer and sphere brush super pickaxe tools.
|
2011-01-09 11:23:57 -08:00 |
BlockVector2D.java
|
Added data framework (com.sk89q.worldedit.data.*); moved schematic loading/saving towards data framework; added work-in-progress EditSession.restoreBackup().
|
2010-10-20 02:12:16 -07:00 |
BlockVector.java
|
Removed Point/BlockPoint to Vector/BlockVector.
|
2010-10-12 18:03:56 -07:00 |
BlockWorldVector.java
|
Cleaned up some code, changed WorldEdit to be world-aware (finally).
|
2011-01-01 10:33:18 -08:00 |
Countable.java
|
Added //count and //distr.
|
2010-11-16 23:00:17 -08:00 |
CuboidClipboard.java
|
Abstracted super pickaxe mode/tools and changed commands to /tree, /info, /none, /single, /area, and /recur.
|
2011-01-01 21:50:31 -08:00 |
DisallowedItemException.java
|
Fixed Java warnings.
|
2010-12-29 23:15:53 -08:00 |
DoubleArrayList.java
|
Fixed Java warnings.
|
2010-12-29 23:15:53 -08:00 |
EditSession.java
|
Added sphere brush tool.
|
2011-01-09 11:14:55 -08:00 |
EmptyClipboardException.java
|
Fixed Java warnings.
|
2010-12-29 23:15:53 -08:00 |
HeightMap.java
|
Finished abstraction.
|
2010-12-31 17:40:07 -08:00 |
IncompleteRegionException.java
|
Fixed Java warnings.
|
2010-12-29 23:15:53 -08:00 |
InsufficientArgumentsException.java
|
Fixed Java warnings.
|
2010-12-29 23:15:53 -08:00 |
InvalidItemException.java
|
Fixed Java warnings.
|
2010-12-29 23:15:53 -08:00 |
LocalConfiguration.java
|
Added sphere brush tool.
|
2011-01-09 11:14:55 -08:00 |
LocalPlayer.java
|
Fixed HMPlayer.getSolidBlockTrace() and HMPlayer.getBlockTrace() returning null for the world. Changed LocalPlayer.findFreePosition() to take a WorldVector instead.
|
2011-01-09 09:25:24 -08:00 |
LocalSession.java
|
Added sphere brush tool.
|
2011-01-09 11:14:55 -08:00 |
LocalWorld.java
|
/tree now makes regular tree and /bigtree makes big trees.
|
2011-01-09 10:22:01 -08:00 |
LogFormat.java
|
Added basic command logging and logging to file.
|
2010-11-05 22:37:16 -07:00 |
MaxChangedBlocksException.java
|
Fixed Java warnings.
|
2010-12-29 23:15:53 -08:00 |
MaxRadiusException.java
|
Fixed Java warnings.
|
2010-12-29 23:15:53 -08:00 |
ReplacingEditSession.java
|
Added sphere brush tool.
|
2011-01-09 11:14:55 -08:00 |
ServerInterface.java
|
Moved most methods of ServerInterface to LocalWorld.
|
2011-01-08 11:26:27 -08:00 |
UnknownDirectionException.java
|
Fixed Java warnings.
|
2010-12-29 23:15:53 -08:00 |
UnknownItemException.java
|
Fixed Java warnings.
|
2010-12-29 23:15:53 -08:00 |
Vector2D.java
|
Added data framework (com.sk89q.worldedit.data.*); moved schematic loading/saving towards data framework; added work-in-progress EditSession.restoreBackup().
|
2010-10-20 02:12:16 -07:00 |
Vector.java
|
Fixed HMPlayer.getSolidBlockTrace() and HMPlayer.getBlockTrace() returning null for the world. Changed LocalPlayer.findFreePosition() to take a WorldVector instead.
|
2011-01-09 09:25:24 -08:00 |
WorldEditController.java
|
Made handling of non-right angles in getDirection() return more relevant errors.
|
2011-01-09 11:22:42 -08:00 |
WorldEditException.java
|
Fixed Java warnings.
|
2010-12-29 23:15:53 -08:00 |
WorldEditNotInstalled.java
|
Fixed Java warnings.
|
2010-12-29 23:15:53 -08:00 |
WorldVector.java
|
Fixed inaccuracy with LocalPlayer.getBlockIn() and LocalPlayer.getBlockOn().
|
2011-01-08 10:52:48 -08:00 |