Sponge Downloads

All builds

  1. 1.12-7.0.0-BETA-283

    1. Update MCP mappings to snapshot_20170614
      Minecrell - 9 years ago
    SpongeCommon
    1. Update MCP mappings to snapshot_20170614
      Minecrell - 9 years ago
  2. 1.12-7.0.0-BETA-282

    1. Continue reading from console input after EOT
      There is usually no reason to stop reading from the console, so
      preventing console input after EOT can be extremely confusing.
      
      To prevent this, we can simply ignore the exception thrown by
      JLine and continue reading normally.
      Minecrell - 9 years ago
  3. 1.12-7.0.0-BETA-281

    1. Remove unused ConsoleAppender
      In the old Log4J version before Minecraft 1.12, this was necessary
      because otherwise Log4J closed the output stream when disabling
      the ConsoleAppender, shortly before enabling the TerminalConsoleAppender.
      
      This was fixed in apache/logging-log4j2@d04659c
      Minecrell - 9 years ago
    SpongeCommon
    1. URLs in plugin descriptions are now clickable. (#1290)
      Matthew Messinger - 9 years ago
    2. Add access to sea level (#1335)
      Parker Lougheed - 9 years ago
  4. 1.12-7.0.0-BETA-280

    1. Update SpongeCommon
      Minecrell - 9 years ago
    2. Remove TODO for getGameDictionary
      Minecrell - 9 years ago
  5. 1.12-7.0.0-BETA-278

    1. Bump common for CrashReport details from CauseTracker.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 9 years ago
    SpongeCommon
    1. Merge CauseTracker detail addition for CrashReports. Merges #1389.
      Gabriel Harris-Rouquette - 9 years ago
    2. Add cause tracker dump to crash reports
      Aaron Hill - 9 years ago
  6. 1.12-7.0.0-BETA-277

    1. Change JNA and jline-terminal-jna to a runtime dependency
      It's not needed at compile-time. JLine handles detecting it at
      runtime automatically.
      Minecrell - 9 years ago
  7. 1.12-7.0.0-BETA-276

    1. Merge 1.12 changes into bleeding for further development.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 9 years ago
    2. Explicitly include stacktraces in colored blocks
      Minecrell - 9 years ago
    3. Fix debug client
      Minecrell - 9 years ago
    4. Update for class, method, and field renames
      kashike - 9 years ago
    5. Update workspace for Minecraft 1.12
      Minecrell - 9 years ago
    6. Show -8 older commits.
    SpongeCommon
    1. Merge 1.12 changes and updates into bleeding for further development.
      Gabriel Harris-Rouquette - 9 years ago
    2. tests: Add class loader exclusion for org.slf4j.*
      Minecrell - 9 years ago
    3. Various minor fixes: fix running in production, and some crashes
      Minecrell - 9 years ago
    4. Update for class, method, and field renames
      kashike - 9 years ago
    5. Update workspace for Minecraft 1.12
      Minecrell - 9 years ago
    6. Update mappings
      Minecrell - 9 years ago
    7. Stop shading fastutil, Minecraft includes a full copy now
      Minecrell - 9 years ago
    8. Register Vanilla dimension types after enum is fully loaded
      Minecrell - 9 years ago
    9. Update mappings
      Nick Conde - 9 years ago
    10. Add 1.12 entities to registry, fix data version
      Nick Conde - 9 years ago
    11. Fix several mixin errors for 1.12
      Nick Conde - 9 years ago
    12. Fix remaining compile errors
      Nick Conde - 9 years ago
    13. Replace SpongeChatType with NMS ChatType enum
      Nick Conde - 9 years ago
    14. Various 1.12 fixes
      Nick Conde - 9 years ago
    15. Update to 1.12-pre2
      Nick Conde - 9 years ago
    16. Remove usages of guavaToJava8
      kashike - 9 years ago
    17. Remove achievements
      kashike - 9 years ago
    18. Switch usages of GuavaCollectors to methods in Guava 21
      Minecrell - 9 years ago
    19. Replace removed/deprecated guava usages with replacements
      kashike - 9 years ago
    20. Bump dependencies
      kashike - 9 years ago