Commit Graph

  • aaac36b1cc Factored lookup code from BlockType and ItemType into a method in StringUtil. TomyLobo 2012-01-30 17:41:18 +01:00
  • d2c64e9304 BaseBlock changes TomyLobo 2012-01-31 16:57:40 +01:00
  • ffa2824c4d Properly escape cuipattern zml2008 2012-01-29 16:22:04 -08:00
  • 49678720c6 Only dump with comments if using YAMLFormat.EXTENDED zml2008 2012-01-26 18:16:05 -08:00
  • 71fc98ba1c Fix handling of empty strings passed to Block/ItemType zml2008 2012-01-24 19:27:17 -08:00
  • 29fd98879d Improved formatting and performance of YAMLProcessor when no comments are present zml2008 2012-01-24 15:21:44 -08:00
  • a7c75285d9 Fixed for new SpoutAPI version. TomyLobo 2012-01-24 03:48:14 +01:00
  • 483edd76bd Removed redundant PermissionsResolver.load() call zml2008 2012-01-22 21:28:19 -08:00
  • 3d0c045cd4 Added bPermissions support zml2008 2012-01-22 21:11:54 -08:00
  • fd4b706472 5.1.1 changelog zml2008 2012-01-22 19:25:54 -08:00
  • 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
  • 2aba54a30f Updated Bukkit repo zml2008 2012-01-20 23:46:36 -08:00
  • ca817e4e11 Optimized BaseBlock.inIterable a bit. TomyLobo 2012-01-23 03:18:41 +01:00
  • 06e9a3b175 Removed Polygonal2DRegionIterator. TomyLobo 2012-01-23 01:57:46 +01:00
  • eee02565ca Fix NPE in CylinderRegion Ferreira Christopher 2012-01-22 12:02:11 +01:00
  • 8a23e4232b Updated to Spout API changes Krzysztof Litka 2012-01-21 21:48:59 +01:00
  • 8aa65fd7f4 License block changes TomyLobo 2012-01-05 22:38:23 +01:00
  • 8ebc20d5aa Revert "Update dummypermscompat version" zml2008 2012-01-19 21:36:47 -08:00
  • 5746831818 Revert "Removed support for Permissions2/3." Reason: http://pastebin.com/jTZEJVxJ sk89q 2012-01-19 21:33:12 -08:00
  • 6134d2b868 Updated for slightly cleaner event handler syntax zml2008 2012-01-19 15:21:18 -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
  • 73f882909e Typo fixes zml2008 2012-01-16 20:23:13 -08:00
  • 9557cc9640 [RELEASE]prepare for next development iteration zml2008 2012-01-16 20:08:36 -08:00
  • 1938b0b998 [RELEASE]prepare release 5.1 zml2008 2012-01-16 20:08:30 -08:00
  • f731c655cb Changelog update zml2008 2012-01-16 20:03:53 -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
  • 37da1fec40 Added initial SpoutAPI compatibility zml2008 2012-01-05 20:53:01 -08:00
  • 12dbcf6bbc Added Vector2D.isCollinearWith(Vector2D other). TomyLobo 2012-01-05 21:07:24 +01:00
  • 450feb6630 Added Vector.isCollinearWith(Vector other). TomyLobo 2012-01-05 21:07:24 +01:00
  • ef3aeda0dc Added vararg expand and contract overload to Region and AbstractRegion. TomyLobo 2012-01-05 21:06:40 +01:00
  • e4d3f70594 Vector changes. TomyLobo 2012-01-05 16:08:53 +01:00
  • 8c68cdf4a8 Fixed Vector[2D].transform2D not using the aboutX/Z arguments properly. TomyLobo 2012-01-05 15:57:54 +01:00
  • a7530b7f89 Added Vector.getMidpoint TomyLobo 2012-01-05 15:35:06 +01:00
  • 555758288b Added BlockVector[2D].toBlockVector[2D] overrrides. TomyLobo 2012-01-05 15:32:53 +01:00
  • 8a24fd9741 Add a cylindrical region selector. Yetanotherx 2012-01-02 21:39:48 -05:00
  • 0138cd7f1c EllipsoidRegion's constructor now takes radius, not offset radius. TomyLobo 2012-01-03 17:26:22 +01:00
  • 3a828c9759 Added Region.shift TomyLobo 2012-01-03 16:13:50 +01:00
  • 4d708a5003 Extracted an AbstractRegion class with some common functionality of all the region types. TomyLobo 2012-01-03 15:57:29 +01:00
  • 2cc0087524 Made Polygonal2DRegion(LocalWorld) invoke one of the other constructors. TomyLobo 2012-01-03 15:52:21 +01:00
  • 91bb159a80 Added a .gitattributes file TomyLobo 2012-01-03 14:42:50 +01:00
  • 082a1995db Moved EllipsoidRegion's iterator into a separate class called RegionIterator. TomyLobo 2012-01-03 14:08:31 +01:00
  • eafde8cc49 Added Vector2D.toVector(double y). TomyLobo 2012-01-03 14:11:55 +01: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
  • 48f529bc7a Added Vector.lengthSq() TomyLobo 2011-12-27 19:03:18 +01: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
  • 70205bfd11 Removed string.isEmpty() method calls zml2008 2011-12-26 16:41:21 -08:00
  • 370ca96a44 Fixed //sel selection clearing not being dispatched to CUI. TomyLobo 2011-12-27 12:23:09 +01:00
  • 7d503fdc5c //sel poly now keeps the previous selection, converting its outline into a polygon if necessary. TomyLobo 2011-12-27 12:07:11 +01:00
  • 76fd63d64b Fixed a NPE in WorldEdit.getSafeFile() when extensions is null. zml2008 2011-12-26 16:28:51 -08:00