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

Merge pull request #482 from EngineHub/forge-1.14

Update to Forge 1.14.

c97071c0f464c18afd90382ba9afd5cf812dd83d authored over 5 years ago by Kenzie Togami <[email protected]>
Clean up/fix undo/redo. Add separate .self perm nodes.

dcd1d8d0bcaf2480a1041465a94397de6d6f1fa7 authored over 5 years ago by wizjany <[email protected]>
Update to Forge 1.14.

078d6f64403eea97cfec70a0cccb8795f8dd8b75 authored over 5 years ago by wizjany <[email protected]>
Save some RAM.

Vanilla only needs 12k~ states right now, 32k is unnecessary.

61fd44fa8ca40ef9ff54ff3e4d5882d2e668a485 authored over 5 years ago by wizjany <[email protected]>
Fix BlockTransformExtent rotating directional boolean properties.

Also add support for redstone dust, which is directional non-boolean.
(It's the only block like ...

0aa0dbfd11903894e8757f6b654d9e315b46bc98 authored over 5 years ago by wizjany <[email protected]>
Clean-up some misc. parts of the code

8c17aab9c5c75ada5b35aeaa974a18c1551fc211 authored over 5 years ago by Kenzie Togami <[email protected]>
Few fixes for worldedit changes

2571efb5c3df99236f06bf892deb0a9a65dec7f5 authored over 5 years ago by Matthew Miller <[email protected]>
This does something idk.

dc21b4df58111d3d276ffb2851441757d2335627 authored over 5 years ago by wizjany <[email protected]>
Cleanup Bukkit internal id usage.

0088fe79b31f5de894354dbdcd5a861aaf44e98e authored over 5 years ago by wizjany <[email protected]>
Add perf. improvments for Forge

27c7d488a255084d9a9d0004c6172f8b898bba8b authored over 5 years ago by Kenzie Togami <[email protected]>
Initial attempt at binding state IDs

a3a175ab8cb76e336e40d29e63c633bf64b21226 authored over 5 years ago by Kenzie Togami <[email protected]>
Bring FakePlayer cache to Forge.

e69ba31d6b52c5bec01708f11ed550009bccddce authored over 5 years ago by wizjany <[email protected]>
Implement item brushes and item NBT for bukkit.

This allows usage of `/br <apply|paint> <shape> item` and the `offhand`
syntax for item parser t...

e1c191599ca6a60550e5f60ff195cb7c1574d70c authored over 5 years ago by wizjany <[email protected]>
Correctly unwrap old CommandExceptions in AsyncCommandBuilder.

6e833a9fe49eb88ef41d035891e6805baa33d4c8 authored over 5 years ago by wizjany <[email protected]>
Use AsyncCommandBuilder for /calc.

7787f2c15e5243c963873a9975e944d5b97882e9 authored over 5 years ago by wizjany <[email protected]>
Import cleanup, ensure gradle uses https for deps, bump deps.

213cadf093273ef1477df43597283c837c7d1fad authored over 5 years ago by wizjany <[email protected]>
Skip poi folders for snapshot restores.

New to 1.14, Mojang stores .mca files which don't contain chunks in the
poi folder.

Note: we ex...

6f7927bc5aa3936322de8d02cc49c9ffae0f417d authored over 5 years ago by wizjany <[email protected]>
Fix some reload issues.

And some unload issues.

efb7650d6f0109fcc2b4989691c8cb8224f7a5dc authored over 5 years ago by wizjany <[email protected]>
Fix item interact event.

fd1178a3d01ff9627c06853abcb862296ad39c57 authored over 5 years ago by wizjany <[email protected]>
Improved usage of the naturalize command over large areas

This change fixes the block count report, and also makes
naturalize act more like a "//replace d...

026bfeed08b3dececff6973958c9719eb0c2eec8 authored over 5 years ago by Wyatt Childers <[email protected]>
7.0.1 Snapshots

f89bc3a64882c7a2ad69c41c624be769ea89c48d authored over 5 years ago by Matthew Miller <[email protected]>
Bump to 7.0.0

84eb4b1aab7289d0c7f1b7ca576c33bc230f4862 authored over 5 years ago by Matthew Miller <[email protected]>
Update changelog

214af8a5358146793c918fc51007c66f4cf929aa authored over 5 years ago by Matthew Miller <[email protected]>
Various fixes and improvements for Forge WE 1.13.

c361da11f149134391cc974f994d83163dfb08e0 authored over 5 years ago by wizjany <[email protected]>
Expanded the scope of item brushes (/br apply item, /br paint item).

They now additionally take a direction in which the simulated item usage
should be facing.
Also ...

f2f9c266029123869dfd04b1fc9220dbcadccd77 authored over 5 years ago by wizjany <[email protected]>
Merge pull request #480 from EngineHub/feature/docprinter

New doc printer for rst output

62e2a76d787b2569fc2e5d6265c9b7ea14aa423f authored over 5 years ago by Kenzie Togami <[email protected]>
Don't attempt to check unloaded world refs.

3fd661c513ff0a06b0feb7e4e0c8b5447e2fb9bf authored over 5 years ago by wizjany <[email protected]>
Use ItemInteract for item right clicks in Sponge.

They don't fire for InteractBlock.

# Conflicts:
# worldedit-sponge/src/main/java/com/sk89q/worl...

8022d8e9115b65bc822d564238752c76df64a48e authored over 5 years ago by wizjany <[email protected]>
Restore ability to restore old MCRegion files.

351fd6771ac3459bfd3d5eef1bb1a00391fab87f authored over 5 years ago by wizjany <[email protected]>
Port doc printer to Kotlin, heavily improve

d46cd78e14b4ceb3fce423d2a04b589ed9266cd9 authored over 5 years ago by Kenzie Togami <[email protected]>
Allow clean shutdown.

Rearrange command tables.

e69aedf05964c8e3906a2426260e95423157109e authored over 5 years ago by wizjany <[email protected]>
Missing perm.

e767dd98881fc75d1bd5ce68a388adf3605cff66 authored over 5 years ago by wizjany <[email protected]>
Write entire perms file for easier gen.

Also fix some format issues.

22157f08644cf0081ec57fb6bd5ba6eb4d018e27 authored over 5 years ago by wizjany <[email protected]>
Better spacing for section headers.

b7e329bc1b2c5b4516d47e9a3d80a2f42cd68a59 authored over 5 years ago by wizjany <[email protected]>
Less ugly. Makes tables for all commands and subcommands.

34020f7bd26dcd2d3a952c7b02e9c401d3414d9c authored over 5 years ago by wizjany <[email protected]>
Ugly but working generator for rst commands.

dc380b1fb38bbe128dc1d530fcaeb6cb1d97ef46 authored over 5 years ago by wizjany <[email protected]>
Back to SNAPSHOT for continued development

1b4ea528ea4ab789228a1913ab70b1d73a732ff3 authored over 5 years ago by Matthew Miller <[email protected]>
Update to RC3

5c2ed0228d34eccb34453ca1c8a74301e8bbf45c authored over 5 years ago by Matthew Miller <[email protected]>
Handle sub-commands without permissions.

d7c11cbb690fada46d14f34ec5cb9231ff03d2ed authored over 5 years ago by wizjany <[email protected]>
Check sub-command permissions.

This ensures root commands aren't sent to the client/suggested unless
a player has at least one ...

a904ff9fb9acbbd6dfc067628cf095877f5454a5 authored over 5 years ago by wizjany <[email protected]>
Update Piston to 0.4.1 for bugfixes

bae2a0b244f00e7b2a97972ab4e73d95958ffc69 authored over 5 years ago by Kenzie Togami <[email protected]>
Update readme links.

2ef7cfd038466356b547e1286b446de908534d8b authored over 5 years ago by wizjany <[email protected]>
Use java-library to exclude some deps.

e3097dd0fca635eb8a572366766a46eb3f6a753f authored over 5 years ago by wizjany <[email protected]>
Change chunk loading method.

Behavior of loadChunk changed a lot for the worse in CB 1.14.

3df2410254ed9d3598b4e2d8e76a57cb89bb5791 authored over 5 years ago by wizjany <[email protected]>
Fix restore for 1.14 chunk format.

Top-most chunk can now have lighting without have a palette or blocks.

3a6b3dc75ca7dcb4273053c3ea817807464c9546 authored over 5 years ago by wizjany <[email protected]>
Make suggestions more robust.

And fix potential errors in the ^[] pattern parser.

a3afd9d5b3b699c02d5ae0c3f45b96bbf21b0d90 authored over 5 years ago by wizjany <[email protected]>
Fix sponge perms too.

Untested tho cuz 1.13 lol

a3ca670a328981d0672f5762e4730c616249926a authored over 5 years ago by wizjany <[email protected]>
Few misc command fixes.

1e7c074217738f24afc70377c6d8433ec0c5f77e authored over 5 years ago by wizjany <[email protected]>
Some command refactoring. Switch usages of page args to -p flag.

9099a17fe569cab302fcaf35e7d3775ecdc7d43c authored over 5 years ago by wizjany <[email protected]>
Update Piston to 0.4.0 for bugfixes

620992dd574daef42e1eef17e720c4514f539960 authored over 5 years ago by Kenzie Togami <[email protected]>
Added a permission node to set NBT data, allowing servers to disallow NBT interactions.

38607f387ad57c336e58df215a63f668f6905805 authored over 5 years ago by Matthew Miller <[email protected]>
Gradle sucks.

59447c6ee313a1de63d52640af47393fb60604ad authored over 5 years ago by wizjany <[email protected]>
Apparently CB uses this.

44ee1546b79ad61de8f4b0f644697dea40f81b65 authored over 5 years ago by wizjany <[email protected]>
Fix builds maybe.

4e43595c99c51750a617ffce382672927df15dcb authored over 5 years ago by wizjany <[email protected]>
Don't require command for CUI init.

6ad274677f07d05d83d214974ee2532073699add authored over 5 years ago by wizjany <[email protected]>
Wrap and unwrap.

Exceptions are fun.

ec3648e521d00d1ca9a6f0d10783d754ac44eaef authored over 5 years ago by wizjany <[email protected]>
Add suggestions for items.

27b58f4e850e6f1c15e18ff152746f4f5091c187 authored over 5 years ago by wizjany <[email protected]>
Improve parsing from registries.

If multiple namespaces are present, suggestions will first suggest a
namespace, then once a name...

5e857b3547f65378af12035b2f561ea99a3e570c authored over 5 years ago by wizjany <[email protected]>
Give factories a default parser.

Later registered parsers will always come before the default, ensuring
that the default parser i...

ab1e09fdafa29d7e36ffb3652e7caad15f5e13ea authored over 5 years ago by wizjany <[email protected]>
Add comprehensive suggestions to many commands.

All patterns now have suggestions, including recursive patterns.
Suggestions will suggest blocks...

6962b2e7b6ae019e2c861ad9f491328c82846a13 authored over 5 years ago by wizjany <[email protected]>
Initial support for 1.14.2.

871c25e1cdd28ef61a1b80b03d59285da12ced12 authored over 5 years ago by wizjany <[email protected]>
Initial attempt at restoring regen functionality (#475)

3b2b7f2c684df70f01aaf5a8b013ab90ec24cb58 authored over 5 years ago by Kenzie Togami <[email protected]>
Guard against reloads breaking too much.

48fb6691197cbf476dceab9dc837815019819762 authored over 5 years ago by wizjany <[email protected]>
Don't attempt to update empty or invalid flower pots.

4b15439e03f05fdb5454bd2a24000984e519d6e0 authored over 5 years ago by wizjany <[email protected]>
Don't use a no-op suggester

4804fe64e36d02a103a1f39d3f7fbd93c4938e5b authored over 5 years ago by Matthew Miller <[email protected]>
Added suggestions to a lot of factory-related commands

a3ffb91917fac74219622bedc6bbb97b344b8219 authored over 5 years ago by Matthew Miller <[email protected]>
Add /tracemask. (#474)

Allows setting a mask used for block traces. This allows brush tools to
pass through various ma...

7b47d9a9457a8a7a1292c502bbed0e266497cb50 authored over 5 years ago by wizjany <[email protected]>
Remove oudated and unused html readme.

Closes #471. (see comment)

d0ef56326a2f6d4e59975b34027fe8b0c4348547 authored over 5 years ago by wizjany <[email protected]>
Add Forge DataFixer.

Unsure how useful this will be, but eh.

feed5173ec1841a7615cf5ef0843525b23324072 authored over 5 years ago by wizjany <[email protected]>
Use DFUs for some additional data fixing.

Legacy mapper now uses the data fixers to upgrade blocks and item types
(e.g. signs, dyes that c...

b0777f6b062112ee6b8bb617c61588fee358d76a authored over 5 years ago by wizjany <[email protected]>
Removed unused classes

8ee484fca8d05818c4896bfea3b1dc5c29f3c3b3 authored over 5 years ago by Matthew Miller <[email protected]>
The "spawner|mobType" syntax once again makes functional mob spawners.

Also fix block parser context not being restricted.

334d5cfaabefcf8d7dd802eea8bcc29e1d18b4e3 authored over 5 years ago by wizjany <[email protected]>
Fix //expand, improve //help

3173e2610939f5331d1b035019b0ea4d975680dc authored over 5 years ago by Kenzie Togami <[email protected]>
Back to SNAPSHOT

71df3716dd074cdf21805b898ef66ccf029742c3 authored over 5 years ago by Matthew Miller <[email protected]>
Bump to RC2

7be00cc773bf4c5888d5a3396b16f68068e242b1 authored over 5 years ago by Matthew Miller <[email protected]>
Stop using IAE to communicate parameter mis-use

e7613dd8795bc8bb0add5f1ff52df82c7d358054 authored over 5 years ago by Kenzie Togami <[email protected]>
Update Piston to 0.2.4 for even more bug fixes

718c2e8306bd61da13de6ce4b4aa5a75edfbef90 authored over 5 years ago by Kenzie Togami <[email protected]>
Use a jar for bukkit impl adapters.

120 class files is a bit much.

41cfcb6d55f41be11607c57f30201b48b2b96c3c authored over 5 years ago by wizjany <[email protected]>
Back to SNAPSHOT for continued development

405bf8dc07b30bfa6988019190e1f61666df8caa authored over 5 years ago by Matthew Miller <[email protected]>
7.0.0 Release Candidate 1

c350863b2356bc25bd952ed8bd173351e725814f authored over 5 years ago by Matthew Miller <[email protected]>
Update for 1.14.1

931b7ee694a003cb37ea6fa45c10f08a64ffc239 authored over 5 years ago by wizjany <[email protected]>
Add DFUs. Currently used by //restore.

f9d0d340e7123b4ab2de7d97d44d0881643104f5 authored over 5 years ago by wizjany <[email protected]>
Add //br and //brush as aliases.

10f7fb6a265a2500babc719fcc7712cc1f885597 authored over 5 years ago by wizjany <[email protected]>
Fix NBT list conversion in 1.14.

5c97418cca45c56ba9e85f85da77109259c6b3c7 authored over 5 years ago by wizjany <[email protected]>
Fix throwing uncaught exceptions in AsyncCommandBuilder.

9a913a93f659c14f3f601b882db225a24e2d6c55 authored over 5 years ago by wizjany <[email protected]>
Bump Piston to 0.2.3 for deadlock fix

93dd956baeb2e0ff49650f87b0fdc8f69db4ca4a authored over 5 years ago by Kenzie Togami <[email protected]>
Bump text-extras to 3.0.2

6765c2896d03eaf7d92bd8537f0ddef89c460201 authored over 5 years ago by Kenzie Togami <[email protected]>
Run schematic-file I/O in a task.

7b170d81939f8e86ae9b67093ab77c4cd210fc2a authored over 5 years ago by wizjany <[email protected]>
Add AsyncCommandBuilder as replacement for AsyncCommandHelper.

See full explanation at https://github.com/EngineHub/WorldGuard/pull/408

fab21c3eeac5726e48509762f41e92887789a0a0 authored over 5 years ago by wizjany <[email protected]>
Add license.

aed25fce7c6740ef398bee5079e7877fcfd880c9 authored over 5 years ago by wizjany <[email protected]>
Re-write EventBus to be faster

a2b67f8ddb91bbac246dc3d5161acf4f1aa19526 authored over 5 years ago by Kenzie Togami <[email protected]>
Apply eclipse plugin to prevent crash in FG

389671b43b9f63501e129e6a3616d1255de11822 authored over 5 years ago by Kenzie Togami <[email protected]>
Update to final Sponge schem v2 spec.

Read lenient, write strict.

56908a7d621646a4a6e239099dd816ba3698718f authored over 5 years ago by wizjany <[email protected]>
Pass service to brush sub-commands too.

e2e903ca5ea58e592d2fae3a7230ae35301b7e9b authored over 5 years ago by wizjany <[email protected]>
Re-use command manager service.

c169d8f2583f549ec35f68171a4b1b1e2fb045e8 authored over 5 years ago by wizjany <[email protected]>
Don't compare null BlockStates.

31d4daf4742b14b63867e9b8acdaf116d65a1b05 authored over 5 years ago by wizjany <[email protected]>
Update text-adapters to 3.0.1

Should fix shading issues.

db98cdad0b87b060307b86c03eaa1be181d0f704 authored over 5 years ago by wizjany <[email protected]>
Fixed direction error

9a5d45deed5de392ce1a8922d0c20ad77e674127 authored over 5 years ago by Matthew Miller <[email protected]>
Implement basic Forge suggestions

067a570df0359695d24f0419787241726e13f591 authored over 5 years ago by Kenzie Togami <[email protected]>
Implement suggestions for Bukkit + Sponge

8a3e6a12b9a2dc75bf9f381d26b57293d443d1de authored over 5 years ago by Kenzie Togami <[email protected]>