Ecosyste.ms: OpenCollective

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

github.com/IntellectualSites/FastAsyncWorldEdit

Blazingly fast world manipulation for artists, builders and everyone else: https://www.spigotmc.org/resources/13932/
https://github.com/IntellectualSites/FastAsyncWorldEdit

Made //copy and //cut copy only the blocks contained in the selection.

8ce14dc9828894c16741f044841dfeb0e57d25f9 authored over 11 years ago by TomyLobo <[email protected]>
The Sphere selector can now also shrink the region.

The radius is set to ceil(distanceToCenter).

77219a8b3ee86de088be6fdff42e19cd0dfc9e9d authored over 11 years ago by TomyLobo <[email protected]>
Control flow improvements.

878c26a8f0f9098691403c1a08d37a7084539a33 authored over 11 years ago by TomyLobo <[email protected]>
BlockType adjustments

- Flagged heads as "cannot be passed through".
- Adjusted shouldPlaceLast (Added anvils, removed...

28047894c4deb22a632b46a351d6ea80849eb075 authored over 11 years ago by TomyLobo <[email protected]>
Optimized EditSession.countBlocks.

Also fixed the questionable semantics for that anonymous class' "contains" method.

eacd147694f9cc7371df662f94a5ff99e523a366 authored over 11 years ago by TomyLobo <[email protected]>
Added a separate point maximum for polyhedral selections.

2a4e6ac93a4a3dda9f87194220e5c1cc204b0d14 authored over 11 years ago by TomyLobo <[email protected]>
Moved properties.yml to spout profile and directory.

eb669ff8340a2ddbb608f2650ba9b97a06599480 authored over 11 years ago by wizjany <[email protected]>
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 instal...

bfd13a414026d2a02d399eb33d1219e4d30611a6 authored over 11 years ago by wizjany <[email protected]>
Minor polyhedron changes.

60f44be2986b20ab2b562defc173a47b6cc32c98 authored over 11 years ago by TomyLobo <[email protected]>
Tabs.

a669ef95c63099dc23e56888697c7a457f0422e7 authored over 11 years ago by wizjany <[email protected]>
Only show nested commands in the Bukkit help if the player has permission to use at least one of the children

bf2c8ebed4f117bd60662e019f176a99ce916374 authored over 11 years ago by zml <[email protected]>
Add convex to the @Command usage info for //sel.

63f2f96a8c3d30876f3970b27772c512f96a0b9e authored over 11 years ago by Wizjany <[email protected]>
ConvexPolyhedralRegions now preserve the order of their vertices.

d4a7f7b48a10d8880c1a7dc9b84f4b319c1c54d5 authored over 11 years ago by TomyLobo <[email protected]>
Made BlockWorldVector.equals accept all kinds of Vectors, not just WorldVectors.

This should make all those compareTo==0 things unnecessary.

d7d8930cd41457a28ad31542a684ca399056cad6 authored over 11 years ago by TomyLobo <[email protected]>
Used vector constants in all appropriate placed.

b28fdbfe4ead0e9c83ab7e6ae563e74a2cd775cc authored over 11 years ago by TomyLobo <[email protected]>
Added constants to Vector2D, BlockVector and BlockVector2D and made the ones in Vector final.

4c496bfaac4b1b66bff9ba216048dfb90c2b32da authored over 11 years ago by TomyLobo <[email protected]>
Added the polyhedral selector to //sel.

37373976f5b9d4ad5823bf84de06f00435a6ed86 authored over 11 years ago by TomyLobo <[email protected]>
Added a ConvexPolyhedralRegion and selector

731c8a0ce733aa5cc9df775a98f64420fb744a7b authored over 11 years ago by TomyLobo <[email protected]>
Reduced some code duplication in the regions.

22798f49c8aa99c68cdc6a4d3629fa131137918c authored over 11 years ago by TomyLobo <[email protected]>
Moved the polygonization code to the specific regions that are being polygonized.

Also, maxPoints no longer has confusing semantics.

c838ef7b25e25852a57de83296cd3421548af744 authored over 11 years ago by TomyLobo <[email protected]>
Replaced an if-else tree in /rement by an equivalent switch.

34093884bc086aab64cc8c880fad994a779f4979 authored over 11 years ago by TomyLobo <[email protected]>
Fixed a typo.

e787013badcc5986329fc3f4fa5687744145d233 authored over 11 years ago by TomyLobo <[email protected]>
Added static ZERO, UNIT_X, UNIT_Y, UNIT_Z, and ONE fields to Vector.

b710f919d59f02f65d886b0b9e0b05ce6abadd55 authored over 11 years ago by TomyLobo <[email protected]>
Made //move operate on the actual region instead of its bounding box.

9f4d470f7d75d1c5681c41b40173ec62cacdaff7 authored over 11 years ago by TomyLobo <[email protected]>
Added EditSession.moveRegion.

c1396a2468f018ea642545696599d49a95bafc9a authored over 11 years ago by TomyLobo <[email protected]>
Added methods to CommandContext to get slices excluding flags et al.

cd5f832adf68f7d8b6f585396399e9ac1850e531 authored over 11 years ago by wizjany <[email protected]>
Fixed a typo.

98e466d371c25e76455ef84ba2d738f74b881d7a authored over 11 years ago by TomyLobo <[email protected]>
Fixed some warnings.

9b37fb98ac8a4c2833f8645aab4cd1f990d6b121 authored over 11 years ago by TomyLobo <[email protected]>
Support for listing in expand, contract, and shift.

Support listing in these commands by replacing a single Vector with a
List<Vector> and then iter...

65c3614e7b09fc01217e5cb8160f9f0da908bb18 authored over 11 years ago by wizjany <[email protected]>
Made generation commands respect the max-radius config setting.

5f47ede05ad058d293b5cf3d1a27882f263d4bbf authored over 11 years ago by wizjany <[email protected]>
Made a checkMaxBrushRadius method for centralized use.

d7324f6b139d77c6d88004cc484173e376770ffa authored over 11 years ago by wizjany <[email protected]>
Fix logic error when checking for use-inventory overrides.

bc39a913ea7970cea2ea4c07be0d025dacebae5a authored over 11 years ago by wizjany <[email protected]>
Removed outdated reference to redmine tracker.

Seriously, why was this here in the first place?

d61dec2ee7f069eba3e209c86fc12dc233ba7dba authored over 11 years ago by wizjany <[email protected]>
Update to MC 1.6.2

4d89b67b253fef2a1cf31d39f7a22d6d75ae19fe authored over 11 years ago by wizjany <[email protected]>
[maze.js] Added Height, Size, Thickness and Flags

ed123f4f648caa01725abc6d5e70f6af1ea2da3d authored over 11 years ago by Gimlao <[email protected]>
[maven-release-plugin] prepare for next development iteration

d3adca7c1ad4b7b408491cbf8b0f50c5370a4652 authored over 11 years ago by wizjany <[email protected]>
[maven-release-plugin] prepare release 5.5.7

1d5810ebe099262bdb5ea969a5365f513b486317 authored over 11 years ago by wizjany <[email protected]>
Fix some maven tests

cba246a2a5dfb6fbcc96826645ec9c0c766383bb authored over 11 years ago by wizjany <[email protected]>
Updated changelog for 5.5.7

e649987015af8a461602badcc76370f31873f7f3 authored over 11 years ago by wizjany <[email protected]>
Update MobType list, even though it's almost never used.

930e2e71077daef245566cbf2464c7fb638b07f7 authored over 11 years ago by wizjany <[email protected]>
Added blocks and items for MC 1.6

7a757ccdb22194ddb07c08c234009b5fc9488104 authored over 11 years ago by wizjany <[email protected]>
Bukkit package naming changes for 1.6.1.

48bff509dd8212d631984d780ff189d04ddacae1 authored over 11 years ago by wizjany <[email protected]>
Removed some debug prints.

6f3fbdc96309456e5b57a7da7a620c86a636cf01 authored over 11 years ago by TomyLobo <[email protected]>
Added cylinder->polygon conversion.

d7837f612137c98841d8a743990970752979c3cb authored over 11 years ago by TomyLobo <[email protected]>
Fixed some warnings.

3e875b79365d81734651a87fdbc2517c7ffc7d64 authored over 11 years ago by TomyLobo <[email protected]>
Removed some javadocs for nonexistant parameters in Vector2D methods.

610fa40e2a2d54f0d0ec8988dc00ae7335c358ea authored over 11 years ago by TomyLobo <[email protected]>
@Deprecated 2 deprecated constructors.

5db504aed2e6a60006250f1140b7f3ca89d3188f authored over 11 years ago by TomyLobo <[email protected]>
Changed WorldEdit to use the new dispatcher.

142f5c8e5c889ee5098c05ba2fde20b52467c1df authored over 11 years ago by Albert Pham <[email protected]>
Added a new command dispatcher that injects different parameters dynamically.

This reduces the boilerplate code needed to parse arguments in each command, and reduces the nee...

04c31262f720e83c293e4bf3eaa7709b3dbd7813 authored over 11 years ago by Albert Pham <[email protected]>
Update Minecraft Forge compatibility for 1.5.2.

80536d85ca2aa4ced8af14ffda3c1bfe754f01c5 authored over 11 years ago by Lucas Tan <[email protected]>
Use equalsIgnoreCase to check for perm plugins, and check for GroupManager

Using equalsIgnoreCase fixes a few weird issues with bPerms, and adding GroupManager fixes a met...

70ccac620fdbe0bfbbfdf3baf8e8b49d0fae2867 authored over 11 years ago by me4502 <[email protected]>
Horrible 0-day fix. Super important to upgrade.

Actually just a typo.

5895b492da604b6327b40f084dfabac73d0030eb authored over 11 years ago by wizjany <[email protected]>
Add coordinate argument to //chunk command.

fb96ced3bfec5376848d419aca542ff2cb85ffe2 authored over 11 years ago by wizjany <[email protected]>
Made McRegionReader.getChunkInputStream() throw a DataException instead of returning a null when an ungenerated chunk is encountered.

10c43a9c9f49ae0b70a0fef2b47d7b1312de1954 authored over 11 years ago by Albert Pham <[email protected]>
Added some comments to BlockDataTest.testCycle.

321e2246fcce15d7d2243b5ce52243bb1fdaee2a authored over 11 years ago by TomyLobo <[email protected]>
Made CommandManager registration with parent public so hooks can be made to existing commands

7c98cc0e010fdcc630c7e44b7f3a698297d47117 authored over 11 years ago by Trevor Wilson <[email protected]>
Don't spam chat when a different type of vector is given to the Selector.

ca06489e11a5822be85b8909a9558a56c5b24200 authored over 11 years ago by wizjany <[email protected]>
Be less lazy handling MobSpawnerBlock tags. (Although once again, no one should actually being using this class.)

94dbfa3b85832d0dc578ffd0a592bc58752a72df authored over 11 years ago by wizjany <[email protected]>
Fix link to issue tracker in readme

77a2b998bddabbe53102017a2b6eafd0129e3f9f authored over 11 years ago by wizjany <[email protected]>
[maven-release-plugin] prepare for next development iteration

f22403cae7cabc86724a65b53150f5de3c050c8f authored over 11 years ago by wizjany <[email protected]>
[maven-release-plugin] prepare release 5.5.6

19abcf6c9363f88f251e55adf5a079657d07d074 authored over 11 years ago by wizjany <[email protected]>
Updated CHANGELOG for 5.5.6

19566370d6ba29109bb97f1dc07addb1a7548583 authored over 11 years ago by wizjany <[email protected]>
Update for CraftBukkit 1.5.2 package.

fad30ff23bba40a315d333f829db759314de0a21 authored over 11 years ago by wizjany <[email protected]>
Added pistons (retracted only) to cycler tool.

f213bb73e841cfa52a9b60530c72995769f7e74b authored over 11 years ago by wizjany <[email protected]>
Fix setbiome issue and tweak a few block names.

102a149dbb7398132cbc729d5d56157b9da7664b authored over 11 years ago by wizjany <[email protected]>
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 t...

e7ae3b4ddfdf0fe46e89bc0696cb8663f64561e3 authored almost 12 years ago by wizjany <[email protected]>
Make //setbiome respect global mask, if set to a biome mask

2846119f081cde9ae8a6f406bae064cf6c3932bc authored almost 12 years ago by wizjany <[email protected]>
Add compatibility for MCPC-Plus 1.5.1

e7d55ca87da642f27a35adc23f875090c1503541 authored almost 12 years ago by wizjany <[email protected]>
Allow remove command to be used from console

51515473bc77505eb521e68a59d7ab0be96cc382 authored almost 12 years ago by wizjany <[email protected]>
Added hoppers to block data info

0e8508847e79844adf002e9827c641895db0feed authored almost 12 years ago by wizjany <[email protected]>
Update changelog with trivial stuff.

382b6f35adcec87a0a2272bb84c2be42115a6244 authored almost 12 years ago by wizjany <[email protected]>
[maven-release-plugin] prepare for next development iteration

9d7eb0fd8c045e6933bf9bf29ff23fc8f371ad40 authored almost 12 years ago by wizjany <[email protected]>
[maven-release-plugin] prepare release 5.5.5

a3fd75c3e7d5df00eaea04415930e25ff2f49c6e authored almost 12 years ago by wizjany <[email protected]>
Prepare for MC 1.5.1 (specifically, Bukkit renames).

58a7a2ed4f60bf2d427c5945cdabf62b6f6c157c authored almost 12 years ago by wizjany <[email protected]>
Fix NPE in mob spawner blocks on non-bukkit implementations

422cba101de2e7e486b1a737be62aa2b93db1634 authored almost 12 years ago by wizjany <[email protected]>
[maven-release-plugin] prepare for next development iteration

2e8119bdb1c1af3c6af8b51d2706cddab31a822c authored almost 12 years ago by wizjany <[email protected]>
[maven-release-plugin] prepare release 5.5.4

90011cc430d63dce325b5d6a256313bfd7b80545 authored almost 12 years ago by wizjany <[email protected]>
Fix block setting while not in fast mode

1af61f827bb89c48fd2ba9cb4b3c1fc005362206 authored almost 12 years ago by wizjany <[email protected]>
Fix line endings (again)

be320f60e1da164cdf03c7364147e45f96f1fd71 authored almost 12 years ago by wizjany <[email protected]>
[maven-release-plugin] prepare for next development iteration

5e881ff0221aea55c5926649c93afc8e52f4784a authored almost 12 years ago by wizjany <[email protected]>
[maven-release-plugin] prepare release 5.5.3

84d78ff3342167356450c5c7ef2bcfb568f36800 authored almost 12 years ago by wizjany <[email protected]>
Updated changelog for 5.5.3.

9139775c52883180b919a0ebda60e34c425a6706 authored almost 12 years ago by sk89q <[email protected]>
Fix block rotations

83d5e2fd22e60379202497ca80d6adcdd4486f76 authored almost 12 years ago by wizjany <[email protected]>
Use correct method and mask to set blocks.

6c35d20306715ed19dc77775d4f2b2d158c9b173 authored almost 12 years ago by wizjany <[email protected]>
Fix for minecart naming

0d52d22bd8964988faaf01b19cfbd38f0fe6a591 authored almost 12 years ago by wizjany <[email protected]>
Cleaned up pom.xml, added attach-docs profile to separately generate Javadocs/source jars.

9ac04f8cfe83d79f6880378449ae99d3a3699dac authored almost 12 years ago by sk89q <[email protected]>
Added names for new items

3eb821ffed8d0e2e3d873d449912791d8609ba27 authored almost 12 years ago by wizjany <[email protected]>
Fixed equalsFuzzy returning true when it shouldn't

c042f7829ac6b1d207171e57bca5659f17f3cc3c authored almost 12 years ago by wizjany <[email protected]>
Fix line endings

b3392986bebdb399886172f844927bf57fa9e051 authored almost 12 years ago by wizjany <[email protected]>
[maven-release-plugin] prepare for next development iteration

d90a2aa2f6363c2d6365248bdc5440989a5884a0 authored almost 12 years ago by wizjany <[email protected]>
[maven-release-plugin] prepare release 5.5.2

f3b608e211301a4b0938364f0fa89c0386b5092c authored almost 12 years ago by wizjany <[email protected]>
Updated changelog for 5.5.2

e1fac30e6263217f0c27ba8875b2947484f8f90a authored almost 12 years ago by wizjany <[email protected]>
Update nmsblock classes for 1.5

db9808cfd1b437d191f54085bf88431bcdd4ffcd authored almost 12 years ago by wizjany <[email protected]>
Update for MC 1.5

94ef1591e89150e9785ff9b832e517a64197339b authored almost 12 years ago by Wizjany <[email protected]>
Fix //flip using incorrect block directions.

ca1cecbdf433104465ae4597ef56890f9bed6326 authored almost 12 years ago by kgamecarter <[email protected]>
Updated BukkitWorld NMS fields to be static.

This prevents attempts at loading the proper NMS compatibility classes from occurring more than ...

184d02d2e30c1105aa23c20fc98b7e14081c8585 authored almost 12 years ago by Albert Pham <[email protected]>
More lasting fix for Spout constantly causing issues. (This is not the first time this has happened).

6f8b80ae37844bff75d9075aa797cf4c2e52384a authored almost 12 years ago by wizjany <[email protected]>
Fixed WORLDEDIT-2717, max-blocks-changed . maximum overriden by default

min(default_limit, max_limit) meant that the max limit was really default_limit when the default...

33d0d7cd6c2cf131f2f3e6de1b3678658647ef77 authored almost 12 years ago by Albert Pham <[email protected]>
Use actual data for skull blocks

8efb99566705584b7f4e6c51a8b6e3e783718dab authored almost 12 years ago by wizjany <[email protected]>
Revert "Made //undo and //redo disregard global masks."

This does nothing and neither did the original code. Disregard previous notice.
This reverts comm...

6c6f965ac79cbad84ca82e0287fa11723a0a6e62 authored almost 12 years ago by Wizjany <[email protected]>