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

Added offset to ClipboardPattern.

Takes input like '//set #clipboard@-1,0,1' which shifts the pattern over.
It also now extends Re...

19796aa3beae72d3751bd941c671f6345b0e0e18 authored almost 6 years ago by wizjany <[email protected]>
Add missing flags to clipboard brush usage.

76400e533dc9e073ed68bb3c062434ee880c024a authored almost 6 years ago by Wizjany <[email protected]>
Fixed parsing fuzzy blocks failing.

3e988e7ffe08a3edc44c35d5c4e02f9ae696a476 authored almost 6 years ago by Matthew Miller <[email protected]>
Bypass the Spigot API for block setting for speed boosts on non-Paper platforms.

c53a40b5771904579081d1756172eb0135ddde9b authored almost 6 years ago by Matthew Miller <[email protected]>
Restore generation of hollow shapes.

Unfortunately this is a bit slower than before since we can't cache block
id & data values. Howe...

6708e8292f83c161fd4d3a8d72db2e98a70433ad authored almost 6 years ago by wizjany <[email protected]>
Ensure BlockCategories are initialized.

We should probably have a way to initialize all these catalog classes ahead of time.

cdd71178f5b052492851753e4bd9a2ead1d10b8f authored almost 6 years ago by wizjany <[email protected]>
Fix long-range build tool.

Blocks were always placed around 0,0,0 since the trace direction was being used as a position.
A...

dddf2b963a8a959dba11b985648118ecb5f25bfa authored almost 6 years ago by wizjany <[email protected]>
Added a ##tag parser Pattern. gives a random combination using the blocks from the tag with an equal distribution.

f3ec5bbdde5c0f3b31a4704d2deaa91b6c3131ea authored almost 6 years ago by Matthew Miller <[email protected]>
Change CI link to enginehub.

fadcf1a1db9e2eecff791fb737930c520a6cb160 authored almost 6 years ago by Wizjany <[email protected]>
Back to SNAPSHOT for continued development

eb0223803aaccc0968cd52a60bf1851f991c2ae6 authored almost 6 years ago by Matthew Miller <[email protected]>
Bump to Beta 5

6bbf29b40ee72fe7b6ff0daa2f96200551beb8f4 authored almost 6 years ago by Matthew Miller <[email protected]>
Added support for 'rotation' BlockState values.

2f9c7f19f504d861f0b24477bb5e2fdeb82abcbd authored almost 6 years ago by Matthew Miller <[email protected]>
Actually support disabling chunk loading extent

2e0fa300b7465d0112fee7b3ef6251c4bfe91432 authored almost 6 years ago by Matthew Miller <[email protected]>
Merge pull request #445 from Brokkonaut/undoable-biome-changes

Make biome changes undoable

4d209afc0c7a99543e06e2cde2277f5f8f9545a4 authored almost 6 years ago by Matthew Miller <[email protected]>
Make biome changes undoable

432a201266b96d3a48bf59eee945dd9883f1126f authored almost 6 years ago by Brokkonaut <[email protected]>
Merge pull request #444 from orthoplex64/master

Update maze.js

ba8bde0b3570b1197c98ec3b483abd1b93f255fa authored about 6 years ago by Matthew Miller <[email protected]>
Use 3 wool block variables instead of array

4b004b65310f69af8ceb5d4fa08b22e752c784f9 authored about 6 years ago by orthoplex64 <[email protected]>
Update maze.js

c6ef09380ec5f26a9279824f7899ced9732013c6 authored about 6 years ago by orthoplex64 <[email protected]>
Tweak the last access extent cache to provide better caching

871541d8c09ec1c35c85297cfa8635f075528f8b authored about 6 years ago by Matthew Miller <[email protected]>
Clarify state when asking for caps with no platforms

2f8bdccf650bdf5e9c94a6d7633ab272fd839096 authored about 6 years ago by Kenzie Togami <[email protected]>
Can't query the row directly

862b63d43a3f7711b394b49cf5af2883369db012 authored about 6 years ago by Matthew Miller <[email protected]>
Merge pull request #442 from sk89q/feature/fuzzier-fuzzies

Refactor the Fuzzy system to be immutable

59f78b3cdfd7842f39668cbceb72505289e8bf79 authored about 6 years ago by Matthew Miller <[email protected]>
Few minor improvements to the fuzzy system.

54b6e571866a07f037b7f427c456777c2e0c373b authored about 6 years ago by Matthew Miller <[email protected]>
Make the base fuzzy cached per block type

b544782f3b653b3998d52c02cd12695ab5c03882 authored about 6 years ago by Matthew Miller <[email protected]>
Fuzzier fuzzies

8da984d9f9ca57c2ffc562345eb38bc00cbfbbad authored about 6 years ago by Matthew Miller <[email protected]>
Merge pull request #441 from sk89q/feature/no-rawtypes

Cleanup compiler warnings and BlockStateHolder raw types

f4ed48b262eff56b2f995f6084099cc8dbe16642 authored about 6 years ago by Matthew Miller <[email protected]>
Clean up other compiler warnings

386668d2212d247c406aae90bc45ff3b31d68dc6 authored about 6 years ago by Kenzie Togami <[email protected]>
Add generics to other rawtypes

de7d9421b173f38f7455826a64e79c409366c4b7 authored about 6 years ago by Kenzie Togami <[email protected]>
Remove all raw usages of BSH, improve API generics

3fefcbf97183cc2cf8fff36baf8d76908c5891f3 authored about 6 years ago by Kenzie Togami <[email protected]>
Minor improvements to the server side CUI

a88f6b84308e9edde72385926f4a90fa3977d114 authored about 6 years ago by Matthew Miller <[email protected]>
Merge pull request #438 from sk89q/feature/modular-patterns-masks

Modularise Patterns & Masks

4cc8e9a1c0bc21ff179697cd59b4545c517127e7 authored about 6 years ago by Matthew Miller <[email protected]>
Merge pull request #440 from gamerforEA/master

Fix BlockType and ItemType registration for Sponge distributive

976a92d5ea5c2a496086c14cb97d46b9501a89ee authored about 6 years ago by Matthew Miller <[email protected]>
Fix BlockType and ItemType registration for Sponge distributive

66415dfa34d59dd02316f6d0615d90405470a1fa authored about 6 years ago by gamerforEA <[email protected]>
Merge pull request #439 from gamerforEA/master

Fix Metrics injection for Sponge distributive

514f82190be073cdc5211f53873b4a34e011fc8f authored about 6 years ago by Matthew Miller <[email protected]>
Update SpongeAPI

2e62389bdc4514de2b128549c4671a6cdab375cb authored about 6 years ago by gamerforEA <[email protected]>
Fix Metrics injection

53ddc3fac0ebc2fae253cec77ff604c516831c2e authored about 6 years ago by gamerforEA <[email protected]>
Fixed the bundle being directly used outside of the registry system.

b75d5149ebf66af07ac2ee61be9d2ceab82f2414 authored about 6 years ago by Matthew Miller <[email protected]>
Few fixes

1d5e9b7d04d3e9db20cc9f22930d993c9bfa350d authored about 6 years ago by Matthew Miller <[email protected]>
Finish porting all the old masks across

645fd682b642d243df15c336ce1558247cc77a20 authored about 6 years ago by Matthew Miller <[email protected]>
Fixed the item parser not using the ItemRegistry

6312bcecf699fc0fcb58dba4df9f6451c6c0df3b authored about 6 years ago by Matthew Miller <[email protected]>
Start work on modularising masks and patterns

c5d9aadab872e6c09600d3326c7bda983cdee8d3 authored about 6 years ago by Matthew Miller <[email protected]>
Allow a pattern for the leave-id of //move

d6977aeae4f951c3961c3f58b433487188909d4d authored about 6 years ago by Matthew Miller <[email protected]>
Pass the exception converter through more.

8d0787746324172f680add66c6c4a62a961ca1c8 authored about 6 years ago by Matthew Miller <[email protected]>
Added a way to get the spawn position of a world

ea3057878141548b44c6dd269d33b019b7bc1c99 authored about 6 years ago by Matthew Miller <[email protected]>
Added a method to teleport entities across worlds.

c949b07df12a8ced450e82d62c9f0ed3a8310bf1 authored about 6 years ago by Matthew Miller <[email protected]>
Update draw.js and roof.js

b300c211859d128793a397618c32de9de059b78c authored about 6 years ago by Matthew Miller <[email protected]>
Move the pasting system over to WorldEdit, and add a /we report command. Currently only reports system status and the config. Need to add a platform reporter system.

5eb9b779d7467ba3c893421a8ed099c47685f01e authored about 6 years ago by Matthew Miller <[email protected]>
Added a display name to Actors

8f236afae9f3187012d0dc0a14c33db2a81dd729 authored about 6 years ago by Matthew Miller <[email protected]>
Remove the final stage committer from the MultiStageReorder extent, as it caused issues and no longer appears to be entirely necessary.

700e41b706dea8755592140b7586cd1faaeed73d authored about 6 years ago by Matthew Miller <[email protected]>
Back to snapshot for continued development

502cfb338f04f9e906b5f3de3b622015c25eabe7 authored about 6 years ago by Matthew Miller <[email protected]>
Bump to Beta 4

3ead4995ca3a29df573435a248c15687249ab731 authored about 6 years ago by Matthew Miller <[email protected]>
Merge pull request #432 from sk89q/feature/multipass3

Added multi-pass fixing for MultiStageReorder, and a Fast-Mode equivalent

17f52cb228a81a92b41d389b95f087a8337d5f40 authored about 6 years ago by Matthew Miller <[email protected]>
Flush undo/redo

926f6a6ab868af69731d684104ef6fb06f15d815 authored about 6 years ago by Matthew Miller <[email protected]>
Fixed up the commitRequired checks.

6f3016c7f01fb4786a2ce1d3c41718e1b5b17298 authored about 6 years ago by Matthew Miller <[email protected]>
Further work on this. Currently fast mode breaks doors, gotta work out why applying physics to doors breaks them.

5f2c77b7190b814f8794c9f04ce04a57aca00d84 authored about 6 years ago by Matthew Miller <[email protected]>
Few small fixes

618cbd2250e89a233e6f7663ef09f812cd766403 authored about 6 years ago by Matthew Miller <[email protected]>
Set fast to the default

59f9864ba3371cb109b48708be37da6b57e19fb4 authored about 6 years ago by Matthew Miller <[email protected]>
Added an option to switch reorder modes

7f11b2800ddb557aa2f3fbedcc057ffbe0657c1d authored about 6 years ago by Matthew Miller <[email protected]>
Few fixes for FastModeExtent.

b3f5bc030ed343fcddefa9406956f2c8604d5e22 authored about 6 years ago by Matthew Miller <[email protected]>
Update adapters

36430863a16896d4fcaa3dc7be019e97255364a7 authored about 6 years ago by Matthew Miller <[email protected]>
Added "fast mode corrections"

7d468357e32ec69d9478e8bfd8f2fe8d5a1893ba authored about 6 years ago by Matthew Miller <[email protected]>
Added the multi-staging from the multipass2 branch

4e5e9f609edfe12fdf288a6c2c58e75f64821faf authored about 6 years ago by Matthew Miller <[email protected]>
Update adapters for the broken Spigot builds.

5acd0d8537b628da66cd7c3e26ecfd3d0ed87018 authored about 6 years ago by Matthew Miller <[email protected]>
Merge pull request #437 from JOO200/master

Add check for unchanged materials in BlockBagExtent

b1d8d4901df7b6c18faecf8d8daba4f02dbd110f authored about 6 years ago by Matthew Miller <[email protected]>
Check by setting blocks with BlockBagExtend for changed materials.

a73faf0c8b4bd7aee7b5b72f823eb0c230186e48 authored about 6 years ago by JOO200 <[email protected]>
Filter out commands that the player doesn't have permissions for. Workaround for a Spigot issue.

be0d21e2a93073881573d9a2ebcb3e49516827d8 authored about 6 years ago by Matthew Miller <[email protected]>
Remove recursion in VaultResolver

Correctly call into `perms` instead of creating an infinite recursion.

b192466ce21b2c237587baa8721331f8306f5e17 authored about 6 years ago by Kenzie Togami <[email protected]>
Back to snapshot for continued development

7ad181f8a423e8ee342cb01ee2092a47d25b59a8 authored about 6 years ago by Matthew Miller <[email protected]>
Bump to beta 2

7ae310e62536edbf1091ad5307afbb5412227131 authored about 6 years ago by Matthew Miller <[email protected]>
Merge pull request #330 from Europia79/vpcmdfix

Fixes issue 3315 with VirtualPlayers

8e18ecb645b34b1863898d8d7fd400038b67aba3 authored about 6 years ago by Matthew Miller <[email protected]>
Added a Vault resolver to WEPIF. Means any Vault-enabled perm plugin will theoretically work with it

ee8602b77beeac093700f7db6aa8312cbbdffcb7 authored about 6 years ago by Matthew Miller <[email protected]>
Disable signing task when not signing.

e0dcd2e9c2c77308ca64a55027691aca65f4e52f authored about 6 years ago by Matthew Miller <[email protected]>
Added support for axis rotations.

2dc9321da65691279cbc3b65a443da108743ac8c authored about 6 years ago by Matthew Miller <[email protected]>
Finish removal of PlayerDirection, and partially added diagonal support back to commands.

24800a662a4963cdf839d6906694355c41b983a9 authored about 6 years ago by Matthew Miller <[email protected]>
Updated bStats

bf98dcff094c80b5aa789885b07a0b1f7d70dbf6 authored about 6 years ago by Matthew Miller <[email protected]>
Fixed adapters not being updated

f0070c111cfded36ce31b6f65337871f9859740f authored about 6 years ago by Matthew Miller <[email protected]>
Fixed serialisation of vectors.

626861aa99c0821fec3a94dabb239a36a2e708ad authored about 6 years ago by Matthew Miller <[email protected]>
Fixed missing BaseBlock import

4e4ed6c8931cd1bd8b504c59fb55844c0a4a3e05 authored about 6 years ago by Matthew Miller <[email protected]>
Merge pull request #435 from sk89q/feature/trace-unflushed-sessions

Add tracing for unflushed EditSessions

53bc73090948d85a35a17143c2544ac9cfb3cbb4 authored about 6 years ago by Matthew Miller <[email protected]>
Update config

1150256df17d974c0a29150cbbea077a3b7785df authored about 6 years ago by Matthew Miller <[email protected]>
Updated adapters

a2be001a57d4f621b3af8f149e396246c6a6bc25 authored about 6 years ago by Matthew Miller <[email protected]>
Correct trace property name

b6f6f3dde6b5bfa0a2e1e2a6944f03ed7408e001 authored about 6 years ago by Kenzie Togami <[email protected]>
Move vectors to static creators, for caching

2c8b2fe0898c420c5cbd55ad5849c7f99cabb08e authored about 6 years ago by Kenzie Togami <[email protected]>
Refactor vector system to be cleaner

- Move Vector, etc. into `.math` package
- Drop many methods that will be auto-promoted anyways,...

399e0ad5fa7637d5d3ccce7ead1ad409e85c7dd2 authored about 6 years ago by Kenzie Togami <[email protected]>
Simplify commit-required detection

e202348dac02449f14db7daac5a89f5be2b49aa6 authored about 6 years ago by Kenzie Togami <[email protected]>
Merge pull request #434 from sk89q/bugfix/flushing-when-done-2

Flush / unbuffer more tools

d7c528247b09cbbe2971f6eda2ff8e56790b0df7 authored about 6 years ago by Matthew Miller <[email protected]>
Align configurate with yaml config

351a8bbc6cbfffbfddc99444560c933885ebc0ef authored about 6 years ago by Kenzie Togami <[email protected]>
Checkstyle requires calling super.finalize

b8ae611c7381c4b166489a9e7c34bb3f8d3d5261 authored about 6 years ago by Kenzie Togami <[email protected]>
Add tracing for unflushed EditSessions

e1fbaaff592b87fcb651081f8c28b413d295634a authored about 6 years ago by Kenzie Togami <[email protected]>
Flush / unbuffer more tools

3b5972b7f2e60a8e84016f2eeb4b575401674a4c authored about 6 years ago by Kenzie Togami <[email protected]>
Allow modifying the region of a BlockArrayClipboard

93de97dc191c4941235ddcf7821212537fb40442 authored about 6 years ago by Matthew Miller <[email protected]>
Fixed a few bad javadoc imports

275a2fa887c9c2851458efc3c850ed5a7e3e6096 authored about 6 years ago by Matthew Miller <[email protected]>
Merge pull request #433 from sk89q/bugfix/flushing-when-done

Flush or disable buffers in tools

93a696455fd2de92d2ee5dd069833cdeec6bb735 authored about 6 years ago by Matthew Miller <[email protected]>
Ensure we flush iff it is needed

d1312c66e1d3556cef039e5895e959842f733c0a authored about 6 years ago by Kenzie Togami <[email protected]>
Make EditSession closeable for easy flushing

a3f1c71d97abb42e85aceb6ff514ac75f479343a authored about 6 years ago by Kenzie Togami <[email protected]>
Flush or disable buffers in tools

1fa1ff895b6b22e7ffb8c0de581929942dd72fca authored about 6 years ago by Kenzie Togami <[email protected]>
Merge pull request #430 from sk89q/feature/chunk-batching-mode

Chunk Batching

dd2fcbac236f5029e36058dbc5e682fc59f75f99 authored about 6 years ago by Matthew Miller <[email protected]>
Added some missing bukkit registries

f8bf547c9e6d146881b30744f19f436035a2406f authored about 6 years ago by Matthew Miller <[email protected]>
Remove a config option that's now unused.

815f14d4a165418de486333d4721e3f1271f2480 authored about 6 years ago by Matthew Miller <[email protected]>
Replace BukkitImplementationTester with paperLib

0fe1fe33cc94fd6d3b671e9b790a92280701454c authored about 6 years ago by Matthew Miller <[email protected]>