.. |
blocks
|
Now using com.sk89q.worldedit.blocks.BlockType for block type queries. rawSetBlock() now handles changes in block data. WorldEdit.getBlock() now supports specifying data and sign text.
|
2010-10-15 00:22:03 -07:00 |
regions
|
Added support for block data and sign texts. Decoupled more code from the server modification.
|
2010-10-14 01:31:05 -07:00 |
BlockVector.java
|
Removed Point/BlockPoint to Vector/BlockVector.
|
2010-10-12 18:03: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 |
NoSuchScriptException.java
|
Reorganized code, made exceptions inherit from WorldEditException, added /setchangelimit.
|
2010-10-04 16:39:35 -07:00 |
SchematicException.java
|
Added short overflow check for schematic saving.
|
2010-10-04 17:00:54 -07:00 |
ServerInterface.java
|
Added support for block data and sign texts. Decoupled more code from the server modification.
|
2010-10-14 01:31:05 -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 |
Vector.java
|
Changed everything to use BaseBlock, which supports block data and soon some tile entity data.
|
2010-10-13 16:49:35 -07:00 |
WorldEditException.java
|
Reorganized code, made exceptions inherit from WorldEditException, added /setchangelimit.
|
2010-10-04 16:39:35 -07:00 |