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

Fixes //desel no longer working.

Closes WORLDEDIT-3146.

e9ca6189618515d6e020f51516ec424af290d5cd authored over 10 years ago by sk89q <[email protected]>
Restored tab completion of player names.

Fixes WORLDEDIT-3144.

6f0fde47b02bffd2c2bea0bbd17f1bb6feca3ae6 authored over 10 years ago by sk89q <[email protected]>
[Bukkit] Added runtime dependency for running Bukkit.

f1649dbf51a4e6cc5d423761aa898a58aa257eb8 authored over 10 years ago by sk89q <[email protected]>
Merge pull request #298 from DarkArc/master

Fixes WorldEdit CUI.

Closes WORLDEDIT-3150.

297a6053eff57d00d9f8cd89b2bd0c3a1bea4482 authored over 10 years ago by Albert Pham <[email protected]>
Adds Platform support for WorldEdit CUI

bc92e43be0b30eece2d9e85638f7953832784093 authored over 10 years ago by Wyatt Childers <[email protected]>
[Bukkit] Added shim method for setBlock(..., foundation.Block, ...).

63605a84171b989d89700f479d7ddccf4b919dd3 authored over 10 years ago by sk89q <[email protected]>
Added //calc, //eval, etc. to evaluate mathematical expressions.

51a540dab1251ab8ab2b4c8787f5b2015578ab2f authored over 10 years ago by sk89q <[email protected]>
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 by sk89q <[email protected]>
Changed /ascend and /descend to get arguments via injection.

1f6e31dae84d3bb8d216bec7b4023c444258ae21 authored over 10 years ago by sk89q <[email protected]>
Added -m for //cut and //copy to set a source mask.

d3aa6c86a8376d50d6376d0f355fba35692d1c2b authored over 10 years ago by sk89q <[email protected]>
Merge remote-tracking branch 'origin/master' into feature/mapping

b2e953a95fb7cfc5c6a40127e1605910618cc0b6 authored over 10 years ago by sk89q <[email protected]>
ParametricCallable.mayConsumeArguments() handles flags better.

765d987ae14baaf8e1b95ac7ada4850a3d6b4ddb authored over 10 years ago by sk89q <[email protected]>
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 by sk89q <[email protected]>
Fix compile error in Transforms caused by merge.

9e8b2d1875b5be6ac41fb51a017a053e4ecb4916 authored over 10 years ago by sk89q <[email protected]>
Added AffineTransform.scale(Vector).

83e141bfb02efff754cdab1a2d827910ed61401f authored over 10 years ago by sk89q <[email protected]>
Rectified that hopper fix being very incomplete (and unit test breaking!).

06c248e518fdfd59c2db81f000e29ca26aab2cae authored over 10 years ago by sk89q <[email protected]>
Fixed activated hoppers rotating incorrectly.

Fixes WORLDEDIT-3138.

e207ccebe8baad919cb947602562a22d2074b7e4 authored over 10 years ago by sk89q <[email protected]>
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 by sk89q <[email protected]>
Fixed handling of legacy Command.flags/.anyFlags.

Fixes WORLDEDIT-3137.

ede28df487e82ec1f2d64fba3a239563ddb08301 authored over 10 years ago by sk89q <[email protected]>
Clean up ParametricCallable.

7ba002ac8d993db59f4b609f0acde38ab593a6a3 authored over 10 years ago by sk89q <[email protected]>
Added TransformRegion to transform another Region.

c5bd8704eabe7686986b3db01a24bf70326ab554 authored over 10 years ago by sk89q <[email protected]>
Merge branch 'master' into feature/mapping

7a5ea73c57a1de563b5b0cdf0734c20d63f862c5 authored over 10 years ago by sk89q <[email protected]>
Removed CommandCallable.getValueFlags().

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

1b0a6bfcd8ba925a46c0abc0b6536872e1682178 authored over 10 years ago by sk89q <[email protected]>
Extracted CommandMapping interface.

f3fe8f2ad85c2fa1408e39838a000dad8d42577b authored over 10 years ago by sk89q <[email protected]>
Added utility Transforms class.

61053564fa7e066b7a291d5b3fd199735ec88135 authored over 10 years ago by sk89q <[email protected]>
Identity.combine(other) should just return other.

e3ae22da80586dcf98e90742610c688e5e7de95d authored over 10 years ago by sk89q <[email protected]>
Added Transform.inverse() as a standard operation.

63411b427a76664ccb2ddea418c1add848beadff authored over 10 years ago by sk89q <[email protected]>
Added changes to formatting package in some classes.

a74bab7f98d6064cb33f0217bf0329e0129a275e authored over 10 years ago by sk89q <[email protected]>
formatting.components -> formatting.component

83a657e561e86a1f809d16808d045cfdcbdf24cd authored over 10 years ago by sk89q <[email protected]>
Sort commands for Dispatchers in CommandUsageBox.

7c2f6f0bcc0f864decbeac4132a4a5139c19d796 authored over 10 years ago by sk89q <[email protected]>
When sorting commands for //help, ignore / characters.

2effc57b7860f7c16af6c0f5ba22e9b58febc909 authored over 10 years ago by sk89q <[email protected]>
Added "Usage: " back when handling InvalidUsageException.

75b1fe6090e8e936efbcfc17c68141f094c0afee authored over 10 years ago by sk89q <[email protected]>
Removed gold color from CommandUsageBox for command help.

f0530f9d28a87e12df4e551cf1ceaed311242138 authored over 10 years ago by sk89q <[email protected]>
Cleaned up InvalidUsageException and CommandException to be less confusing.

88f0f1061a2852d1035dc8cb4399e62712874def authored over 10 years ago by sk89q <[email protected]>
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 by sk89q <[email protected]>
Implemented -? and changed handling of InvalidUsageException.

Fixes WORLDEDIT-2947.

11d37bce2bc9e6e3d8d01e2f68bd949a3ec07d30 authored over 10 years ago by sk89q <[email protected]>
Improved re-use of command help formatting.

c29ca03e3508fbbd9d230e3504aa89ad3b0fddc7 authored over 10 years ago by sk89q <[email protected]>
Updated //help with colors and sub-command support.

1e2523ddcba4efcea79455698c0c8526fb32066f authored over 10 years ago by sk89q <[email protected]>
Shortened /schematic command descriptions.

d1f5beb961b9d4d847cf7e2543bc0b1141b21b6c authored over 10 years ago by sk89q <[email protected]>
Fixed typo in //curve's help.

Fixes WORLDEDIT-3025.

0a5a1e1b010dc1170900c1d88f0a6e02a0efa368 authored over 10 years ago by sk89q <[email protected]>
Fixed RepeatingExtentPattern repeating a (1, 1, 1) smaller region.

dd924d806ba82ecb617c74aa40d67f344f301dfd authored over 10 years ago by sk89q <[email protected]>
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 by sk89q <[email protected]>
Changed Location to use Extents rather than worlds and overhauled the new Entity code a bit.

eee2c5d9f4bab9ca7f1cd90776df65626dfe61a1 authored over 10 years ago by sk89q <[email protected]>
[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 by sk89q <[email protected]>
[Bukkit] Handle onDisable() better when onEnable() fails.

d4dde8c4a64209d987f009e33462a20a1b2bbe45 authored over 10 years ago by sk89q <[email protected]>
Assembly needs to go after the shader .jar is built.

302d089d55e7deabc3bd0eb4e1de8da7257536ce authored over 10 years ago by sk89q <[email protected]>
Fixed formatting error in BukkitEntity.

c9612c05a792b6474b2bf83db1d5c93d840bfc85 authored over 10 years ago by sk89q <[email protected]>
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 by sk89q <[email protected]>
Merge support for platform capabilities and overhaul of command executors.

bc73d12f250b153eef8d9f25052c2274eb25f179 authored over 10 years ago by sk89q <[email protected]>
Switch Style to Preconditions.

d86d81ef21f8fc5a80ad00ca3217da227e8b62df authored over 10 years ago by sk89q <[email protected]>
Added MaxBrushRadiusException to WorldEditExceptionConverter.

d7d7b2741a4eb26b7ecf7870ff47f3d5f5edebee authored over 10 years ago by sk89q <[email protected]>
Shortened and improved some command descriptions.

723b8b6e63bda32532976cf8046eb6f496386524 authored over 10 years ago by sk89q <[email protected]>
Improved the styling of SimpleDispatcher's list of sub-commands.

edb6c56aab0ac1581272fffd89413fa47fbde6c6 authored over 10 years ago by sk89q <[email protected]>
Added text formatting classes from the operations branch.

46c429606ee1b2c56f6a366241145666784123ad authored over 10 years ago by sk89q <[email protected]>
Made SimpleDescription's lists modifiable.

2628e80f41978df79ffb0eedd53a0f7e3db6ae13 authored over 10 years ago by sk89q <[email protected]>
Ignore cause when handling ParameterException in ParametricCallable.

a957482ee618d07646480fdfeca94742959fc1a6 authored over 10 years ago by sk89q <[email protected]>
Handle NoMatchException in WorldEditBinding.

93a48bbb5508db28ec49be667789cefe5bcf7db3 authored over 10 years ago by sk89q <[email protected]>
Removed ParametricCallable's getSuggestions() which isn't quite working.

e261e720b643bf32777fb4e3323ca5622e37a020 authored over 10 years ago by sk89q <[email protected]>
Don't throw a ParameterException for a regular exception.

c7988c7ad9652e4bc69c7305d967ee0d9066bc71 authored over 10 years ago by sk89q <[email protected]>
Passed a string of parent commands rather than just the current command.

3750190f2c17b8ec78ba92d42b246b1a4262b40a authored over 10 years ago by sk89q <[email protected]>
Check permissions in command suggestions and Dispatcher.

10c45fcb223aa8314b4948b8cc4c9f15d1cd8a22 authored over 10 years ago by sk89q <[email protected]>
Renamed some command manager methods to be more descriptive.

205fee3c365c9b45501c7973e645f609b11b5062 authored over 10 years ago by sk89q <[email protected]>
Fixed -a in //stack being interpreted as -s.

620a4a21a12fda94e43ad4131c7122cdeda2ab35 authored over 10 years ago by sk89q <[email protected]>
Overhauled command handling and suggestion support.

33e1e0b1f13cb2795cb716407d61939218c60f55 authored over 10 years ago by sk89q <[email protected]>
Made Dispatcher implement CommandCallable.

This simplifies things a bit.

225851310421a2130f5cd16ca52f994257da476c authored over 10 years ago by sk89q <[email protected]>
Removed LocalPlayer from commands and removed various uses of old Mask and Pattern classes.

f64107c2c047d0a1b66d91ae1a1444018492cd42 authored over 10 years ago by sk89q <[email protected]>
Removed use of @Nullable in ParametricCallable.

ec28cd626c77fd65656f06082553d06917e7321e authored over 10 years ago by sk89q <[email protected]>
Call createProxyActor() on command Actors.

de0f283656b329e114754d86c1c935dc7a40a1d2 authored over 10 years ago by sk89q <[email protected]>
Fixed 'break' being 'return' in LegacyCommandsHandler.

b8b097ce68441c1d53c7c10687c9b71561084045 authored over 10 years ago by sk89q <[email protected]>
Changed CommandPermissionsHandler to use Actor.

109150f3488187610fcbd53a837f4613a00be393 authored over 10 years ago by sk89q <[email protected]>
Fixed issue where the use of non-existent subcommands had no response.

5347cd4e34da86ca5a9dd7a2d87ae758c446403e authored over 10 years ago by sk89q <[email protected]>
Changed instances of Pattern, Mask, etc. to newer versions.

Most affected is the brush code.

d96d3cf8bcf6f40222233a3f75e345e6e733e828 authored over 10 years ago by sk89q <[email protected]>
Actor should not have getWorld().

9381beb417ae62fc3f7da401921003f0469d54ae authored over 10 years ago by sk89q <[email protected]>
Cleaned up BiomeCommands and made better use of new command framework.

1431cd2a673c478366a15575553edc463fa931a6 authored over 10 years ago by sk89q <[email protected]>
Moved other command handler related classes to the internal package.

23ce159ccf7256abd4d9a1d525cca7635b7d2cce authored over 10 years ago by sk89q <[email protected]>
Removed command binding classes to internal package.

b7e0821b97d3b282070bcebbdce72013e4d4a55c authored over 10 years ago by sk89q <[email protected]>
Fixed command logging regression caused by merge.

47076b313e0a47257c572c85cf2c0e4787e24c6b authored over 10 years ago by sk89q <[email protected]>
Changed command pipeline to use Actor over LocalPlayer.

ebe2bc6ae27a5eb00a3bb6fe11f968b3d86967f1 authored over 10 years ago by sk89q <[email protected]>
[Forge] Add slash to location of defaults folder to allow locating of worldedit.properties file.

aaf4c6125103178c1cfefc144e22f9564c834756 authored over 10 years ago by rhylos <[email protected]>
[Forge] Add slash to location of defaults folder to allow locating of worldedit.properties file.

b8bc055d21ac693da93cd8ff37145ec26e04bb19 authored over 10 years ago by rhylos <[email protected]>
Merge commit '142f5c8e5c889ee5098c05ba2fde20b52467c1df' into feature/platform-caps

8f1943fd84cdd1b6e1f572fc223c291686b87d93 authored over 10 years ago by sk89q <[email protected]>
Updated /we version with platform information.

c9e60f1f6091aec597798811aa19c08f7a71b1fb authored over 10 years ago by sk89q <[email protected]>
Updated events to choose the best platform for certain tasks.

9bb70ad3353b60f6e81aaddde74066557c0e1221 authored over 10 years ago by sk89q <[email protected]>
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 by sk89q <[email protected]>
Added events for the other WorldEdit.handle*() methods.

d9cea950b0b8e9ee3a401c744d48bd48e43353a3 authored over 10 years ago by sk89q <[email protected]>
Put in a tip about setting //limit.

7827dfea9efcd690d37a487d9626db33097a1c40 authored over 10 years ago by sk89q <[email protected]>
[Forge] Fixed switch() fall-through on handling of block interaction.

92204ba623fba2e980fdf12290a90554e84e206a authored over 10 years ago by sk89q <[email protected]>
Changed right click to use the event as well.

fc50831cc080287b5d42c8ebda5c5c459a734e3b authored over 10 years ago by sk89q <[email protected]>
Only handle primary input in block interact event handler.

ff7d5aad1aa5912f729e026a0f721bfce2ba3f19 authored over 10 years ago by sk89q <[email protected]>
Added BlockInteractEvent to replace handleBlockLeftClick().

Needed quite a shim for tools/brushes for now.

900c9b525881233cb0d46751978287686b999c9e authored over 10 years ago by sk89q <[email protected]>
[Forge] Move worldedit.properties to defaults folder so it extracts properly

0e00f0ac9d120f79b391ec66fff9a81385dcb924 authored over 10 years ago by Wizjany <[email protected]>
[Forge] Add dependency shading via the gradle shadow plugin.

75b9f3edaa82ef841de9377e4eeca85c43b12e02 authored over 10 years ago by wizjany <[email protected]>
Move a bukkit-specific file from #287 to bukkit folder as not to break API/other platform compilation.

38ac5c9ad166987cbda54ade9bbf56e88048d89b authored over 10 years ago by wizjany <[email protected]>
Merge remote-tracking branch 'origin/master' into mapping

07d99f32d913bc7089f9278d04e14f915d5fc837 authored over 10 years ago by sk89q <[email protected]>
Merge pull request #239

c8246ec9620ccc9865b04b52840ef5690dd45656 authored over 10 years ago by sk89q <[email protected]>
Merge pull request #287

b3f5136a59a5266748a873df9418b13b3a4c414c authored over 10 years ago by sk89q <[email protected]>
Merge pull request #282

Add support for listing schematics inside subdirectories

Conflicts:
src/main/java/com/sk89q/wo...

996438ff9106ba47e70699e0accb4cb5281ae371 authored over 10 years ago by sk89q <[email protected]>
The /butcher command no longer kills mobs with a name tag.

PR: https://github.com/sk89q/worldedit/pull/292

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

a3c542b74f849314f2f4edd81055295467f0dea8 authored over 10 years ago by sk89q <[email protected]>
Improves CUI support.

1. Allows CUI handshake package to overwrite protocol version.
2. Sends the current selection on...

8d6f5bf335e6c1cb1bb22d3fe122f6b6b3927be6 authored over 10 years ago by sk89q <[email protected]>
Merge pull request #249 from Gimlao/patch-1

[maze.js] Added Height, Size, Thickness and Flags

28a29c56b2aab6b19e6e939139340d75f76a0a69 authored over 10 years ago by Albert Pham <[email protected]>