Commit Graph
100 Commits
Author SHA1 Message Date
wizjany 82fdab35d1 Update 1.11 adapter with md_5's fix.
Fixes WORLDEDIT-3524.
2016-12-02 15:27:56 -05:00
wizjany 17aafe87d0 Add some old missing items to the db. 2016-11-30 16:22:48 -05:00
wizjany 81beff8277 Release 6.1.5 for Bukkit 1.11.
Bump version for dev.
2016-11-29 00:33:42 -05:00
wizjany 465161145b Add new blocks and items to lookups. 2016-11-23 18:14:17 -05:00
wizjany b0bfa4a562 Add new 1.11 blocks. 2016-11-20 03:07:28 -05:00
wizjany cd266ad96c Add adapter for CraftBukkit 1.11 2016-11-17 22:23:59 -05:00
wizjany 34c31dc020 Release WE 6.1.4 for Forge 1.10.2.
Bump version to 6.1.5-SNAPSHOT for development.
2016-09-05 00:53:50 -04:00
wizjany ddff8ecbb2 Re-add and update ForgeItemRegistry.
And fix code that depended on it.
Reverts parts of e91859130c
2016-08-28 02:48:29 -04:00
wizjany 98510992eb Fix artifact publishing.
I keep ammending this commit so it doesn't look like I've been working on
this for the past three hours.
2016-08-06 07:08:29 -04:00
wizjany c957ffb95a Fix NPE when //genbiome expression was false.
Fixes WORLDEDIT-3467.
2016-07-06 11:14:11 -04:00
wizjany 28d45870e2 Apply transforms to vectors in //paste -s. 2016-06-29 00:38:11 -04:00
wizjany e0c8776f0f Fix query function in expression masks.
Fixes WORLDEDIT-3344.
2016-06-28 23:59:34 -04:00
wizjany d0cf497939 Bump version for dev 2016-06-23 09:14:42 -04:00
wizjany b03445752e Release 6.1.3 for Forge 1.9.4 and Bukkit 1.10. 2016-06-23 09:12:32 -04:00
wizjany 5a42a8ddb4 Update internal block and item definitions. 2016-06-11 13:07:53 -04:00
wizjany ac1b4f7251 Add adapter for 1.10. Currently untested. 2016-06-09 10:17:52 -04:00
wizjany a5f5dc099b Disable left-click air task creation.
This should really not be necessary anymore.
Reverts 13f36757.
Fixes WORLDEDIT-3444.
2016-05-29 00:54:58 -04:00
Wizjany 07854f79fa Sync forge version to core. 2016-05-19 01:43:35 -04:00
Wizjany 03d7cd394a Fix another NPE in schematics. 2016-05-18 12:44:22 -04:00
wizjany fd3ca53d04 Release bukkit build 6.1.2, version bump snapshot. 2016-05-15 04:33:59 -04:00
wizjany b3fbe8b7a5 Update blocks.json.
This fixes a lot of issues with block rotations for various blocks.
Additionally, the //info tool will now report states (only works for
states that use data values) for easier lookups.

Note that some doors still have update issues, and //fast is needed
to paste them if they drop as items.
2016-05-15 04:02:35 -04:00
wizjany 32fb5b302d Ignore PlayerInteracts with off-hand item.
Fixes WORLDEDIT-3437
The API will need to be changed to accomodate off-hand tools etc
2016-05-15 03:29:58 -04:00
wizjany 7be1395ae2 Add 1.9.4 adapter.
Fixes WORLDEDIT-3438.
2016-05-15 03:17:29 -04:00
wizjany c85c9f7a6c Version bump forge build for release. 2016-05-08 17:08:31 -04:00
wizjany c9f54ecb01 Only negative radius allowed for //butcher is -1. 2016-04-26 19:40:25 -04:00
wizjany 867e59ba3d Parse empty sign lines as empty JSON strings.
Since the server doesn't bother validating sign text, and
the client validates it by crashing. Note that this attempts
to wrap strings as JSON, but hasn't been fully tested.
2016-04-14 19:24:09 -04:00
wizjany 94ae1be2d1 Fix NPE when using //schem list with not schematics present. 2016-03-08 12:42:23 -05:00
wizjany 6c03eea9b1 Force compilation on newer bukkit api.
Since spigot like pulling the rug out from under us.
Fixes WORLDEDIT-3400.
2016-03-07 19:26:16 -05:00
wizjany de3578137b Add bukkit adapter for MC 1.9. 2016-03-02 18:14:18 -05:00
Wizjany 3bd87cfb2d Merge pull request #339 from sk89q/feature/improved-travis-builds
Improve Travis builds
2016-02-05 14:20:22 -05:00
wizjany 1fe197df98 Fix build script versioning, release a 1.8.9 build. 2016-01-16 23:42:21 -05:00
wizjany 62befe7594 Fix schematics in directories. 2016-01-13 18:55:49 -05:00
wizjany 629b7d56dc Merge branch 'feature/paged-schematic' of https://github.com/kenzierocks/WorldEdit 2016-01-13 17:46:10 -05:00
wizjany 2cd4412b5d Make mask parser create world-aware expression masks.
This allows things like //gmask =queryRel(...) to work.
Also the query* functions now allow -1 as a wildcard for either id or data.
2016-01-13 17:34:58 -05:00
wizjany 23d6fa7579 Add worldedit.calc permission node to //calc command. 2015-12-21 16:14:44 -05:00
wizjany bed8a80894 Revert to Guava 17's firstNonNull.
Deprecated but Spigot doesn't include guava18 yet.
2015-11-13 20:17:56 -05:00
wizjany 9a65bdb72d Fix cycler tool trying to set negative data values.
Fixes WORLDEDIT-3325.
2015-07-31 12:46:51 -04:00
wizjany 1dd6faf786 Actually for real fix unit tests.
I promise this time.
Seriously though, who makes unit tests depend on some old,
hardcoded file that isn't even updated anymore.
2015-07-17 07:51:41 -04:00
Wizjany 2aad68f80d Fix BlockData causing unit test to fail
Yes, even though north/south and south/north anvils LOOK the same, they are in fact different data values.
2015-07-17 04:48:09 -04:00
Wizjany a28acdd6a8 Merge pull request #334 from OvercastNetwork/master
Fix unfortunate typo in AffineTransform
2015-07-15 10:08:58 -04:00
Wizjany 7586c19bb3 Revert changes to skull rotation.
Because it's stored in nbt. This should fix unit tests.
Someone reported rotation to be broken though, so this potentially rebreaks it?
2015-07-15 10:08:43 -04:00
wizjany 1e6e54b85a Add/Fix rotation values for several blocks.
Torches, redstone torches, anvils, iron trapdoors, and skull should all rotate correctly now.
Doors are still missing data.
Fixes WORLDEDIT-3307, WORLDEDIT-3273.
2015-07-06 00:06:41 -04:00
wizjany 025591e6d9 Don't double-check for symlinks while loading schematics.
Fixes WORLDEDIT-3310.
2015-06-19 18:28:25 -04:00
wizjany 642f2a1f58 Fix entities copying to original location.
Fixes WORLDEDIT-3275.
2015-05-29 16:18:58 -04:00
wizjany a3a4039646 Added Bukkit adapter for 1.8 R3 (1.8.4-1.8.6 atm). 2015-05-28 15:38:02 -04:00
Wizjany 58aac973af Merge pull request #323 from flaminscotsman/CommandExceptions
Fix command exceptions.
2015-03-13 14:30:54 -04:00
Wizjany 2db5d8b11a Merge pull request #322 from flaminscotsman/tools_fix
Fix for WORLDEDIT-3270
2015-03-11 00:36:35 -04:00
Wizjany b551512f27 Merge pull request #321 from Dumbo52/master
Add stone + banners to usesData HashSet.
2015-03-11 00:32:41 -04:00
wizjany 604b1d8515 Added Bukkit adapter for 1.8.3. 2015-03-10 23:49:02 -04:00
Wizjany 2fedcf8019 Add rotation values to lit redstone torches.
Fixes WORLDEDIT-3273.
2015-03-06 15:22:55 -05:00
Wizjany 173f832352 Merge pull request #318 from kenzierocks/use-guava-18
Force Guava 18
2015-02-12 18:52:09 -05:00
wizjany ddc741147e Fix button rotation, add support for up/down flipping and restore unit test functionality. 2015-01-23 00:28:05 -05:00
wizjany ec9c77c31b Excluded armor stands from //butcher by default.
Someone got lazy and just made armor stands a living entity instead of extracting an ArmorEquippable interface.
2015-01-22 15:54:01 -05:00
wizjany d1631a9ca4 Restore entity counter to //remove and grammatified //butcher similarly. 2015-01-20 12:30:51 -05:00
Wizjany 0f865623ed Closed a set of quotes in JavaDocs. 2014-12-11 09:38:14 -05:00
Wizjany 0e00f0ac9d [Forge] Move worldedit.properties to defaults folder so it extracts properly 2014-06-26 17:26:30 -04:00
wizjany 75b9f3edaa [Forge] Add dependency shading via the gradle shadow plugin. 2014-05-15 14:41:26 -04:00
wizjany 38ac5c9ad1 Move a bukkit-specific file from #287 to bukkit folder as not to break API/other platform compilation. 2014-05-03 23:12:22 -04:00
wizjany b0a52a4cf7 Revert a breaking change to fuzzy item/block lookup. 2014-04-26 00:22:39 -04:00
wizjany 5ed9239e14 Fixed listing schematics with directories in the folder. 2014-04-25 23:45:49 -04:00
wizjany 30006325db Update CraftBukkit packaging for 1.7.9. 2014-04-19 13:14:14 -04:00
Wizjany 33d4285f1a Fix mask parser incorrectly parsing block lists.
i.e. not parsing the list at all
2014-04-13 17:12:10 -04:00
wizjany 5d13ed2356 Fixed a typo in CHANGELOG.txt 2014-03-01 12:33:44 -05: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
wizjany ab0d170d9a Added -s flag to //paste to select the pasted area.
Also undeprecated a method that shouldn't have been.
2014-01-12 15:57:19 -05:00
wizjany ca44ee073a Added new log/leaves to floating tree remover tool. 2014-01-07 18:34:15 -05:00
wizjany 40e49f7f74 Fixed CI link in readme. 2014-01-05 16:07:22 -05:00
wizjany 99fae3e716 Revert /up and /ceil command to use glass block by default. Flight can be done via -f flag now. 2013-12-29 13:28:22 -05:00
wizjany 85035a2a24 Allow forest generator to make trees under snow tiles. 2013-12-24 18:53:03 -05:00
wizjany 611cb81cf8 Added rotate/flip/cycle data for 1.7.2 blocks. 2013-12-24 18:31:48 -05:00
wizjany d5831ea37b Added 1.7.2 biomes and trees. 2013-12-24 18:31:45 -05:00
wizjany 7b539dade6 Added 1.7 blocks and items. 2013-12-09 23:21:47 -05:00
wizjany 9a000de7cf Added nmsblock classes for MCPC 1.6.x. Untested 2013-12-01 18:22:32 -05:00
wizjany 8574f7bb36 Update NMS access to 1.7.2. 2013-12-01 15:29:05 -05:00
wizjany 3acc82e97b Removed the allow-extra-data-values option.
This reverts parts of e477141.
Data values could never go past 15 anyway,
making the option pointless and misleading.
2013-11-26 10:53:23 -05:00
wizjany cb8df85cc7 Allow colors for stained clay and carpet data values. 2013-10-02 21:55:51 -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 56637dcf85 Updated changelog for 5.5.9 2013-09-21 09:24:10 -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 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.
2013-08-12 21:55:59 -04:00
wizjany a669ef95c6 Tabs. 2013-08-06 23:50:02 -04:00
Wizjany 63f2f96a8c Add convex to the @Command usage info for //sel. 2013-08-06 11:50:42 -04:00
wizjany cd5f832adf Added methods to CommandContext to get slices excluding flags et al. 2013-08-03 09:46:17 -04:00
wizjany 65c3614e7b Support for listing in expand, contract, and shift.
Support listing in these commands by replacing a single Vector with a
List<Vector> and then iterating through it in a foreach loop. Region
changes are still performed individually, no extra complicated math
involved.
2013-08-02 22:55:38 -04:00
wizjany 5f47ede05a Made generation commands respect the max-radius config setting. 2013-08-02 22:50:14 -04:00
wizjany d7324f6b13 Made a checkMaxBrushRadius method for centralized use. 2013-08-02 21:34:20 -04:00
wizjany bc39a913ea Fix logic error when checking for use-inventory overrides. 2013-07-26 08:33:52 -04:00
wizjany d61dec2ee7 Removed outdated reference to redmine tracker.
Seriously, why was this here in the first place?
2013-07-25 14:38:05 -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 cba246a2a5 Fix some maven tests 2013-07-02 08:09:14 -04:00
wizjany e649987015 Updated changelog for 5.5.7 2013-07-02 07:34:43 -04:00
wizjany 930e2e7107 Update MobType list, even though it's almost never used. 2013-07-02 07:34:42 -04:00
wizjany 7a757ccdb2 Added blocks and items for MC 1.6 2013-07-02 07:34:41 -04:00
wizjany 48bff509dd Bukkit package naming changes for 1.6.1. 2013-07-02 07:34:20 -04:00
wizjany 5895b492da Horrible 0-day fix. Super important to upgrade.
Actually just a typo.
2013-06-03 16:54:14 -04:00