Sponge Downloads

All builds

  1. 1.8.9-4.1.0-BETA-8

    1. Update for latest common changes.
      Signed-off-by: Chris Sanders <[email protected]>
      Chris Sanders - 10 years ago
  2. 1.8.9-4.1.0-BETA-7

  3. 1.8.9-4.1.0-BETA-6

    1. Update PluginScanner links to SpongeDocs
      Minecrell - 10 years ago
  4. 1.8.9-4.1.0-BETA-5

    1. Update Gradle wrapper to 2.13
      Minecrell - 10 years ago
    SpongeCommon
    1. Update Gradle wrapper to 2.13
      Minecrell - 10 years ago
    2. Merge JVM checking enhancements. Merges #684.
      Gabriel Harris-Rouquette - 10 years ago
    3. Ensure leash facing direction is not null. Fixes #706
      simon816 - 10 years ago
    4. Fix dropped items not getting captured in the cause tracker. Fixes #654
      simon816 - 10 years ago
    5. More lenient JVM checking
      Robert Herhold - 10 years ago
    6. Error handling for malformed JVM version strings
      Robert Herhold - 10 years ago
    7. Better JVM version checking
      Robert Herhold - 10 years ago
  5. 1.8.9-4.1.0-BETA-4

    1. Update SpongeCommon
      Aaron Hill - 10 years ago
  6. 1.8.9-4.1.0-BETA-3

    1. Bump common for updates and fixes.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 10 years ago
  7. 1.8.9-4.1.0-BETA-2

    1. Fix compile warnings
      Minecrell - 10 years ago
    2. Update SpongeCommon and jopt-simple
      Minecrell - 10 years ago
    3. Fix MixinWorld_Activation injector.
      Gabriel Harris-Rouquette - 10 years ago
    4. Bump SpongeCommon for EntityMinecartCommandBlock crash fix
      simon816 - 10 years ago
    5. Update SpongeCommon for performance improvements
      Aaron Hill - 10 years ago
    6. Show -34 older commits.
    SpongeCommon
    1. Fix more compile warnings
      Minecrell - 10 years ago
    2. Update SpongeAPI and database connectors
      Minecrell - 10 years ago
    3. Fix little edge-case where getWorld NPE'ed when constructing EntityMinecartCommandBlock
      simon816 - 10 years ago
    4. Fix some world stuff
      simon816 - 10 years ago
    5. Implement ArmorStandData. Close #594.
      Gabriel Harris-Rouquette - 10 years ago
    6. Fix issues with SpawnEntityEvent
      simon816 - 10 years ago
    7. Fix error when setting ItemTypes.NONE in an inventory slot. Fixes #580
      simon816 - 10 years ago
    8. Fix entities never making it in inter-dimensional travel
      simon816 - 10 years ago
    9. Add some missing @Final's
      Aaron Hill - 10 years ago
    10. Check for null entity types before processing.
      bloodshot - 10 years ago
    11. Improve entity performance in many areas.
      bloodshot - 10 years ago
    12. Revert "Revert "Re-add StateImplementation optimization.""
      Gabriel Harris-Rouquette - 10 years ago
    13. Whoops, forgot to make this NOT.
      Chris Sanders - 10 years ago
    14. Only migrate worlds which do not have a Sponge level.dat
      Chris Sanders - 10 years ago
    15. Add separate neighbor array to handle client-side chunks.
      bloodshot - 10 years ago
    16. Merge pull request #673 from SpongePowered/fix/isAreadLoaded
      bloodmc - 10 years ago
    17. Fix typo in World.isAreaLoaded
      Aleksi Sapon - 10 years ago
    18. Support primative parameters in event filters
      Nick Conde - 10 years ago
    19. Implement Getter paramater source filter
      Nick Conde - 10 years ago
    20. Merge pull request #669 from amaranth/chunk-neighbor
      bloodmc - 10 years ago
    21. Implement Chunk#getNeighbor and optimize World#isAreaLoaded
      Travis Watkins - 10 years ago
    22. Merge HealthDataProcessor fixes. Merges #664.
      Gabriel Harris-Rouquette - 10 years ago
    23. Update HealthValueProcessor to fire DestructEntityEvent.Death
      Daniel Naylor - 10 years ago
    24. Revert star importing CommonModuleRegistry. Star imports should be encouraged only to reduce 5+ imports to the same package.
      Gabriel Harris-Rouquette - 10 years ago
    25. Revert changes to JavaVersionCheckUtils as they were unintended.
      Gabriel Harris-Rouquette - 10 years ago
    26. Cleanup compile warnings.
      Gabriel Harris-Rouquette - 10 years ago
    27. Fix validation on ParticleEffect builders
      simon816 - 10 years ago
    28. Revert "Re-add StateImplementation optimization."
      Gabriel Harris-Rouquette - 10 years ago
    29. Re-add StateImplementation optimization.
      Gabriel Harris-Rouquette - 10 years ago
    30. Move three ValueProcessors to correct package. Fix UserDiscoverer error messages
      simon816 - 10 years ago
    31. Fix erroneous implementation of ItemStack.Builder. Minor code cleanup.
      Gabriel Harris-Rouquette - 10 years ago
    32. Ensure that ItemStack#getItem() never returns null.
      Gabriel Harris-Rouquette - 10 years ago
    33. Check if shooter is a ProjectileSource before cast in MixinEntityFireball.
      bloodshot - 10 years ago
    34. Add null item checks because mods.
      Gabriel Harris-Rouquette - 10 years ago
    35. Properly fix ChunkPreGenerate not populating chunks. Fixes #611
      Aleksi Sapon - 10 years ago
    36. Bump API for SpongePowered/SpongeAPI#1188 fix.
      Gabriel Harris-Rouquette - 10 years ago
    37. Fix duplicate SpawnCause in 'DropItemEvent.Destruct'.
      bloodshot - 10 years ago
    38. Fix 'InteractBlockEvent.Primary' being fired repeatedly when cancelled.
      bloodshot - 10 years ago
    39. Add DamageSource to 'DropItemEvent.Destruct' cause.
      bloodshot - 10 years ago
    40. Delegate to wrapped chunk generator if found for stronghold gen, fixes SpongePowered/SpongeForge#606
      Nick Conde - 10 years ago
    41. Ensure score name length is not longer than the maximum length
      Aaron Hill - 10 years ago
    42. Prevent possible stackoverflow during chunk populate.
      bloodshot - 10 years ago
    43. Fix some ProjectileLauncher issues. Fixes SpongePowered/SpongeForge#539, fixes SpongePowered/SpongeAPI#1135
      simon816 - 10 years ago
    44. Fix error on 'none' BlockType, fixes #650. Fix formatting on rotation data
      simon816 - 10 years ago
    45. Fix mapping warning on TextStyles.NONE
      simon816 - 10 years ago
    46. Don't begin initializing world in the constructor. Add dummy WorldInfo if provided with null
      simon816 - 10 years ago
    47. Create User for owner/notifier UUID, if necessary
      Aaron Hill - 10 years ago
    48. Fix 2 minor mixin issues
      Mumfrey - 10 years ago
    49. Fix default cancellation filter, fixes #646
      Nick Conde - 10 years ago
    50. Change SubtypeFilterDelegate to a loop, fixes #643
      Nick Conde - 10 years ago
    51. Temporarily remove the optimization MixinStateImplementation
      Aaron Hill - 10 years ago
    52. Fix potential NPE in MixinEntity
      Aaron Hill - 10 years ago
    53. Replace withProperty @Overwrite with an injection
      Aaron Hill - 10 years ago
    54. Remove generics from MixinStateImplementation
      Aaron Hill - 10 years ago
    55. Add Chunk Cache optimization patch.
      Gabriel Harris-Rouquette - 10 years ago
    56. Update SpongeAPI
      Aaron Hill - 10 years ago
    57. The method was meant to be added to SpongeImplHooks.
      Gabriel Harris-Rouquette - 10 years ago
    58. Add implementation for AttackEntityEvent. The hook in SpongeHooks added is for SpongeForge to throw a forge event.
      Gabriel Harris-Rouquette - 10 years ago
    59. Refactor DestructEntityEvent causes for non-living entities.
      bloodshot - 10 years ago
    60. Add World#getLight optimization patches that ignore unloaded chunks.
      Gabriel Harris-Rouquette - 10 years ago
    61. Add BlockState Optimization Patch.
      Gabriel Harris-Rouquette - 10 years ago
    62. Remove duplicate event call in MixinItemInWorldManager.
      bloodshot - 10 years ago
    63. Merge DyeableDataProcessor#isDyeable null check
      Aaron Hill - 10 years ago
    64. Add null check to DyeableDataProcessor#isDyeable
      Daniel Naylor - 10 years ago
    65. Merge pull request #614 from modwizcode/master
      bloodmc - 10 years ago
    66. Don't look for hanging entities if original block was liquid.
      bloodshot - 10 years ago
    67. Fix player items disappearing after cancelling DropItemEvent.
      bloodshot - 10 years ago
    68. Fix implementation Eclipse module missing java6 source set
      Minecrell - 10 years ago
    69. Store ImmutableValues in ImmutableData fields
      simon816 - 10 years ago
    70. Ignore air blocks during entity block collisions.
      bloodshot - 10 years ago
    71. Add missed ItemInWorldManager mixin.
      Chris Sanders - 10 years ago
    72. Fix duplicate 'InteractBlockEvent.Secondary' with right-clicks.
      bloodshot - 10 years ago
    73. Refactor InteractBlockEvent.
      bloodshot - 10 years ago
    74. Few small changes
      simon816 - 10 years ago
    75. Some fixes and improvements to a few data processors
      simon816 - 10 years ago
    76. Specify Locale.ENGLISH when using String#toLowerCase internally
      Aaron Hill - 10 years ago
    77. Fix particle ids
      Aaron Hill - 10 years ago
    78. Merge Virtual Block Change API. Merges #591.
      Gabriel Harris-Rouquette - 10 years ago
    79. Merge DataSerializers API implementation. Merges #634.
      Gabriel Harris-Rouquette - 10 years ago
    80. Add DataSerializer implementations for some default classes.
      Gabriel Harris-Rouquette - 10 years ago
    81. Use a @Surrogate for onArrowImpact
      Aaron Hill - 10 years ago
    82. Implement virtual block changes
      kashike - 10 years ago
    83. Replace MixinEntityArrow impact overwrite with injects
      kashike - 10 years ago
    84. Merge pull request #636 from kashike/feature/impact
      bloodmc - 10 years ago
    85. Fix players not having DisplayNameData
      simon816 - 10 years ago
    86. Call deflect logic only if event is cancelled.
      bloodshot - 10 years ago
    87. Use overwrite to handle our events in EntityArrow.
      bloodshot - 10 years ago
    88. Fix UserDiscoverer invalid logger template. Fixes SpongePowered/SpongeForge#599
      simon816 - 10 years ago
    89. Add collide event support for EntityArrow's.
      bloodshot - 10 years ago
    90. Only process INTERACT_AT packets when handling UseEntity packets.
      bloodshot - 10 years ago
    91. Bump API for BookView
      Walker Crouse - 10 years ago
    92. Add InteractEntityEvent support for ArmorStands. Fixes #632
      bloodshot - 10 years ago
    93. Bump API and update AbstractMappedData internally.
      Gabriel Harris-Rouquette - 10 years ago
    94. Allow SpongePlayerDataHandler to be initialized multiple times
      Aaron Hill - 10 years ago
    95. More DamageSource fixes for explosions.
      bloodshot - 10 years ago
    96. Implement BookView API
      Walker Crouse - 10 years ago
    97. Check for creator within a DamageSource caused by an explosion.
      bloodshot - 10 years ago
    98. Add convenience methods to EntityUtil for casting between Entity classes.
      Gabriel Harris-Rouquette - 10 years ago
    99. Merge UserDiscoverer fixes
      Aaron Hill - 10 years ago
    100. Bug Fixes with UserDiscoverer Lag
      Hassan Syyid - 10 years ago
    101. Remove un-needed Intrinsic in MixinEntityWolf.
      Chris Sanders - 10 years ago
    102. Use TextSerializer#deserializeUnchecked when deserializing ItemStack NBT
      Aaron Hill - 10 years ago
    103. Default implement DataHolder. Fix implementations of getKeys and getValues from entities. Fixes #618.
      Gabriel Harris-Rouquette - 10 years ago
    104. Check that objective exists on scoreboard before setting display slot
      Aaron Hill - 10 years ago
    105. Merge Lightning spawning fix. Merges #616.
      Gabriel Harris-Rouquette - 10 years ago
    106. Elevate various private protected methods/fields to eliminate synthetic accessor creation.
      Gabriel Harris-Rouquette - 10 years ago
    107. Flip accidentally inverted cancellation check, fixes https://github.com/SpongePowered/SpongeForge/issues/586
      modwizcode - 10 years ago
    108. Check getSlot bounds during interact capture, fixes #602
      modwizcode - 10 years ago
    109. Allow getting ItemTypes.NONE by id
      Aaron Hill - 10 years ago
    110. Fix check for valid rail directions
      Aaron Hill - 10 years ago
    111. Allow setting all directions on a Dispenser
      Aaron Hill - 10 years ago
    112. Temp fix for for inventory click NPE
      Aaron Hill - 10 years ago
    113. Fix recursive check during markAndNotifyBlockPost. Fixes #
      bloodshot - 10 years ago
    114. Update API for Catalog changes.
      Gabriel Harris-Rouquette - 10 years ago
    115. Keep chunks loaded in SpongeChunkPreGenerate to allow for populators to run
      Aleksi Sapon - 10 years ago
    116. Bump SpongeAPI
      Aaron Hill - 10 years ago
    117. Fix player inventory not being cleared when no drops were captured
      Aaron Hill - 10 years ago
    118. Properly handle ICommand#getCommandUsage returning null
      Aaron Hill - 10 years ago
    119. Remove java6 dependency from Eclipse classpath
      Minecrell - 10 years ago
    120. Merge Experience processor bugfix. Merges #553.
      Gabriel Harris-Rouquette - 10 years ago
    121. Remove redirect from MixinExplosion
      Aaron Hill - 10 years ago
    122. Set velocityChanged flag when updating velocity
      Aaron Hill - 10 years ago
    123. Make it clear that the implementations depend on Commons's java6 source set
      Minecrell - 10 years ago
    124. Merge getLensForOrdinal fix to use spanning children. Merges #596.
      Gabriel Harris-Rouquette - 10 years ago
    125. Merge OrderedInventoryLensImpl stride before init fix. Merges #579
      Gabriel Harris-Rouquette - 10 years ago
    126. Merge Inventory2DLensImpl fix. Merges #583.
      Gabriel Harris-Rouquette - 10 years ago
    127. Merge fix for OrderedInventoryAdapter#getSlotLens. Merges #582.
      Gabriel Harris-Rouquette - 10 years ago
    128. Update Gradle wrapper to 2.12
      Minecrell - 10 years ago
    129. Pass in BlockPos from client to ICommand instances
      Aaron Hill - 10 years ago
    130. Fix command handling not registering sources in post tick captures.
      Gabriel Harris-Rouquette - 10 years ago
    131. Fix some issues with SpawnCauses and the SpawnEntityEvent check. Fixes #585.
      Gabriel Harris-Rouquette - 10 years ago
    132. Comment out pointless HangingEntity check in createEntity
      Aaron Hill - 10 years ago
    133. Construct raw hashset from scoreboard teams to fix Eclipse compiler issues
      Minecrell - 10 years ago
    134. Set genNetherBridge world reference on initialization for now
      Minecrell - 10 years ago
    135. Update HikariCP to fix "Failed to get/set network timeout" spam
      Minecrell - 10 years ago
    136. Register /? as alias for /help
      Minecrell - 10 years ago
    137. The intelligence of Eclipse has still not changed
      Minecrell - 10 years ago
    138. Made QueryResult init with Spanning Children instead of Children to allow proper operations on queries returning more than one result.
      Wyatt Childers - 10 years ago
    139. Update API for MemoryDataView fixes.
      Gabriel Harris-Rouquette - 10 years ago
    140. Fix SpongeExplosionBuilder
      Walker Crouse - 10 years ago
    141. Silly me... Commit the correct files next time...
      Gabriel Harris-Rouquette - 10 years ago
    142. Update implementation for Explosion addition.
      Gabriel Harris-Rouquette - 10 years ago
    143. Clean up HideData's data and value processors
      Aaron Hill - 10 years ago
    144. Fix skull NPE
      Walker Crouse - 10 years ago
    145. Fix improper use of @Intrinsic
      Aaron Hill - 10 years ago
    146. Make ASM compute the stack and local sizes for event filters
      Aaron Hill - 10 years ago
    147. Set stride before init in OrderedInventoryLensImpl, fixes #579
      Steven Downer - 10 years ago
    148. Duplicate json entry
      Walker Crouse - 10 years ago
    149. Move rest of TileEntity mixins to proper location
      Walker Crouse - 10 years ago
    150. Remove debug print
      Walker Crouse - 10 years ago
    151. Properly handle GameProfiles in Skulls
      Walker Crouse - 10 years ago
    152. Sanity checks for MixinBlockRailBase. Fixes williewillus/Botania#180.
      Gabriel Harris-Rouquette - 10 years ago
    153. Get possible creatures from wrapped world generator if possible
      Minecrell - 10 years ago
    154. Fix Inventory2DLensImpl#getSlot always returning null
      Steven Downer - 10 years ago
    155. Fix OrderedInventoryAdapter#getSlotLens always returning null, fixes #457
      Steven Downer - 10 years ago
    156. Add object being serialized to NBTTranslator exception message
      Aaron Hill - 10 years ago
    157. Change setAttackTarget @Overwrite to an @Inject
      Aaron Hill - 10 years ago
    158. Fix SpongeAPI commit
      Minecrell - 10 years ago
    159. Simplify DataSerializableTypeSerializer
      Walker Crouse - 10 years ago
    160. Last remaining non-AbstractDataBuilder fix.
      Gabriel Harris-Rouquette - 10 years ago
    161. Merge #578 for bug fix in /sponge command
      Walker Crouse - 10 years ago
    162. Error : Optional.toString()
      rexbut - 10 years ago
    163. Initialize logger separately from SpongeImpl
      Minecrell - 10 years ago
    164. Fix remaining data builders not extending AbstractDataBuilder, or ignore warnings for implemented ones through native Data implementation. Closes #442.
      Gabriel Harris-Rouquette - 10 years ago
    165. Remove populator capture code as it is no longer used for events.
      bloodshot - 10 years ago
    166. Fix logger message
      Minecrell - 10 years ago
    167. Update implementation for changes. Add the first DataContentUpdater.
      Gabriel Harris-Rouquette - 10 years ago
    168. Bind TextStyle.Base to CatalogType module
      Walker Crouse - 10 years ago
    169. Merge fixes to Inventory related cause tracking. Merges #574. Merges #573.
      Gabriel Harris-Rouquette - 10 years ago
    170. Fix item deletion when cancelling ClickInventoryEvent.Middle
      Steven Downer - 10 years ago
    171. Fix wrong container in SpongeCommonEventFactory#handleCustomSlot/#handleSlotRestore
      Steven Downer - 10 years ago
    172. Fix spawn causes for dropped items.
      Gabriel Harris-Rouquette - 10 years ago
    173. Update SpongeAPI
      Minecrell - 10 years ago
    174. Replace op check with permission for spawn protection
      zml - 10 years ago
    175. Fix inventory drop item events not using a SpawnCause. Fixes #571.
      Gabriel Harris-Rouquette - 10 years ago
    176. Bump API
      zml - 10 years ago
    177. Replace file seperator with slash in resource paths
      Walker Crouse - 10 years ago
    178. One more fix for the mappings update
      Minecrell - 10 years ago
    179. Update MCP mappings to stable_22
      Minecrell - 10 years ago
    180. Update SpongeGradle and database connectors
      Minecrell - 10 years ago
    181. Merge implementation of MixinPlayerProfileCache.
      Gabriel Harris-Rouquette - 10 years ago
    182. Bump API for merges.
      Gabriel Harris-Rouquette - 10 years ago
    183. Fix GameProfileManager throwing ConcurrentModificationException
      Aaron Hill - 10 years ago
    184. Merge patch 4.0.2
      Walker Crouse - 10 years ago
    185. Update API for fix merge.
      Gabriel Harris-Rouquette - 10 years ago
    186. Update SpongeAPI
      Aaron Hill - 10 years ago
    187. Bump API for 4.1.0-SNAPSHOT towards next release.
      Gabriel Harris-Rouquette - 10 years ago
    188. Update the Total Experience value processor.
      Daniel Naylor - 10 years ago
  8. 1.8.9-4.0.3-BETA-259

    1. Bump for API 4.0.3.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 10 years ago
    2. Use SpongeExtension for asset directory attribute
      Walker Crouse - 10 years ago
    3. Bump for API 4.1-SNAPSHOT development.
      Gabriel Harris-Rouquette - 10 years ago
    SpongeCommon
    1. Implement now non-defaulted methods in GameProfileCache.
      Gabriel Harris-Rouquette - 10 years ago
    2. Update for bulk lookup fixes
      Aaron Hill - 10 years ago
    3. Include plugin-meta in shadow jar
      Walker Crouse - 10 years ago
  9. 1.8.9-4.0.1-BETA-252

    1. Merge bleeding for 4.0.1 release.
      Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
      Gabriel Harris-Rouquette - 10 years ago
    2. Bump for API 3.1.0 release.
      Gabriel Harris-Rouquette - 10 years ago
    3. Don't redirect PrettyPrinter to logger
      Minecrell - 10 years ago
    4. Update common ref
      Walker Crouse - 10 years ago
    5. Bump common ref
      Walker Crouse - 10 years ago
    6. Show -16 older commits.
    SpongeCommon
    1. Bump API for 4.0.1 hotfix with spongegradle dependency.
      Gabriel Harris-Rouquette - 10 years ago
    2. Merge bleeding for SpongeAPI 4.0.0 release.
      Gabriel Harris-Rouquette - 10 years ago
    3. Bump for API 3.1.0 release.
      Gabriel Harris-Rouquette - 10 years ago
    4. Merge fix for PlayerCacheEntry. Merges #565.
      Gabriel Harris-Rouquette - 10 years ago
    5. Add new method to ItemStackUtil.
      Gabriel Harris-Rouquette - 10 years ago
    6. Update common for Cause refactor.
      Gabriel Harris-Rouquette - 10 years ago
    7. Correct /sponge version command output
      zml - 10 years ago
    8. Apparently @Aaron1011 likes the sun a lot.
      Gabriel Harris-Rouquette - 10 years ago
    9. Bump SpongeAPI
      Aaron Hill - 10 years ago
    10. Allow plugins to provide registry modules for API classes
      Aaron Hill - 10 years ago
    11. Correct handling of pagination parameters
      zml - 10 years ago
    12. Implement optional usage printing
      zml - 10 years ago
    13. Implement the mutable aspects of SendCommandEvent.
      Matthew Miller (Me4502) - 10 years ago
    14. Support for selector tab completion.
      JBYoshi - 11 years ago
    15. Fix AbstractMethodError with PlayerProfileCacheEntry mixin
      kashike - 10 years ago
    16. Fix diamond problem for default TradeOfferGenerators.
      Gabriel Harris-Rouquette - 10 years ago
    17. Implementation of SpawnCause and usage for any related SpawnEntityEvent.
      Gabriel Harris-Rouquette - 10 years ago
    18. Implement improved Pagination API
      Aaron Hill - 10 years ago
    19. Fix compile issues due to updates.
      Gabriel Harris-Rouquette - 10 years ago
    20. Merge master into bleeding for many implementation additions.
      Gabriel Harris-Rouquette - 10 years ago
    21. Merge implementation of GameProfileCache. Merges #495.
      Gabriel Harris-Rouquette - 10 years ago
    22. Merge GriefingData implementation. Merges #432.
      Gabriel Harris-Rouquette - 10 years ago
    23. Merge BeaconData implementation. Unlock the ability to set custom potion effects. Merges #429.
      Gabriel Harris-Rouquette - 10 years ago
    24. Merge fix for ItemStack generation issues with not copying the NBTCompound. Merges #422.
      Gabriel Harris-Rouquette - 10 years ago
    25. Merge BodyPartRotationalData implementation. Merges #383.
      Gabriel Harris-Rouquette - 10 years ago
    26. Merge Builder data keys additions. Merges #537.
      Gabriel Harris-Rouquette - 10 years ago
    27. Update API for Minecart entity renames.
      Gabriel Harris-Rouquette - 10 years ago
    28. Implement new TradeOffer changes. Implement VillagerRegistry. Fix compiling issues from past merges.
      Gabriel Harris-Rouquette - 10 years ago
    29. Merge TargetedLocationData changes into bleeding. Merges #485.
      Gabriel Harris-Rouquette - 10 years ago
    30. Update API ref
      Walker Crouse - 10 years ago
    31. Bump API ref
      Walker Crouse - 10 years ago
    32. Implement AssetManager
      Walker Crouse - 10 years ago
    33. Update cost calculation in TimingsExport per @Aikar's recommendation
      Mumfrey - 10 years ago
    34. Merge tab list implementation
      Aaron Hill - 10 years ago
    35. Implement player tab list API
      kashike - 10 years ago
    36. Enable use of plugin metadata in timings output
      simon816 - 10 years ago
    37. Update SpongeAPI ref
      Walker Crouse - 10 years ago
    38. Update SpongeAPI ref
      Walker Crouse - 10 years ago
    39. Update SpongeAPI ref
      Walker Crouse - 10 years ago
    40. MessageEvent changes
      Walker Crouse - 10 years ago
    41. Update SpongeAPI
      Aaron Hill - 10 years ago
    42. Update
      Walker Crouse - 10 years ago
    43. Merge master into bleeding for minor changes.
      Gabriel Harris-Rouquette - 10 years ago
    44. Enable star imports specifically for DataRegistrar again.
      Gabriel Harris-Rouquette - 10 years ago
    45. Add TextConfigSerializer to DataRegistrar
      Walker Crouse - 10 years ago
    46. Update SpongeAPI
      Minecrell - 10 years ago
    47. Merge plugin metadata additions from pull request #523
      Minecrell - 10 years ago
    48. Update for plugin metadata changes in SpongeAPI
      Minecrell - 10 years ago
    49. Introduce GameProfileCache
      kashike - 10 years ago
    50. Update for CompletableFuture changes
      zml - 10 years ago
    51. Use DyeableData for colored blocks
      Aaron Hill - 10 years ago
    52. Remove redundant methods
      zml - 10 years ago
    53. Merge master into bleeding for capturing fixes and updates.
      Gabriel Harris-Rouquette - 10 years ago
    54. Do not ignore absorption that can be modified from mods. Fixes SpongePowered/SpongeForge#545.
      Gabriel Harris-Rouquette - 10 years ago
    55. Merge TextXML parse error improvements
      Aaron Hill - 10 years ago
    56. Fix ItemStack#getContainers. Properly add manipulators for books
      Aaron Hill - 10 years ago
    57. Implement BodyPartRotationalData
      sanman00 - 10 years ago
    58. Fix UserDiscoverer throwing an exception on non-player dat files
      Aaron Hill - 10 years ago
    59. Fix decoration flag being ignored for flatland worlds
      Nick Conde - 10 years ago
    60. Fix typo. Closes SpongePowered/SpongeVanilla#206
      Aaron Hill - 10 years ago
    61. Do not force set server gamemode on existing worlds.
      Chris Sanders - 10 years ago
    62. Fixed ItemStackBuilder. The entity stuff requires more complex work.
      Matthew Miller (Me4502) - 10 years ago
    63. Correctly put Players back in default world if that world is not present
      Chris Sanders - 10 years ago
    64. Finished implementing. Moving on to testing phase.
      Matthew Miller (Me4502) - 10 years ago
    65. Start the implementation of key/value builders.
      Matthew Miller (Me4502) - 10 years ago
    66. Fix ice spike generation
      Minecrell - 10 years ago
    67. Remove mixin debug for onChunkPopulate.
      bloodshot - 10 years ago
    68. Fix populator capture being stuck in wrong state.
      bloodshot - 10 years ago
    69. Fix default value for ImmutableSpongeSkullData
      Aaron Hill - 10 years ago
    70. Replicate hotbar index to client when setting, fixes #522
      Mumfrey - 10 years ago
    71. Merge unused MixinGameProfile merge from pull request #486
      Minecrell - 10 years ago
    72. Merge message channel senders from pull request #520
      Minecrell - 10 years ago
    73. Include sender in MessageChannel send
      kashike - 10 years ago
    74. Update MixinWorld_Tracker not to capture block changes from populators.
      Gabriel Harris-Rouquette - 10 years ago
    75. Correct checkArgument calls in RandomObjectPopulator, Closes #460
      Nick Conde - 10 years ago
    76. Add delegating fabric for mods, updates SpongePowered/SpongeForge#540
      Mumfrey - 10 years ago
    77. Prevent collision with other entities when the colliding entity is vanished.
      Gabriel Harris-Rouquette - 10 years ago
    78. Fix ItemPotionDataProcessor calling the wrong NBTTagList method. Fixes #514.
      Gabriel Harris-Rouquette - 10 years ago
    79. Minor refactor
      Mumfrey - 10 years ago
    80. Add missing Final annotations
      Mumfrey - 10 years ago
    81. Increase priority of MixinWorld_Tracker
      Mumfrey - 10 years ago
    82. Remove unused conflicting method from MixinWorld_Tracker
      Mumfrey - 10 years ago
    83. Implement TargetedLocationData
      kashike - 10 years ago
    84. Update submodule
      kashike - 10 years ago
    85. Merge unused MixinGameProfile into the real MixinGameProfile
      kashike - 10 years ago
    86. Changed Value Type in KeyRegistry
      Rain336 - 10 years ago
    87. Implementing BeaconData
      Rain336 - 10 years ago
    88. Made TextXML event parse error messages more helpful.
      TomyLobo - 10 years ago
    89. Implemented GriefingData.
      Seppe Volkaerts - 10 years ago
    90. Make sure the tag compound is added back to the itemstack on creation
      Clienthax - 10 years ago
  10. 1.8.9-4.0.0-BETA-249