All builds
-
1.8.9-4.1.0-BETA-329
-
Bump common ref for setLocation fix.
…
Chris Sanders - 10 years ago
SpongeCommon
-
Fix setLocation not teleporting entity.
bloodshot - 10 years ago
-
Bump common ref for setLocation fix.
-
1.8.9-4.1.0-BETA-328
-
Update jline to 2.14.2
Minecrell - 10 years ago
-
Bump common ref for gen liquids fix.
Chris Sanders - 10 years ago
-
Update SpongeCommon to fix startup issue
Minecrell - 10 years ago
-
Bump common ref for portal location fix.
Chris Sanders - 10 years ago
-
Bump common for teleport fixes. Closes SpongeCommon#759.
Chris Sanders - 10 years ago
SpongeCommon
-
Update SpongeAPI
Minecrell - 10 years ago
-
Fix liquids not flowing during world gen. Fixes #760
bloodshot - 10 years ago
-
Remove chunk loaded check during teleports. Fixes #759
bloodshot - 10 years ago
-
Fix wrong location being used for portal event.
bloodshot - 10 years ago
-
Use origin world for cause tracking during teleports.
bloodshot - 10 years ago
-
Don't allow non-player entities to load chunks on teleport.
bloodshot - 10 years ago
-
Use peekFirst instead of getFirst. Fixes #651
bloodshot - 10 years ago
-
Change MixinCommandTeleport to an overwrite to fix SpongeForge.
bloodshot - 10 years ago
-
Update jline to 2.14.2
-
1.8.9-4.1.0-BETA-322
-
Update common for added teleporter methods.
…
Chris Sanders - 10 years ago -
Force Vanilla methods to call derivatives with Teleporter.
Chris Sanders - 10 years ago
-
Bump for portal registration fixes.
Chris Sanders - 10 years ago
-
Update for Teleport/Portal implementation.
Chris Sanders - 10 years ago
SpongeCommon
-
Add teleporter methods to internal interface for Vanilla.
Chris Sanders - 10 years ago
-
Fix various build issues.
bloodshot - 10 years ago
-
Fix plugin reload command
zml - 10 years ago
-
Fix some issues with PortalAgentType registration.
bloodshot - 10 years ago
-
Add special handling when players leave or go to the end.
bloodshot - 10 years ago
-
Implement 'DisplaceEntityEvent.Teleport'
bloodshot - 10 years ago
-
Implement PortalAgentType storage.
bloodshot - 10 years ago
-
Register PoralAgentTypes.
Gabriel Harris-Rouquette - 10 years ago
-
Fix Teleporter PortalAgentType registration.
Gabriel Harris-Rouquette - 10 years ago
-
Rewrite handling of portal event.
bloodshot - 10 years ago
-
Null check teleporters for Entity teleports. Actually register TeleportTypes.
Gabriel Harris-Rouquette - 10 years ago
-
Implement teleporter cause builders.
Gabriel Harris-Rouquette - 10 years ago
-
Implement PortalAgent and 'DisplaceEntityEvent.Portal'
bloodshot - 10 years ago
-
Fix cause during command tracking.
bloodshot - 10 years ago
-
Fix living entities not moving.
bloodshot - 10 years ago
-
Fix notifyNeighbor crash on client. Fixes #758
bloodshot - 10 years ago
-
Implement changes to SqlService
zml - 10 years ago
-
Fix scoreboard related memory leak
Aaron Hill - 10 years ago
-
Merge pull request #747 from ryantheleach/fix-SpongeTeleportHelper
bloodmc - 10 years ago
-
Add despawn configurations for Living entities.
Gabriel Harris-Rouquette - 10 years ago
-
Fix client NPE on block randomTick.
bloodshot - 10 years ago
-
Temporary workaround to a bug where game profile queries could return an empty list.
Gabriel Harris-Rouquette - 10 years ago
-
Cleanup isRemote checks in MixinWorldServer. WorldServer.isRemote is always false.
Gabriel Harris-Rouquette - 10 years ago
-
Fix SpongeTeleportHelper
Ryan Leach - 10 years ago
-
Update common for added teleporter methods.
-
1.8.9-4.1.0-BETA-318
-
Bump common for timings verbose change.
…
Chris Sanders - 10 years ago
SpongeCommon
-
Make timings verbose by default.
Chris Sanders - 10 years ago
-
Bump common for timings verbose change.
-
1.8.9-4.1.0-BETA-317
-
Bump common ref for entity activation fix.
…
Chris Sanders - 10 years ago
SpongeCommon
-
Fix entity activation.
bloodshot - 10 years ago
-
Bump common ref for entity activation fix.
-
1.8.9-4.1.0-BETA-316
-
Bump common for further timings.
…
Chris Sanders - 10 years ago
SpongeCommon
-
Add chunk populate timings.
bloodshot - 10 years ago
-
Bump common for further timings.
-
1.8.9-4.1.0-BETA-315
-
Bump common for new timings.
…
Chris Sanders - 10 years ago
SpongeCommon
-
Fix some crashes with timings.
bloodshot - 10 years ago
-
Update timings. Fixes #743
bloodshot - 10 years ago
-
Fix improper entity cast when flag is true for leash knots. Correct shadowed methods in MixinMinecraftServer.
Gabriel Harris-Rouquette - 10 years ago
-
Add missing imports.
bloodshot - 10 years ago
-
Properly fix #726
bloodshot - 10 years ago
-
Fix some redstone blocks firing block place events instead of modify.
bloodshot - 10 years ago
-
Merge pull request #644 from SpongePowered/world-storage-impl
bloodmc - 10 years ago
-
Implement WorldStorage
simon816 - 10 years ago
-
Merge pull request #718 from JBYoshi/data/invulnerability
bloodmc - 10 years ago
-
Merge pull request #737 from ZephireNZ/fix/properties
bloodmc - 10 years ago
-
Merge pull request #740 from hsyyid/fix/teleport-helper
bloodmc - 10 years ago
-
Merge pull request #734 from dualspiral/feature/pagination-pad
bloodmc - 10 years ago
-
Fix SolidCubeProperty being only accessible from Location<World>
Brynley McDonald - 10 years ago
-
Add mob-spawn-range to world configs. Updates SpongeForge#646.
Chris Sanders - 10 years ago
-
Move isSafe checks for invalid coordinates to avoid PositionOutOfBoundsException
Hassan Syyid - 10 years ago
-
Fix SpongeAPI ref
Aaron Hill - 10 years ago
-
Implement getAllFor in GameRegistry.
Chris Sanders - 10 years ago
-
Fix MixinEntityPlayerMP getPlayer to return this. Add optimization to pumpkins when being placed in generating chunks.
Gabriel Harris-Rouquette - 10 years ago
-
Fix fill not working when non-filled profile was cached
Aaron Hill - 10 years ago
-
Fix nether structures generating when generateStructures is false.
Chris Sanders - 10 years ago
-
Remove the enum.
Daniel Naylor - 10 years ago
-
Update Pagination to not pad if only one page exists.
Daniel Naylor - 10 years ago
-
Implement InvulerabilityData.
JBYoshi - 10 years ago
-
Bump common for new timings.
-
1.8.9-4.1.0-BETA-314
-
Bump common for multi-world changes.
…
Chris Sanders - 10 years ago
SpongeCommon
-
Require CommandSource to have reload perm to execute.
Chris Sanders - 10 years ago
-
Last bits of cleanup.
Chris Sanders - 10 years ago
-
Fix useMapFeatures always being false for non-overworlds in SinglePlayer.
Chris Sanders - 10 years ago
-
Re-merge Tracker/Effect mixins back into World/WorldServer.
Chris Sanders - 10 years ago
-
Initial work on disabling mod/Vanilla worlds.
Chris Sanders - 10 years ago
-
Fix world generator initialization.
bloodshot - 10 years ago
-
Fix potential cause NPE in updateTickBlock.
bloodshot - 10 years ago
-
Bump common for multi-world changes.
-
1.8.9-4.1.0-BETA-313
-
Bump common ref to fix plugin multi-world storage.
…
Chris Sanders - 10 years ago
SpongeCommon
-
Fix loadWorld not using WorldServerMulti.
Chris Sanders - 10 years ago
-
Bump common ref to fix plugin multi-world storage.
-
1.8.9-4.1.0-BETA-312
-
Bump for multi-world emergency fix.
…
Chris Sanders - 10 years ago
SpongeCommon
-
Honor init methods from _Effect and _Tracker. Closes SpongeForge#642
Chris Sanders - 10 years ago
-
Bump for multi-world emergency fix.