All builds
-
1.10.2-5.2.0-BETA-391
-
Bump SpongeCommon for Inventory.query() change.
JBYoshi - 9 years ago
SpongeCommon
-
Change Inventory.query(Object...) to use a new CompoundStrategy.
JBYoshi - 9 years ago
-
Bump SpongeCommon for Inventory.query() change.
-
1.10.2-5.2.0-BETA-390
-
Bump SpongeCommon for InteractItemEvent fix.
JBYoshi - 9 years ago
SpongeCommon
-
Resend the player inventory when an InteractItemEvent is cancelled.
JBYoshi - 9 years ago
-
Bump SpongeCommon for InteractItemEvent fix.
-
1.10.2-5.2.0-BETA-389
-
Bump SpongeCommon for command source fixes.
JBYoshi - 9 years ago
SpongeCommon
-
Remove MixinLocatedSource and reimplement Locatable in the other related mixins for performance.
JBYoshi - 9 years ago
-
Don't call asICommandSource() when no one implements it.
JBYoshi - 9 years ago
-
Bump SpongeCommon for command source fixes.
-
1.10.2-5.2.0-BETA-388
-
Bump SpongeCommon for more DirectionalData implementation.
JBYoshi - 9 years ago
SpongeCommon
-
Implement DirectionalData for BlockHorizontal.
JBYoshi - 9 years ago
-
Commas.
Gabriel Harris-Rouquette - 9 years ago
-
Bump mixins for allowing overwrites having access modifiers changed with access transformers. Fixes SpongePowered/SpongeForge#1604.
Gabriel Harris-Rouquette - 9 years ago
-
Fix scoreboard data not being properly serialized
Aaron Hill - 9 years ago
-
Add isValid to AT for interaction issue with COFH, partially fixes SpongePowered/SpongeForge#1604.
Gabriel Harris-Rouquette - 9 years ago
-
Make World#getRawLight public to resolve a cornercase issue with COFH. Fixes SpongePowered/SpongeForge#1604.
Gabriel Harris-Rouquette - 9 years ago
-
Do not assume all tracked entities are players. Fixes SpongePowered/SpongeForge#1605.
Gabriel Harris-Rouquette - 9 years ago
-
handle ContainerPlayer having more slots than in vanilla
Anselm Brehme - 9 years ago
-
Implement Health Scaling. The way this is implemented is
Gabriel Harris-Rouquette - 9 years ago
-
call Modify Event for blocks formed by water and lava and Break Event when fluids break other blocks.
Anselm Brehme - 9 years ago
-
fire ClickInventoryEvent.Drop.Single and Full when dropping items with no open container
Anselm Brehme - 9 years ago
-
Replace a hacky (and now broken) client-side test to allow connecting to external servers.
JBYoshi - 9 years ago
-
Bump SpongeCommon for more DirectionalData implementation.
-
1.10.2-5.2.0-BETA-387
-
Fix lookup of DimensionType for custom worlds. Fixes #330
Minecrell - 9 years ago
SpongeCommon
-
Update Mixin to 0.6.10
Minecrell - 9 years ago
-
Add CauseTracker information details to CrashReports.
Gabriel Harris-Rouquette - 9 years ago
-
Fix lookup of DimensionType for custom worlds. Fixes #330
-
1.10.2-5.2.0-BETA-386
-
Bump common for entity lookup debugging to help find a fix for #328.
…
Gabriel Harris-Rouquette - 9 years ago
SpongeCommon
-
make custom data work for offline players
Anselm Brehme - 9 years ago
-
Add missing import.
bloodshot - 9 years ago
-
Don't fire inventory drop events when there are no entities.
bloodshot - 9 years ago
-
Don't fire an inventory event if there are no transactions.
bloodshot - 9 years ago
-
Add debugging for unregistered entity types in MobSpawner loading.
Gabriel Harris-Rouquette - 9 years ago
-
trying to handle slots added to Containers after creation
Anselm Brehme - 9 years ago
-
initialize carrier in Container
Anselm Brehme - 9 years ago
-
Fix common compiling after bad cherry-pick.
Gabriel Harris-Rouquette - 9 years ago
-
Add workaround for base World class that may interfere with modded extended worlds that may not have had a UUID properly set.
Gabriel Harris-Rouquette - 9 years ago
-
Ensure that lazily loaded world infos are not going to produce an NPE…
Gabriel Harris-Rouquette - 9 years ago
-
Lazy load world contexts. Fixes #1354.
Daniel Naylor - 9 years ago
-
Damned typo.
Gabriel Harris-Rouquette - 9 years ago
-
Move Context creation to the init method. Fixes SpongePowered/SpongeForge#1509.
Gabriel Harris-Rouquette - 9 years ago
-
Fix Biome bounds. Fixes #1349.
Gabriel Harris-Rouquette - 9 years ago
-
Ensure that the CatalogTypeTypeSerializer takes precidence over the DataSerializableTypeSerializer.
Daniel Naylor - 9 years ago
-
Fix pagination state not persisting across deaths
Daniel Naylor - 9 years ago
-
Backport inventory fixes
Anselm Brehme - 9 years ago
-
Avoid extra lookup in getTileEntity when called async.
bloodshot - 9 years ago
-
If getTileEntity is called async, check for TE in chunk.
bloodshot - 9 years ago
-
Move getTileEntity async check. Fixes SpongePowered/SpongeForge#1503
bloodshot - 9 years ago
-
Allow TileEntities to load chunks when calling getBlockState.
bloodshot - 9 years ago
-
Don't capture block drops if fake player is cause.
bloodshot - 9 years ago
-
Avoid retrieving a tileentity async. Fixes SpongePowered/SpongeForge#1343
bloodshot - 9 years ago
-
Fix incorrectly attempting to match selectors by the sponge ID.
Daniel Naylor - 9 years ago
-
Cache block owner with TE to avoid constant chunk lookups.
bloodshot - 9 years ago
-
Move projectile impact cancel logic to SpongeCommonEventFactory.
bloodshot - 9 years ago
-
Don't fire movement events if entity is dead, a projectile, or an item.
bloodshot - 9 years ago
-
Fire MoveEntityEvent when server receives a vehicle update packet.
bloodshot - 9 years ago
-
Fix spawn limits when using custom mob spawn ranges.
bloodshot - 9 years ago
-
Add missing world arg to createSpawnEntityEventSpawner.
bloodshot - 9 years ago
-
Fix piston events not always checking position extending into. Fixes #1329
bloodshot - 9 years ago
-
Fix world generation not directly spawning entities.
Gabriel Harris-Rouquette - 9 years ago
-
Don't capture drops during world gen. Fixes SpongePowered/SpongeForge#1472
bloodshot - 9 years ago
-
Bump API for javadoc updates.
Gabriel Harris-Rouquette - 9 years ago
-
Merge DimensionType fixes with WorldManager. Merges #1313.
Gabriel Harris-Rouquette - 9 years ago
-
Bugfix: getting registered DimensionType by type id.
radfast - 9 years ago
-
Fix MixinWorld_TileEntityActivation. Added new hook method in MixinWorld.
Gabriel Harris-Rouquette - 9 years ago
-
Fix licenses.
Gabriel Harris-Rouquette - 9 years ago
-
Fix hanging entities dropping twice when dead.
Gabriel Harris-Rouquette - 9 years ago
-
Eliminate high uses of the internal profiler, overwrite the actual methods to be empty method bodies.
Gabriel Harris-Rouquette - 9 years ago
-
Don't crash when setting invalid villager id's. Simply reset them. Forge has some special hooks to achieve this.
Gabriel Harris-Rouquette - 9 years ago
-
handle null inventories when generating lens
Anselm Brehme - 9 years ago
-
Don't fire AI task remove events during entity init.
bloodshot - 9 years ago
-
Add overrides for #getWorld() in common implementations like Entity and TileEntity.
Gabriel Harris-Rouquette - 9 years ago
-
fix Inventory iterators using all children instead of spanning children only
Anselm Brehme - 9 years ago
-
Change LensProvider to accept Fabric allowing passing ContainerFabrics.
Anselm Brehme - 9 years ago
-
fixes issues with unknown inventories/containers by
Anselm Brehme - 9 years ago
-
Containers opened via API can always be viewed
Anselm Brehme - 9 years ago
-
Bump common for entity lookup debugging to help find a fix for #328.
-
1.10.2-5.2.0-BETA-385
-
Update SpongeCommon for causetracker error handling fixes.
bloodshot - 9 years ago
SpongeCommon
-
Cleanup error handling.
bloodshot - 9 years ago
-
Remove debug. Use throwable in all other cases.
bloodshot - 9 years ago
-
Use throwable when catching phase errors. Fixes #1273
bloodshot - 9 years ago
-
Update SpongeCommon for causetracker error handling fixes.
-
1.10.2-5.2.0-BETA-384
-
Update SpongeCommon for various fixes.
bloodshot - 9 years ago
-
Update SpongeCommon to fix achievement issue
simon816 - 9 years ago
SpongeCommon
-
Remove error log when searching for fire block source. Fixes #1271
bloodshot - 9 years ago
-
Avoid accessing loaded chunk map during async lighting updates.
bloodshot - 9 years ago
-
Fix test after merge.
Gabriel Harris-Rouquette - 9 years ago
-
Refactor CauseTracker to be a global state tracker. This also fixes many of the issues
Gabriel Harris-Rouquette - 9 years ago
-
Add source during explosion phase. Fixes #1385
bloodshot - 9 years ago
-
Fix erroneous behavior when inventory interaction is cancelled and inventory is closed
Max Roncace - 9 years ago
-
Merge pull request #1262 from dualspiral/bugfix/1243-5.2
bloodmc - 9 years ago
-
Allow null ItemStacks to pass through block drops. In extremely rare corner cases, a null ItemStack may be dropped, and in 1.10.2, it is valid to do so, so Sponge should not be crashing for it.
Gabriel Harris-Rouquette - 9 years ago
-
Fix possible NPE during TE activation init.
bloodshot - 9 years ago
-
Fix incorrect command permission checks in some situations.
Daniel Naylor - 9 years ago
-
Bump Mixin to 0.6.8-SNAPSHOT
Daniel Naylor - 9 years ago
-
Stub-implement Achievement interface, fixes SpongePowered/SpongeCommon#1363
simon816 - 9 years ago
-
Fix ambient and water spawning. Fixes #1241
bloodshot - 9 years ago
-
Update SpongeCommon for various fixes.
-
1.10.2-5.2.0-BETA-383
-
Update SpongeCommon ref for message event
simon816 - 9 years ago
SpongeCommon
-
Add message events for when server sends message to players
simon816 - 10 years ago
-
Remove pending lighting update checks during spawning.
bloodshot - 9 years ago
-
Update SpongeAPI for AP change
kashike - 9 years ago
-
Update SpongeCommon ref for message event
-
1.10.2-5.2.0-BETA-382
-
Bump common for PrettyPrinting changes in CauseTracker.
…
Gabriel Harris-Rouquette - 9 years ago
SpongeCommon
-
Cleanup printing logs to also include implementation versions.
Gabriel Harris-Rouquette - 9 years ago
-
Update for changes in SpongeAPI
Minecrell - 9 years ago
-
Allow registering custom text serializers in plugins
Minecrell - 9 years ago
-
Update SpongeAPI
Minecrell - 9 years ago
-
Update VanillaGradle to 2.2-5, fixes compatibility with IntelliJ EAP
Minecrell - 9 years ago
-
Fix derp in checkLightAsync.
bloodshot - 9 years ago
-
Fix pending async light updates not always decrementing.
bloodshot - 9 years ago
-
Bump common for PrettyPrinting changes in CauseTracker.