Commit Graph

82 Commits

Author SHA1 Message Date
sk89q
417c9a2137 Moved Spout plugin to separate Maven profile.
This was done so that WorldEdit doesn't break during compilation out of the blue. To compile WorldEdit with spout, use "mvn -Pspout".
2012-10-28 12:35:24 -07:00
sk89q
2a93baf15b Modernized pom, readmes. 2012-10-19 21:10:39 -07:00
zml2008
9faa9507b0 [maven-release-plugin] prepare for next development iteration 2012-10-19 18:34:17 -07:00
zml2008
97bc177168 [maven-release-plugin] prepare release 5.4.3 2012-10-19 18:34:11 -07:00
zml2008
a690d5782f Updated for SpoutAPI changes
Make SpoutAPI not horribly slow
2012-10-17 07:50:49 -07:00
sk89q
b257f95efb [maven-release-plugin] prepare for next development iteration 2012-08-24 20:27:59 -07:00
sk89q
bd9e8f0999 [maven-release-plugin] prepare release 5.4.2 2012-08-24 20:27:48 -07:00
sk89q
495a652f67 [maven-release-plugin] prepare for next development iteration 2012-08-24 13:49:51 -07:00
sk89q
4c934a63e7 [maven-release-plugin] prepare release 5.4.1 2012-08-24 13:49:37 -07:00
sk89q
316c6139e3 [maven-release-plugin] prepare for next development iteration 2012-08-24 08:41:42 -07:00
sk89q
3023140b2a [maven-release-plugin] prepare release 5.4 2012-08-24 07:36:59 -07:00
sk89q
6141635cb7 Updated Maven versions of the shade and release plugins, added maven.sk89q.com to <distributionManagement>. 2012-08-24 06:57:00 -07:00
sk89q
885b48c15e Updated Bukkit dependency to 1.3.1-R2.0, added backwards support for NBT access. 2012-08-24 06:43:24 -07:00
sk89q
c387dabf15 Begin license change to LGPLv3. 2012-08-22 15:53:39 -07:00
sk89q
6c94469550 Whoops, forgot wagon in pom.xml. 2012-08-11 00:01:37 -07:00
sk89q
95d6ae6475 Updated pom.xml for license, distributionManagement, maven-site-plugin. 2012-08-10 23:41:52 -07:00
TomyLobo
aa844c1a11 Made Bukkit and dummypermscompat dependencies optional. 2012-08-10 23:08:54 +02:00
TomyLobo
ce20f33425 Marked Spout dependencies as optional. 2012-08-03 14:10:55 +02:00
TomyLobo
9c3a449066 Updated Vanilla dependency to 1.3.0-SNAPSHOT. 2012-08-03 14:10:20 +02:00
TomyLobo
97876d8581 Upped Bukkit dependency version to 1.2.4-R4.1. 2012-07-14 00:16:58 +02:00
zml2008
127b0ec6f4 Corrected name of SpoutAPI plugin description file 2012-07-08 04:05:24 -07:00
TomyLobo
782cd9a763 Set Bukkit dependency to R2.1.
That's the current CraftBukkit++ version.
2012-06-11 03:28:55 +02:00
TomyLobo
50b7ef02c7 Updated for latest SpoutAPI/Vanilla version. 2012-05-28 03:20:10 +02:00
TomyLobo
3e77e024c0 Updated bukkit dependency to 1.2.5-R1.2-SNAPSHOT. 2012-04-15 19:35:23 +02:00
zml2008
dfefd479b6 [maven-release-plugin] prepare for next development iteration 2012-03-31 09:31:20 -07:00
zml2008
c38cc745a7 [maven-release-plugin] prepare release 5.3 2012-03-31 09:31:10 -07:00
zml2008
3bfb12c051 Cleaned up ContainerBlock inventory reading from NBT
Changed ListTag's List parameter to List<? extends Tag>
2012-03-29 21:14:45 -07:00
zml2008
0bd3b346fc Added support for features added to Spout (now depends on Vanilla) 2012-03-20 17:53:48 -07:00
Wizjany
144c0a9f49 Changed Spout maven repo to more stable url 2012-03-18 09:55:25 -04:00
zml2008
b6d1146427 Added support for new tree types to TreeGenerator and make adding more tree types later easier 2012-03-17 15:28:49 -07:00
TomyLobo
12b8224957 Changed java version to 1.6. 2012-03-04 17:54:53 +01:00
zml2008
373e4b90c9 Clean up some stray 128 values and update the defaults 2012-03-01 20:47:19 -08:00
TomyLobo
c6ce8541bc Upped dependency version for bukkit. 2012-02-14 02:22:33 +01:00
zml2008
1e1ef7367a [maven-release-plugin] prepare for next development iteration 2012-02-11 15:55:08 -08:00
zml2008
2261767b65 [maven-release-plugin] prepare release 5.2 2012-02-11 15:55:02 -08:00
zml2008
437ad14880 Remove broken custom tagging for release commits 2012-02-11 14:37:48 -08:00
zml2008
3d0c045cd4 Added bPermissions support 2012-01-22 21:26:53 -08:00
zml2008
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
2012-01-22 19:04:56 -08:00
zml2008
2aba54a30f Updated Bukkit repo 2012-01-22 19:04:55 -08:00
zml2008
8ebc20d5aa Revert "Update dummypermscompat version"
This reverts commit ac3fff5af0.
2012-01-19 21:36:47 -08:00
zml2008
edc955c5b6 Updated for Bukkit's new events system 2012-01-18 08:06:20 -08:00
zml2008
ac3fff5af0 Update dummypermscompat version 2012-01-16 20:41:55 -08:00
zml2008
73f882909e Typo fixes 2012-01-16 20:23:13 -08:00
zml2008
9557cc9640 [RELEASE]prepare for next development iteration 2012-01-16 20:08:36 -08:00
zml2008
1938b0b998 [RELEASE]prepare release 5.1 2012-01-16 20:08:30 -08:00
zml2008
d01e37adcf Improvements to the release plugin config 2012-01-16 19:45:24 -08:00
zml2008
410ac65c6a Using trove collections for most internal stuff, using array access in BlockType and ItemType 2012-01-16 19:27:18 -08:00
zml2008
c0d13e9b7d Updated for package changes in SpoutAPI 2012-01-08 17:05:35 -08:00
zml2008
3510999d25 Fixed some spout compatibility issues. 2012-01-05 21:15:59 -08:00
zml2008
37da1fec40 Added initial SpoutAPI compatibility 2012-01-05 20:58:00 -08:00