Sponge Downloads

All builds

  1. 1.8.9-4.1.0-BETA-329

    1. Bump common ref for setLocation fix.
      Signed-off-by: Chris Sanders <[email protected]>
      Chris Sanders - 10 years ago
    SpongeCommon
    1. Fix setLocation not teleporting entity.
      bloodshot - 10 years ago
  2. 1.8.9-4.1.0-BETA-328

  3. 1.8.9-4.1.0-BETA-322

    1. Update common for added teleporter methods.
      Signed-off-by: Chris Sanders <[email protected]>
      Chris Sanders - 10 years ago
    2. Force Vanilla methods to call derivatives with Teleporter.
      Chris Sanders - 10 years ago
    3. Bump for portal registration fixes.
      Chris Sanders - 10 years ago
    4. Update for Teleport/Portal implementation.
      Chris Sanders - 10 years ago
    SpongeCommon
    1. Add teleporter methods to internal interface for Vanilla.
      Chris Sanders - 10 years ago
    2. Fix various build issues.
      bloodshot - 10 years ago
    3. Fix plugin reload command
      zml - 10 years ago
    4. Fix some issues with PortalAgentType registration.
      bloodshot - 10 years ago
    5. Add special handling when players leave or go to the end.
      bloodshot - 10 years ago
    6. Implement 'DisplaceEntityEvent.Teleport'
      bloodshot - 10 years ago
    7. Implement PortalAgentType storage.
      bloodshot - 10 years ago
    8. Register PoralAgentTypes.
      Gabriel Harris-Rouquette - 10 years ago
    9. Fix Teleporter PortalAgentType registration.
      Gabriel Harris-Rouquette - 10 years ago
    10. Rewrite handling of portal event.
      bloodshot - 10 years ago
    11. Null check teleporters for Entity teleports. Actually register TeleportTypes.
      Gabriel Harris-Rouquette - 10 years ago
    12. Implement teleporter cause builders.
      Gabriel Harris-Rouquette - 10 years ago
    13. Implement PortalAgent and 'DisplaceEntityEvent.Portal'
      bloodshot - 10 years ago
    14. Fix cause during command tracking.
      bloodshot - 10 years ago
    15. Fix living entities not moving.
      bloodshot - 10 years ago
    16. Fix notifyNeighbor crash on client. Fixes #758
      bloodshot - 10 years ago
    17. Implement changes to SqlService
      zml - 10 years ago
    18. Fix scoreboard related memory leak
      Aaron Hill - 10 years ago
    19. Merge pull request #747 from ryantheleach/fix-SpongeTeleportHelper
      bloodmc - 10 years ago
    20. Add despawn configurations for Living entities.
      Gabriel Harris-Rouquette - 10 years ago
    21. Fix client NPE on block randomTick.
      bloodshot - 10 years ago
    22. Temporary workaround to a bug where game profile queries could return an empty list.
      Gabriel Harris-Rouquette - 10 years ago
    23. Cleanup isRemote checks in MixinWorldServer. WorldServer.isRemote is always false.
      Gabriel Harris-Rouquette - 10 years ago
    24. Fix SpongeTeleportHelper
      Ryan Leach - 10 years ago
  4. 1.8.9-4.1.0-BETA-318

    1. Bump common for timings verbose change.
      Signed-off-by: Chris Sanders <[email protected]>
      Chris Sanders - 10 years ago
    SpongeCommon
    1. Make timings verbose by default.
      Chris Sanders - 10 years ago
  5. 1.8.9-4.1.0-BETA-317

    1. Bump common ref for entity activation fix.
      Signed-off-by: Chris Sanders <[email protected]>
      Chris Sanders - 10 years ago
    SpongeCommon
    1. Fix entity activation.
      bloodshot - 10 years ago
  6. 1.8.9-4.1.0-BETA-316

    1. Bump common for further timings.
      Signed-off-by: Chris Sanders <[email protected]>
      Chris Sanders - 10 years ago
    SpongeCommon
    1. Add chunk populate timings.
      bloodshot - 10 years ago
  7. 1.8.9-4.1.0-BETA-315

    1. Bump common for new timings.
      Signed-off-by: Chris Sanders <[email protected]>
      Chris Sanders - 10 years ago
    SpongeCommon
    1. Fix some crashes with timings.
      bloodshot - 10 years ago
    2. Update timings. Fixes #743
      bloodshot - 10 years ago
    3. Fix improper entity cast when flag is true for leash knots. Correct shadowed methods in MixinMinecraftServer.
      Gabriel Harris-Rouquette - 10 years ago
    4. Add missing imports.
      bloodshot - 10 years ago
    5. Properly fix #726
      bloodshot - 10 years ago
    6. Fix some redstone blocks firing block place events instead of modify.
      bloodshot - 10 years ago
    7. Merge pull request #644 from SpongePowered/world-storage-impl
      bloodmc - 10 years ago
    8. Implement WorldStorage
      simon816 - 10 years ago
    9. Merge pull request #718 from JBYoshi/data/invulnerability
      bloodmc - 10 years ago
    10. Merge pull request #737 from ZephireNZ/fix/properties
      bloodmc - 10 years ago
    11. Merge pull request #740 from hsyyid/fix/teleport-helper
      bloodmc - 10 years ago
    12. Merge pull request #734 from dualspiral/feature/pagination-pad
      bloodmc - 10 years ago
    13. Fix SolidCubeProperty being only accessible from Location<World>
      Brynley McDonald - 10 years ago
    14. Add mob-spawn-range to world configs. Updates SpongeForge#646.
      Chris Sanders - 10 years ago
    15. Move isSafe checks for invalid coordinates to avoid PositionOutOfBoundsException
      Hassan Syyid - 10 years ago
    16. Fix SpongeAPI ref
      Aaron Hill - 10 years ago
    17. Implement getAllFor in GameRegistry.
      Chris Sanders - 10 years ago
    18. Fix MixinEntityPlayerMP getPlayer to return this. Add optimization to pumpkins when being placed in generating chunks.
      Gabriel Harris-Rouquette - 10 years ago
    19. Fix fill not working when non-filled profile was cached
      Aaron Hill - 10 years ago
    20. Fix nether structures generating when generateStructures is false.
      Chris Sanders - 10 years ago
    21. Remove the enum.
      Daniel Naylor - 10 years ago
    22. Update Pagination to not pad if only one page exists.
      Daniel Naylor - 10 years ago
    23. Implement InvulerabilityData.
      JBYoshi - 10 years ago
  8. 1.8.9-4.1.0-BETA-314

    1. Bump common for multi-world changes.
      Signed-off-by: Chris Sanders <[email protected]>
      Chris Sanders - 10 years ago
  9. 1.8.9-4.1.0-BETA-313

    1. Bump common ref to fix plugin multi-world storage.
      Signed-off-by: Chris Sanders <[email protected]>
      Chris Sanders - 10 years ago
    SpongeCommon
    1. Fix loadWorld not using WorldServerMulti.
      Chris Sanders - 10 years ago
  10. 1.8.9-4.1.0-BETA-312

    1. Bump for multi-world emergency fix.
      Signed-off-by: Chris Sanders <[email protected]>
      Chris Sanders - 10 years ago