Commit Graph

154 Commits

Author SHA1 Message Date
sk89q
f4ce4f9df9 Update build files for noise library. 2014-07-28 02:35:30 -07:00
sk89q
8476778b46 Add Perlin, ridged multi-fractal, Voronoi noise generators via libnoise. 2014-07-28 02:15:30 -07:00
sk89q
5dd7b83940 Remove Trove usage temporarily due to shading issues with Gradle build. 2014-07-23 16:20:43 -07:00
sk89q
972f0893b3 Don't generate Paranamer names since they don't work well anyway.
Paranamer will be removed.
2014-07-18 02:23:55 -07:00
sk89q
a9de9f619b Merge branch 'master' into feature/mapping 2014-07-15 21:39:08 -07:00
sk89q
97f163ebd5 Delete outdated Spout version. 2014-07-15 21:14:32 -07:00
sk89q
9c72a3c439 Fix blocks.json not being placed in the distribution. 2014-07-14 13:48:30 -07:00
sk89q
f033d87098 Add new Bukkit implementation adapter system to access MC internals.
Replaces the old NMSBlocks.
2014-07-14 13:45:07 -07:00
sk89q
22dceb5614 Added GSON, Trove as dependencies and enabled minimizeJar for shading. 2014-07-09 14:07:17 -07:00
sk89q
f1649dbf51 [Bukkit] Added runtime dependency for running Bukkit. 2014-07-06 17:23:05 -07:00
sk89q
302d089d55 Assembly needs to go after the shader .jar is built. 2014-06-29 01:39:56 -07:00
sk89q
8f1943fd84 Merge commit '142f5c8e5c889ee5098c05ba2fde20b52467c1df' into feature/platform-caps 2014-06-27 16:03:29 -07:00
wizjany
30006325db Update CraftBukkit packaging for 1.7.9. 2014-04-19 13:14:14 -04:00
sk89q
69797cfbea Updated Forge compilation to ForgeGradle. 2014-04-05 19:59:23 -07:00
sk89q
db48f64585 Added Maven checkstyle plugin. 2014-04-04 16:09:22 -07:00
sk89q
60f0c06971 Added checkstyle Maven plugin with rules for tabs. 2014-04-04 14:12:01 -07:00
sk89q
6c460f02c5 Split up source files into several source directories. 2014-04-02 20:03:52 -07:00
sk89q
2d67ae9e65 Merge remote-tracking branch 'refs/remotes/origin/master' into visitor 2014-04-01 16:13:18 -07:00
sk89q
f47408daa7 [maven-release-plugin] prepare for next development iteration 2014-04-01 13:14:56 -07:00
sk89q
818dfe2a7f [maven-release-plugin] prepare release 5.6.1 2014-04-01 13:12:54 -07:00
sk89q
0d550e169b Set version to 5.6.1-SNAPSHOT. 2014-04-01 13:06:06 -07:00
sk89q
21fca251fc Updated to MC 1.7.5 for Bukkit. 2014-04-01 12:30:30 -07:00
sk89q
377182da5f Added Guava... for now.
We have to check to some serious breakage across the board before we can
release.
2014-03-27 19:56:39 -07:00
wizjany
b558463f56 [maven-release-plugin] prepare for next development iteration 2014-02-28 19:46:00 -05:00
wizjany
36d56b5e1a [maven-release-plugin] prepare release 5.6 2014-02-28 19:45:57 -05:00
sk89q
15642ca54f Prepare for 5.6 release. 2014-02-28 15:38:26 -08:00
Albert Pham
fae4bd3f21 Added <snapshotRepository> to pom.xml 2014-02-23 22:23:38 -08:00
wizjany
d5831ea37b Added 1.7.2 biomes and trees. 2013-12-24 18:31:45 -05:00
wizjany
8574f7bb36 Update NMS access to 1.7.2. 2013-12-01 15:29:05 -05:00
davboecki
bd98e98698 Update Forge implementation and added build script.
Including:
* Update to new MCP names
* Adding of an build script (see maven 'forge' profile)
* Adding of an regeneration code
* Simplifying of the command registration
* Added command usage description to avoid empty help pages
* Added missing raw information
* Used a WeakReference as world reference to avoid keeping a world in memory
* Added mcmod.info
* Fixed player orientation
* Fixed printRaw not splitting the message correct
2013-09-29 23:48:11 -04:00
wizjany
c26de335ff [maven-release-plugin] prepare for next development iteration 2013-09-21 09:41:47 -04:00
wizjany
962afe617a [maven-release-plugin] prepare release 5.5.8 2013-09-21 09:41:45 -04:00
wizjany
84598e220f Updated Craftbukkit package version for 1.6.4 2013-09-19 21:30:55 -04:00
wizjany
eb669ff834 Moved properties.yml to spout profile and directory. 2013-08-12 22:21:28 -04:00
wizjany
4d89b67b25 Update to MC 1.6.2 2013-07-12 02:04:20 -04:00
wizjany
d3adca7c1a [maven-release-plugin] prepare for next development iteration 2013-07-02 08:48:05 -04:00
wizjany
1d5810ebe0 [maven-release-plugin] prepare release 5.5.7 2013-07-02 08:47:56 -04:00
wizjany
e649987015 Updated changelog for 5.5.7 2013-07-02 07:34:43 -04:00
wizjany
48bff509dd Bukkit package naming changes for 1.6.1. 2013-07-02 07:34:20 -04:00
Albert Pham
04c31262f7 Added a new command dispatcher that injects different parameters dynamically.
This reduces the boilerplate code needed to parse arguments in each command, and reduces the need to maintain command documentation with @Command.

Example:

@Command(aliases = "/set", desc = "Set all the blocks inside the selection to a block")
@CommandPermissions("worldedit.region.set")
@Logging(REGION)
void setBlocks(LocalPlayer player, EditSession editSession, @Selection Region region, Pattern replaceWith) {
    // Perform command
}
2013-06-18 14:50:46 -07:00
wizjany
f22403cae7 [maven-release-plugin] prepare for next development iteration 2013-05-03 12:10:25 -04:00
wizjany
19abcf6c93 [maven-release-plugin] prepare release 5.5.6 2013-05-03 12:10:17 -04:00
wizjany
fad30ff23b Update for CraftBukkit 1.5.2 package. 2013-04-30 20:54:59 -04:00
wizjany
9d7eb0fd8c [maven-release-plugin] prepare for next development iteration 2013-03-20 17:47:04 -04:00
wizjany
a3fd75c3e7 [maven-release-plugin] prepare release 5.5.5 2013-03-20 17:46:56 -04:00
wizjany
58a7a2ed4f Prepare for MC 1.5.1 (specifically, Bukkit renames). 2013-03-20 17:40:22 -04:00
wizjany
2e8119bdb1 [maven-release-plugin] prepare for next development iteration 2013-03-17 21:41:17 -04:00
wizjany
90011cc430 [maven-release-plugin] prepare release 5.5.4 2013-03-17 21:41:09 -04:00
wizjany
be320f60e1 Fix line endings (again) 2013-03-17 11:19:34 -04:00
wizjany
5e881ff022 [maven-release-plugin] prepare for next development iteration 2013-03-17 11:17:46 -04:00