Commit Graph

  • e2f1abd7e4 Fixed the query functions not comparing data values at all for their return values. TomyLobo 2013-09-25 00:35:04 +0200
  • 0f764187d0 Merge pull request #264 from sk89q/expression Albert Pham 2013-09-22 11:39:13 -0700
  • 8badb09399 Added query{,Abs,Rel}(x,y,z,typevar,datavar) to the expression parser. TomyLobo 2013-09-21 14:35:57 +0200
  • eba1114b39 IntelliJ demanded attention. TomyLobo 2013-09-21 19:06:47 +0200
  • 57bb5470eb Allowed usage of non-existant variables in all LValue expressions. TomyLobo 2013-09-21 19:00:20 +0200
  • 4fa5daf974 Moved megabuf to the Functions class TomyLobo 2013-09-21 18:22:18 +0200
  • aef3b0024a Fixed the overloader TomyLobo 2013-09-21 18:16:36 +0200
  • cabced11a7 Removed some "final" qualifiers from static methods. TomyLobo 2013-09-21 12:28:09 +0200
  • c26de335ff [maven-release-plugin] prepare for next development iteration wizjany 2013-09-21 09:41:47 -0400
  • 962afe617a [maven-release-plugin] prepare release 5.5.8 wizjany 2013-09-21 09:41:45 -0400
  • 56637dcf85 Updated changelog for 5.5.9 wizjany 2013-09-21 09:24:10 -0400
  • 84598e220f Updated Craftbukkit package version for 1.6.4 wizjany 2013-09-13 13:17:59 -0400
  • 43b8c2cd9b Update PEX WEPIF resolver to use superperms where possible zml 2013-08-31 23:00:49 -0700
  • 89e9829f28 Removed nonexistant parameter from javadoc. TomyLobo 2013-08-25 12:27:15 +0200
  • 8ce14dc982 Made //copy and //cut copy only the blocks contained in the selection. TomyLobo 2013-08-24 10:44:17 +0200
  • 77219a8b3e The Sphere selector can now also shrink the region. TomyLobo 2013-08-24 09:55:35 +0200
  • 878c26a8f0 Control flow improvements. TomyLobo 2013-08-24 10:43:51 +0200
  • eacd147694 Optimized EditSession.countBlocks. TomyLobo 2013-06-23 22:09:50 +0200
  • 28047894c4 BlockType adjustments TomyLobo 2013-06-23 19:26:33 +0200
  • 2a4e6ac93a Added a separate point maximum for polyhedral selections. TomyLobo 2013-08-16 08:16:37 +0200
  • eb669ff834 Moved properties.yml to spout profile and directory. wizjany 2013-08-12 22:21:28 -0400
  • bfd13a4140 Updated forge code to 1.6.2. Note that this is untested (although it compiles) since I don't currently have a 1.6 forge installation set up. wizjany 2013-08-12 21:26:17 -0400
  • 60f44be298 Minor polyhedron changes. TomyLobo 2013-08-08 08:27:22 +0200
  • a669ef95c6 Tabs. wizjany 2013-08-06 23:50:02 -0400
  • bf2c8ebed4 Only show nested commands in the Bukkit help if the player has permission to use at least one of the children zml 2013-08-06 20:09:47 -0700
  • 63f2f96a8c Add convex to the @Command usage info for //sel. Wizjany 2013-08-05 22:25:52 -0400
  • d4a7f7b48a ConvexPolyhedralRegions now preserve the order of their vertices. TomyLobo 2013-08-05 19:46:39 +0200
  • d7d8930cd4 Made BlockWorldVector.equals accept all kinds of Vectors, not just WorldVectors. TomyLobo 2013-08-05 19:58:53 +0200
  • b28fdbfe4e Used vector constants in all appropriate placed. TomyLobo 2013-08-05 19:47:49 +0200
  • 4c496bfaac Added constants to Vector2D, BlockVector and BlockVector2D and made the ones in Vector final. TomyLobo 2013-08-04 11:51:17 +0200
  • 37373976f5 Added the polyhedral selector to //sel. TomyLobo 2013-07-31 10:36:47 +0200
  • 731c8a0ce7 Added a ConvexPolyhedralRegion and selector TomyLobo 2013-07-31 10:33:10 +0200
  • 22798f49c8 Reduced some code duplication in the regions. TomyLobo 2013-07-31 10:35:47 +0200
  • c838ef7b25 Moved the polygonization code to the specific regions that are being polygonized. TomyLobo 2013-07-27 11:12:29 +0200
  • 34093884bc Replaced an if-else tree in /rement by an equivalent switch. TomyLobo 2013-07-09 18:37:48 +0200
  • b710f919d5 Added static ZERO, UNIT_X, UNIT_Y, UNIT_Z, and ONE fields to Vector. TomyLobo 2013-07-31 10:29:17 +0200
  • e787013bad Fixed a typo. TomyLobo 2013-07-31 10:36:18 +0200
  • 9f4d470f7d Made //move operate on the actual region instead of its bounding box. TomyLobo 2013-08-04 01:23:13 +0200
  • c1396a2468 Added EditSession.moveRegion. TomyLobo 2013-08-04 01:22:29 +0200
  • cd5f832adf Added methods to CommandContext to get slices excluding flags et al. wizjany 2013-08-03 09:23:36 -0400
  • 98e466d371 Fixed a typo. TomyLobo 2013-08-03 15:25:46 +0200
  • 9b37fb98ac Fixed some warnings. TomyLobo 2013-08-03 14:45:37 +0200
  • 65c3614e7b Support for listing in expand, contract, and shift. wizjany 2013-08-02 22:55:38 -0400
  • 5f47ede05a Made generation commands respect the max-radius config setting. wizjany 2013-08-02 21:50:58 -0400
  • d7324f6b13 Made a checkMaxBrushRadius method for centralized use. wizjany 2013-08-02 21:33:11 -0400
  • bc39a913ea Fix logic error when checking for use-inventory overrides. wizjany 2013-07-26 08:33:52 -0400
  • d61dec2ee7 Removed outdated reference to redmine tracker. Seriously, why was this here in the first place? wizjany 2013-07-25 14:37:38 -0400
  • 4d89b67b25 Update to MC 1.6.2 wizjany 2013-07-12 02:04:20 -0400
  • ed123f4f64 [maze.js] Added Height, Size, Thickness and Flags Gimlao 2013-06-20 20:04:28 +0300
  • d3adca7c1a [maven-release-plugin] prepare for next development iteration wizjany 2013-07-02 08:48:05 -0400
  • 1d5810ebe0 [maven-release-plugin] prepare release 5.5.7 wizjany 2013-07-02 08:47:56 -0400
  • cba246a2a5 Fix some maven tests wizjany 2013-07-02 08:01:01 -0400
  • e649987015 Updated changelog for 5.5.7 wizjany 2013-07-02 06:32:59 -0400
  • 930e2e7107 Update MobType list, even though it's almost never used. wizjany 2013-06-21 16:16:19 -0400
  • 7a757ccdb2 Added blocks and items for MC 1.6 wizjany 2013-06-21 15:38:16 -0400
  • 48bff509dd Bukkit package naming changes for 1.6.1. wizjany 2013-06-20 18:34:07 -0400
  • 6f3fbdc963 Removed some debug prints. TomyLobo 2013-07-01 21:04:52 +0200
  • d7837f6121 Added cylinder->polygon conversion. TomyLobo 2013-06-22 05:55:13 +0200
  • 610fa40e2a Removed some javadocs for nonexistant parameters in Vector2D methods. TomyLobo 2013-06-23 21:22:29 +0200
  • 3e875b7936 Fixed some warnings. TomyLobo 2013-06-22 05:54:28 +0200
  • 5db504aed2 @Deprecated 2 deprecated constructors. TomyLobo 2013-06-21 23:54:01 +0200
  • 142f5c8e5c Changed WorldEdit to use the new dispatcher. Albert Pham 2013-06-18 14:51:42 -0700
  • 04c31262f7 Added a new command dispatcher that injects different parameters dynamically. Albert Pham 2013-06-18 14:50:46 -0700
  • 80536d85ca Update Minecraft Forge compatibility for 1.5.2. Lucas Tan 2013-06-10 20:58:05 +0800
  • 70ccac620f Use equalsIgnoreCase to check for perm plugins, and check for GroupManager me4502 2013-06-10 20:55:32 +1100
  • 5895b492da Horrible 0-day fix. Super important to upgrade. Actually just a typo. wizjany 2013-06-03 16:54:14 -0400
  • fb96ced3bf Add coordinate argument to //chunk command. wizjany 2013-06-03 15:54:49 -0400
  • 10c43a9c9f Made McRegionReader.getChunkInputStream() throw a DataException instead of returning a null when an ungenerated chunk is encountered. Albert Pham 2013-06-02 12:14:56 -0700
  • 321e2246fc Added some comments to BlockDataTest.testCycle. TomyLobo 2013-05-24 02:03:08 +0300
  • 7c98cc0e01 Made CommandManager registration with parent public so hooks can be made to existing commands Trevor Wilson 2013-05-19 02:32:06 -0500
  • ca06489e11 Don't spam chat when a different type of vector is given to the Selector. wizjany 2013-05-16 02:02:09 -0400
  • 94dbfa3b85 Be less lazy handling MobSpawnerBlock tags. (Although once again, no one should actually being using this class.) wizjany 2013-05-12 13:23:31 -0400
  • 77a2b998bd Fix link to issue tracker in readme wizjany 2013-05-05 11:06:16 -0400
  • f22403cae7 [maven-release-plugin] prepare for next development iteration wizjany 2013-05-03 12:10:25 -0400
  • 19abcf6c93 [maven-release-plugin] prepare release 5.5.6 wizjany 2013-05-03 12:10:17 -0400
  • 19566370d6 Updated CHANGELOG for 5.5.6 wizjany 2013-05-03 12:06:42 -0400
  • fad30ff23b Update for CraftBukkit 1.5.2 package. wizjany 2013-04-30 20:54:59 -0400
  • f213bb73e8 Added pistons (retracted only) to cycler tool. wizjany 2013-04-18 16:56:09 -0400
  • 102a149dbb Fix setbiome issue and tweak a few block names. wizjany 2013-04-09 17:17:15 -0400
  • e7ae3b4ddf Fix setting blocks that used multiple TileEntities on one block id. Since forge added support for this feature, we need to double-pass on setting block data values to preserve both TileEntity type and block orientations. Users using MCPC may need to remove their old MCPC nmsblock class before the new one is used correctly. (Although it was only added in a dev build) wizjany 2013-03-30 15:48:06 -0400
  • 2846119f08 Make //setbiome respect global mask, if set to a biome mask wizjany 2013-03-28 19:53:42 -0400
  • e7d55ca87d Add compatibility for MCPC-Plus 1.5.1 wizjany 2013-03-26 11:48:23 -0400
  • 51515473bc Allow remove command to be used from console wizjany 2013-03-26 00:50:45 -0400
  • 0e8508847e Added hoppers to block data info wizjany 2013-03-25 10:24:18 -0400
  • 382b6f35ad Update changelog with trivial stuff. wizjany 2013-03-20 18:02:58 -0400
  • 9d7eb0fd8c [maven-release-plugin] prepare for next development iteration wizjany 2013-03-20 17:47:04 -0400
  • a3fd75c3e7 [maven-release-plugin] prepare release 5.5.5 wizjany 2013-03-20 17:46:56 -0400
  • 58a7a2ed4f Prepare for MC 1.5.1 (specifically, Bukkit renames). wizjany 2013-03-20 00:11:27 -0400
  • 422cba101d Fix NPE in mob spawner blocks on non-bukkit implementations wizjany 2013-03-17 22:11:29 -0400
  • 2e8119bdb1 [maven-release-plugin] prepare for next development iteration wizjany 2013-03-17 21:41:17 -0400
  • 90011cc430 [maven-release-plugin] prepare release 5.5.4 wizjany 2013-03-17 21:41:09 -0400
  • 1af61f827b Fix block setting while not in fast mode wizjany 2013-03-17 21:38:02 -0400
  • be320f60e1 Fix line endings (again) wizjany 2013-03-17 11:19:34 -0400
  • 5e881ff022 [maven-release-plugin] prepare for next development iteration wizjany 2013-03-17 11:17:46 -0400
  • 84d78ff334 [maven-release-plugin] prepare release 5.5.3 wizjany 2013-03-17 11:17:41 -0400
  • 9139775c52 Updated changelog for 5.5.3. sk89q 2013-03-16 21:12:13 -0700
  • 83d5e2fd22 Fix block rotations wizjany 2013-03-17 11:11:41 -0400
  • 6c35d20306 Use correct method and mask to set blocks. wizjany 2013-03-16 17:15:00 -0400
  • 0d52d22bd8 Fix for minecart naming wizjany 2013-03-16 12:16:16 -0400
  • 9ac04f8cfe Cleaned up pom.xml, added attach-docs profile to separately generate Javadocs/source jars. sk89q 2013-03-16 00:42:56 -0700