9830d9d326
Revert "Using trove collections for most internal stuff, using array access in BlockType and ItemType" This reverts commit 410ac65c6a. This has been causing compatibility issues with Spout. I haven't been ble to reproduce, but until somebody figures out why, this gets to go
zml2008
2012-01-22 01:23:41 -08:00
6d8be92e45
Update for spoutapi event changes
zml2008
2012-01-18 08:52:55 -08:00
4e4a5a02c9
Updated the remaining Listeners to the new event system.
TomyLobo
2012-01-18 17:50:07 +01:00
edc955c5b6
Updated for Bukkit's new events system
zml2008
2012-01-17 20:35:34 -08:00
ad9d85e50f
This should either fix errors people have been having with Trove, or consistently break Spout Probably the first
zml2008
2012-01-17 18:17:02 -08:00
947c37f85e
Fixed a warning about an unused import.
TomyLobo
2012-01-18 03:33:49 +01:00
ac3fff5af0
Update dummypermscompat version
zml2008
2012-01-16 20:41:55 -08:00
d01e37adcf
Improvements to the release plugin config
zml2008
2012-01-16 19:45:24 -08:00
410ac65c6a
Using trove collections for most internal stuff, using array access in BlockType and ItemType
zml2008
2012-01-16 18:46:33 -08:00
31bd786fdf
Fix some piston operations where pistons have their state toggled mid-operation
zml2008
2012-01-16 16:49:54 -08:00
efb7b3509a
Removed support for Permissions2/3
zml2008
2012-01-16 10:18:34 -08:00
892dfcfc9d
Updated CHANGELOG.txt with changes since 5.0.
TomyLobo
2012-01-15 02:25:32 +01:00
3942410ba8
Implemented comment support for root-level keys based on @ZerothAngel's AnnotatedYAMLConfiguration
zml2008
2012-01-14 22:16:14 -08:00
28d29d3927
Added the spawn egg from 1.1
zml2008
2012-01-14 18:03:54 -08:00
e719508698
Implemented inventory handling for SpoutAPI
zml2008
2012-01-14 17:29:55 -08:00
b4a170b265
Updated for SpoutAPI changes, again.
zml2008
2012-01-14 16:56:36 -08:00
a6bba00f77
A few documentation improvements.
zml2008
2012-01-10 22:30:07 -08:00
17cdbcac12
Improved formatting of YAMLProcessor output
zml2008
2012-01-10 15:10:17 -08:00
7922c437bf
Allow copying item stacks with damage of > Byte.MAX_VALUE. Closes#972
zml2008
2012-01-08 21:31:57 -08:00
68c821d8a6
Updated for new SpoutAPI command methods
zml2008
2012-01-08 21:11:13 -08:00
c0d13e9b7d
Updated for package changes in SpoutAPI
zml2008
2012-01-08 17:05:35 -08:00
9c3634d93d
Updated for SpoutAPI Material changes
zml2008
2012-01-08 11:48:53 -08:00
4890c1ef9c
Optimized Vector[2D].containedWithin and Vector.equals slightly.
TomyLobo
2012-01-08 16:27:15 +01:00
99b0345ca6
Fixed a javadoc in Vector.java.
TomyLobo
2012-01-08 16:18:16 +01:00
c676e1ac39
Triggering a rebuild on the jenkins. Hopefully.
zml2008
2012-01-07 22:36:28 -08:00
750e525806
Added permissions support for SpoutPlayer
zml2008
2012-01-07 22:14:36 -08:00
e1428602af
Fixed Vector.cross and optimized the Vector tests slightly.
TomyLobo
2012-01-08 03:21:35 +01:00
e810113ea0
Fixed some warnings and removed Bukkit/SpoutWorld.toLocation(pt) (replaced it by a call to the according Bukkit/SpoutUtil method)
TomyLobo
2012-01-06 18:07:27 +01:00
f4ba28268a
Possibly fixed conflicts with other plugins since dynamic command registration was added.
TomyLobo
2012-01-06 17:39:20 +01:00
3510999d25
Fixed some spout compatibility issues.
zml2008
2012-01-05 21:15:59 -08:00
7c71617dbf
Renamed Polygonal2DRegion.getMin/MaxY to getMinimum/MaximumY.
TomyLobo
2012-01-03 04:44:34 +01:00
b96ef7b620
Allow conversion from an old region to ellipsoid when using //sel.
Yetanotherx
2012-01-02 21:41:57 -05:00
c099ae5eb5
Added floor, ceil and round to Vector and Vector2D.
TomyLobo
2012-01-03 03:54:01 +01:00
e598f8eaa0
Made the fields of Polygonal2DRegionSelector private.
TomyLobo
2012-01-03 03:42:39 +01:00
b05a72fea1
Made the fields in Polygonal2DRegion private.
TomyLobo
2012-01-03 03:20:19 +01:00
978d499282
Added various methods to Vector2D.
TomyLobo
2012-01-03 01:07:05 +01:00
9ddbcf0395
Improved Vector.getMinimum and Vector.getMaximum.
TomyLobo
2012-01-03 01:12:25 +01:00
6bbf167cb4
Moved Vector.dot further up in the file and added Vector.cross.
TomyLobo
2012-01-03 01:06:15 +01:00
4500f93a1b
Fixed Vector.containedWithinBlock(min, max) and Vector2D.equals(Vector2D)
TomyLobo
2012-01-03 00:58:00 +01:00
f11415f451
Added Vector.toVector2D and Vector2D.toVector.
TomyLobo
2012-01-03 00:41:25 +01:00
35230d12d8
Removed redundant line from README.md.
sk89q
2012-01-01 12:57:57 -08:00
f2e26b07ec
Some region selection fixes
TomyLobo
2012-01-01 14:08:22 +01:00
3b87953da0
Add cuiVersion to LocalSession and set it via incoming CUI event Refactor region selectors to handle legacy versions a bit better. Because chat doesn't allow the section sign to be sent, I have to send non-color codes. Meh. closes#158
Yetanotherx
2011-12-31 23:16:39 -05:00
616f9a2360
Added support for ellipsoid and sphere selections.
TomyLobo
2011-12-27 23:24:57 +01:00
45655e1189
Added a legacy type id system to CUI.
TomyLobo
2011-12-30 11:59:33 +01:00
0b5c8748b5
Fixed some warnings.
TomyLobo
2011-12-30 10:43:00 +01:00
4fb44ebc1d
Added more flexibility to the Bukkit dynamic command registration system.
zml2008
2011-12-29 13:59:48 -08:00
76f1ea9cf2
Added a gravity brush.
zml2008
2011-12-28 02:03:40 -08:00
754997ca73
Now sending an additional §4§5§3§4 color code for WECUI's handshake, so it knows that it has a version of WorldEdit with protocol version support
zml2008
2011-12-27 22:19:36 -08:00
0960ce46e2
Updated the min protocol version so people don't get warnings every time they join servers.
zml2008
2011-12-27 14:23:16 -08:00
70207f1370
Added //desel or //deselect as aliases for //sel
zml2008
2011-12-27 14:21:18 -08:00
8cdfd65218
Added WECUI protocol version support. Eventually, this will disable WECUI until the user updates, but not yet.
zml2008
2011-12-27 14:02:02 -08:00
72b2c90c19
Improve zip file recognition.
Rusty Burchfield
2011-12-25 14:15:33 -08:00
05125c496e
Fix test list.
Rusty Burchfield
2011-12-25 13:41:45 -08:00
c914432e9a
Fix bukkit dependency by adding official bukkit repo.
Rusty Burchfield
2011-12-25 13:41:01 -08:00
2d8a4a9f8a
Allow using custom input and output streams in subclasses of YAMLProcessor.
zml2008
2011-12-26 16:43:33 -08:00