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 BlockInteractEvent to replace handleBlockLeftClick().

Needed quite a shim for tools/brushes for now.

900c9b525881233cb0d46751978287686b999c9e authored over 10 years ago
[Forge] Move worldedit.properties to defaults folder so it extracts properly

0e00f0ac9d120f79b391ec66fff9a81385dcb924 authored over 10 years ago
[Forge] Add dependency shading via the gradle shadow plugin.

75b9f3edaa82ef841de9377e4eeca85c43b12e02 authored over 10 years ago
Move a bukkit-specific file from #287 to bukkit folder as not to break API/other platform compilation.

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

07d99f32d913bc7089f9278d04e14f915d5fc837 authored over 10 years ago
Merge pull request #239

c8246ec9620ccc9865b04b52840ef5690dd45656 authored over 10 years ago
Merge pull request #287

b3f5136a59a5266748a873df9418b13b3a4c414c authored over 10 years ago
Merge pull request #282

Add support for listing schematics inside subdirectories

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

996438ff9106ba47e70699e0accb4cb5281ae371 authored over 10 years ago
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
Improves CUI support.

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

8d6f5bf335e6c1cb1bb22d3fe122f6b6b3927be6 authored over 10 years ago
Merge pull request #249 from Gimlao/patch-1

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

28a29c56b2aab6b19e6e939139340d75f76a0a69 authored over 10 years ago
Merge pull request #242 from vu1p3n0x/master

Access to CommandManager registration with parent

8518f371b2ebf22ea2d7b81dac98a6400ab229f6 authored over 10 years ago
Allow use of InputStream to load schematics

Conflicts:
src/main/java/com/sk89q/worldedit/schematic/MCEditSchematicFormat.java

65ee8bfd2ab52dd341ce03e7d6351290f46d916b authored over 10 years ago
Added incomplete entity support to all Extents.

The Bukkit implementation supports the new entity API, but it has
not yet been tested. The Forge...

c4c19017bb65c906612e4370a8fb5a6859862639 authored almost 11 years ago
Added Creature metadata interface.

a5c3238876984f5e33501560b93fd3d8da7c5285 authored almost 11 years ago
Added a new preliminary mapping + metadata framework.

The eventual goal is to add:

1. Support for mapping block, etc. names (minecraft:stone, etc.)
2...

354d819872706ecfa0aa3f0ea261a5473643f98f authored almost 11 years ago
Added NBT field to BaseEntity.

19c43a2834814238037b62a11e51fbccee8b352a authored almost 11 years ago
Added a new Location and added Entity.getLocation().

33e641d5f2b6d3b23dec31ea7667668d640f901c authored almost 11 years ago
Revert a breaking change to fuzzy item/block lookup.

b0a52a4cf7b6e754c5c25d73bb14f0dbc42c54dc authored almost 11 years ago
Fixed listing schematics with directories in the folder.

5ed9239e14e6ee9a8dff0e24d022ed9ac020f2f4 authored almost 11 years ago
Moved annotation package to internal package.

Closes WORLDEDIT-3055.

e69e72c4108f5b57cb751a7cf6a45df2523febf2 authored almost 11 years ago
Made COMPILING.md easier to understand

36c02ae7e2afa38cbc1f85755351b7a29ccb22b8 authored almost 11 years ago
Changed Super Pickaxe to use EditSession.

This fixes WORLDEDIT-3102 and allows the logging of Super Pickaxe
usage via the EditSession Exte...

f94be80923a21e454ed92af43cf773550a8a0a4f authored almost 11 years ago
Moved EditSession BlockQuirkExtent upward.

Should fix WORLDEDIT-3101.

bf062298f1afbe9511f1d264d754de3751de292e authored almost 11 years ago
Update CraftBukkit packaging for 1.7.9.

30006325db48d569d58a5579ce351f9f5eaff7e8 authored almost 11 years ago
Fix mask parser incorrectly parsing block lists.

i.e. not parsing the list at all

33d4285f1a7af21b42585fccca5a93036c953262 authored almost 11 years ago
Checked in missing Gradle wrapper.

6af69b6940317e5426a07b480044a2adf932ed26 authored almost 11 years ago
Fixed filename to WorldEditForge file in build file.

7d58bb9bbd65bc947b159c5950ea0205a62f4524 authored almost 11 years ago
Cleaned up ForgeWorld, AbstractWorld.

Change block setting method in Forge to a more proper one.

4a6614f34f9d430691487ba600e3b25ce09235de authored almost 11 years ago
[Forge] Cleaned up the code somewhat.

b6ee2c570a29b2797cce116e472a832230cb68c5 authored almost 11 years ago
Removed oraclejdk6.

cb7508f48117971c7531eaf2fae13a49dba41314 authored almost 11 years ago
Added install: true to .travis.yml.

27ed503a114ffa568465b6abe1e1399d6d27e7fa authored almost 11 years ago
chmod +x gradlew before Travis start.

a49c40197c5ae218c0cfdeb419a86cd9ad57e6a6 authored almost 11 years ago
Trying 'matrix' with Travis CI.

5921264db32ec3c0e7cadf6960d9a76f45ad679c authored almost 11 years ago
Attempt to fix Travis CI.

87836855ea78cb81f9777faa9f72e4501e99c4a1 authored almost 11 years ago
Fixed typos in COMPILING.md.

90bffd77a762cf1b1f3292554543c3ed65147f56 authored almost 11 years ago
[Forge] Made TileEntity NBT handling fit WE spec.

Fixed schematic loading/saving as a result.

099fd9a63b4ac80ddd97ea2dd093eeb9ac2af01e authored almost 11 years ago
Handle running multiple platforms at a time better.

f3e107da900f8467a4689ce7b3bce24921b255e2 authored almost 11 years ago
Raised level for platform registration log message.

d1a69fd98519d2378b67238a0dd6fd7317bc0b60 authored almost 11 years ago
[Forge] Attached com.sk89q logger to FML logger.

4320ae9d1f878fa4923369fd5ce295b393081ae5 authored almost 11 years ago
Fixed console commands not working due to null Worlds.

d85c0096a9e0b1fbed1b9b3da6ac09b74b67ac0e authored almost 11 years ago
Added NullExtent that drops changes.

b941e21d4d31205374a88843b69b4e0f8c343be4 authored almost 11 years ago
Handle null World cases for EditSession when actor is console.

It actually should never be null, but old code does it.

69460094b81e5f9e2f2d0da90cb5f9d5bcb32ee0 authored almost 11 years ago
Added getUniqueId() to TestOfflinePermissible.

0148e8bcc616ab3ffde78d5c8541d16069693ade authored almost 11 years ago
Updated Forge compilation to ForgeGradle.

69797cfbea2433b1ab88ca0f4b0c39aff25193f1 authored almost 11 years ago
Removed use of Guava's Cache because Bukkit uses an ancient version of Guava.

e0a2873c99f2b1dd5b167e4f7c9a606a257b1f7a authored almost 11 years ago
Converted API over to use new World.

This breaks backwards compatibility for all getWorld() methods, but
shim methods were added for ...

24f8fbc92a26278a8fa8d470d0babfeedf63816b authored almost 11 years ago
Fixed Javadocs in LocalSession.

63a2ca824d595ecec9217fc0a54652323b7d9854 authored almost 11 years ago
Moved LocalWorld's members upwards to AbstractWorld and World.

7ed1718d214f90cc57be1f6115380e4811f453eb authored almost 11 years ago
Created AbstractPlatform and deprecated ServerInterface.

d4c910a012d3bac5ea766f834efadafc0fcacbf3 authored almost 11 years ago
Clean up WorldEdit main class.

52b828ae17c551f66c572a964d76ee490cfff05a authored almost 11 years ago
Implemented PlatformManager, Platform over old platform registration method.

8fb73347e4f948164950b3910938a99f657069de authored almost 11 years ago
Added Actor, Player, Entity, BaseEntity.

bed5fa8fdc7c9d533453a3bd1e31e7e1c528fa90 authored almost 11 years ago
Added Maven checkstyle plugin.

db48f645859220728ba80300d7de1680eca88adf authored almost 11 years ago
Code cleanup.

ae8becafdda6660abdd4b02d863615a7c7c7305d authored almost 11 years ago
Standardized file headers.

e0fd804f70e0edab0301daca11b9caf90a592022 authored almost 11 years ago
Fixed equals() without hashCode().

b9c1dc6231bef30ca29705b32211362e98aa2ed4 authored almost 11 years ago
Fixed utility classes having constructors.

478ce3f627d93609d871a127ad8439d5d2c6a710 authored almost 11 years ago
Code convention cleanup of right braces.

2b0ee849526e1a132d691407f08ef34a70e59ed5 authored almost 11 years ago
Added checkstyle Maven plugin with rules for tabs.

60f0c0697140364a78224b65eef95474a50b51dd authored almost 11 years ago
Replaced tabs with spaces in .java files.

cbf58103e6ee0aafc8e02b31c8a624a153c9ab6b authored almost 11 years ago
Throw old DataExceptions in schematic related classes.

The schematic related classes are slated for deprecation at some point.

224bfef50cffd2f0ab98b8c5fcb88894dfc9ff5a authored almost 11 years ago
Added back old region selector classes as deprecated.

3294431e00e59e5af8cfc6fe018ea7332a474288 authored almost 11 years ago
Added back old BlockBags as deprecated classes.

8722104565d4e18bf2e353a03dce4f2f7ce5e025 authored almost 11 years ago
Added shims for old EditSession constructors.

144302a487a515d69c5484150a09e3ed633a5233 authored almost 11 years ago
Made BukkitWorld hold a WeakReference to World.

fb4eb617633a289d1bee0d78c4d0204c5cb17122 authored almost 11 years ago
Added sanity check to DataValidatorExtent.

16e89c23f594441f3c62c48b6ef9c312b17850bc authored almost 11 years ago
Moved RegionSelector back to regions package to reduce API breakage.

0ed62b8f90dfe9f8c2b3c87caa0ebb8346109079 authored almost 11 years ago
Merge pull request #293 from sk89q/visitor

Merge in WorldEdit 6.x branch -- contains breaking API changes

8badc52a778f0c23989fa016264f0b71e7e013d8 authored almost 11 years ago
Ensure that air blocks always have data = 0.

71ee3501721fde792bb7091883ef6704ee059296 authored almost 11 years ago
Moved session code into SessionManager.

8e2fc8b0d42f7e5db24c6146fcc3631a7ecf5b51 authored almost 11 years ago
Renamed ExtentDelegate -> AbstractDelegateExtent.

d696bf9b03d330268d322dfd6420dbab3dcaa915 authored almost 11 years ago
Moved RegionSelectors and RegionIterators into subpackages.

1fd1e7aaf8e93379adcd7ad9ea75323633598be5 authored almost 11 years ago
Added events for each stage of EditSession Extent creation.

2e904577b7939560c30d5db3cc53e0ff36da8116 authored almost 11 years ago
Removed binary-incompatible changes to EditSessionFactory.

c8e455cd6fb4cbe05a8b7c888cd01b5b2cfceb13 authored almost 11 years ago
Created pattern, mask, and block registries.

Deprecated getBlock, getBlockPattern, and so-on in WorldEdit.

9d08f266bf196b6648ef815b41606736458269a8 authored almost 11 years ago
Added InputExtent and OutputExtent.

Suggested by TomyLobo

589c3e9629184dc5636f66f95cd267602d38de0a authored almost 11 years ago
Removed foundation.* package.

08900cbfc289d7880d5a21331b1008ac89487c79 authored almost 11 years ago
Added legacy DataException to create binary compatibility.

a08ee7bce9d9f1372632d37735377f6894693166 authored almost 11 years ago
Split up source files into several source directories.

6c460f02c54b5bf0c34d2215b65fb1143d57bc1c authored almost 11 years ago
(Breaking) Moved some packages around.

Most of the changes should not break *most* WorldEdit-using plugins,
but implementations of Worl...

469cb8c8b3a79c2e700e955ecafda7f1082dbb99 authored almost 11 years ago
Removed EditSessionFactory in favor of event-based system.

6e70e8c86275037455eb165f96650ce11104c32f authored almost 11 years ago
Added event bus implementation.

a7d83958ac59894691592501c054fb04770aec55 authored almost 11 years ago
Added RunContext parameter to Operation.resume().

b78b086f2e5d6c3bb4199fa24e8d9d594127629f authored almost 11 years ago
Added Javadocs to ChangeSetExecutor.

9b564a460ee0005f25c998b789bcd504d350fdf6 authored almost 11 years ago
OperationHelper -> Operations

1667fa5c7902d390d96c9afa55b2fad769f32a5b authored almost 11 years ago
Merge remote-tracking branch 'refs/remotes/origin/master' into visitor

2d67ae9e65ff6135fed143e830118f28a861607e authored almost 11 years ago
[maven-release-plugin] prepare for next development iteration

f47408daa78d802b460791e96bdd0b212981bc43 authored almost 11 years ago
[maven-release-plugin] prepare release 5.6.1

818dfe2a7f21e008f8e1964245fb8b9a50c13944 authored almost 11 years ago
Set version to 5.6.1-SNAPSHOT.

0d550e169b95d03b84de8a71968fa04521706cf9 authored almost 11 years ago
Updated to MC 1.7.5 for Bukkit.

21fca251fc7a591dce5b36564b6aa8df8b86f1a3 authored almost 11 years ago
Added EditSession Extent wrapping callbacks.

76b679caad148fcd9b3b690f7d8a46d2c9e52524 authored almost 11 years ago
Added AbstractLoggingExtent for block loggers.

8ff09d63919de98654619f9a2dd29fc4f753083e authored almost 11 years ago
Fixed BlockBagExtent using getBlockType/Data()

302e493538dc1111be378baa4101b42248214ca8 authored almost 11 years ago
Fixed BlockQuirkExtent calling getBlockType().

dbf1f3b9cb18675e21f16c64faef6f0038ef9787 authored almost 11 years ago
General code cleanup.

761904e49661bb4c3e4176a39573794102daba45 authored almost 11 years ago
Moved DoubleArrayList to util.collection.

8bec48dc9e4ad5aa102fe32df21097de9aa7f330 authored almost 11 years ago
Changed BlockOptimizedHistory to use TupleArrayList and FastListIterator.

7f7b0b0daf22193d416cd6d9f91b0d3790e4b1af authored almost 11 years ago
Changed SimpleBlockReorder to TupleArrayList.

031d40f9e699879db7fb39eacdd9cb6f713864d5 authored almost 11 years ago
Renamed BlockMapEntryVisitor to BlockMapEntryPlacer.

0c14737891826a0b50d5569e9bced09051ba0c5b authored almost 11 years ago