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

Merge pull request #242 from vu1p3n0x/master

Access to CommandManager registration with parent

8518f371b2ebf22ea2d7b81dac98a6400ab229f6 authored over 10 years ago by Albert Pham <[email protected]>
Allow use of InputStream to load schematics

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

65ee8bfd2ab52dd341ce03e7d6351290f46d916b authored over 10 years ago by sk89q <[email protected]>
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 over 10 years ago by sk89q <[email protected]>
Added Creature metadata interface.

a5c3238876984f5e33501560b93fd3d8da7c5285 authored over 10 years ago by sk89q <[email protected]>
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 over 10 years ago by sk89q <[email protected]>
Added NBT field to BaseEntity.

19c43a2834814238037b62a11e51fbccee8b352a authored over 10 years ago by sk89q <[email protected]>
Added a new Location and added Entity.getLocation().

33e641d5f2b6d3b23dec31ea7667668d640f901c authored over 10 years ago by sk89q <[email protected]>
Revert a breaking change to fuzzy item/block lookup.

b0a52a4cf7b6e754c5c25d73bb14f0dbc42c54dc authored over 10 years ago by wizjany <[email protected]>
Fixed listing schematics with directories in the folder.

5ed9239e14e6ee9a8dff0e24d022ed9ac020f2f4 authored over 10 years ago by wizjany <[email protected]>
Moved annotation package to internal package.

Closes WORLDEDIT-3055.

e69e72c4108f5b57cb751a7cf6a45df2523febf2 authored over 10 years ago by sk89q <[email protected]>
Made COMPILING.md easier to understand

36c02ae7e2afa38cbc1f85755351b7a29ccb22b8 authored over 10 years ago by Albert Pham <[email protected]>
Changed Super Pickaxe to use EditSession.

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

f94be80923a21e454ed92af43cf773550a8a0a4f authored over 10 years ago by sk89q <[email protected]>
Moved EditSession BlockQuirkExtent upward.

Should fix WORLDEDIT-3101.

bf062298f1afbe9511f1d264d754de3751de292e authored over 10 years ago by sk89q <[email protected]>
Update CraftBukkit packaging for 1.7.9.

30006325db48d569d58a5579ce351f9f5eaff7e8 authored over 10 years ago by wizjany <[email protected]>
Fix mask parser incorrectly parsing block lists.

i.e. not parsing the list at all

33d4285f1a7af21b42585fccca5a93036c953262 authored over 10 years ago by Wizjany <[email protected]>
Checked in missing Gradle wrapper.

6af69b6940317e5426a07b480044a2adf932ed26 authored almost 11 years ago by sk89q <[email protected]>
Fixed filename to WorldEditForge file in build file.

7d58bb9bbd65bc947b159c5950ea0205a62f4524 authored almost 11 years ago by sk89q <[email protected]>
Cleaned up ForgeWorld, AbstractWorld.

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

4a6614f34f9d430691487ba600e3b25ce09235de authored almost 11 years ago by sk89q <[email protected]>
[Forge] Cleaned up the code somewhat.

b6ee2c570a29b2797cce116e472a832230cb68c5 authored almost 11 years ago by sk89q <[email protected]>
Removed oraclejdk6.

cb7508f48117971c7531eaf2fae13a49dba41314 authored almost 11 years ago by sk89q <[email protected]>
Added install: true to .travis.yml.

27ed503a114ffa568465b6abe1e1399d6d27e7fa authored almost 11 years ago by sk89q <[email protected]>
chmod +x gradlew before Travis start.

a49c40197c5ae218c0cfdeb419a86cd9ad57e6a6 authored almost 11 years ago by sk89q <[email protected]>
Trying 'matrix' with Travis CI.

5921264db32ec3c0e7cadf6960d9a76f45ad679c authored almost 11 years ago by sk89q <[email protected]>
Attempt to fix Travis CI.

87836855ea78cb81f9777faa9f72e4501e99c4a1 authored almost 11 years ago by sk89q <[email protected]>
Fixed typos in COMPILING.md.

90bffd77a762cf1b1f3292554543c3ed65147f56 authored almost 11 years ago by sk89q <[email protected]>
[Forge] Made TileEntity NBT handling fit WE spec.

Fixed schematic loading/saving as a result.

099fd9a63b4ac80ddd97ea2dd093eeb9ac2af01e authored almost 11 years ago by sk89q <[email protected]>
Handle running multiple platforms at a time better.

f3e107da900f8467a4689ce7b3bce24921b255e2 authored almost 11 years ago by sk89q <[email protected]>
Raised level for platform registration log message.

d1a69fd98519d2378b67238a0dd6fd7317bc0b60 authored almost 11 years ago by sk89q <[email protected]>
[Forge] Attached com.sk89q logger to FML logger.

4320ae9d1f878fa4923369fd5ce295b393081ae5 authored almost 11 years ago by sk89q <[email protected]>
Fixed console commands not working due to null Worlds.

d85c0096a9e0b1fbed1b9b3da6ac09b74b67ac0e authored almost 11 years ago by sk89q <[email protected]>
Added NullExtent that drops changes.

b941e21d4d31205374a88843b69b4e0f8c343be4 authored almost 11 years ago by sk89q <[email protected]>
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 by sk89q <[email protected]>
Added getUniqueId() to TestOfflinePermissible.

0148e8bcc616ab3ffde78d5c8541d16069693ade authored almost 11 years ago by sk89q <[email protected]>
Updated Forge compilation to ForgeGradle.

69797cfbea2433b1ab88ca0f4b0c39aff25193f1 authored almost 11 years ago by sk89q <[email protected]>
Removed use of Guava's Cache because Bukkit uses an ancient version of Guava.

e0a2873c99f2b1dd5b167e4f7c9a606a257b1f7a authored almost 11 years ago by sk89q <[email protected]>
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 by sk89q <[email protected]>
Fixed Javadocs in LocalSession.

63a2ca824d595ecec9217fc0a54652323b7d9854 authored almost 11 years ago by sk89q <[email protected]>
Moved LocalWorld's members upwards to AbstractWorld and World.

7ed1718d214f90cc57be1f6115380e4811f453eb authored almost 11 years ago by sk89q <[email protected]>
Created AbstractPlatform and deprecated ServerInterface.

d4c910a012d3bac5ea766f834efadafc0fcacbf3 authored almost 11 years ago by sk89q <[email protected]>
Clean up WorldEdit main class.

52b828ae17c551f66c572a964d76ee490cfff05a authored almost 11 years ago by sk89q <[email protected]>
Implemented PlatformManager, Platform over old platform registration method.

8fb73347e4f948164950b3910938a99f657069de authored almost 11 years ago by sk89q <[email protected]>
Added Actor, Player, Entity, BaseEntity.

bed5fa8fdc7c9d533453a3bd1e31e7e1c528fa90 authored almost 11 years ago by sk89q <[email protected]>
Added Maven checkstyle plugin.

db48f645859220728ba80300d7de1680eca88adf authored almost 11 years ago by sk89q <[email protected]>
Code cleanup.

ae8becafdda6660abdd4b02d863615a7c7c7305d authored almost 11 years ago by sk89q <[email protected]>
Standardized file headers.

e0fd804f70e0edab0301daca11b9caf90a592022 authored almost 11 years ago by sk89q <[email protected]>
Fixed equals() without hashCode().

b9c1dc6231bef30ca29705b32211362e98aa2ed4 authored almost 11 years ago by sk89q <[email protected]>
Fixed utility classes having constructors.

478ce3f627d93609d871a127ad8439d5d2c6a710 authored almost 11 years ago by sk89q <[email protected]>
Code convention cleanup of right braces.

2b0ee849526e1a132d691407f08ef34a70e59ed5 authored almost 11 years ago by sk89q <[email protected]>
Added checkstyle Maven plugin with rules for tabs.

60f0c0697140364a78224b65eef95474a50b51dd authored almost 11 years ago by sk89q <[email protected]>
Replaced tabs with spaces in .java files.

cbf58103e6ee0aafc8e02b31c8a624a153c9ab6b authored almost 11 years ago by sk89q <[email protected]>
Throw old DataExceptions in schematic related classes.

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

224bfef50cffd2f0ab98b8c5fcb88894dfc9ff5a authored almost 11 years ago by sk89q <[email protected]>
Added back old region selector classes as deprecated.

3294431e00e59e5af8cfc6fe018ea7332a474288 authored almost 11 years ago by sk89q <[email protected]>
Added back old BlockBags as deprecated classes.

8722104565d4e18bf2e353a03dce4f2f7ce5e025 authored almost 11 years ago by sk89q <[email protected]>
Added shims for old EditSession constructors.

144302a487a515d69c5484150a09e3ed633a5233 authored almost 11 years ago by sk89q <[email protected]>
Made BukkitWorld hold a WeakReference to World.

fb4eb617633a289d1bee0d78c4d0204c5cb17122 authored almost 11 years ago by sk89q <[email protected]>
Added sanity check to DataValidatorExtent.

16e89c23f594441f3c62c48b6ef9c312b17850bc authored almost 11 years ago by sk89q <[email protected]>
Moved RegionSelector back to regions package to reduce API breakage.

0ed62b8f90dfe9f8c2b3c87caa0ebb8346109079 authored almost 11 years ago by sk89q <[email protected]>
Merge pull request #293 from sk89q/visitor

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

8badc52a778f0c23989fa016264f0b71e7e013d8 authored almost 11 years ago by Albert Pham <[email protected]>
Ensure that air blocks always have data = 0.

71ee3501721fde792bb7091883ef6704ee059296 authored almost 11 years ago by sk89q <[email protected]>
Moved session code into SessionManager.

8e2fc8b0d42f7e5db24c6146fcc3631a7ecf5b51 authored almost 11 years ago by sk89q <[email protected]>
Renamed ExtentDelegate -> AbstractDelegateExtent.

d696bf9b03d330268d322dfd6420dbab3dcaa915 authored almost 11 years ago by sk89q <[email protected]>
Moved RegionSelectors and RegionIterators into subpackages.

1fd1e7aaf8e93379adcd7ad9ea75323633598be5 authored almost 11 years ago by sk89q <[email protected]>
Added events for each stage of EditSession Extent creation.

2e904577b7939560c30d5db3cc53e0ff36da8116 authored almost 11 years ago by sk89q <[email protected]>
Removed binary-incompatible changes to EditSessionFactory.

c8e455cd6fb4cbe05a8b7c888cd01b5b2cfceb13 authored almost 11 years ago by sk89q <[email protected]>
Created pattern, mask, and block registries.

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

9d08f266bf196b6648ef815b41606736458269a8 authored almost 11 years ago by sk89q <[email protected]>
Added InputExtent and OutputExtent.

Suggested by TomyLobo

589c3e9629184dc5636f66f95cd267602d38de0a authored almost 11 years ago by sk89q <[email protected]>
Removed foundation.* package.

08900cbfc289d7880d5a21331b1008ac89487c79 authored almost 11 years ago by sk89q <[email protected]>
Added legacy DataException to create binary compatibility.

a08ee7bce9d9f1372632d37735377f6894693166 authored almost 11 years ago by sk89q <[email protected]>
Split up source files into several source directories.

6c460f02c54b5bf0c34d2215b65fb1143d57bc1c authored almost 11 years ago by sk89q <[email protected]>
(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 by sk89q <[email protected]>
Removed EditSessionFactory in favor of event-based system.

6e70e8c86275037455eb165f96650ce11104c32f authored almost 11 years ago by sk89q <[email protected]>
Added event bus implementation.

a7d83958ac59894691592501c054fb04770aec55 authored almost 11 years ago by sk89q <[email protected]>
Added RunContext parameter to Operation.resume().

b78b086f2e5d6c3bb4199fa24e8d9d594127629f authored almost 11 years ago by sk89q <[email protected]>
Added Javadocs to ChangeSetExecutor.

9b564a460ee0005f25c998b789bcd504d350fdf6 authored almost 11 years ago by sk89q <[email protected]>
OperationHelper -> Operations

1667fa5c7902d390d96c9afa55b2fad769f32a5b authored almost 11 years ago by sk89q <[email protected]>
Merge remote-tracking branch 'refs/remotes/origin/master' into visitor

2d67ae9e65ff6135fed143e830118f28a861607e authored almost 11 years ago by sk89q <[email protected]>
[maven-release-plugin] prepare for next development iteration

f47408daa78d802b460791e96bdd0b212981bc43 authored almost 11 years ago by sk89q <[email protected]>
[maven-release-plugin] prepare release 5.6.1

818dfe2a7f21e008f8e1964245fb8b9a50c13944 authored almost 11 years ago by sk89q <[email protected]>
Set version to 5.6.1-SNAPSHOT.

0d550e169b95d03b84de8a71968fa04521706cf9 authored almost 11 years ago by sk89q <[email protected]>
Updated to MC 1.7.5 for Bukkit.

21fca251fc7a591dce5b36564b6aa8df8b86f1a3 authored almost 11 years ago by sk89q <[email protected]>
Added EditSession Extent wrapping callbacks.

76b679caad148fcd9b3b690f7d8a46d2c9e52524 authored almost 11 years ago by sk89q <[email protected]>
Added AbstractLoggingExtent for block loggers.

8ff09d63919de98654619f9a2dd29fc4f753083e authored almost 11 years ago by sk89q <[email protected]>
Fixed BlockBagExtent using getBlockType/Data()

302e493538dc1111be378baa4101b42248214ca8 authored almost 11 years ago by sk89q <[email protected]>
Fixed BlockQuirkExtent calling getBlockType().

dbf1f3b9cb18675e21f16c64faef6f0038ef9787 authored almost 11 years ago by sk89q <[email protected]>
General code cleanup.

761904e49661bb4c3e4176a39573794102daba45 authored almost 11 years ago by sk89q <[email protected]>
Moved DoubleArrayList to util.collection.

8bec48dc9e4ad5aa102fe32df21097de9aa7f330 authored almost 11 years ago by sk89q <[email protected]>
Changed BlockOptimizedHistory to use TupleArrayList and FastListIterator.

7f7b0b0daf22193d416cd6d9f91b0d3790e4b1af authored almost 11 years ago by sk89q <[email protected]>
Changed SimpleBlockReorder to TupleArrayList.

031d40f9e699879db7fb39eacdd9cb6f713864d5 authored almost 11 years ago by sk89q <[email protected]>
Renamed BlockMapEntryVisitor to BlockMapEntryPlacer.

0c14737891826a0b50d5569e9bced09051ba0c5b authored almost 11 years ago by sk89q <[email protected]>
Bypass history for undo/redo.

6985ff5250e097e969290678f801cefc463658ef authored almost 11 years ago by sk89q <[email protected]>
Implemented last-access-caching for getLazyBlock().

b2d1562595d5adc68d9cfad4e92387b448635816 authored almost 11 years ago by sk89q <[email protected]>
Added getLazyBlock() to Extent for performance.

fa24eb60faa7c6d202a0c0e975579b29ca8e1dc5 authored almost 11 years ago by sk89q <[email protected]>
Fixed FastModeExtent not properly handling dirty chunks.

dcf35e531220b75437dcdacb198b6a68da9d5cbf authored almost 11 years ago by sk89q <[email protected]>
Fixed EditSession's Javadocs regarding notifyAdjacent.

f688b3daa54d69615b1f4caedfc35c4da15fee79 authored almost 11 years ago by sk89q <[email protected]>
Removed notifyAdjacent from Extent.setBlock().

Also fixed Extent's incorrect Javadocs.

fe25d082671d53dcb5793180b2822700a54d147d authored almost 11 years ago by sk89q <[email protected]>
Broke up EditSession into many Extents.

e7fe787b20b6510b385ed50a41774cc3a948df24 authored almost 11 years ago by sk89q <[email protected]>
Added new history framework, visitors for history.

10e672a94a37f3faf8e3c607983466f2a9ffc8c4 authored almost 11 years ago by sk89q <[email protected]>
Fixed Javadocs in EditSession.

cfdd87efac95890f77519c80f181aa3d2a3a0011 authored almost 11 years ago by sk89q <[email protected]>
Changed /fix[water|lava] to use visitors.

a9797ed30b0757f1ef5a407f35a24788b6354e64 authored almost 11 years ago by sk89q <[email protected]>
Added NonRisingVisitor.

7d03d9db904f02060b17e62f2822bdbe2867cebc authored almost 11 years ago by sk89q <[email protected]>