Commit Graph

  • 0346228310 Add positive() to Vector and Vector2D aumgn 2012-03-13 10:05:33 +0100
  • 85cdd49593 In WorldGuard, teleport/spawn location yaw/pitch should now work. TomyLobo 2012-03-12 16:40:02 +0100
  • b8e9f6bb77 Updated to new SpoutAPI version. TomyLobo 2012-03-12 07:51:44 +0100
  • 255b04e13d Added a Location class and conversion utilities. TomyLobo 2012-03-12 07:02:54 +0100
  • bc94f8f973 Removed an unused import. TomyLobo 2012-03-11 14:27:04 +0100
  • 4328be282c Register command permissions, integrate with the Bukkit help API Help API support requires a fix in Bukkit to work fully Allow annotation-free registering of commands with other plugins zml2008 2012-03-09 23:11:51 -0800
  • 956b3dd02f Added Iron Golems and Ocelots to MobType. Wizjany 2012-03-09 19:06:38 -0500
  • 94619e3fe4 Added default radius setting for butcher and added permissions for killing pets, npcs, and non hostile animals. SpectralEdge 2012-03-02 22:19:30 -0800
  • 8aabfb0c67 Implemented new Anvil saving format, fixed old chunk saving format. Meaglin 2012-03-05 07:05:17 +0100
  • 19b353f6b5 Added a paragraph about building pull requests to README.md. TomyLobo 2012-03-06 22:18:08 +0100
  • 12b8224957 Changed java version to 1.6. TomyLobo 2012-03-02 20:23:24 +0100
  • 3e60761326 Reduce excess casting zml2008 2012-03-03 16:47:12 -0800
  • 40aa6aca60 Use the correct Map<String, Tag> when writing enchantments zml2008 2012-03-03 16:46:51 -0800
  • 4e91f4e988 No longer using deprecated stuff. TomyLobo 2012-03-02 19:57:32 +0100
  • f265a93913 Bukkit puts out EXACTLY the same message, therefore we don't have to. md-5 2012-03-02 20:57:59 +1100
  • c58276354e Fix duplicate WEPIF message zml2008 2012-03-01 21:32:33 -0800
  • 373e4b90c9 Clean up some stray 128 values and update the defaults zml2008 2012-03-01 20:47:19 -0800
  • 87e40141c6 Remove a bit of trailing whitespace zml2008 2012-03-01 20:32:42 -0800
  • 742b6b61fa Check for null in ItemStacks zml2008 2012-03-01 20:31:01 -0800
  • a62cf3a059 Updated for new 1.2 blocks zml2008 2012-03-01 20:28:09 -0800
  • 4afd2944db Fix Dispensers, Furnaces and remove redundant casts. Meaglin 2012-02-14 21:42:48 +0100
  • 31e645d500 Fix restoring enchantments from snapshots/schematics. Meaglin 2012-02-14 21:40:31 +0100
  • da75d0cef4 Made tree planter tool try 10 times to make the tree before giving up. sk89q 2012-03-01 20:15:39 -0800
  • 29c1559f70 Feel free to shoot this down, but it looks like the replace() call in StringUtil.lookup() should really be replaceAll(). "[ _]" looks like a regular expression to me, and one that makes sense. desht 2012-02-21 10:25:14 +0000
  • 247e8b163d Removed the com.sk89q.bukkit.migration package and LegacyPermissionsProviderWrapper. TomyLobo 2012-02-20 14:21:22 +0100
  • 20315f10ef Fixed some warnings. TomyLobo 2012-02-20 14:32:32 +0100
  • 22b4d0adfb Updated for SpoutAPI entity changes zml2008 2012-02-15 20:58:41 -0800
  • c6ce8541bc Upped dependency version for bukkit. TomyLobo 2012-02-14 02:22:33 +0100
  • 1e1ef7367a [maven-release-plugin] prepare for next development iteration zml2008 2012-02-11 15:55:08 -0800
  • 2261767b65 [maven-release-plugin] prepare release 5.2 zml2008 2012-02-11 15:55:02 -0800
  • 0b548b2bac Have BukkitWorld.simulateBlockMine use Bukkit's dropNaturally zml2008 2012-02-11 15:46:29 -0800
  • 9f1cc0674d Fixed EditSession.makeCylinder's mimimum height check zml2008 2012-02-11 15:21:07 -0800
  • 437ad14880 Remove broken custom tagging for release commits zml2008 2012-02-11 14:37:48 -0800
  • 029dca9cdb Corrected usage message for maze.js to say width instead of height zml2008 2012-02-11 14:07:01 -0800
  • 0525112293 Fixed /scriptname.js and no-double-slash settings not working zml2008 2012-02-11 13:59:42 -0800
  • 2714aa6bf0 Updated changelog for 5.2 zml2008 2012-02-11 12:48:49 -0800
  • 1772d02d80 Made BlockBag use WorldVectors for add(Single)SourcePosition zml2008 2012-02-07 17:24:22 -0800
  • 1f921779fa Fixed the replaceBlocks that takes a Pattern too. Closes #1083. zml2008 2012-02-07 17:14:14 -0800
  • ea4ee34810 Fixed north face not being set with non-singleblockpatterns. TomyLobo 2012-02-07 00:34:18 +0100
  • 09f3364d9f Moved the block data check to LocalWorld, adding preliminary support for custom blocks. sk89q 2012-02-05 17:46:26 -0800
  • 4bb5b56da8 Correctly check for null values in EditSession.replaceBlocks() zml2008 2012-02-05 16:26:19 -0800
  • 2f2d3f8045 Lookup by id if the string passed to Block/ItemType.lookup() is an integer zml2008 2012-02-04 21:04:20 -0800
  • 0bea058328 Fixed //replace. Closes #1069 zml2008 2012-02-04 15:23:08 -0800
  • da6ccd1f98 Update for SpoutAPI exception changes zml2008 2012-02-02 17:26:34 -0800
  • aaac36b1cc Factored lookup code from BlockType and ItemType into a method in StringUtil. TomyLobo 2012-01-30 17:41:18 +0100
  • d2c64e9304 BaseBlock changes TomyLobo 2012-01-31 16:57:40 +0100
  • ffa2824c4d Properly escape cuipattern zml2008 2012-01-29 16:22:04 -0800
  • 49678720c6 Only dump with comments if using YAMLFormat.EXTENDED zml2008 2012-01-26 18:16:05 -0800
  • 71fc98ba1c Fix handling of empty strings passed to Block/ItemType zml2008 2012-01-24 19:27:17 -0800
  • 29fd98879d Improved formatting and performance of YAMLProcessor when no comments are present zml2008 2012-01-24 15:21:44 -0800
  • a7c75285d9 Fixed for new SpoutAPI version. TomyLobo 2012-01-24 03:48:14 +0100
  • 483edd76bd Removed redundant PermissionsResolver.load() call zml2008 2012-01-22 21:28:19 -0800
  • 3d0c045cd4 Added bPermissions support zml2008 2012-01-22 21:11:54 -0800
  • fd4b706472 5.1.1 changelog zml2008 2012-01-22 19:25:54 -0800
  • 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 -0800
  • 2aba54a30f Updated Bukkit repo zml2008 2012-01-20 23:46:36 -0800
  • ca817e4e11 Optimized BaseBlock.inIterable a bit. TomyLobo 2012-01-23 03:18:41 +0100
  • 06e9a3b175 Removed Polygonal2DRegionIterator. TomyLobo 2012-01-23 01:57:46 +0100
  • eee02565ca Fix NPE in CylinderRegion Ferreira Christopher 2012-01-22 12:02:11 +0100
  • 8a23e4232b Updated to Spout API changes Krzysztof Litka 2012-01-21 21:48:59 +0100
  • 8aa65fd7f4 License block changes TomyLobo 2012-01-05 22:38:23 +0100
  • 8ebc20d5aa Revert "Update dummypermscompat version" zml2008 2012-01-19 21:36:47 -0800
  • 5746831818 Revert "Removed support for Permissions2/3." Reason: http://pastebin.com/jTZEJVxJ sk89q 2012-01-19 21:33:12 -0800
  • 6134d2b868 Updated for slightly cleaner event handler syntax zml2008 2012-01-19 15:21:18 -0800
  • 6d8be92e45 Update for spoutapi event changes zml2008 2012-01-18 08:52:55 -0800
  • 4e4a5a02c9 Updated the remaining Listeners to the new event system. TomyLobo 2012-01-18 17:50:07 +0100
  • edc955c5b6 Updated for Bukkit's new events system zml2008 2012-01-17 20:35:34 -0800
  • 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 -0800
  • 947c37f85e Fixed a warning about an unused import. TomyLobo 2012-01-18 03:33:49 +0100
  • ac3fff5af0 Update dummypermscompat version zml2008 2012-01-16 20:41:55 -0800
  • 73f882909e Typo fixes zml2008 2012-01-16 20:23:13 -0800
  • 9557cc9640 [RELEASE]prepare for next development iteration zml2008 2012-01-16 20:08:36 -0800
  • 1938b0b998 [RELEASE]prepare release 5.1 zml2008 2012-01-16 20:08:30 -0800
  • f731c655cb Changelog update zml2008 2012-01-16 20:03:53 -0800
  • d01e37adcf Improvements to the release plugin config zml2008 2012-01-16 19:45:24 -0800
  • 410ac65c6a Using trove collections for most internal stuff, using array access in BlockType and ItemType zml2008 2012-01-16 18:46:33 -0800
  • 31bd786fdf Fix some piston operations where pistons have their state toggled mid-operation zml2008 2012-01-16 16:49:54 -0800
  • efb7b3509a Removed support for Permissions2/3 zml2008 2012-01-16 10:18:34 -0800
  • 892dfcfc9d Updated CHANGELOG.txt with changes since 5.0. TomyLobo 2012-01-15 02:25:32 +0100
  • 3942410ba8 Implemented comment support for root-level keys based on @ZerothAngel's AnnotatedYAMLConfiguration zml2008 2012-01-14 22:16:14 -0800
  • 28d29d3927 Added the spawn egg from 1.1 zml2008 2012-01-14 18:03:54 -0800
  • e719508698 Implemented inventory handling for SpoutAPI zml2008 2012-01-14 17:29:55 -0800
  • b4a170b265 Updated for SpoutAPI changes, again. zml2008 2012-01-14 16:56:36 -0800
  • a6bba00f77 A few documentation improvements. zml2008 2012-01-10 22:30:07 -0800
  • 17cdbcac12 Improved formatting of YAMLProcessor output zml2008 2012-01-10 15:10:17 -0800
  • 7922c437bf Allow copying item stacks with damage of > Byte.MAX_VALUE. Closes #972 zml2008 2012-01-08 21:31:57 -0800
  • 68c821d8a6 Updated for new SpoutAPI command methods zml2008 2012-01-08 21:11:13 -0800
  • c0d13e9b7d Updated for package changes in SpoutAPI zml2008 2012-01-08 17:05:35 -0800
  • 9c3634d93d Updated for SpoutAPI Material changes zml2008 2012-01-08 11:48:53 -0800
  • 4890c1ef9c Optimized Vector[2D].containedWithin and Vector.equals slightly. TomyLobo 2012-01-08 16:27:15 +0100
  • 99b0345ca6 Fixed a javadoc in Vector.java. TomyLobo 2012-01-08 16:18:16 +0100
  • c676e1ac39 Triggering a rebuild on the jenkins. Hopefully. zml2008 2012-01-07 22:36:28 -0800
  • 750e525806 Added permissions support for SpoutPlayer zml2008 2012-01-07 22:14:36 -0800
  • e1428602af Fixed Vector.cross and optimized the Vector tests slightly. TomyLobo 2012-01-08 03:21:35 +0100
  • 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 +0100
  • f4ba28268a Possibly fixed conflicts with other plugins since dynamic command registration was added. TomyLobo 2012-01-06 17:39:20 +0100
  • 3510999d25 Fixed some spout compatibility issues. zml2008 2012-01-05 21:15:59 -0800
  • 37da1fec40 Added initial SpoutAPI compatibility zml2008 2012-01-05 20:53:01 -0800
  • 12dbcf6bbc Added Vector2D.isCollinearWith(Vector2D other). TomyLobo 2012-01-05 21:07:24 +0100
  • 450feb6630 Added Vector.isCollinearWith(Vector other). TomyLobo 2012-01-05 21:07:24 +0100