Sponge Downloads

All builds

  1. 1.12.2-2705-7.1.0-BETA-3304

    1. Bump common for null difficulty checks on world info. Potentially fixes #2303.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 8 years ago
    SpongeCommon
    1. Ensure null EnumDifficulty types are not being set onto worldinfos.
      Gabriel Harris-Rouquette - 8 years ago
  2. 1.12.2-2705-7.1.0-BETA-3303

  3. 1.12.2-2705-7.1.0-BETA-3301

    1. Removing a lot of generics from Inventory Impl
      Anselm Brehme - 8 years ago
    SpongeCommon
    1. Removing a lot of generics from Inventory Impl
      Anselm Brehme - 8 years ago
    2. Inventory Lens Privacy
      Anselm Brehme - 8 years ago
  4. 1.12.2-2705-7.1.0-BETA-3300

  5. 1.12.2-2705-7.1.0-BETA-3299

    1. Update for cause frame fix during player packets.
      bloodshot - 8 years ago
    SpongeCommon
    1. Fix cause frame during player packets.
      bloodshot - 8 years ago
  6. 1.12.2-2705-7.1.0-BETA-3298

    1. Add support for working around broken mods
      A large number of mods have improper network handlers. Instead of
      interacting with the world from a task scheduled on the main thread,
      they directly modify the world from a Netty handler. This is strictly
      incorrect, and will cause issues even when Sponge is not installed.
      
      However, due to the extra thread checks added by Sponge, mods which
      *seem* to work correctly without Sponge can appear to break when it is
      added. While the ultimate solution is always for the mod to only modify
      the world from the main thread, mod developers don't always respond
      quickly to these kinds of issues. The end result: while these kinds of
      mods are broken even without Sponge, the extra checks done by Sponge
      means that these mods may appear 'more broken' with Sponge installed.
      
      As a temporary workaround to help server owners, this commit adds an
      option to forcibly reschedule mod network handlers on the main thread.
      To avoid messing with Netty directly, only mods using Forge's 'simple
      channel' system are handled. While Forge technically provides other
      channel options to mods, in practice virtually all mods use the 'simple
      channel' system. Indeed, to date all issues opened on Sponge for these
      misbehaving mods are caused by mods using the 'simple channel' system.
      
      The implementation of this feature is minimally invasive. One mixin substitues
      a subclass of Forge's SimpleChannelHandlerWrapper when a mod registers
      a 'simple channel' handler. Another mixin substitutes a subclass of
      Netty's SimpleChannelInboundHandler in place of Forge's
      NetworkEventFiringHandler.
      
      However, to further minimize its impact,
      this replacement is completely off by default - not even the mixin is
      applied. Furthermore, this feature must be explicitly enabled for
      specific mod ids via the config. Any mods not in the config will be
      completely untouched.
      Aaron Hill - 8 years ago
    SpongeCommon
    1. Add BrokenMods configuration category
      Aaron Hill - 8 years ago
  7. 1.12.2-2705-7.1.0-BETA-3297

    1. Update SpongeCommon for inventory memory fix.
      bloodshot - 8 years ago
    SpongeCommon
    1. Inventory Lens Privacy
      Anselm Brehme - 8 years ago
  8. 1.12.2-2705-7.1.0-BETA-3296

  9. 1.12.2-2705-7.1.0-BETA-3295

    1. Bump common for empty phase context completion from packets.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 8 years ago
    SpongeCommon
    1. Default to unknown packet states, not empty packet states.
      Gabriel Harris-Rouquette - 8 years ago
  10. 1.12.2-2705-7.1.0-BETA-3294

    1. Bump common for main hand click interaction events not being thrown.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 8 years ago
    SpongeCommon
    1. Boolean fail... Also, interaction states need to have logic ran.
      Gabriel Harris-Rouquette - 8 years ago