.. |
blocks
|
Updated WorldEdit for the new block types.
|
2010-10-30 19:40:36 -07:00 |
data
|
Added /listchunks and /delchunks.
|
2010-10-28 10:27:30 -07:00 |
regions
|
Added /listchunks and /delchunks.
|
2010-10-28 10:27:30 -07:00 |
snapshots
|
Added TrueZIP support.
|
2010-10-21 11:36:20 -07: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 |
Countable.java
|
Added chest support. Double-width chests don't work too well yet.
|
2010-10-24 23:42:56 -07:00 |
DisallowedItemException.java
|
Reorganized code, made exceptions inherit from WorldEditException, added /setchangelimit.
|
2010-10-04 16:39:35 -07:00 |
EmptyClipboardException.java
|
Changed the clipboard so it doesn't store min/max anymore, just origin and offset. Added /editrotate.
|
2010-10-13 10:08:53 -07:00 |
IncompleteRegionException.java
|
Reorganized code, made exceptions inherit from WorldEditException, added /setchangelimit.
|
2010-10-04 16:39:35 -07:00 |
InsufficientArgumentsException.java
|
Reorganized code, made exceptions inherit from WorldEditException, added /setchangelimit.
|
2010-10-04 16:39:35 -07:00 |
MaxChangedBlocksException.java
|
Reorganized code, made exceptions inherit from WorldEditException, added /setchangelimit.
|
2010-10-04 16:39:35 -07:00 |
ServerInterface.java
|
Added chest support. Double-width chests don't work too well yet.
|
2010-10-24 23:42:56 -07:00 |
UnknownDirectionException.java
|
Added /editexpand and /editcontract.
|
2010-10-12 21:41:06 -07:00 |
UnknownItemException.java
|
Reorganized code, made exceptions inherit from WorldEditException, added /setchangelimit.
|
2010-10-04 16:39:35 -07: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
|
Clamped Y for //expand and //contract operations.
|
2010-10-25 01:07:10 -07:00 |
WorldEditException.java
|
Reorganized code, made exceptions inherit from WorldEditException, added /setchangelimit.
|
2010-10-04 16:39:35 -07:00 |