All builds
-
1.10.2-2073-5.0.0-BETA-1700
-
Update SpongeCommon
Aaron Hill - 10 years ago
SpongeCommon
-
Ensure that TextComponentIterator works properly
Aaron Hill - 10 years ago
-
Fix NoSuchElementException when iterating over a Text object's children
Aaron Hill - 10 years ago
-
Add flag to force ShouldFire fields to 'true'
Aaron Hill - 10 years ago
-
Merge EnderDragon#getHealingCrystal() implementation
Aaron Hill - 10 years ago
-
Merge difficulty id fix
Aaron Hill - 10 years ago
-
Implement EnderDragon.getHealingCrystal().
JBYoshi - 10 years ago
-
Overrode provideCatalogMap
Me4502 - 10 years ago
-
Added the minecraft: prefix
Me4502 - 10 years ago
-
Make the difficulty cataloguetype ID not include the resource location
Me4502 - 10 years ago
-
Update SpongeCommon
-
1.10.2-2073-5.0.0-BETA-1699
-
Update SpongeCommon
Aaron Hill - 10 years ago
SpongeCommon
-
Properly handle projectiles spawned during entity ticking
Aaron Hill - 10 years ago
-
Check for CommandSource instead of ICommandSender in a PhaseContext
Aaron Hill - 10 years ago
-
Merge pull request #905 from dualspiral/refactor/teleport-helper
Chris Sanders - 10 years ago
-
Merge pull request #919 from AlmuraDev/bleeding
Chris Sanders - 10 years ago
-
Add notifier/owners for pistons performing block changes.
Gabriel Harris-Rouquette - 10 years ago
-
Prevent replaceBiomeBlocks method from running when using other generators such as TerrainControl.
Mike Howe - Dockter - 10 years ago
-
Replace using List with Stream, use more concise comparator.
Daniel Naylor - 10 years ago
-
Refactor the SpongeTeleportHelper.
Daniel Naylor - 10 years ago
-
Update SpongeCommon
-
1.10.2-2073-5.0.0-BETA-1698
-
Bump common and fix compile errors. I swore that I had these in the previous commit...
…
Gabriel Harris-Rouquette - 10 years ago -
Bump common for various fixes.
Gabriel Harris-Rouquette - 10 years ago
SpongeCommon
-
Move spawn event for chunk load hook to MixinWorldServer since it is now handled by the world server. Fixes #914.
Gabriel Harris-Rouquette - 10 years ago
-
Fix spawn causes. Fixes #916. Fix associating notifiers and owners for block phases.
Gabriel Harris-Rouquette - 10 years ago
-
Statically initialize sponge specific DamageSources during the registration phases to avoid classloading issues. Fixes #917.
Gabriel Harris-Rouquette - 10 years ago
-
Overall cleanup. Properly fix items dropping and misfiring the wrong event.'
Gabriel Harris-Rouquette - 10 years ago
-
Bump common and fix compile errors. I swore that I had these in the previous commit...
-
1.10.2-2073-5.0.0-BETA-1696
-
Update SpongeCommon
Aaron Hill - 10 years ago
SpongeCommon
-
Properly track block/entity changes for update sign packets
Aaron Hill - 10 years ago
-
Remove command block injection
Minecrell - 10 years ago
-
Update SpongeCommon
-
1.10.2-2073-5.0.0-BETA-1695
-
Update SpongeCommon for command fix.
bloodshot - 10 years ago
SpongeCommon
-
Don't capture commands async.
bloodshot - 10 years ago
-
Update status ping response event implementation for changes in 1.9/1.10
Minecrell - 10 years ago
-
Update SpongeCommon for command fix.
-
1.10.2-2073-5.0.0-BETA-1694
-
Bump common for AffectEntityEvent#filter fixes, as well as spawn cause fixes.
…
Gabriel Harris-Rouquette - 10 years ago
SpongeCommon
-
Fix various tracking issues. Avoid using Arrays#asList if the list is intended to be mutable.
Gabriel Harris-Rouquette - 10 years ago
-
Bump common for AffectEntityEvent#filter fixes, as well as spawn cause fixes.
-
1.10.2-2073-5.0.0-BETA-1692
-
Update SpongeCommon for chunk unload fix.
bloodshot - 10 years ago
SpongeCommon
-
Fix chunks not unloading properly.
bloodshot - 10 years ago
-
Fix player teleports getting stuck in loop.
bloodshot - 10 years ago
-
Fix entity cleanup with no players.
bloodshot - 10 years ago
-
Update SpongeCommon for chunk unload fix.
-
1.10.2-2073-5.0.0-BETA-1689
-
Update SpongeCommon
Aaron Hill - 10 years ago
SpongeCommon
-
Capture and process everything for plugin messages
Aaron Hill - 10 years ago
-
Fix UUID data serializer. Fixes SpongePowered/SpongeAPI#1332
Minecrell - 10 years ago
-
Update SpongeCommon
-
1.10.2-2073-5.0.0-BETA-1688
-
Update SpongeGradle and update for SpongeCommon changes
Minecrell - 10 years ago
SpongeCommon
-
Restore previous dependencies since everything else is broken
Minecrell - 10 years ago
-
Update VanillaGradle and add launchwrapper dependency manually
Minecrell - 10 years ago
-
Update VanillaGradle and SpongeGradle, update for API changes
Minecrell - 10 years ago
-
Add id/names for all minecraft populator objects, Closes #904
Nick Conde - 10 years ago
-
Update SpongeGradle and update for SpongeCommon changes
-
1.10.2-2073-5.0.0-BETA-1687
-
Bump common for fixes.
…
Gabriel Harris-Rouquette - 10 years ago
SpongeCommon
-
Fix commands not being captured properly. Fixes SpongePowered/SpongeForge#840. Fixes SpongePowered/SpongeForge#859. Fixes #872.
Gabriel Harris-Rouquette - 10 years ago
-
Get MinecraftServer instance from SpongeImpl instead of from command sender
Minecrell - 10 years ago
-
Bump common for fixes.