Sponge Downloads

All builds

  1. 1.12.1-7.0.0-BETA-320

  2. 1.12.1-7.0.0-BETA-319

  3. 1.12.1-7.0.0-BETA-318

  4. 1.12.1-7.0.0-BETA-317

    1. Also remove unused ConsoleAppender for log4j2_prod.xml
      stephan-gh - 9 years ago
    SpongeCommon
    1. Ensure held item is non-empty before applying enchantment effects
      stephan-gh - 9 years ago
    2. Match against owning class when transforming tracked method calls
      Aaron1011 - 9 years ago
    3. Only allow custom beacon potions when set through the API
      Aaron1011 - 9 years ago
    4. Fixes #1472 : Pass all entities to the avoid target selector.
      Zidane - 9 years ago
    5. Fix conflicting default method impls of Predicate#test
      Aaron1011 - 9 years ago
    6. Merge pull request #1401 from SpongePowered/feature/userinventory
      Zidane - 9 years ago
    7. implement UserInventory and add testplugin
      Faithcaio - 9 years ago
    8. Merge pull request #1221 from SpongePowered/feature/container-property
      Zidane - 9 years ago
    9. GuiIDProperty and GuiId Catalogue
      Faithcaio - 10 years ago
    10. Couple of inventory event fixes. Updates #1448.
      Zidane - 9 years ago
    11. Cache active chunk for entities and tileentities.
      bloodmc - 9 years ago
    12. Cache persisted chunk status for activation ranges.
      bloodmc - 9 years ago
    13. Don't enter TILE_ENTITY_UNLOAD phase on client
      Aaron1011 - 9 years ago
    14. Always force id's to lowercase when read from config.
      bloodmc - 9 years ago
    15. Add TileEntityUnloadState. Fixes SpongePowered/SpongeForge#1470
      bloodmc - 9 years ago
    16. Lets try this fix again for Inventory getPlugin.
      Zidane - 9 years ago
    17. Fix Inventoryt#getPlugin for custom inventories.
      Zidane - 9 years ago
    18. Merge pull request #1500 from Cybermaxke/fix-tracker-class-loading
      bloodmc - 9 years ago
    19. Fix unintentionally class loading caused by Tracker redirect methods.
      Cybermaxke - 9 years ago
  5. 1.12.1-7.0.0-BETA-316

    1. Optimize runtime deobfuscation transformer to improve startup time
      Reduces time in transformer about ~1000ms, on my machine from
      ~1600ms to ~600ms.
      
      There are two main changes to optimize the transformer:
      
      - ~600ms are saved by preprocessing the obfuscation mappings to
        generate the super maps and field descriptors at compile time.
        They are stored in a more compact mapping format which can be
        loaded quickly at runtime.
      
      - ~400ms are saved by limiting the transformer to Minecraft classes.
        In production, the transformer is responsible for deobfuscating
        the original Minecraft classes (using "Notch" mappings) to
        "Searge" mappings. SpongeVanilla itself and all Sponge plugins
        should be compiled again Searge mappings already so it is pointless
        to transform these classes.
      stephan-gh - 9 years ago
  6. 1.12.1-7.0.0-BETA-315

  7. 1.12.1-7.0.0-BETA-314

  8. 1.12.1-7.0.0-BETA-313

  9. 1.12.1-7.0.0-BETA-312

    1. Update SpongeCommon
      Remove chunk events as these are now called in SpongeCommon.
      stephan-gh - 9 years ago
    SpongeCommon
    1. Merge pull request #1481 from Grinch/feature/plugins-command
      Zidane - 9 years ago
    2. Finishing touches
      Grinch - 9 years ago
    3. Merge pull request #1477 from JBYoshi/pluginphase-post
      Zidane - 9 years ago
    4. Fix CME during TE removal. Fixes SpongePowered/SpongeForge#1722
      bloodmc - 9 years ago
    5. Fix MC-117075: TE Unload Lag Spike
      bloodmc - 9 years ago
    6. Don't enable world configs on creation from plugins.
      bloodmc - 9 years ago
    7. Don't return empty chunks in chunk cache.
      bloodmc - 9 years ago
    8. Ray trace player digging. Fixes #1415
      bloodmc - 9 years ago
    9. Don't drop items during block restores.
      bloodmc - 9 years ago
    10. Updated plugin list command to use pagination rather than a raw list
      zachoooo - 10 years ago
    11. Have PlayerTickPhase surrounded with a try catch to avoid exceptions causing additional stacks. Partially fixes SpongePowered/SpongeForge#1713 and SpongePowered/SpongeForge#1477.
      gabizou - 9 years ago
    12. This never happened.
      Zidane - 9 years ago
    13. Add AI testing plugin (cause why not..)
      Zidane - 9 years ago
    14. Fix tracker not providing Player as part of entities spawned via
      Zidane - 9 years ago
    15. Couple of fixes for local movement.
      Zidane - 9 years ago
    16. if lens is null here build it
      Faithcaio - 9 years ago
    17. Implement Inventory.getPlugin(). Fixes SpongePowered/SpongeCommon#1222
      jbyoshi - 9 years ago
    18. Cleanup from Record PR + test plugins cleanup
      Zidane - 9 years ago
    19. Merges #1438 : Implemented the Record API.
      Cybermaxke - 9 years ago
    20. Merge pull request #1358 from JBYoshi/fix/xp-levels
      Zidane - 9 years ago
    21. Merge pull request #1382 from JBYoshi/fix/plugin-teleport-cause
      Zidane - 9 years ago
    22. Merge pull request #1370 from JBYoshi/fix/tnt-detonate-cancel
      Zidane - 9 years ago
    23. Fix wrong chunk folder being retrieved during mod init.
      bloodmc - 9 years ago
    24. Don't use world from entity when spawning. Fixes SpongePowered/SpongeForge#830
      bloodmc - 9 years ago
    25. Added implementation for getPrecipitationLevel in Extent
      hfreeb - 9 years ago
    26. Merge pull request #1454 from Meronat/fix/saturation-property
      Zidane - 9 years ago
    27. Merge pull request #1462 from ustc-zzzz/bleeding
      Zidane - 9 years ago
    28. Merges #1475: Cleanup pagination list, add a test plugin, and allow sending a specific page
      parlough - 9 years ago
    29. Rework some of the SpongeTeleportHelper
      dualspiral - 9 years ago
    30. Bump API ref.
      Zidane - 9 years ago
    31. Implement Villager.getCarrier().
      jbyoshi - 9 years ago
    32. Remove getName from MixinItem toString as it can crash on startup.
      bloodmc - 9 years ago
    33. Use TeleportCauses.PLUGIN for plugin-caused teleports.
      jbyoshi - 9 years ago
    34. Allow PluginPhase to run during unwinding, for plugin actions inside event listeners that are called during unwinding. Fixes SpongePowered/SpongeVanilla#314.
      jbyoshi - 9 years ago
    35. Automatically recalculate the total XP after updating the experience levels.
      jbyoshi - 9 years ago
    36. Fix the incorrect implementation of (de)serialization of GameProfile
      ustc-zzzz - 9 years ago
    37. Fix saturation property value to be actual value
      parlough - 9 years ago
    38. Bypass PluginContainer cause checks. Fixes SpongePowered#1366
      jbyoshi - 9 years ago
  10. 1.12.1-7.0.0-BETA-311