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

Add new Clipboard-compatible .schematic reader/writer.

47ad03a01325a26b2a914746318384ee145c1ff6 authored over 10 years ago
Move GZIPOutputStream out of NBTOutputStream.

This is a breaking change with no clear symptoms at first.

7b0e5a977fb0b83b0303f2a76d2792a95ac0893b authored over 10 years ago
Flip direction of //rotate to have it match previous behavior.

955a52825f405c247090f0c034c968497f0283bd authored over 10 years ago
Add a new block metadata framework and fix //rotate and //flip.

Remove the previous Mapping interfaces.

56b349ead808cf86357a6b7d4cfbf023a94d582e authored over 10 years ago
Added GSON, Trove as dependencies and enabled minimizeJar for shading.

22dceb5614c29bec27d2ff79df82504fd17f1ad6 authored over 10 years ago
Moved legacy block classes to the legacy source root.

6ef4f7b7cccc80f3e22b1b86b438367157819fcb authored over 10 years ago
BlockRegistry, MaskRegistry, PatternRegistry -> *Factory

'Registry' will need to be used for the block, entity, item,
and so on registries.

7463fdef79b457ec4948277f6c621e2b1eca04b1 authored over 10 years ago
Merge branch 'master' into feature/mapping

Conflicts:
src/bukkit/java/com/sk89q/worldedit/bukkit/BukkitWorld.java
src/main/java/com/sk89q...

65f451279cbb06a8ccf058eed4d4b754c0867c3f authored over 10 years ago
Fixes masks parsed from input not using block wildcards.

Closes WORLDEDIT-3147.

d74237b15e0c00ab634bce36a1d5fa41f08d417c authored over 10 years ago
Allow masks parsed from input to ignore the blacklist.

Fixes WORLDEDIT-3149.

68e5d5926a4aefbde893b771069158a9edd3ab07 authored over 10 years ago
Clamp acceptable density for //flora and //forest.

Fixes WORLDEDIT-3148.

85f014e256bcbd359a289b9b8116e283982a9a2d authored over 10 years ago
Fixes //desel no longer working.

Closes WORLDEDIT-3146.

e9ca6189618515d6e020f51516ec424af290d5cd authored over 10 years ago
Restored tab completion of player names.

Fixes WORLDEDIT-3144.

6f0fde47b02bffd2c2bea0bbd17f1bb6feca3ae6 authored over 10 years ago
[Bukkit] Added runtime dependency for running Bukkit.

f1649dbf51a4e6cc5d423761aa898a58aa257eb8 authored over 10 years ago
Merge pull request #298 from DarkArc/master

Fixes WorldEdit CUI.

Closes WORLDEDIT-3150.

297a6053eff57d00d9f8cd89b2bd0c3a1bea4482 authored over 10 years ago
Adds Platform support for WorldEdit CUI

bc92e43be0b30eece2d9e85638f7953832784093 authored over 10 years ago
[Bukkit] Added shim method for setBlock(..., foundation.Block, ...).

63605a84171b989d89700f479d7ddccf4b919dd3 authored over 10 years ago
Added //calc, //eval, etc. to evaluate mathematical expressions.

51a540dab1251ab8ab2b4c8787f5b2015578ab2f authored over 10 years ago
Added support for mathematical expressions for numeric arguments in commands.

This only works for commands that have been ported over to the new command
framework.

6c4a321d6101a42886f072e44df21ee74193b0e6 authored over 10 years ago
Changed /ascend and /descend to get arguments via injection.

1f6e31dae84d3bb8d216bec7b4023c444258ae21 authored over 10 years ago
Added -m for //cut and //copy to set a source mask.

d3aa6c86a8376d50d6376d0f355fba35692d1c2b authored over 10 years ago
Merge remote-tracking branch 'origin/master' into feature/mapping

b2e953a95fb7cfc5c6a40127e1605910618cc0b6 authored over 10 years ago
ParametricCallable.mayConsumeArguments() handles flags better.

765d987ae14baaf8e1b95ac7ada4850a3d6b4ddb authored over 10 years ago
Added new preliminary non-destructive //rotate and //flip implementations.

Blocks themselves are not yet rotated/flip.

//flip now only flips across the player. -p was rem...

aad7bb47d6d1a5e43e4b683c582890ef60437947 authored over 10 years ago
Fix compile error in Transforms caused by merge.

9e8b2d1875b5be6ac41fb51a017a053e4ecb4916 authored over 10 years ago
Added AffineTransform.scale(Vector).

83e141bfb02efff754cdab1a2d827910ed61401f authored over 10 years ago
Rectified that hopper fix being very incomplete (and unit test breaking!).

06c248e518fdfd59c2db81f000e29ca26aab2cae authored over 10 years ago
Fixed activated hoppers rotating incorrectly.

Fixes WORLDEDIT-3138.

e207ccebe8baad919cb947602562a22d2074b7e4 authored over 10 years ago
Fixed /butcher not working correctly in-game.

@Optional does not work on parameter bindings of the PROVIDES type at
this time.

Fixes WORLDEDI...

8f8d991ee1d75f4d46e1972157015eb97bc0daf8 authored over 10 years ago
Fixed handling of legacy Command.flags/.anyFlags.

Fixes WORLDEDIT-3137.

ede28df487e82ec1f2d64fba3a239563ddb08301 authored over 10 years ago
Clean up ParametricCallable.

7ba002ac8d993db59f4b609f0acde38ab593a6a3 authored over 10 years ago
Added TransformRegion to transform another Region.

c5bd8704eabe7686986b3db01a24bf70326ab554 authored over 10 years ago
Merge branch 'master' into feature/mapping

7a5ea73c57a1de563b5b0cdf0734c20d63f862c5 authored over 10 years ago
Removed CommandCallable.getValueFlags().

Parsing of arguments is no longer done automatically so this method
is extraneous.

1b0a6bfcd8ba925a46c0abc0b6536872e1682178 authored over 10 years ago
Extracted CommandMapping interface.

f3fe8f2ad85c2fa1408e39838a000dad8d42577b authored over 10 years ago
Added utility Transforms class.

61053564fa7e066b7a291d5b3fd199735ec88135 authored over 10 years ago
Identity.combine(other) should just return other.

e3ae22da80586dcf98e90742610c688e5e7de95d authored over 10 years ago
Added Transform.inverse() as a standard operation.

63411b427a76664ccb2ddea418c1add848beadff authored over 10 years ago
Added changes to formatting package in some classes.

a74bab7f98d6064cb33f0217bf0329e0129a275e authored over 10 years ago
formatting.components -> formatting.component

83a657e561e86a1f809d16808d045cfdcbdf24cd authored over 10 years ago
Sort commands for Dispatchers in CommandUsageBox.

7c2f6f0bcc0f864decbeac4132a4a5139c19d796 authored over 10 years ago
When sorting commands for //help, ignore / characters.

2effc57b7860f7c16af6c0f5ba22e9b58febc909 authored over 10 years ago
Added "Usage: " back when handling InvalidUsageException.

75b1fe6090e8e936efbcfc17c68141f094c0afee authored over 10 years ago
Removed gold color from CommandUsageBox for command help.

f0530f9d28a87e12df4e551cf1ceaed311242138 authored over 10 years ago
Cleaned up InvalidUsageException and CommandException to be less confusing.

88f0f1061a2852d1035dc8cb4399e62712874def authored over 10 years ago
Handle exceptions thrown from bindings as a convertible InvocationTargetException.

For example, if IncompleteRegionException is thrown by a binding, it
will result in a Invocation...

08ad5f4451055abccc05fd479d674a754a0da2e8 authored over 10 years ago
Implemented -? and changed handling of InvalidUsageException.

Fixes WORLDEDIT-2947.

11d37bce2bc9e6e3d8d01e2f68bd949a3ec07d30 authored over 10 years ago
Improved re-use of command help formatting.

c29ca03e3508fbbd9d230e3504aa89ad3b0fddc7 authored over 10 years ago
Updated //help with colors and sub-command support.

1e2523ddcba4efcea79455698c0c8526fb32066f authored over 10 years ago
Shortened /schematic command descriptions.

d1f5beb961b9d4d847cf7e2543bc0b1141b21b6c authored over 10 years ago
Fixed typo in //curve's help.

Fixes WORLDEDIT-3025.

0a5a1e1b010dc1170900c1d88f0a6e02a0efa368 authored over 10 years ago
Fixed RepeatingExtentPattern repeating a (1, 1, 1) smaller region.

dd924d806ba82ecb617c74aa40d67f344f301dfd authored over 10 years ago
Added new Extent-compatible Clipboard and BlockArrayClipboard classes.

The goal is to replace use of CuboidClipboard with these new classes.

Support for entities, //f...

09eb36dc5ea316bc8a06c0a24282020e10f770f0 authored over 10 years ago
Changed Location to use Extents rather than worlds and overhauled the new Entity code a bit.

eee2c5d9f4bab9ca7f1cd90776df65626dfe61a1 authored over 10 years ago
[Bukkit] Made BukkitCommandSender public again.

CommandHelper subclasses this, although whether things will work
properly after this change is t...

ad9b8ce3b1987c495c6661affc54e99a714750df authored over 10 years ago
[Bukkit] Handle onDisable() better when onEnable() fails.

d4dde8c4a64209d987f009e33462a20a1b2bbe45 authored over 10 years ago
Assembly needs to go after the shader .jar is built.

302d089d55e7deabc3bd0eb4e1de8da7257536ce authored over 10 years ago
Fixed formatting error in BukkitEntity.

c9612c05a792b6474b2bf83db1d5c93d840bfc85 authored over 10 years ago
Merge branch 'master' into feature/mapping

Conflicts:
src/bukkit/java/com/sk89q/worldedit/bukkit/BukkitCommandSender.java
src/main/java/c...

b0d050451ae1edc821cda2952936c5ef7a2fcf35 authored over 10 years ago
Merge support for platform capabilities and overhaul of command executors.

bc73d12f250b153eef8d9f25052c2274eb25f179 authored over 10 years ago
Switch Style to Preconditions.

d86d81ef21f8fc5a80ad00ca3217da227e8b62df authored over 10 years ago
Added MaxBrushRadiusException to WorldEditExceptionConverter.

d7d7b2741a4eb26b7ecf7870ff47f3d5f5edebee authored over 10 years ago
Shortened and improved some command descriptions.

723b8b6e63bda32532976cf8046eb6f496386524 authored over 10 years ago
Improved the styling of SimpleDispatcher's list of sub-commands.

edb6c56aab0ac1581272fffd89413fa47fbde6c6 authored over 10 years ago
Added text formatting classes from the operations branch.

46c429606ee1b2c56f6a366241145666784123ad authored over 10 years ago
Made SimpleDescription's lists modifiable.

2628e80f41978df79ffb0eedd53a0f7e3db6ae13 authored over 10 years ago
Ignore cause when handling ParameterException in ParametricCallable.

a957482ee618d07646480fdfeca94742959fc1a6 authored over 10 years ago
Handle NoMatchException in WorldEditBinding.

93a48bbb5508db28ec49be667789cefe5bcf7db3 authored over 10 years ago
Removed ParametricCallable's getSuggestions() which isn't quite working.

e261e720b643bf32777fb4e3323ca5622e37a020 authored over 10 years ago
Don't throw a ParameterException for a regular exception.

c7988c7ad9652e4bc69c7305d967ee0d9066bc71 authored over 10 years ago
Passed a string of parent commands rather than just the current command.

3750190f2c17b8ec78ba92d42b246b1a4262b40a authored over 10 years ago
Check permissions in command suggestions and Dispatcher.

10c45fcb223aa8314b4948b8cc4c9f15d1cd8a22 authored over 10 years ago
Renamed some command manager methods to be more descriptive.

205fee3c365c9b45501c7973e645f609b11b5062 authored over 10 years ago
Fixed -a in //stack being interpreted as -s.

620a4a21a12fda94e43ad4131c7122cdeda2ab35 authored over 10 years ago
Overhauled command handling and suggestion support.

33e1e0b1f13cb2795cb716407d61939218c60f55 authored over 10 years ago
Made Dispatcher implement CommandCallable.

This simplifies things a bit.

225851310421a2130f5cd16ca52f994257da476c authored over 10 years ago
Removed LocalPlayer from commands and removed various uses of old Mask and Pattern classes.

f64107c2c047d0a1b66d91ae1a1444018492cd42 authored over 10 years ago
Removed use of @Nullable in ParametricCallable.

ec28cd626c77fd65656f06082553d06917e7321e authored over 10 years ago
Call createProxyActor() on command Actors.

de0f283656b329e114754d86c1c935dc7a40a1d2 authored over 10 years ago
Fixed 'break' being 'return' in LegacyCommandsHandler.

b8b097ce68441c1d53c7c10687c9b71561084045 authored over 10 years ago
Changed CommandPermissionsHandler to use Actor.

109150f3488187610fcbd53a837f4613a00be393 authored over 10 years ago
Fixed issue where the use of non-existent subcommands had no response.

5347cd4e34da86ca5a9dd7a2d87ae758c446403e authored over 10 years ago
Changed instances of Pattern, Mask, etc. to newer versions.

Most affected is the brush code.

d96d3cf8bcf6f40222233a3f75e345e6e733e828 authored over 10 years ago
Actor should not have getWorld().

9381beb417ae62fc3f7da401921003f0469d54ae authored over 10 years ago
Moved other command handler related classes to the internal package.

23ce159ccf7256abd4d9a1d525cca7635b7d2cce authored over 10 years ago
Fixed command logging regression caused by merge.

47076b313e0a47257c572c85cf2c0e4787e24c6b authored over 10 years ago
Removed command binding classes to internal package.

b7e0821b97d3b282070bcebbdce72013e4d4a55c authored over 10 years ago
Cleaned up BiomeCommands and made better use of new command framework.

1431cd2a673c478366a15575553edc463fa931a6 authored over 10 years ago
Changed command pipeline to use Actor over LocalPlayer.

ebe2bc6ae27a5eb00a3bb6fe11f968b3d86967f1 authored over 10 years ago
[Forge] Add slash to location of defaults folder to allow locating of worldedit.properties file.

aaf4c6125103178c1cfefc144e22f9564c834756 authored over 10 years ago
[Forge] Add slash to location of defaults folder to allow locating of worldedit.properties file.

b8bc055d21ac693da93cd8ff37145ec26e04bb19 authored over 10 years ago
Merge commit '142f5c8e5c889ee5098c05ba2fde20b52467c1df' into feature/platform-caps

8f1943fd84cdd1b6e1f572fc223c291686b87d93 authored over 10 years ago
Updated /we version with platform information.

c9e60f1f6091aec597798811aa19c08f7a71b1fb authored over 10 years ago
Updated events to choose the best platform for certain tasks.

9bb70ad3353b60f6e81aaddde74066557c0e1221 authored over 10 years ago
Added support for platforms to declare capabilities.

Platforms can declare certain capabilities and a suggested preference
for the platform for each ...

e52ca6661fe582005b891290aebbba72bd92327f authored over 10 years ago
Added events for the other WorldEdit.handle*() methods.

d9cea950b0b8e9ee3a401c744d48bd48e43353a3 authored over 10 years ago
Put in a tip about setting //limit.

7827dfea9efcd690d37a487d9626db33097a1c40 authored over 10 years ago
[Forge] Fixed switch() fall-through on handling of block interaction.

92204ba623fba2e980fdf12290a90554e84e206a authored over 10 years ago
Changed right click to use the event as well.

fc50831cc080287b5d42c8ebda5c5c459a734e3b authored over 10 years ago
Only handle primary input in block interact event handler.

ff7d5aad1aa5912f729e026a0f721bfce2ba3f19 authored over 10 years ago