Commit Graph

  • 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
  • 3eb821ffed Added names for new items wizjany 2013-03-16 02:18:07 -0400
  • c042f7829a Fixed equalsFuzzy returning true when it shouldn't wizjany 2013-03-15 22:25:57 -0400
  • b3392986be Fix line endings wizjany 2013-03-15 16:00:14 -0400
  • d90a2aa2f6 [maven-release-plugin] prepare for next development iteration wizjany 2013-03-15 15:47:31 -0400
  • f3b608e211 [maven-release-plugin] prepare release 5.5.2 wizjany 2013-03-15 15:47:26 -0400
  • e1fac30e62 Updated changelog for 5.5.2 wizjany 2013-03-15 15:38:02 -0400
  • db9808cfd1 Update nmsblock classes for 1.5 wizjany 2013-03-12 22:16:24 -0400
  • 94ef1591e8 Update for MC 1.5 Wizjany 2013-03-03 00:55:57 -0500
  • ca1cecbdf4 Fix //flip using incorrect block directions. kgamecarter 2013-03-12 00:25:26 +0800
  • 184d02d2e3 Updated BukkitWorld NMS fields to be static. Albert Pham 2013-03-12 18:05:14 -0700
  • 6f8b80ae37 More lasting fix for Spout constantly causing issues. (This is not the first time this has happened). wizjany 2013-03-12 19:15:05 -0400
  • 33d0d7cd6c Fixed WORLDEDIT-2717, max-blocks-changed . maximum overriden by default Albert Pham 2013-03-12 14:07:25 -0700
  • 8efb995667 Use actual data for skull blocks wizjany 2013-03-09 19:33:31 -0500
  • 6c6f965ac7 Revert "Made //undo and //redo disregard global masks." This does nothing and neither did the original code. Disregard previous notice. This reverts commit cfb19eba9b. Wizjany 2013-03-02 21:55:06 -0500
  • 7eac40c6e7 Updated .gitignore with a few more entries. sk89q 2013-02-25 16:48:42 -0800
  • da6103c33e Fixed WORLDEDIT-2707, regex in WorldEdit.getBlockPattern() Albert Pham 2013-02-25 00:14:17 -0800