FastAsyncWorldEdit/src/main/java/com/sk89q/worldedit
2011-08-14 03:48:18 -04:00
..
bags More file moving. 2011-05-01 01:30:33 -07:00
blocks 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
bukkit Cancel scheduler tasks onDisable to prevent nag warnings 2011-08-07 11:57:32 -04:00
commands Whitespace police 2011-08-10 18:36:26 -04:00
cui More file moving. 2011-05-01 01:30:33 -07:00
data Merge remote-tracking branch 'remotes/pull_117/multiworld-snapshots' 2011-08-05 12:29:49 +02:00
dev 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
filtering 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
masks Cleanup overlay/underlay mask. 2011-08-13 01:04:59 -04:00
patterns More file moving. 2011-05-01 01:30:33 -07:00
regions Added to toString() method to CuboidRegion. 2011-08-08 14:39:16 +02:00
scripting 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
snapshots Merge remote-tracking branch 'remotes/pull_117/multiworld-snapshots' 2011-08-05 12:29:49 +02:00
tools Added library support for non-integer radius spheres and cylinders. 2011-08-07 05:19:17 +02:00
util Merge remote-tracking branch 'remotes/pull_117/multiworld-snapshots' 2011-08-05 12:29:49 +02:00
BlockVector2D.java More file moving. 2011-05-01 01:30:33 -07:00
BlockVector.java More file moving. 2011-05-01 01:30:33 -07:00
BlockWorldVector2D.java Adding some new vector classes from craftbook. 2011-05-10 22:14:25 -05:00
BlockWorldVector.java Fixed error some people were having with BlockWorldVectors. 2011-05-27 17:01:15 -04:00
Countable.java 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
CuboidClipboard.java 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
DisallowedItemException.java More file moving. 2011-05-01 01:30:33 -07:00
DoubleArrayList.java More file moving. 2011-05-01 01:30:33 -07:00
EditSession.java Optimized //(h)sphere a bit and made the shell for //hsphere as thin as possible. 2011-08-12 08:20:40 +02:00
EmptyClipboardException.java More file moving. 2011-05-01 01:30:33 -07:00
EntityType.java Moved EntityType to its own class to hopefully fix the unexplainable IllegalAccessErrors. 2011-05-01 13:55:38 -07:00
FilenameException.java More file moving. 2011-05-01 01:30:33 -07:00
FilenameResolutionException.java More file moving. 2011-05-01 01:30:33 -07:00
FileSelectionAbortedException.java More file moving. 2011-05-01 01:30:33 -07:00
HeightMap.java 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
IncompleteRegionException.java More file moving. 2011-05-01 01:30:33 -07:00
InvalidFilenameException.java More file moving. 2011-05-01 01:30:33 -07:00
InvalidItemException.java More file moving. 2011-05-01 01:30:33 -07:00
InvalidToolBindException.java More file moving. 2011-05-01 01:30:33 -07:00
LocalConfiguration.java Merge remote-tracking branch 'remotes/pull_117/multiworld-snapshots' 2011-08-05 12:29:49 +02:00
LocalPlayer.java 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
LocalSession.java Fixed issue #376 "right-clicking with a compass on a door is treated if the door was not there and the left mousebutton was clicked." 2011-08-10 18:36:25 -04:00
LocalWorld.java setTypeIdAndData in LocalWorld is no longer abstract - it now defaults to calling setBlockType and setBlockData. Restores compatibility with SinglePlayerCommands 2.10_2. 2011-08-14 03:48:18 -04:00
LogFormat.java More file moving. 2011-05-01 01:30:33 -07:00
MaxChangedBlocksException.java More file moving. 2011-05-01 01:30:33 -07:00
MaxRadiusException.java More file moving. 2011-05-01 01:30:33 -07:00
PlayerDirection.java More file moving. 2011-05-01 01:30:33 -07:00
ServerInterface.java Change the block type check to be implementation-dependent. The Bukkit plugin now checks Bukkit's Material. 2011-06-04 22:22:23 -07:00
SessionCheck.java 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
UnknownDirectionException.java More file moving. 2011-05-01 01:30:33 -07:00
UnknownItemException.java More file moving. 2011-05-01 01:30:33 -07:00
Vector2D.java More file moving. 2011-05-01 01:30:33 -07:00
Vector.java 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
WorldEdit.java Cleanup overlay/underlay mask. 2011-08-13 01:04:59 -04:00
WorldEditException.java More file moving. 2011-05-01 01:30:33 -07:00
WorldEditNotInstalled.java More file moving. 2011-05-01 01:30:33 -07:00
WorldEditOperation.java More file moving. 2011-05-01 01:30:33 -07:00
WorldVector2D.java Adding some new vector classes from craftbook. 2011-05-10 22:14:25 -05:00
WorldVector.java More file moving. 2011-05-01 01:30:33 -07:00