Sponge Downloads

All builds

  1. 1.12.2-2655-7.1.0-BETA-3076

    1. Update SpongeCommon
      Anselm Brehme - 8 years ago
    SpongeCommon
    1. check before casting
      Anselm Brehme - 8 years ago
  2. 1.12.2-2655-7.1.0-BETA-3075

    1. Update SpongeCommon
      Anselm Brehme - 8 years ago
    SpongeCommon
    1. Fix Slot not using the original inventory lenses if available
      Anselm Brehme - 8 years ago
  3. 1.12.2-2655-7.1.0-BETA-3074

    1. Merges the overhaul of Entity Drop Captures to resolve the following issues:
      - Fixes #1903
      - Fixes #1346
      - Fixes #1259
      - Fixes #1810
      - Fixes #1430
      - Fixes #1458
      - Fixes #1825
      - Fixes #1398
      
      This merge also introduces a new gradle module that provides dependencies on
      SpongeForge's Forge dependency, SpongeCommon, and SpongeAPI to allow the modded
      equivalent to testplugins, but as a Forge mod/plugin hybrid. This was used to
      test and verify something as simple as providing a custom item that would
      spawn a chicken when the item is dropped and spawned into the world.
      
      By contrast, this also prevents Forge's internal event listener for entity spawns
      to be called since the custom item spawning logic is now provided by
      SpongeCommon.
      
      Merges #2110.
      
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 8 years ago
  4. 1.12.2-2655-7.1.0-BETA-3073

    1. Merges the overhaul of Entity Drop Captures to resolve the following issues:
      - Fixes #1903
      - Fixes #1346
      - Fixes #1259
      - Fixes #1810
      - Fixes #1430
      - Fixes #1458
      - Fixes #1825
      - Fixes #1398
      
      This merge also introduces a new gradle module that provides dependencies on
      SpongeForge's Forge dependency, SpongeCommon, and SpongeAPI to allow the modded
      equivalent to testplugins, but as a Forge mod/plugin hybrid. This was used to
      test and verify something as simple as providing a custom item that would
      spawn a chicken when the item is dropped and spawned into the world.
      
      By contrast, this also prevents Forge's internal event listener for entity spawns
      to be called since the custom item spawning logic is now provided by
      SpongeCommon.
      
      Merges #2110.
      
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 8 years ago
    2. Bump common for spawn event updates.
      Gabriel Harris-Rouquette - 8 years ago
    3. Merge changes from stable-7 into refactor/entity-drop-compatibility for further testing.
      Gabriel Harris-Rouquette - 8 years ago
    4. Minor fixes and centralization for the SpawnTypes and SpawnEntityEvent creation.
      Gabriel Harris-Rouquette - 8 years ago
    5. Clean up references to possible phase contexts indirectly through the wrapped lists that are pointing to multimap lists which are pointed to by phase contexts.
      Gabriel Harris-Rouquette - 8 years ago
    6. Show -16 older commits.
    SpongeCommon
    1. Merge the overhaul of entity drop captures. This culminates the various changes necessary to achieve the following:
      Gabriel Harris-Rouquette - 8 years ago
    2. Validate the spawn types used for spawn events. Resolves #1878.
      Gabriel Harris-Rouquette - 8 years ago
    3. Merge stable-7 into refactor/entity-drop-compatibility for updates and re-verification of updates and testing.
      Gabriel Harris-Rouquette - 8 years ago
    4. Get AABB entity searches to be able to search within captured entity lists to allow mods to still interact with captured entities. Resolves SpongePowered/SpongeForge#1903.
      Gabriel Harris-Rouquette - 8 years ago
    5. Further clean up spawn entity events. Centralize the creation of the events to SpongeCommonEventFactory where we can validate the contexts. This is not finished.
      Gabriel Harris-Rouquette - 8 years ago
    6. Start adding some modifications to the getEntitiesWithinAABB for block drop captures being partially captured by other mods.
      Gabriel Harris-Rouquette - 8 years ago
    7. Actually handle per entity item drops that may be captured from mods. This properly associates two direct causes for the entity drops, however, it does not utilize the internal entity creator with the tile entity being ticked.
      Gabriel Harris-Rouquette - 8 years ago
    8. Centralize all spawn entity events and the spawning of those entities through to EntityUtil so that we can have finer control for entity spawns with regards to custom items.
      Gabriel Harris-Rouquette - 8 years ago
    9. Improve management of deaths. Do not throw events during the death update as it would be too late and crash certain mods.
      Gabriel Harris-Rouquette - 8 years ago
    10. Flilp erroneous flag for tile drops.
      Gabriel Harris-Rouquette - 8 years ago
    11. DestructEntityEvent.Death is now properly cancellable. It is not automatically handled by Sponge to cancel the death, but the plugin. Resetting the health of the entity will cancel the death status and allow the entity to survive.
      Gabriel Harris-Rouquette - 8 years ago
    12. stuff.
      Gabriel Harris-Rouquette - 8 years ago
    13. Merge stable-7 into development for updates and bug fixes.
      Gabriel Harris-Rouquette - 8 years ago
    14. Add necessary changes to support testmods.
      Gabriel Harris-Rouquette - 8 years ago
    15. Add test mods to be ignored. Testmods will be a module available in SpongeForge specifically to be able to write mods that will test forge functionality with sponge included, much like testplugins.
      Gabriel Harris-Rouquette - 8 years ago
    16. Fix compile error.
      Gabriel Harris-Rouquette - 8 years ago
    17. Start moving core event throwing into the CommonEventFactory where most of the events are thrown. Reducing the duplication of code in phase states.
      Gabriel Harris-Rouquette - 8 years ago
    18. Actually use the right hooks that I had written on my desktop and missed on my laptop.
      Gabriel Harris-Rouquette - 8 years ago
    19. Minor clean up while cleaning up refactorings. This is primarily to clean up drops before rewriting the actual handling and spawning of entity drops.
      Gabriel Harris-Rouquette - 8 years ago
    20. Centralized captures for entity items. Now handles the addition of the forge capture lists compatibility through SpongeImplHooks.
      Gabriel Harris-Rouquette - 8 years ago
    21. Make CapturedSupplier nonnul and reduce the multiple injectors/redirects to a simple overwrite for MixinBlock#spawnAsEntity.
      Gabriel Harris-Rouquette - 8 years ago
    22. Gut item pre-merging and start restoring vanilla logic in all places. Capture management is coming next.
      Gabriel Harris-Rouquette - 8 years ago
    23. Merge stable into branch for updates and other bug fixes.
      Gabriel Harris-Rouquette - 8 years ago
    24. Start reworking how the death state enters and where capturing takes place.
      Gabriel Harris-Rouquette - 8 years ago
    25. Fix unit tests for now added phase tracker during unit tests.
      Gabriel Harris-Rouquette - 8 years ago
  5. 1.12.2-2655-7.1.0-BETA-3072

    1. Update SpongeCommon
      Anselm Brehme - 8 years ago
  6. 1.12.2-2655-7.1.0-BETA-3071

    1. Update SpongeCommon
      Anselm Brehme - 8 years ago
    SpongeCommon
    1. fix living item pickup
      Anselm Brehme - 8 years ago
    2. Inventory Transformations
      Anselm Brehme - 8 years ago
  7. 1.12.2-2655-7.1.0-BETA-3070

    1. Bump SpongeCommon for Windows data config file fix
      Daniel Naylor - 8 years ago
    SpongeCommon
    1. Remove duplicated save operation for custom data config
      Daniel Naylor - 8 years ago
  8. 1.12.2-2655-7.1.0-BETA-3069

  9. 1.12.2-2655-7.1.0-BETA-3067

    1. Bump for tracking map change.
      Signed-off-by: Chris Sanders <[email protected]>
      Chris Sanders - 8 years ago
    SpongeCommon
    1. Switch fastutil map being used.
      Chris Sanders - 8 years ago
  10. 1.12.2-2655-7.1.0-BETA-3066

    1. Update SpongeCommon for CME fix.
      bloodshot - 8 years ago
    SpongeCommon
    1. Use thread-safe Set for dirty users. Fixes #1901
      bloodshot - 8 years ago