.. |
bags
|
Replace ItemType.X.getID() with ItemID.X everywhere.
|
2011-09-19 08:38:30 +02:00 |
blocks
|
Fixed case fallthroughs in BlockType.
|
2011-09-22 01:31:35 -04:00 |
bukkit
|
Added 'xp' as a parameter of the /remove command to remove experience orbs.
|
2011-09-17 01:44:10 -04:00 |
commands
|
Cleanup.
|
2011-09-19 07:24:49 +02:00 |
cui
|
More file moving.
|
2011-05-01 01:30:33 -07:00 |
data
|
Added rotate code for vines, fence gates and mushroom caps.
|
2011-09-23 16:32:50 +02:00 |
dev
|
Removed permissions from plugin.yml for compatibility and cleaned up a bit more.
|
2011-09-18 02:37:37 -04: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
|
Added/fixed some copyright notices.
|
2011-09-19 08:24:21 +02:00 |
patterns
|
More file moving.
|
2011-05-01 01:30:33 -07:00 |
regions
|
Cleanup. Added toString override for polygonal regions.
|
2011-08-24 18:27:18 -04: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
|
Cleanup.
|
2011-09-19 07:24:49 +02:00 |
util
|
Added a tool that allows a player to place and remove blocks at a distance.
|
2011-09-18 21:53:29 -04: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
|
Added/fixed some copyright notices.
|
2011-09-19 08:24:21 +02: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
|
Replaced lots of else if constructs by switch/case and other simpler constructs.
|
2011-09-05 04:20:36 +02: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
|
More BlockType cleanup
|
2011-09-19 00:43:39 -04:00 |
EmptyClipboardException.java
|
More file moving.
|
2011-05-01 01:30:33 -07:00 |
EntityType.java
|
Added/fixed some copyright notices.
|
2011-09-19 08:24:21 +02: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
|
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 |
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
|
Replace ItemType.X.getID() with ItemID.X everywhere.
|
2011-09-19 08:38:30 +02:00 |
LocalPlayer.java
|
Replace ItemType.X.getID() with ItemID.X everywhere.
|
2011-09-19 08:38:30 +02:00 |
LocalSession.java
|
Fixed some warnings.
|
2011-09-04 23:20:03 +02:00 |
LocalWorld.java
|
Cleanup.
|
2011-09-19 07:24:49 +02: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
|
Commands that consider the player's look direction now also use up/down when the player's pitch is outside the [-67.5;67.5] interval.
|
2011-08-15 14:09:19 +02:00 |
ServerInterface.java
|
Removed unnecessary valid block checking (already in LocalWorld)
|
2011-08-16 22:29:06 -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 |
VectorFace.java
|
Added/fixed some copyright notices.
|
2011-09-19 08:24:21 +02:00 |
WorldEdit.java
|
Allow //replace to ignore from block damage values (and force them to not be ignored with the -f flag)
|
2011-09-17 21:50:06 -07: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 |
WorldEditPermissionException.java
|
Added/fixed some copyright notices.
|
2011-09-19 08:24:21 +02:00 |
WorldVector2D.java
|
Added/fixed some copyright notices.
|
2011-09-19 08:24:21 +02:00 |
WorldVector.java
|
More file moving.
|
2011-05-01 01:30:33 -07:00 |
WorldVectorFace.java
|
Added a tool that allows a player to place and remove blocks at a distance.
|
2011-09-18 21:53:29 -04:00 |