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 initial implementation of WECUI handling via Packet250 for Spout

Update for latest Spout changes

d0684c75826b3f8f91fc5c97be72bf8f6a9e2895 authored over 12 years ago
Various Spout fixes:

switched to VanillaMaterials from MaterialRegistry
use the Minecraft ID instead of the Spout ID
u...

b81fec1776a191fd0f4b8c15f4db0eb307a23d49 authored over 12 years ago
Updated for SpoutAPI changes

30f9fb16ac0d55a2e6d159457f7746d3aa9a1870 authored over 12 years ago
//chunk no longer switches from //sel extend to //sel cuboid.

bb5f3477c29dd0f676187c3f539c2b8874a23456 authored over 12 years ago
ExtendingCuboidRegionSelector's ctor now requires a LocalWorld.

afb9052cc94a8fe228fb72f1f8d38a8e5032d338 authored over 12 years ago
Updated for SpoutAPI changes.

29393a808b420144a55984f0d446767a222ddf5b authored over 12 years ago
Upped Bukkit dependency version to 1.2.4-R4.1.

97876d8581c10148fbf9daf38e997ad3ab85e006 authored over 12 years ago
Added [g]closest(x,y,z,index,count,stride) to the expression parser.

This function reads <count> x/y/z triplets from [g]megabuf, starting at <index> and advancing <s...

6c413289be51b73fc9d801695388e060efb255da authored over 12 years ago
Reorganized megabuf a bit.

613f3884d46eae21d60099a20781525af9b3c60e authored over 12 years ago
Fixed a NullPointerException in ifs without an else.

The NPE occured if the condition was not optimizable to a constant.

fd4e94220fdac1971564b18d5a884e02cd4694b5 authored over 12 years ago
Move block ids over even if there isn't an AddBlocks tag in schematics

9f2f2fc6c9d2e9a852d0f471f273109077b74137 authored over 12 years ago
Disable fast mode usage for snapshot restore.

b6fd8af2427e7153c1144986906fcc05179737d0 authored over 12 years ago
Fixed snapshots not properly loading .mcr files, made snapshots use fast mode.

97380f28debb4bd9de6b5ecf2aafc3e23dcf2d2e authored over 12 years ago
Corrected name of SpoutAPI plugin description file

127b0ec6f40a04568d4f68d0ab884193ff98e493 authored over 12 years ago
Update for ChatStyle changes in SpoutAPI

ca6ee43f9d3dbcaf819fa85d02c9c3021441087e authored over 12 years ago
Added initial support for AddBlocks (4096 ids) in schematics

0d279e7706ff8630b82b0f4375246a236f935f60 authored over 12 years ago
Increased polygonal region point limit to 50.

dc17c8d064c708c24cec4938dcf8d2e50b404584 authored over 12 years ago
Updated for SpoutAPI changes

fd1b15c5da05fe628af4df1cf047c3407dcc6ef5 authored over 12 years ago
Removed unused imports.

7bc66b8247cf52907c49c6e9ce2c9a05c4e2216e authored over 12 years ago
A jenkins build for Jadedwolf

e20e2f2e3797417cfdc404a01eabbc5f6905662b authored over 12 years ago
Added upside-down stairs to //cycle.

b2aeb2e1f170c2cc75c49a08158a6591297769d7 authored over 12 years ago
Fix WECUI not working for players when rejoining the server. Closes #196.

3104b73682943dc5b760d0278c6b499e00dcd619 authored over 12 years ago
Updated for SpoutAPI changes.

16a90d1b701f10e93d7a496084cd6e066fdf2835 authored over 12 years ago
Set Bukkit dependency to R2.1.

That's the current CraftBukkit++ version.

782cd9a7630fe53cc01b19ec1c0d8a9439c9575d authored over 12 years ago
Added flip and rotate code for upside-down stairs and steps.

5a9bddd252d59ad6efb1c59591df2f17df865e7b authored over 12 years ago
Updated for latest SpoutAPI.

d32bb79549c183a2b3fcce09a64b803bfd646f8f authored over 12 years ago
Made Vector implement Comparable<Vector> instead of Comparable<BlockVector>. Oops

06ed8ecf97b937b253466c7fb2db1cc1988d1758 authored over 12 years ago
Made Vector Comparable.

e69ad4d08fc31ceb58b6aac369b12de19c1609df authored over 12 years ago
Updated SpoutPlayerBlockBag for Vanilla breakage

b32668057f6d383392ba742dd926b257ef8b9a2a authored over 12 years ago
Updated for latest SpoutAPI/Vanilla version.

50b7ef02c79f780956b8407326edc982816159c5 authored over 12 years ago
Fixed 2 warnings.

30515a65f540787c57419478f9ffb35b65c6f7de authored over 12 years ago
Update for SpoutAPI scheduler and lighting changes

379189f2249e304a4b3f7a776572f8d9f89bf25c authored over 12 years ago
Give a better error when a schematic being loaded doesn't exist

Only require the schemaitc format to be provided once more schematic formats are added

b22921ffa69451b68da4e028c7b724adfbd1f0f8 authored over 12 years ago
Correctly nullcheck biome types in //setbiome

Biome changing is no longer supported in SpoutAPI, will reimplement when I have time

7b0570f714a4bd42de9861409f06a6aad9bcbfbe authored over 12 years ago
Add missing break when writing IntArrayTag.

5cab7900f61e92686e431748d910b0fab5f03512 authored over 12 years ago
Added //generate -c, which offsets the input coordinates from the selection center.

f910fe4e661ae9698d114df022d8626a4b011db0 authored almost 13 years ago
Update for latest SpoutAPI

3c00535d2e8dc5f107710f85aedf6ba622d049aa authored almost 13 years ago
Add a -f flag to //schem l to make it ignore format checks

15977e85a53258e12aee1931df2cd53e3829723f authored almost 13 years ago
Set the expiration time to the current time plus the expriation grace by default

92523a25644079fc63d65db47cf37ab04c660268 authored almost 13 years ago
Make testPermission correctly check WEPIF/whatevermethodthecommandsmanagerisusing for permissions in the command

0cb0358bd2cc364a212dfed5fb5ab98b7af1f6c0 authored almost 13 years ago
Add isInitialized method to PermissionsResolverManager for an easy way to check if the PermissionsResolverManager has been initialized

b938aa0be3fbe460821677240f982d21560ded4f authored almost 13 years ago
Add config entries for polygonal region points limit

cd64ca459d632402c22f851a19e1716cb4125a99 authored almost 13 years ago
Fix typos in CuboidRegion minimum/maximumY methods

d2a72579aee93d76bec33bc14e616d605240f01e authored almost 13 years ago
Clean up CylinderRegion center management & fix a minor issue with vertical contract

ebbbc9f1a81766a27edd31d24cff5417fb1a08c5 authored almost 13 years ago
Slightly improve FlatRegion iteration

d43e233a426e4c15b2c1a9d3196029983b80c894 authored almost 13 years ago
Add minimum/maximumY to FlatRegion and fix a typo in Polygonal2DRegion

a7b49ff79373d1671f0be988e3ad8ecc6b17e6b2 authored almost 13 years ago
Add missing imports

6915244ab947cc36d9182a7fa50a680bc77b5f08 authored almost 13 years ago
Improved command help format a bit

ff0f9073dbf7d6b7733d659be166ce046e1d8bd2 authored almost 13 years ago
Re-add painting spawning code (Still broken in Bukkit, need to look into

the issue more), have entity spawns use World.spawn instead of World.spawnCreature.

345cb5a690433e5c54c72a1205757544bd4652e8 authored almost 13 years ago
Poke the Spout telporter so the correct packets are sent. Somebody should put together a better solution to this.

af784c0ee222a60e863c997da6ea1e679faa2322 authored almost 13 years ago
Added some permissions and improved //schem list output

7dafb50999d27c02fb1b953df0c5f6b1e2f5d3de authored almost 13 years ago
Updated bukkit dependency to 1.2.5-R1.2-SNAPSHOT.

3e77e024c0de8996a25e0ce258a4b7e4145f3400 authored almost 13 years ago
Fixed a warning.

419e4a681d1b2a4419a4e0c94034e21101aebb28 authored almost 13 years ago
Fix warnings

8c36047cbb4f265cfbbf29c507fcab921d948475 authored almost 13 years ago
Biome clean up & fixes

Change BiomeType to an interface.
Do not longer use invalid biomes of Bukkit Biome enum.
Add a c...

e86dc2c90b8252e201da2281792a4ec70fa4cf00 authored almost 13 years ago
Added WECUI handshake option

2ed92dafadb67b2dd2a207a9085769359974993c authored almost 13 years ago
Updated for SpoutAPI changes

d81090c5d9df374c6ab6c7492174b0864021a0c7 authored almost 13 years ago
Show schematics where the format could not be detected.

Add permissions for //schem list and formats (worldedit.schematic.(list|formats)
and added .schem...

43a54a7ee00ae458580df22cfeeab3bfc84e7fac authored almost 13 years ago
Fixed WorldEdit.getBlock() not supporting custom blocks when they are returned by ServerInterface.resolveItem().

6e24d981f6fdf67e935b864de2f8357215f8a768 authored almost 13 years ago
[maven-release-plugin] prepare for next development iteration

dfefd479b669ad84aa730ad755954999b5e6bca9 authored almost 13 years ago
[maven-release-plugin] prepare release 5.3

c38cc745a77b668d5a4722e0889408e03eda1fa1 authored almost 13 years ago
Updated changelog for aumgn's changes. Closes #184

ecb5278d4ee8b9aef8ee48371bfaa8b9e9cd6135 authored almost 13 years ago
Implement InvertedMask & UnderOverlayMask as decorators

30ed0499189ccc36cd8b4c3b287b8c48af98d855 authored almost 13 years ago
Add a dynamic region mask

eb14efd2df77fb2d50a80ea23aefc452552cf663 authored almost 13 years ago
Fix #region mask

84c1492b3f379b2357ac8d60e8a71fd0db5b16bb authored almost 13 years ago
Fix CombinedMask created with /(g)mask commands

9a90702b2fef55ae3b6f932935db9ceacf768396 authored almost 13 years ago
Make regions Cloneable

842c46928595511acddaea24a13fe08d95b160a6 authored almost 13 years ago
Updated the changelog with recent changes

56a8574129bf8059239fea43ad077aaede06c7e4 authored almost 13 years ago
Aparrantly this isn't shaded into Bukkit

c580d6efc4294ee33b5ddc483609b78f033a20fb authored almost 13 years ago
Updated for SpoutAPI inventory changes

15714dc78c52ddf7f785c599dcc464e78917daad authored almost 13 years ago
Added basic entity handling with copy and paste.

Paintings do not currently respawn properly, entity pastes cannot be undone yet, and schematics d...

c76f119fa430e0e8f0c62fff2a7e49d125973b63 authored almost 13 years ago
Cleaned up ContainerBlock inventory reading from NBT

Changed ListTag's List parameter to List<? extends Tag>

3bfb12c0511e49fbe5ce68afe5baa91182c065cf authored almost 13 years ago
Added getChunkCubes() to Region to get 16^3 chunks a region overlaps with

03f7d4ecfb272b23519a2d10e8ab5dafe4bdd923 authored almost 13 years ago
Added a command to list schematics and the abilitiy to autodetect schematic format

33752eb058788917f6dd4826894fbcdb4fd215b4 authored almost 13 years ago
Added support for multiple schematic formats

7812dd6a09cb20bc48814715fb7135f1c4f8e657 authored almost 13 years ago
Corrected flag checks for biome commands

1bd8764090bd1e4412e864479fd6514c32285917 authored almost 13 years ago
Added allFlags setting to Command to prevent it from restricting allowed flags

5e8f50699d6ec3313d47b36740934ca7c1f2d64c authored almost 13 years ago
Make sure all WorldEdit files are in the plugins/WorldEdit folder

73dbbbac9a0c3b19766d833e5ae4731dc9bf581f authored almost 13 years ago
Added initial support for plugin channels with WECUI

a4895cbd5d1774cfc92509abc87088d6d41751fe authored almost 13 years ago
Remove error-prone redundancy in Polygonal2D min/max management

bbda908093f2eca6e4958daebb45ceb74305d26d authored almost 13 years ago
Updated for SpoutVanilla changes

f3ab90f72b3391ed1e5b7f751f6d589c7249c730 authored almost 13 years ago
Added planks and sandstone to the usesData list

90fb512a4507ebc146ab5a04f36b3a7d23d6f692 authored almost 13 years ago
Update for recent SpoutAPI changes

54eed713ab7c427f42b5fb56248b1d4fcf122b48 authored almost 13 years ago
Handle Bukkit versions without Chest#getBlockInventory()

97c370549fc9ff9c3deb5caa6ef6d7bb1c02b02a authored almost 13 years ago
Updated for latest SpoutAPI and fixed some warnings.

4208ba33d62015536208bc01de40dd9bb01041f2 authored almost 13 years ago
We don't really need deprecated private methods :)

a74a0a40e232f74d0444ccb68ba4d1d76f881006 authored almost 13 years ago
Added a command to set biomes. Currently requires a relog for the changes to be visible clientside and is not preserved between chunk regenerations

34c366d852af91bf6dc8de14f58c2b9968025686 authored almost 13 years ago
Improved Spout biome handling and add LocalWorld method for setting biome

0702a0f0acbec411824ae5cf08e3a88deeb1d079 authored almost 13 years ago
Add biome support

Add a BiomeTypes interface
Add methods in ServerInterface to retrieve the implemented BiomeTypes...

a8eeacccd484611ab1cc10ffadd1e2cfe4908d5d authored almost 13 years ago
Added support for features added to Spout (now depends on Vanilla)

0bd3b346fc5871a33ed0156d6fc9dbee060641d0 authored almost 13 years ago
Fixed handling of double chests and cleaned WorldEditListener up a bit

86011a0d0dc3cf636d05409328d7e4c350f94187 authored almost 13 years ago
Handle empty damage values in WorldEdit.getBlock(). Fixes #921

79f2d68e60a4ca8405469ef41ef67c16089a7f81 authored almost 13 years ago
Prepare changelog for release

204b36edd329157f0733ee69b07a89479823a63e authored almost 13 years ago
Made //undo and //redo disregard global masks.

cfb19eba9b5167ec1267791e5d8e8fe358acdc26 authored almost 13 years ago
Changed Spout maven repo to more stable url

144c0a9f4938bdb6fa0235f6de36228281bd17b0 authored almost 13 years ago
Forgot to git add this file, thanks Moo0

4e081b8028770f8fca57555c090b5750068562d3 authored almost 13 years ago
Added Falling sand/gravel entities to /remove command

f11e2ba6d69707c37882759ef0fd660eb8e42e1d authored almost 13 years ago
Added support for new tree types to TreeGenerator and make adding more tree types later easier

b6d114642733b1b69b58d9b35d5e43521ef93e02 authored almost 13 years ago
Whitespace fixes, reactivated command adjustments

7f7178957aa764525b214bf9915b41d198f8383c authored almost 13 years ago
Updated SpoutRawCommandExecutor for changes in SpoutAPI and register command permissions with the Spout commands system

d2968b1976d828e370d34d74d5af4df9edfaf0e5 authored almost 13 years ago