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

Fixed /we help to always check the lowercase command name.

Fixes WORLDEDIT-2876.

513940a80b4499665791985a012ccd92b46248c6 authored almost 11 years ago
Added //forest that generates a forest in a selection.

Fixes WORLDEDIT-2958.

0e615e5bf7e80243b562741dabdee96d30dfcd77 authored almost 11 years ago
Added CuboidRegion.makeCuboid(Region).

9627d830d7be7a3b645181172c4c5e0978996f61 authored almost 11 years ago
Added EditSession.forestGen() that takes Iterable<Vector2D>.

6bfcaca6d393406e32b53ce3792d9b12dbf0fbdb authored almost 11 years ago
Removed the /fill command as an alias of /material.

Fixes WORLDEDIT-3016.

2e2d432d117299f6d8a82752dbb77d0a967eaf1a authored almost 11 years ago
Prepare for 5.6 release.

15642ca54f40e2598c4f1d5e4c29b1aabb50b0b7 authored almost 11 years ago
Added <snapshotRepository> to pom.xml

fae4bd3f216264fc24ca3b84b9754bc1a05ba7a1 authored almost 11 years ago
Only enable CUI support when the message is valid.

Also the check if support isn't already enabled is not really needed, as it will just overwrite t...

be8bb784f8675ac0804b2668f387dbb6eb011197 authored about 11 years ago
Fix indentation

c47f50696dfa70837641528ad54dd851ab165852 authored about 11 years ago
Let the handshake packet refresh the CUI protocol version (it happens that players join with another client before the previous session expires) and also send the current selection when receiving a handshake packet (for when the player joins and the previous session did not expire)

e25e1bfe67aa747d2a8954757bd5ffb080aff72d authored about 11 years ago
That check is also done in the LocalSession, let the LocalSession decide what to do with multiple packets.

747de4cab7b98170c9e613767c80a786d097b091 authored about 11 years ago
Don't send SelectionShapeEvent events in the describeCUI/describeLegacyCUI methods, that event is already sent in dispatchCUISelection in LocalSession

e70c82c7c0609a5a95869c18b37b1c41e4480837 authored about 11 years ago
Renamed a parameter in BukkitUtil.

743a5ea869f35e5f523e309ae680cee16bca6aec authored about 11 years ago
Added -s flag to //paste to select the pasted area.

Also undeprecated a method that shouldn't have been.

ab0d170d9a834134e9f7aa449a7ee26c67cd97ba authored about 11 years ago
Added new log/leaves to floating tree remover tool.

ca44ee073a208998dc4db6685b83404312bf8190 authored about 11 years ago
ADD: CylinderSelection for worldguard to be able to create regions

MOD: moved polygonize method of CylinderRegion to RegionUtil so it can be
reused later on

359b8abfe38a049e2e7e2c0eccda1b2abbfd29f9 authored about 11 years ago
Fixed CI link in readme.

40e49f7f7415acc62e9a04c3c6c26a7281d3178e authored about 11 years ago
Allow use of InputStream, this allows schematics to be loaded e.g. as a resource.

ae0b2df66e7458c6810e6acf59899c4ba7b321d0 authored about 11 years ago
Added config option to set the default for the /up and /ceil commands.

The config option defaults to glass as that is consistent across gamemodes.
Use -f to force flig...

c25b9a53f21e8616cf03f18483600d333feb993d authored about 11 years ago
Revert /up and /ceil command to use glass block by default. Flight can be done via -f flag now.

99fae3e716ad48553504506b269b00f4d2f5ab80 authored about 11 years ago
The /green command no longer affects permadirt and podzol.

This behaviour can be overridden with -f.

61905527f854983a46915c06c1376fc6fce28ad0 authored about 11 years ago
Allow forest generator to make trees under snow tiles.

85035a2a24f450ac43569d865d7c52a037579eab authored about 11 years ago
Added rotate/flip/cycle data for 1.7.2 blocks.

611cb81cf84d24213712a101e1320b718756c9a4 authored about 11 years ago
Added 1.7.2 biomes and trees.

d5831ea37b18e7edc242299467360e947fc53704 authored about 11 years ago
Add support for listing schematics inside subdirectories

2a322afb2d6962d47d38d300f3e7c4e12081c8c0 authored about 11 years ago
Fixed some javadocs and deprecated isNaturalTerrainBlock(int).

b3f2c10f7987af319fbdb903b834cbb737f88f47 authored about 11 years ago
Added 1.7 blocks and items.

7b539dade60bdb4671159b0e045d1468cf6f4929 authored about 11 years ago
Moved containsFuzzy from EditSession to BaseBlock.

68b8218bea45a994512fad0fc5ee46628ca22e42 authored about 11 years ago
Added data value mappings for certain blocks and made all other block types wildcard matches.

d467bf13861f7a07d8118c4e8062528c72756e44 authored about 11 years ago
Typo fix.

ef43e141ee2d84e5b8a84ab72995db28d192957d authored about 11 years ago
Improved the readability of BaseBlock.equals.

da37f5424c70aaa5b94a88c237e561fd87fc4f8a authored about 11 years ago
Added nmsblock classes for MCPC 1.6.x. Untested

9a000de7cfb4695ac80c680654055d4e16243ff6 authored about 11 years ago
Update NMS access to 1.7.2.

8574f7bb360e3e19924a4cdd57ab1fa955fab037 authored about 11 years ago
Merge pull request #277 from sk89q/hand

Added "hand" and "pos1" pseudo block types that use the current quickbar slot and the block at t...

81a76c5d4f44dc7ff57fa3369e82f94e49458090 authored about 11 years ago
Added a "pos1" pseudo block type, which uses the block type from the "primary position".

1b9445b6f2b14a974f88d91a1c16a44bfd39cd3f authored about 11 years ago
Added a "hand" pseudo block type that uses the currently selected block.

768adee389a9ea51196c79a3c46454f2178961ac authored about 11 years ago
Added BlockType.getBlockForItem.

66253ff8913534db97840f6ac36194e3ae85d863 authored about 11 years ago
Added an item->block mapping for LocalPlayer.getBlockInHand().

8319eb6d91552d3e7c0cdf0c79d2ef3c1dedc857 authored about 11 years ago
Added LocalPlayer.getBlockInHand().

Also added an appropriate overload to BukkitPlayer.

1a96847f880481e391a1647e29c4bc462a92d2f5 authored about 11 years ago
WorldEdit.getBlock (and its callers) can now throw any WorldEditException.

cd0bc629310b6e7593b6a9422821a6a66f0b62a8 authored about 11 years ago
Fixed //deform not doing anything at all.

79bcfd815b72f9a736a605639251ca4dda50a4e4 authored about 11 years ago
Reduced indentation level in some methods in WorldEdit.java and made WorldEdit.getBlock less confusing.

8dbabe344d4ee2b342bc9dc3ee616a7d159dd2d2 authored about 11 years ago
Removed the allow-extra-data-values option.

This reverts parts of e477141.
Data values could never go past 15 anyway,
making the option point...

3acc82e97b8750c277cd8ccd431fc4ea4c11307e authored about 11 years ago
Merge pull request #278 from sk89q/attachments

Fixed some bugs in the attachment information WE uses to reorder block changes.

a8f4013cbb82310f00820a64f434f1c5c0a0f11c authored about 11 years ago
Attached ascending rails to the block they're ascending towards, in addition to the block below them.

3fa9a4e3093fdc3699a8dc5036a6596e1f68f557 authored about 11 years ago
Attachments for the 21st century!

b6ab34f23bf575d70f46b648f230396f4c5ea9cc authored about 11 years ago
Fixed a javadoc.

728dd52b0d033b9117941c221f8d1bf61c83d7bc authored about 11 years ago
Removed flower pots from canPassThrough.

bef5c8e3e7c15e45e421b64f4e6b33b155bade92 authored about 11 years ago
Fixed some warnings.

b299632d001789688dff382da2c597cb7b9078da authored over 11 years ago
Merge pull request #276 from sk89q/better-non-cuboid-walls

//walls on non-cuboid regions no longer introduces gaps in walls beyond 45 degrees.

157c0fa60b5152340b05ce1e2f9fcf7279e0db2c authored over 11 years ago
//walls on non-cuboid regions no longer introduces gaps in walls beyond 45 degrees (aka slanted roofs :)).

This is a better way to solve #273.

164601644a4bbe09144b9e0c745aec79780ecaf5 authored over 11 years ago
Merge pull request #275 from sk89q/linecurve

//line and //curve by @orthoplex64

60f658055301f23ee4517c62f223e3a844ae9c44 authored over 11 years ago
Added /curve.

22d6c519767dd0c05a265261dbfe537839a7f1f9 authored over 11 years ago
Hollow lines; modified line-drawing; EditSession utility methods

Made hypot() and getHollowed() static

f4277c126d256d351f99cc32cc49bde82f2f259d authored over 11 years ago
Line thickness support

f38b6c484cf9abb7f8aa19bea80b73d5d75e4654 authored over 11 years ago
Add //line command and EditSession method

The EditSession method comes with javadoc.

91c6c6955110dbb828340a4236af57ca507a5a7b authored over 11 years ago
Merge pull request #269 from sk89q/generatebiome

Added a //generatebiome command, which uses formulae to generate free-form biomes.

9930fb7338c5b2b56a2e67b70412426fea2d42a9 authored over 11 years ago
Merge pull request #274 from sk89q/redomasks

Apply masks before history (clone)

37e52707f19fa2f3653d3fec60007e48f76c8f0a authored over 11 years ago
Added a //generatebiome command, which uses formulae to generate free-form biomes.

Shorthands: //genbiome, //gb

f7c7292f79fd737ca02df81f66f379f055ae5738 authored over 11 years ago
Snapshot restore now obeys masks again.

1746dd2e1ae7c201e0366d6b250276345bff3379 authored over 11 years ago
Masks are now checked in setBlock instead of rawSetBlock.

Untested!!!

803b4df72eaf3b0182206f312766e16dd9fb2e30 authored over 11 years ago
Merge pull request #272 from sk89q/solidmask

Added a #solid mask

69bcaa713354a921b09ed33c208927e0d896fe78 authored over 11 years ago
Merge pull request #273 from sk89q/non-cuboid-walls

Added non-cuboid support for //walls and //outline.

8b2be37f934747b54c6ac0ff672d7601dfc8fdab authored over 11 years ago
Added non-cuboid support for //walls and //outline.

961773ce5d63bb349a559060dc09876824e61b77 authored over 11 years ago
Added a SolidBlockMask (#solid).

627e029fbb7eca1614cbabe47c0bc4cbef81951f authored over 11 years ago
Introduced AbstractMask as a superclass to all implementors of the Mask interface.

02de3209807b28c8ba7f1b9096549994ced38209 authored over 11 years ago
Fixed UnderOverlayMask.

6e3d8395dfda88734b6ebedcab9fcf673ba0e4cc authored over 11 years ago
Removed references to the deprecated BlockTypeMask class from UnderOverlayMask.

ae6e59e8d097786e295e01a13c9880c4703449b7 authored over 11 years ago
Added '*-private.sh' to .gitignore.

6beba674cb2917588629d8b577b889504599e707 authored over 11 years ago
Moved ArbitraryShape and WorldEditExpressionEnvironment to a new "shape" package.

f27d7e585d41892bc6664cf9aad17ea000d8e247 authored over 11 years ago
Merge pull request #271 from sk89q/up-noglass

/up and /ceil now use less glass, particularly for creative mode

8d685946c02d5a708b544f5d50b989f4034c6616 authored over 11 years ago
Made /up and /ceil benefit from fly mode.

This avoids littering the world with floating glass blocks when possible.

dcd1c7cee833c185c57ea193b633be898968cc58 authored over 11 years ago
Refactored up-with-glass code into a helper function.

90e1788781558c8b50f3fc147cee240c3be40de0 authored over 11 years ago
Code quality improvements.

a1fa32153cb5410b6874bcb9b39a557eb68ce45b authored over 11 years ago
Code quality improvements.

661484f8587397da776135e34165abcf7b2dcc32 authored over 11 years ago
Merge pull request #267 from sk89q/rotating

Block rotation/flip fixes and removed MCPCPlusXNmsBlock_151dv.java from resources/

886b2ab720b44fe3d260489160cccef83eab93b0 authored over 11 years ago
Made hay blocks rotate like logs.

They're textured like them, too, so it fits.
Also, they no longer violate the "flip twice equals...

7dca4d15ef036a4693329c804efacba6184147aa authored over 11 years ago
Fixed head rotation.

696a2819a704220d91181ef5dac503d55b736d8b authored over 11 years ago
Fixed lever rotation.

6c4d2e2d8eb2e8b95db715e5e6ccb6a892de0f60 authored over 11 years ago
Fixed bed rotation.

c750cc687129aa57eb18c207c364120fbe2c019e authored over 11 years ago
Fixed door rotation and disabled door y flipping.

Mojang radically changd the way doors work, so y flipping on a per-block
basis is now impossible.

9220831ea49304b8e6a51145926badd3e9d6aacc authored over 11 years ago
Code formatting.

06ef568bdd11b80d779feba4a655a14939064d24 authored over 11 years ago
Removed the .java file from the resources folder.

54dca39b0783889438671b5a5ccf7199db45d3c3 authored over 11 years ago
Fixed not flipping the center plane blocks.

Added regression test so we'll never have to deal with it again.

73bf2bd2152565368e4fa6ae4feeb0d4062ede5f authored over 11 years ago
Fixed some warnings.

9e708b70a9b5e8e7a9135ee1d609645879c40f13 authored over 11 years ago
Added centralTopLimit property for hoppers.

2fdc76a3f9f745f6126fe91656b6f6ff3cb1db99 authored over 11 years ago
Merge pull request #268 from sk89q/blocktype-adjustments

Added data values to the BlockType methods and used those in a few places.

b8916602635debcad5c21181b5b1b35d5a968fe7 authored over 11 years ago
BlockType adjustments

- Flagged all snow layers except single layers (data values 0 and 8) as "cannot be passed throug...

43f9e517e77aa928ac7fb0441987e0bbecd86ecc authored over 11 years ago
Made everything that uses canPassThrough use data values.

921c354db7247c7e60e5d9d5f6400dbbbf79ce3d authored over 11 years ago
Made /ascend and /descend use centralTopLimit.

1ec17b5a448cc6f8aa22d7a436d3c2a6433a79df authored over 11 years ago
Added Block and id/data overloads to canPassThrough, centralTopLimit and isNaturalTerrainBlock.

b612de342993897cd4f243acf7568763009efcd1 authored over 11 years ago
Gave the function containing the code for the //gmask command a better name.

d2f51b27b57a21422c5589e5b983402aaca3ac6f authored over 11 years ago
Fixed some general silliness.

aebaa921fd0d8b1937dd8f4d9a30c4b3f53d225c authored over 11 years ago
Allow colors for stained clay and carpet data values.

cb8df85cc7e72d784df78775db9136ba074da51b authored over 11 years ago
Update Forge implementation and added build script.

Including:
* Update to new MCP names
* Adding of an build script (see maven 'forge' profile)
* A...

bd98e98698bac3b0e80279f7a019f5109ba02088 authored over 11 years ago
Check both superperms and PEX directly to support older versions of PEX with inGroup

Older versions didn't set the group nodes correctly, so they were only
accessible through getEff...

4daef4aff23f90aad9fcc045bf98d98db9f28f66 authored over 11 years ago
Merge pull request #266 from sk89q/expression

Fixed the query functions not comparing data values at all for their return values.

a65b574d9dcfd9d633bff7b46bff1e8146f442e8 authored over 11 years ago
Fixed the query functions not comparing data values at all for their return values.

Also made them accept RValue as well and added some test cases for them
and for the overloader b...

e2f1abd7e41ba4a3e1eba1e6d2271ffba32284bd authored over 11 years ago
Merge pull request #264 from sk89q/expression

Expression parser changes

0f764187d007a552bf8b9047a05cb9cd1d57bcdc authored over 11 years ago
Added query{,Abs,Rel}(x,y,z,typevar,datavar) to the expression parser.

8badb09399f290de85b170ffee1db24a30c99b77 authored over 11 years ago