Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/EngineHub/WorldEdit

πŸ—ΊοΈ Minecraft map editor and mod
https://github.com/EngineHub/WorldEdit

Upgrade Gradle to 4.0.2

4ec5411ba6620ddfd2264f17e6b34e8accaf8288 authored over 7 years ago by Kenzie Togami <[email protected]>
Add beds, concrete, and concrete powder to usesDamageValue hash

82bf563b3d759349f262b3441f972fbd186c1a88 authored over 7 years ago by Dumbo52 <[email protected]>
Provide compatibility for legacy schematics that use the old sign NBT format

6b8ae6b988ff8d38c60ce9c4b076d3a417a61bfd authored over 7 years ago by Wyatt Childers <[email protected]>
Update WorldEdit-Sponge to 1.12

Also added support for minecraft:stone item types.

aabc2290765cc4d6cd2f60af5ae2cdf2ca97b36e authored over 7 years ago by Me4502 <[email protected]>
Revert "Some command fixes" aka "Some command breaks"

This reverts commit 4a8bba7a54741ef5d36b3a9793dca09e9dc0c917.
Fixes WORLDEDIT-3574.

b557b2b71d81ef67f3d9fa878470442ac6c287b1 authored over 7 years ago by wizjany <[email protected]>
[Bukkit] Push 6.1.7 and bump.

Forge will take the next number when it gets released.

9cf8847e0e645dc5cbb154c5c20e8f324d265a57 authored over 7 years ago by wizjany <[email protected]>
Use our own firstNonNull to maintain back-compat.

Fixes WORLDEDIT-3567.

46dff16a977eb9244d8893dbf58a066d2e600c87 authored over 7 years ago by wizjany <[email protected]>
Some command fixes

Fix EditSession being created for commands that don't need it
Fix error from schematic list (whe...

4a8bba7a54741ef5d36b3a9793dca09e9dc0c917 authored over 7 years ago by Jesse Boyd <[email protected]>
Add Bukkit adapter for 1.12.

Fixes WORLDEDIT-3567.

a4f1f57c9df270d64ef8ee0df04d81ebdf6f22d1 authored over 7 years ago by wizjany <[email protected]>
Restrict command & structure block placement

You can't place these blocks without Op & Creative;
WorldEdit should also disable placement of t...

dd00bb13c61a42460e91e78ad8923c2a5b43526d authored over 7 years ago by Jesse Boyd <[email protected]>
Add blocks and items for MC 1.12.

And some forgotten before...

a03b9cbe4c1f44115188b400c6a03ec38a5e7aab authored over 7 years ago by wizjany <[email protected]>
Fixed //center not working in some cases.

Due to odd rounding and math issues, using //center on a region with an edge of even
length in q...

b2fb73582f8a11db03dfbce6da3d4383c72f1894 authored over 7 years ago by wizjany <[email protected]>
Bump the SpongePowered plugin version up to 0.8.1

3cf018f14ac8588317e1a56ecbda23c23cb6463c authored over 7 years ago by Me4502 <[email protected]>
Allow copyEntities to be used in ForwardExtentCopy again.

The -e flag should now work for //copy and //cut as it used to.

Fixes WORLDEDIT-3557.

41de2041864f35c2b439d53d69b5ebe452fe7095 authored almost 8 years ago by wizjany <[email protected]>
Add rotations to various blocks that were missing them.

Up/down levers still broken.

Fixes WORLDEDIT-3490.

e511758d9961a53937b804f52c5f8c8306e06664 authored almost 8 years ago by wizjany <[email protected]>
Merge pull request #382 from sk89q/feature/forge-1.11.2

[Forge] Update to 1.11.2

a4455e875e9f2588af3b2ac0d0a6513343770aac authored almost 8 years ago by Kenzie Togami <[email protected]>
[Forge] Update to 1.11.2

537c6694e152de8c51c2304714fd0a83df40e74f authored almost 8 years ago by Kenzie Togami <[email protected]>
Added 1.11.2 adapter for Sponge.

000c23827c31a0fd5207f2f4ae867a6db02e0d45 authored almost 8 years ago by Me4502 <[email protected]>
When choosing adapters, allow ones that aren't best, but prioritize best.

04d4e89541a506116c59dc7ffce94fb90a72ad26 authored almost 8 years ago by Me4502 <[email protected]>
*

58094c72c3eb39953b5136afed8d860a51582cf7 authored about 8 years ago by Jesse Boyd <[email protected]>
Vector and BlockVector should use the same hashCode

For example, the getChunks method returns a Set<Vector2D> which is
actually comprised of BlockVe...

ad7fdd19fb5588411939d1e8e78aeb74f2f7f77d authored about 8 years ago by Jesse Boyd <[email protected]>
Issue tracker is back.

9f24f84c2b6050482b253792a7fce662c51f5916 authored about 8 years ago by wizjany <[email protected]>
Copy Kernel class to WorldEdit to avoid loading AWT.

Java 8's Kernel statically loads the AWT library, which
can apparently cause some issues on some...

66aa881b0c4e349f9cd59e5e2c35c20f10387979 authored about 8 years ago by wizjany <[email protected]>
Indicate temporary status of YouTrack in README.

10da4a47863944724185a082b852e688381b3b8b authored about 8 years ago by Albert Pham <[email protected]>
Update Sponge implementation for Minecraft 1.9.4

3216695d65a011681db671a7eade9fd11c4d1fef authored about 8 years ago by Minecrell <[email protected]>
Dev is always best when possible.

76ae7e4826530633dd3562910ce8feefaf02a37c authored about 8 years ago by Me4502 <[email protected]>
Further updates for Sponge API 5.x

92c4a145a63b7090688d9f07903f4c8692110aec authored about 8 years ago by Wyatt Childers <[email protected]>
Remove the unneccesary buildscript closure. (reverted from commit 471e759cc0d332855d82e47e3355f111ca288d2b)

ba59d40d698d5cf2787c367bae753d69e5585898 authored about 8 years ago by Me4502 <[email protected]>
Remove the unneccesary buildscript closure.

8cb0aa47a87b5feda36bdecf6e69d1fbea0baea3 authored about 8 years ago by Me4502 <[email protected]>
Switched to an adapter system. Currently has adapters for 1.10 and 1.11.

Currently, due to the small number of changes it's loading the 1.11 adapter for 1.10. This needs...

e967ddf39322dd7d0a7223ca902a55918ab6db45 authored about 8 years ago by Me4502 <[email protected]>
Added a 'dev' adapter - allowing for WorldEdit to still function in dev mode.

8d27e2ae099622e697e2ae937047b3ef949b084c authored about 8 years ago by Me4502 <[email protected]>
Updated to new Impl classes.

240648fd705dd04c179a4cf706ae989a2d6c8b9f authored about 8 years ago by Me4502 <[email protected]>
Change adapter to allow for a 'isBest' system, meaning adapters can specify they are best used with version X.

2754d9f9ec697f297a3f29cd6ef5d829b274b076 authored about 8 years ago by Me4502 <[email protected]>
Fixed a lack of -dist jars.

ad1bf9cf92a2f50c0d37737270e49b8460e605da authored about 8 years ago by Me4502 <[email protected]>
Moved the impl classes over to a directory structure

b8221e28d4c8f5076dee8407fd4e1c97ff3398e5 authored about 8 years ago by Me4502 <[email protected]>
Removed forgegradle - it's not needed.

3df026c2fd06aa703e52bd37dba73ca7b7280039 authored about 8 years ago by Me4502 <[email protected]>
Fixed missing license headers.

156bf0acf530bc457aa7994b588120c791492502 authored about 8 years ago by Me4502 <[email protected]>
Update to Minecraft 1.10.2

b99ea5ec6cc898874dbe1d2792791f6a42d64f49 authored about 8 years ago by Minecrell <[email protected]>
Updated WorldEdit for Sponge to 1.11

a438347604da2c045510d4c321ac9b70cf4a4a94 authored about 8 years ago by Me4502 <[email protected]>
Updated for API changes.

93735c3268af49576ede7dfc1ca63a2be78c93e3 authored about 8 years ago by Me4502 <[email protected]>
Updated for latest Sponge API changes

89767aedf4ba35fce9c6cdf2af0dd28eaaca42b6 authored about 8 years ago by Wyatt Childers <[email protected]>
Update for Minecraft 1.10

ed8f18564a57d0c0c585b3ae3ec0a484a28084cb authored about 8 years ago by Minecrell <[email protected]>
Updated for latest Sponge API changes

51d44f42fd12c01339b30484e6474341c2e62677 authored about 8 years ago by Wyatt Childers <[email protected]>
Update for SpongeAPI bleeding changes

b2d2fc2e70813a48a5722407d4836d9f37eeffe2 authored about 8 years ago by Minecrell <[email protected]>
[Forge] Release 6.1.6 for Forge 1.11.

Using Forge recommended build 2189.

a8d04c24be999ca669ff6dca8291724617f1e925 authored about 8 years ago by wizjany <[email protected]>
Update contributing doc

We have been targeting Java 7 for a while now.

e34fc1a82f79e9dfef03f6c1dec8b2777998810f authored about 8 years ago by Kenzie Togami <[email protected]>
Update some notes in the compiling doc

9c32ba327fc387864fa93628d99368384a79a306 authored about 8 years ago by Kenzie Togami <[email protected]>
Fix classifier in compile guide

387ccb299ea3c324efd25c5b8ff3c508d99c7914 authored about 8 years ago by Vladislav Golub <[email protected]>
Update 1.11 adapter with md_5's fix.

Fixes WORLDEDIT-3524.

82fdab35d1a0dd859045ca28c363547c5ea8c45b authored about 8 years ago by wizjany <[email protected]>
[Forge] Remove now-unused ATs :tada:

c75fd3a449815707a2e8da11bf27bb0c514f5886 authored about 8 years ago by Kenzie Togami <[email protected]>
[Forge] Make //regen work better

It now creates a brand-new world, generates the appropriate section
there, and copies it over to...

17529632886dbd1b3a20e8ed224ef566935c19ec authored about 8 years ago by Kenzie Togami <[email protected]>
[Forge] Fix clearing inventories

1.11 no longer uses null in inventories.

e9419f4280748b93ee1455008cc28e446936884c authored about 8 years ago by Kenzie Togami <[email protected]>
[Forge] Initial update to 1.11

Also updates Gradle to 3.2.1, because keeping updated is good.

6ad11624bbd3fd397d97498d81af2800aa947f28 authored about 8 years ago by Kenzie Togami <[email protected]>
[Forge] Update mappings to 11/30.

85ef47ae0c2c02a5870b764ca4b0da0d9e01671f authored about 8 years ago by Kenzie Togami <[email protected]>
Add some old missing items to the db.

17aafe87d083dcd9296c58d3224f3cf8c96592b5 authored about 8 years ago by wizjany <[email protected]>
Release 6.1.5 for Bukkit 1.11.

Bump version for dev.

81beff827781b7f9689316a1f6af13d025936dff authored about 8 years ago by wizjany <[email protected]>
Add new blocks and items to lookups.

465161145b0424d7bb6ebe24cd48813c962a251b authored about 8 years ago by wizjany <[email protected]>
Add new 1.11 blocks.

b0bfa4a562e3ffc7dc7dccc5f20be910dd89fb5d authored about 8 years ago by wizjany <[email protected]>
Add adapter for CraftBukkit 1.11

cd266ad96cabeb28935a8d011a98d9030c73f201 authored about 8 years ago by wizjany <[email protected]>
CuboidRegion contains use block position

Int casting would be better here than adding one to the max block

6c65a8a98997fb5dc464914646e8fafc58dd0f15 authored over 8 years ago by Michael <[email protected]>
Fix region contain method

The region contain method was broken.
A lot of subsquent issues are caused by this bug.
E.g. i...

5de4cfced2b24e223a833035454b38d72039a3c0 authored over 8 years ago by Michael <[email protected]>
Release WE 6.1.4 for Forge 1.10.2.

Bump version to 6.1.5-SNAPSHOT for development.

34c31dc020307a45482ad53ae4d1459b5f653a94 authored over 8 years ago by wizjany <[email protected]>
Re-add and update ForgeItemRegistry.

And fix code that depended on it.
Reverts parts of e91859130c39fe2b32473da77a44da54c9bf2822

ddff8ecbb267300160ebe185e6b85560f616976c authored over 8 years ago by wizjany <[email protected]>
[Forge] Initial update for 1.10

38ddeaf7775d616e3cba7b0fec177cf19e8d4c99 authored over 8 years ago by Kenzie Togami <[email protected]>
[Forge] Update to 1.10.2.

2267dfd29f0973a6576fbbb78b1526667e10133d authored over 8 years ago by Kenzie Togami <[email protected]>
Fixed bad copypaste in error message for //curve.

2e10fe896f49cd419e46c4df842937b9b94c3d8e authored over 8 years ago by Wizjany <[email protected]>
Fix getting the git hash

4a72b97164b3fff324ba86c0ac8dde037476add4 authored over 8 years ago by Kenzie Togami <[email protected]>
Fix artifact publishing.

I keep ammending this commit so it doesn't look like I've been working on
this for the past thre...

98510992eb8814d5cbe0f7b6c28239969f1d5623 authored over 8 years ago by wizjany <[email protected]>
Fixed an issue where the ParametricCallable wasn't forwarding InvocationTargetExpections caused by CommandExceptions properly

Fixes WORLDEDIT-3364

b9801ebf579ffadeb2cf2d3f68ade4dd57fa43c2 authored over 8 years ago by Wyatt Childers <[email protected]>
Fix NPE when //genbiome expression was false.

Fixes WORLDEDIT-3467.

c957ffb95aec0764a66608b203e88db1c77d3ed7 authored over 8 years ago by wizjany <[email protected]>
Fixed an issue where item spawns were not given a proper cause, which lead to things like the super pickaxe not working

e1bb00e66534d6d934b66beaa324ff601ca7533f authored over 8 years ago by Wyatt Childers <[email protected]>
Apply transforms to vectors in //paste -s.

28d45870e2490481713bd941dfc9f7bc211b8b15 authored over 8 years ago by wizjany <[email protected]>
Fix query function in expression masks.

Fixes WORLDEDIT-3344.

e0c8776f0fd353368312253284d78a71a08c6384 authored over 8 years ago by wizjany <[email protected]>
Fixed the automatic selection of a user's pasted area when using //paste -s

Fixes WORLDEDIT-3457

6e36b5236c98149e8143d5de98984f17239df5de authored over 8 years ago by Wyatt Childers <[email protected]>
Made the CommandManager responsible for exception converters as apposed to individual dispatchers

Previously some exceptions were being handled only in the ParametricCallable, which lead to othe...

a091853385cdd97eb0dfb3d643d0f99440a02f3a authored over 8 years ago by Wyatt Childers <[email protected]>
[Forge] Fix //regen + improve performance.

b3d6644972dcaf708a4ced8106b57459afe00d6d authored over 8 years ago by Kenzie Togami <[email protected]>
Bump version for dev

d0cf497939e886f07d5458c9247210852e8d35d1 authored over 8 years ago by wizjany <[email protected]>
Release 6.1.3 for Forge 1.9.4 and Bukkit 1.10.

b03445752e79541b7bf0027ef968ab4d08943109 authored over 8 years ago by wizjany <[email protected]>
Add new 1.10 blocks to blocks.json

7a097ca56e767a6e912d7e26856be9f5c5eb79c4 authored over 8 years ago by Minecrell <[email protected]>
[Forge] Stop "supporting" some invalid blocks.

fa64fa5bed38ef76c00fc6e1485eb85da0d8374a authored over 8 years ago by Kenzie Togami <[email protected]>
Merge pull request #359 from sk89q/feature/forge-1.9.4

Update WE Forge to 1.9.4/1965. Also update build.gradle to work with latest Gradle.

d70f7168e5f35751a2136915b433909aa489cbbe authored over 8 years ago by Kenzie Togami <[email protected]>
Update buildscript to Gradle 2.14 & Forge to 1.9.4 (1965)

5afd2bbbf3e3c467bd2994c94ea40db205e394c8 authored over 8 years ago by Kenzie Togami <[email protected]>
Fix Sign json generation

f689d53d620cc7a11b1a850ddc6603637fc59a16 authored over 8 years ago by Kenzie Togami <[email protected]>
[Forge] Make DefaultBlockParser behave more like vanilla.

e42107557eb42c18a79d070b1e6aff8b90eb0b42 authored over 8 years ago by Kenzie Togami <[email protected]>
Update internal block and item definitions.

5a42a8ddb4af5a8644555e1d827974010a9ff6a9 authored over 8 years ago by wizjany <[email protected]>
Add adapter for 1.10. Currently untested.

ac1b4f7251a8b401ab3c37476d5a30da65bd7026 authored over 8 years ago by wizjany <[email protected]>
Disable left-click air task creation (in Sponge)

Following the lead of the Bukkit implementation in commit a5f5dc099b4d5d0b3ff7aa04de7a14e40dd087...

edb4c0b61aa13ad322f0cfe049863f1b94dd2770 authored over 8 years ago by Wyatt Childers <[email protected]>
Disable left-click air task creation.

This should really not be necessary anymore.
Reverts 13f36757.
Fixes WORLDEDIT-3444.

a5f5dc099b4d5d0b3ff7aa04de7a14e40dd087bf authored over 8 years ago by wizjany <[email protected]>
Minor improvements to Sponge implementation

- Use SpongeGradle for setting plugin version from Gradle
- Use Guice to manage configuration
- ...

fd0e400bcc29016951eb5591f08da106d0f6c359 authored over 8 years ago by Minecrell <[email protected]>
Fix NPE when rotating hanging entities (#356)

fabd7045e72f99f003482f2804a1d67c9a4309e8 authored over 8 years ago by FrozenBrain <[email protected]>
Fix MathUtils.dSin

85d4b9f4ecb711660ed64ac5633501476d313808 authored over 8 years ago by FrozenBrain <[email protected]>
Apply transformations to NBT data of tile entities (fixes rotation of skulls)

4a7683d5bf59da1532ab38dcbe69322b8ff4f174 authored over 8 years ago by FrozenBrain <[email protected]>
Fix secondary-ordinal direction vectors

8f50f5adfbf0740f753c8f6ccd47d2cce915a824 authored over 8 years ago by FrozenBrain <[email protected]>
Fix rotation of item frames

1a3ae37b731e0b1b66feb878b16b22e650268a30 authored over 8 years ago by FrozenBrain <[email protected]>
Merge pull request #345 from sk89q/feature/sponge-new

Initial WorldEdit Sponge implementation

15d10bee30dad3ac4fc1a9b8f70b0f3121417933 authored over 8 years ago by Wyatt Childers <[email protected]>
Use the main WorldEdit version for Sponge

83a3843c15e19873ac91bd08537e59e9547552c0 authored over 8 years ago by Wyatt Childers <[email protected]>
Use Sponge version 4.1.0-SNAPSHOT

beba8daf458ceaab244f25340c121e57df550964 authored over 8 years ago by Wyatt Childers <[email protected]>
Merge pull request #355 from sk89q/bugfix/brushing-up

Replace RightClickEmpty with RightClickItem.

61ecb8fe94e52b30ce000ac30ba0d449e62db47e authored over 8 years ago by Kenzie Togami <[email protected]>
Replace RightClickEmpty with RightClickItem.

RightClickEmpty is not fired on the server. RightClickItem fires once
for the same event (a righ...

e168f03ab71cafb3a7d864a642960d831f5ee513 authored over 8 years ago by Kenzie Togami <[email protected]>
Sync forge version to core.

07854f79faf926023406508634bb4a466a5df1c8 authored over 8 years ago by Wizjany <[email protected]>