Sponge Downloads

All builds

  1. 1.9.4-5.0.0-BETA-28

    1. Move mixins to core package
      Minecrell - 10 years ago
  2. 1.9.4-5.0.0-BETA-27

    1. Bump common for packet buffer available fix.
      Signed-off-by: Chris Sanders <[email protected]>
      Chris Sanders - 10 years ago
    SpongeCommon
    1. Accidentally flipped values around in available.
      Chris Sanders - 10 years ago
  3. 1.9.4-5.0.0-BETA-26

    1. Bump common for packet buffer fix.
      Signed-off-by: Chris Sanders <[email protected]>
      Chris Sanders - 10 years ago
    SpongeCommon
    1. Fix MixinPacketBuffer for changes made in 1.9.4.
      Chris Sanders - 10 years ago
  4. 1.9.4-5.0.0-BETA-25

    1. Decompile on Travis for now
      Compiling with setupCIWorkspace on 1.9.4 is broken because of a
      class file the Java compiler can't read for some special reason.
      
      bad class file: SPacketPlayerListItem$AddPlayerData.class
          bad RuntimeInvisibleParameterAnnotations attribute: AddPlayerData(GameProfile,int,GameType,ITextComponent)
          Please remove or make sure it appears in the correct subdirectory of the classpath.
      Minecrell - 10 years ago
    2. Add optional module for client debugging
      Minecrell - 10 years ago
    SpongeCommon
    1. Decompile on Travis for now
      Minecrell - 10 years ago
    2. Bump for SpawnCause updates and general phase fixes.
      Gabriel Harris-Rouquette - 10 years ago
  5. 1.9.4-5.0.0-BETA-23

  6. 1.9.4-5.0.0-BETA-22

  7. 1.9.4-bleeding-1.10-BETA-78

    1. Bump common for Vanilla dimensions fix.
      Signed-off-by: Chris Sanders <[email protected]>
      Chris Sanders - 10 years ago
    2. Bump common for various phase fixes.
      Gabriel Harris-Rouquette - 10 years ago
    3. Update SpongeCommon
      Minecrell - 10 years ago
    4. Bump common for chunk gc fix.
      Gabriel Harris-Rouquette - 10 years ago
    5. Bump common for drop fixes.
      Gabriel Harris-Rouquette - 10 years ago
    6. Show -114 older commits.
    SpongeCommon
    1. Merge branch 'bleeding' into bleeding-1.10
      Chris Sanders - 10 years ago
    2. Always register Vanilla dimensions.
      Chris Sanders - 10 years ago
    3. Merge bleeding into bleeding-1.10 for bed fix
      Minecrell - 10 years ago
    4. Add wake up phase for players since bed blocks change block state.
      Gabriel Harris-Rouquette - 10 years ago
    5. Merge branch 'bleeding' into bleeding-1.10
      Chris Sanders - 10 years ago
    6. Merge master into bleeding for updates.
      Gabriel Harris-Rouquette - 10 years ago
    7. Turn back on capturing for TileEntityPiston's.
      bloodshot - 10 years ago
    8. Fix commands not being able to run async.
      bloodshot - 10 years ago
    9. Movement packets need to specifically use movement functions.
      Gabriel Harris-Rouquette - 10 years ago
    10. Extract CapturedSupplier and CapturedMultiMapSupplier into extra classes for sanity purposes.
      Gabriel Harris-Rouquette - 10 years ago
    11. Add custom packet handling for capturing. This should increase compatibility with mods performing world operations with packets.
      Gabriel Harris-Rouquette - 10 years ago
    12. Entity interaction drop fixes.
      Gabriel Harris-Rouquette - 10 years ago
    13. Disable item pre-merging with entity interactions and creative inventory actions.
      Gabriel Harris-Rouquette - 10 years ago
    14. Bump API for version change.
      Gabriel Harris-Rouquette - 10 years ago
    15. Add configuration option for additional plugin search directory
      Mumfrey - 10 years ago
    16. Fix a slew of missing override annotations
      Mumfrey - 10 years ago
    17. Merge bleeding into bleeding-1.10 for fixes and updates.
      Gabriel Harris-Rouquette - 10 years ago
    18. Comment out chunk garbage collection changes for now as there are some issues and performance degredation during world generation.
      Gabriel Harris-Rouquette - 10 years ago
    19. Modify ChunkGC to have maximum chunk unloads per gc. Default is set to 100.
      Gabriel Harris-Rouquette - 10 years ago
    20. Bump Mixin to 0.5.11. Bump mappings to 20160621.
      Chris Sanders - 10 years ago
    21. Update for api permissions changes
      zml - 10 years ago
    22. Fix item drops from players closing containers and items dropping. Fixes #805.
      Gabriel Harris-Rouquette - 10 years ago
    23. Fix timings version in exported report.
      bloodshot - 10 years ago
    24. Fix interactions with entities and item pre-merging.
      Gabriel Harris-Rouquette - 10 years ago
    25. Actually call chunk gc... Fixes SpongePowered/SpongeForge#698.
      Gabriel Harris-Rouquette - 10 years ago
    26. Fix drops for good. Remove EventConsumer. Fixes #803.
      Gabriel Harris-Rouquette - 10 years ago
    27. Allow commands to load chunks when requested.
      Roque - 10 years ago
    28. Check if overworld is loaded in UserDiscoverer
      Aaron Hill - 10 years ago
    29. Implement new 1.10 API features
      Minecrell - 10 years ago
    30. Fix production
      Minecrell - 10 years ago
    31. Register polar bears
      Minecrell - 10 years ago
    32. Update SpongeCommon to Minecraft 1.10
      Minecrell - 10 years ago
    33. Fix compile errors on Minecraft 1.10
      Minecrell - 10 years ago
    34. Update workspace to Minecraft 1.10
      Minecrell - 10 years ago
    35. Update MCP mappings to snapshot_20160618
      Minecrell - 10 years ago
    36. Send active potion effects on player respawn
      Aaron Hill - 10 years ago
    37. Minor cleanup of EntityUtil.
      Gabriel Harris-Rouquette - 10 years ago
    38. Fix pre-merged player drops. All drops should now work as expected, pre-merged and not pre-merged.
      Gabriel Harris-Rouquette - 10 years ago
    39. Scratch that, just call loadchunk and if not, call provideChunk.
      Gabriel Harris-Rouquette - 10 years ago
    40. Need to call loadChunk instead of loadChunkFromFile to allow chunk loading logic to run.
      Gabriel Harris-Rouquette - 10 years ago
    41. Merge master into bleeding for load chunk fixes.
      Gabriel Harris-Rouquette - 10 years ago
    42. We actually need to try and load from file to honor API contract.
      Chris Sanders - 10 years ago
    43. Bump API. Correctly implement getChunk/loadChunk. Honors contract now.
      Chris Sanders - 10 years ago
    44. Merge master into bleeding for updates.
      Gabriel Harris-Rouquette - 10 years ago
    45. No reason to check registration, just return the DimensionType known.
      Chris Sanders - 10 years ago
    46. Fix SpawnEntityEvent's not checking for filtered entities.
      bloodshot - 10 years ago
    47. Fix isAreaLoaded always checking same chunks. Closes #801.
      Chris Sanders - 10 years ago
    48. Use IntSet for unregisterable dimensions
      Minecrell - 10 years ago
    49. Bump Mixin to 0.5.10-SNAPSHOT
      Minecrell - 10 years ago
    50. Don't capture explosions.
      bloodshot - 10 years ago
    51. Introduce concept of unregisterable dimensions.
      Chris Sanders - 10 years ago
    52. Fix dimensions not being registered
      Mumfrey - 10 years ago
    53. Enable chunk requests in safe teleporter
      Aaron Hill - 10 years ago
    54. Add Item entity merge configuration.
      Gabriel Harris-Rouquette - 10 years ago
    55. Update Gradle wrapper to 2.14
      Minecrell - 10 years ago
    56. Don't allow chunk requests during world gen.
      bloodshot - 10 years ago
    57. Fix block meta not being applied correctly to createSnapshot API calls.
      bloodshot - 10 years ago
    58. Merge master into bleeding for various minor fixes.
      Gabriel Harris-Rouquette - 10 years ago
    59. Re-add missing tile entity timings fix
      Aaron Hill - 10 years ago
    60. Make sure chunks are loaded before an entity changes location.
      bloodshot - 10 years ago
    61. Merge master into bleeding for chunk gc changes.
      Gabriel Harris-Rouquette - 10 years ago
    62. Code cleanup and some minor performance fixes when processing block transactions.
      Gabriel Harris-Rouquette - 10 years ago
    63. Fix timings not reporting total tile entities
      Aaron Hill - 10 years ago
    64. Allow vanilla fallback when chunk gc is disabled.
      bloodshot - 10 years ago
    65. Update Mixin to 0.5.9
      Mumfrey - 10 years ago
    66. Don't allow PlayerInstance's to queue chunks for unload.
      bloodshot - 10 years ago
    67. Fix setBlock capturing for API calls.
      bloodshot - 10 years ago
    68. Add safety measure for setLocation.
      bloodshot - 10 years ago
    69. Add chunk garbage collection.
      bloodshot - 10 years ago
    70. Implement PortionData for door blocks
      simon816 - 10 years ago
    71. Include annotation processor in dev JAR
      Minecrell - 10 years ago
    72. Fix Minecraft version
      Minecrell - 10 years ago
    73. Merge master into bleeding for Mixin upgrade
      Aaron Hill - 10 years ago
    74. Upgrade Mixin to 0.5.7-SNAPSHOT
      Aaron Hill - 10 years ago
    75. Remove debug line. Fixes SpongePowered/SpongeForge#690.
      Gabriel Harris-Rouquette - 10 years ago
    76. Fix commands failing to notify blocks of block changes.
      Gabriel Harris-Rouquette - 10 years ago
    77. Fix BlockSnapshot#restore not entering a proper phase. Begin work on block drops.
      Gabriel Harris-Rouquette - 10 years ago
    78. Fix onUpdateDeath not being called on the client
      Aaron Hill - 10 years ago
    79. Fix item pre merging for player drops. Now works as intended. Clarified the configuration settings.
      Gabriel Harris-Rouquette - 10 years ago
    80. Complete player death drops. All entity drops are now streamlined through depending
      Gabriel Harris-Rouquette - 10 years ago
    81. Actually enable MixinEntityBoat
      Aaron Hill - 10 years ago
    82. Fix Vanilla bug where ocelot AI is added on the client
      Aaron Hill - 10 years ago
    83. Fix compile issue from the last merge.
      Gabriel Harris-Rouquette - 10 years ago
    84. Merge branch 'master' into bleeding
      Aaron Hill - 10 years ago
    85. Fix broken command '/sponge plugins <id>'
      Aaron Hill - 10 years ago
    86. Fix compile error in MixinEntity.
      bloodshot - 10 years ago
    87. Implement TameableData for Horse
      Aaron Hill - 10 years ago
    88. Merge branch 'master' into bleeding
      Aaron Hill - 10 years ago
    89. Fix @Include not working with multiple arguments
      Aaron Hill - 10 years ago
    90. Make sure config is initialized when generateSpawnOnLoad is false
      Aaron Hill - 10 years ago
    91. Fix internal setLocation methods not notifying client.
      bloodshot - 10 years ago
    92. Merge branch 'master' into bleeding
      Aaron Hill - 10 years ago
    93. Properly serialize the 'config-enabled' setting
      Aaron Hill - 10 years ago
    94. Fix setting spawn for End-like worlds
      Aaron Hill - 10 years ago
    95. Fix bonus chest generation
      Aaron Hill - 10 years ago
    96. Fire constructWorldProperties for new saves on the client.
      Chris Sanders - 10 years ago
    97. Round of multi-world fixes.
      Chris Sanders - 10 years ago
    98. Data fix Sponge dimensions coming from 1.8.9 during data integrity checks.
      Chris Sanders - 10 years ago
    99. Fix custom dimension registration
      Aaron Hill - 10 years ago
    100. Fix 'generate spawn chunks on load' setting
      Aaron Hill - 10 years ago
    101. Fix some events and tracking not occuring due to wrong checks.
      bloodshot - 10 years ago
    102. Remove redundant shadows
      Mumfrey - 10 years ago
    103. Block events are properly notified now. Should fix player notifiers passing through redstone and block event related physics.
      Gabriel Harris-Rouquette - 10 years ago
    104. Only log a message when parsing an invalid ClickEvent URL
      Aaron Hill - 10 years ago
    105. Merge master into bleeding for updates and changes.
      Gabriel Harris-Rouquette - 10 years ago
    106. Make @Getter work with methods with a covariant return type
      Aaron Hill - 10 years ago
    107. Add support for tracking pixelmon when spawned by pokeballs.
      bloodshot - 10 years ago
    108. Add special cause for drops caused by inventory close.
      bloodshot - 10 years ago
    109. Fix cursor transactions with creative inventory event.
      bloodshot - 10 years ago
    110. Refactor handling of inventory open and close events.
      bloodshot - 10 years ago
    111. Fix captures not working for player packets and commands.
      bloodshot - 10 years ago
    112. Fix blocks not being tracked all the time.
      bloodshot - 10 years ago
    113. Few minor fixes for cause tracking.
      bloodshot - 10 years ago
    114. Refactor usages of Keys.INVISIBLE to Keys.VANISH. Update implementation for API changes.
      Gabriel Harris-Rouquette - 10 years ago
    115. Start work on marking block notifiers. This is mostly working barring some things with redstone tile entities.
      Gabriel Harris-Rouquette - 10 years ago
    116. Fix minecart command blocks
      zml - 10 years ago
    117. Fix two bugs. Fix TileEntityBanner#markAndUpdate casting issues. Try to fix SpongePlayerDataHandler by creating the new file first.
      Gabriel Harris-Rouquette - 10 years ago
    118. Ignore phase re-entrance when terrain is generating as mods potentially re-enter terrain generation on multiple chunks.
      Gabriel Harris-Rouquette - 10 years ago
    119. Refactor handling of piston tracking.
      bloodshot - 10 years ago
    120. Properly cancel if restoring blocks. Fix NPE with tnt.
      Chris Sanders - 10 years ago
    121. Remove item registration by default in MixinItem since forge mods doing weird things.
      Gabriel Harris-Rouquette - 10 years ago
    122. Fix worlds not unloading on server stop that have players.
      Chris Sanders - 10 years ago
    123. Villager registration modules changing for Forge handling.
      Gabriel Harris-Rouquette - 10 years ago
    124. Fix more issues with player drops not triggering events.
      bloodshot - 10 years ago
    125. Make sure to set UUID from Bukkit world when loading it. Closes #648.
      Chris Sanders - 10 years ago
    126. Fix Migrator migrating Bukkit worlds endlessly.
      Chris Sanders - 10 years ago
    127. Bump API for 4.2.0-SNAPSHOT bump.
      Gabriel Harris-Rouquette - 10 years ago
    128. Bump API for 4.1.0 official release.
      Gabriel Harris-Rouquette - 10 years ago
    129. Proper Multi-World WorldBorder implementation.
      Chris Sanders - 10 years ago
    130. Remove un-needed injections in MixinNetHandlerPlayServer.
      bloodshot - 10 years ago
    131. Clean up compile warnings. Fix several deprecated method usages.
      Gabriel Harris-Rouquette - 10 years ago
    132. Rewrite handling of creative inventory events.
      bloodshot - 10 years ago
    133. Fix leaked world check.
      Chris Sanders - 10 years ago
    134. Fix client saving every tick.
      bloodshot - 10 years ago
    135. Fix licenses.
      Gabriel Harris-Rouquette - 10 years ago
    136. Fix post merge fallout for Potion registration handling.
      Gabriel Harris-Rouquette - 10 years ago
    137. Merge master into bleeding for updates and minor changes. The backwards compatibility fix is again, removed.
      Gabriel Harris-Rouquette - 10 years ago
    138. Merge MixinSoundCategory fixes. Merges #772.
      Gabriel Harris-Rouquette - 10 years ago
    139. Fix recreating player entities from a missed merge conflict. Move other teleporting methods to EntityUtil.
      Gabriel Harris-Rouquette - 10 years ago
    140. Do not override the getName method of SoundCategory.
      Seppe Volkaerts - 10 years ago
    141. Separate out unload logic. Fixes multi-world for Forge.
      Chris Sanders - 10 years ago
    142. Invalid packet phases do not need an unwinding.
      Gabriel Harris-Rouquette - 10 years ago
    143. Clean up MixinPotion for intrinsic fixes.
      Gabriel Harris-Rouquette - 10 years ago
    144. Update SpongeAPI
      Minecrell - 10 years ago
    145. Do not forget to complete the PhaseContext for ignored packet handling.
      Gabriel Harris-Rouquette - 10 years ago
    146. Fix Attacking cooldown damage reduction. Fix interacting with invalid (null) entities.
      Gabriel Harris-Rouquette - 10 years ago
    147. Implement additional target position tab completion parameter
      zml - 10 years ago
    148. Allow a parameter to be a subtype of the method targeted by @Getter
      Aaron Hill - 10 years ago
    149. Remove incorrect setting of Player death status before event.
      Chris Sanders - 10 years ago
    150. Fix casts in teleport mixin referencing wrong entity
      Minecrell - 10 years ago
    151. Implement SilentData
      Aaron Hill - 10 years ago
    152. Fix loading of non-existent world creating files. Closes #658
      Chris Sanders - 10 years ago
    153. Fix MixinEnumDyeColor id matching. Fixes #767.
      Gabriel Harris-Rouquette - 10 years ago
    154. Don't exclude all net.minecraftforge.* classes from JAR
      Minecrell - 10 years ago
    155. Mixin backwards compatibility methods to API interface
      Minecrell - 10 years ago
    156. Fix cornercase where EntityPlayer (not MP) may throw double DestructEntityEvents.
      Gabriel Harris-Rouquette - 10 years ago
    157. Bump common ref again for docs fix.
      Chris Sanders - 10 years ago
    158. Bump common ref for docs notes.
      Chris Sanders - 10 years ago
    159. Merge PageData fix from clienthax
      Chris Sanders - 10 years ago
    160. Fix Vanilla bug where Skeletons adding AI tasks on the client.......
      Chris Sanders - 10 years ago
    161. Fix PagedData
      Clienthax - 10 years ago
    162. First half of handling entity destruction drops. This is somewhat of a mess as some phases might not be capturing as they should, or processing. One noticeable overwrite missing is for player death. I can get to this tomorrow.
      Gabriel Harris-Rouquette - 10 years ago
    163. Fix spawning bulk entities cause checks.
      Gabriel Harris-Rouquette - 10 years ago
    164. Minor code cleanup. Return air blocks for out of bound getters. Fixes #738
      Gabriel Harris-Rouquette - 10 years ago
    165. Fix teleporting players with the wrong teleporter.
      Gabriel Harris-Rouquette - 10 years ago
    166. More changes to teleportation. Things now teleport, but there is something wonky returning to the overworld.
      Gabriel Harris-Rouquette - 10 years ago
    167. Merge master into bleeding for configuration changes.
      Gabriel Harris-Rouquette - 10 years ago
    168. Fix entities being spawned in the wrong world after teleporting.
      Gabriel Harris-Rouquette - 10 years ago
    169. Add backwards compatibility methods for setting location and transform on Entity. Plugins compiled to use the old methods will still function, whereas plugins using the new methods will still function moving forward. This sort of backwards compatibility implementation design is not to be repeated unless absolutely necessary.
      Gabriel Harris-Rouquette - 10 years ago
    170. Fix rare stack overflow while capturing entities.
      bloodshot - 10 years ago
    171. Move 'config-enabled' option to base config.
      bloodshot - 10 years ago
    172. Fix NPE during block tracking. Fixes SpongePowered/SpongeForge#658
      bloodshot - 10 years ago
    173. Refactor configuration.
      bloodshot - 10 years ago
    174. Remove unused method
      Minecrell - 10 years ago
    175. Apply consistent license headers
      Minecrell - 10 years ago
    176. Replace license-gradle-plugin with licenser
      Minecrell - 10 years ago
    177. Workaround for Skeleton's initializing AI outside initEntityAI.
      Chris Sanders - 10 years ago
    178. Adjustments for SpongeForge.
      Chris Sanders - 10 years ago
    179. Add missing AT for HandTypes
      Nick Conde - 10 years ago
    180. Implement part 1 of entity teleporting between dimensions. Pending a lot of code cleanup.
      Gabriel Harris-Rouquette - 10 years ago
    181. Fix ClassCastException in MixinCommandTeleport.
      bloodshot - 10 years ago
    182. Bump API for updates.
      Gabriel Harris-Rouquette - 10 years ago
    183. Merge master into bleeding for various fixes. Update RandomBlockPopulator.
      Gabriel Harris-Rouquette - 10 years ago
    184. Apparently this was mistakenly not deleted?
      Gabriel Harris-Rouquette - 10 years ago
    185. Fix setLocation not teleporting entity.
      bloodshot - 10 years ago
    186. Fix TimingHandler. Fix licenses.
      Gabriel Harris-Rouquette - 10 years ago
    187. Add HandTypes as necessary. The Data implementation is lacking, but the types themselves are usable.
      Gabriel Harris-Rouquette - 10 years ago
    188. Minor change to use SpongeImpl.getServer instead of world.getServer.
      Gabriel Harris-Rouquette - 10 years ago
    189. Update SpongeAPI
      Minecrell - 10 years ago
    190. Fix liquids not flowing during world gen. Fixes #760
      bloodshot - 10 years ago
    191. Remove chunk loaded check during teleports. Fixes #759
      bloodshot - 10 years ago
    192. Merge master for portal entry point event.
      Gabriel Harris-Rouquette - 10 years ago
    193. Update bleeding for master changes. Pending CauseTracker phases for teleportation.
      Gabriel Harris-Rouquette - 10 years ago
    194. Fix wrong location being used for portal event.
      bloodshot - 10 years ago
    195. Merge master into bleeding for teleportation updates. Note there is a bug with entities being added to the EntityTracker twice.
      Gabriel Harris-Rouquette - 10 years ago
    196. Use origin world for cause tracking during teleports.
      bloodshot - 10 years ago
    197. Don't allow non-player entities to load chunks on teleport.
      bloodshot - 10 years ago
    198. Use peekFirst instead of getFirst. Fixes #651
      bloodshot - 10 years ago
    199. Change MixinCommandTeleport to an overwrite to fix SpongeForge.
      bloodshot - 10 years ago
    200. Add teleporter methods to internal interface for Vanilla.
      Chris Sanders - 10 years ago
    201. Fix various build issues.
      bloodshot - 10 years ago
    202. Fix plugin reload command
      zml - 10 years ago
    203. Some fixes for riding entities.
      Gabriel Harris-Rouquette - 10 years ago
    204. Fix some issues with PortalAgentType registration.
      bloodshot - 10 years ago
    205. Add special handling when players leave or go to the end.
      bloodshot - 10 years ago
    206. Implement 'DisplaceEntityEvent.Teleport'
      bloodshot - 10 years ago
    207. Implement PortalAgentType storage.
      bloodshot - 10 years ago
    208. Register PoralAgentTypes.
      Gabriel Harris-Rouquette - 10 years ago
    209. Fix Teleporter PortalAgentType registration.
      Gabriel Harris-Rouquette - 10 years ago
    210. Rewrite handling of portal event.
      bloodshot - 10 years ago
    211. Null check teleporters for Entity teleports. Actually register TeleportTypes.
      Gabriel Harris-Rouquette - 10 years ago
    212. Implement teleporter cause builders.
      Gabriel Harris-Rouquette - 10 years ago
    213. Implement PortalAgent and 'DisplaceEntityEvent.Portal'
      bloodshot - 10 years ago
    214. Fix cause during command tracking.
      bloodshot - 10 years ago
    215. Fix living entities not moving.
      bloodshot - 10 years ago
    216. Fix notifyNeighbor crash on client. Fixes #758
      bloodshot - 10 years ago
    217. Implement changes to SqlService
      zml - 10 years ago
    218. Fix scoreboard related memory leak
      Aaron Hill - 10 years ago
    219. Merge pull request #747 from ryantheleach/fix-SpongeTeleportHelper
      bloodmc - 10 years ago
    220. Merge branch 'bleeding' of https://github.com/SpongePowered/SpongeCommon into bleeding
      Nick Conde - 10 years ago
    221. Fix populator extent range
      Nick Conde - 10 years ago
    222. Add despawn configurations for Living entities.
      Gabriel Harris-Rouquette - 10 years ago
    223. Fix client NPE on block randomTick.
      bloodshot - 10 years ago
    224. Rewrite handling of using itemstacks on blocks for 1.9.4.
      Gabriel Harris-Rouquette - 10 years ago
    225. Fix players not being able to see their own passengers
      Aaron Hill - 10 years ago
    226. Prevent passenger loop
      Aaron Hill - 10 years ago
    227. Register Keys.PASSENGERS
      Aaron Hill - 10 years ago
    228. Add workaround fix for setting block through location.
      Gabriel Harris-Rouquette - 10 years ago
    229. Temporary workaround to a bug where game profile queries could return an empty list.
      Gabriel Harris-Rouquette - 10 years ago
    230. Cleanup isRemote checks in MixinWorldServer. WorldServer.isRemote is always false.
      Gabriel Harris-Rouquette - 10 years ago
    231. Fixes for 1.9.4
      Chris Sanders - 10 years ago
    232. Merge bossbar implementation into bleeding. Merges #692.
      Chris Sanders - 10 years ago
    233. Implement boss bar api
      kashike - 10 years ago
    234. Fix fastutil inner classes being excluded from the final JAR
      Minecrell - 10 years ago
    235. Add cancellable = true to onProcessRightClick injection
      Minecrell - 10 years ago
    236. Merge "Replace usages of Trove with fastutil" from pull request #733
      Minecrell - 10 years ago
    237. Include fastutil classes from original JAR
      Minecrell - 10 years ago
    238. Replace usages of Trove with fastutil
      Minecrell - 10 years ago
    239. Add missing license headers
      Minecrell - 10 years ago
    240. Fix ChannelBuf#slice not returning the result
      Minecrell - 10 years ago
    241. Make timings verbose by default.
      Chris Sanders - 10 years ago
    242. Prevent the world from creating snapshots of blocks that are out of the world bounds.
      Gabriel Harris-Rouquette - 10 years ago
    243. Merge explosion optimization plugin into bleeding, there may still be some bugs with it, but
      Gabriel Harris-Rouquette - 10 years ago
    244. Convert mass injections to an overwrite with method hooks to override in MixinWorldServer.
      Gabriel Harris-Rouquette - 10 years ago
    245. Fix entity activation.
      bloodshot - 10 years ago
    246. Fix some more issues. Clean up timings injections.
      Gabriel Harris-Rouquette - 10 years ago
    247. Merge master into bleeding for timings.
      Gabriel Harris-Rouquette - 10 years ago
    248. Add chunk populate timings.
      bloodshot - 10 years ago
    249. Fix some crashes with timings.
      bloodshot - 10 years ago
    250. Update timings. Fixes #743
      bloodshot - 10 years ago
    251. Fix merge failure
      Mumfrey - 10 years ago
    252. Fix fluency and intrinsics in MixinPacketBuffer, fixes #246
      Mumfrey - 10 years ago
    253. Return PacketBuffer instead of wrapped bytebuf in ChannelBuf
      Minecrell - 10 years ago
    254. Fix SpongeTeleportHelper
      Ryan Leach - 10 years ago
    255. Fix improper entity cast when flag is true for leash knots. Correct shadowed methods in MixinMinecraftServer.
      Gabriel Harris-Rouquette - 10 years ago
    256. Merge master into bleeding. Note that entity death is broken as the captures are being reworked for phases.
      Gabriel Harris-Rouquette - 10 years ago
    257. Add missing imports.
      bloodshot - 10 years ago
    258. Properly fix #726
      bloodshot - 10 years ago
    259. Fix some redstone blocks firing block place events instead of modify.
      bloodshot - 10 years ago
    260. Merge pull request #644 from SpongePowered/world-storage-impl
      bloodmc - 10 years ago
    261. Implement WorldStorage
      simon816 - 10 years ago
    262. Merge pull request #718 from JBYoshi/data/invulnerability
      bloodmc - 10 years ago
    263. Merge pull request #737 from ZephireNZ/fix/properties
      bloodmc - 10 years ago
    264. Merge pull request #740 from hsyyid/fix/teleport-helper
      bloodmc - 10 years ago
    265. Merge pull request #734 from dualspiral/feature/pagination-pad
      bloodmc - 10 years ago
    266. Fix SolidCubeProperty being only accessible from Location<World>
      Brynley McDonald - 10 years ago
    267. Add mob-spawn-range to world configs. Updates SpongeForge#646.
      Chris Sanders - 10 years ago
    268. Move isSafe checks for invalid coordinates to avoid PositionOutOfBoundsException
      Hassan Syyid - 10 years ago
    269. Fix SpongeAPI ref
      Aaron Hill - 10 years ago
    270. Implement getAllFor in GameRegistry.
      Chris Sanders - 10 years ago
    271. Fix MixinEntityPlayerMP getPlayer to return this. Add optimization to pumpkins when being placed in generating chunks.
      Gabriel Harris-Rouquette - 10 years ago
    272. Fix fill not working when non-filled profile was cached
      Aaron Hill - 10 years ago
    273. Various fixes with cause tracking.
      Gabriel Harris-Rouquette - 10 years ago
    274. Accidentally flipped values around in available.
      Chris Sanders - 10 years ago
    275. Fix MixinPacketBuffer for changes made in 1.9.4.
      Chris Sanders - 10 years ago
    276. Fix nether structures generating when generateStructures is false.
      Chris Sanders - 10 years ago
    277. Decompile on Travis for now
      Minecrell - 10 years ago
    278. Require CommandSource to have reload perm to execute.
      Chris Sanders - 10 years ago
    279. Last bits of cleanup.
      Chris Sanders - 10 years ago
    280. Fix useMapFeatures always being false for non-overworlds in SinglePlayer.
      Chris Sanders - 10 years ago
    281. Re-merge Tracker/Effect mixins back into World/WorldServer.
      Chris Sanders - 10 years ago
    282. Initial work on disabling mod/Vanilla worlds.
      Chris Sanders - 10 years ago
    283. Fix world generator initialization.
      bloodshot - 10 years ago
    284. Fix potential cause NPE in updateTickBlock.
      bloodshot - 10 years ago
    285. Fix loadWorld not using WorldServerMulti.
      Chris Sanders - 10 years ago
    286. Honor init methods from _Effect and _Tracker. Closes SpongeForge#642
      Chris Sanders - 10 years ago
    287. Remove the enum.
      Daniel Naylor - 10 years ago
    288. Make concrete the modify arg in WorldServerMulti.
      Chris Sanders - 10 years ago
    289. As always, missed headers...
      Chris Sanders - 10 years ago
    290. Correct worlds having a split map/structure storage.
      Chris Sanders - 10 years ago
    291. Add cause FIFO queue.
      bloodshot - 10 years ago
    292. Bump for SpawnCause updates and general phase fixes.
      Gabriel Harris-Rouquette - 10 years ago
    293. Update Pagination to not pad if only one page exists.
      Daniel Naylor - 10 years ago
    294. Prevent chunk load during block tracking pre-tick. Fixes #638
      bloodshot - 10 years ago
    295. Preserve inventory items when cancelling 'DropItemEvent.Destruct'.
      bloodshot - 10 years ago
    296. Add sponge tps, a command to printout the TPS of server/worlds.
      Chris Sanders - 10 years ago
    297. Fix dotted keys being remapped to nested keys. Fixes #637.
      Gabriel Harris-Rouquette - 10 years ago
    298. Fix NPE with collision optimization.
      bloodshot - 10 years ago
    299. Ignore collision optimization for entities with parts such as EnderDragon.
      bloodshot - 10 years ago
    300. Use EntitySpawnCause when a player drops items via container. Fixes #728
      bloodshot - 10 years ago
    301. Fix client jittering on chunk load. Fixes SpongePowered/SpongeForge#639
      bloodshot - 10 years ago
    302. Remove special handling of qualified plugin IDs
      Minecrell - 10 years ago
    303. Update MCP mappings to snapshot_20160518
      Minecrell - 10 years ago
    304. Merges #639, fixes #638. Thanks ryantheleach
      Chris Sanders - 10 years ago
    305. Updates #557. We need to also mark block for update.
      Chris Sanders - 10 years ago
    306. Fixes #557.
      Chris Sanders - 10 years ago
    307. Fixes #609
      Chris Sanders - 10 years ago
    308. Remove now unecessary ChunkProvider optimization.
      Gabriel Harris-Rouquette - 10 years ago
    309. Just a general test to see if this will work.
      Gabriel Harris-Rouquette - 10 years ago
    310. Need to ensure other worlds being teleported to are entering a phase to properly capture.
      Gabriel Harris-Rouquette - 10 years ago
    311. Add player specific captures during Player updates.
      Gabriel Harris-Rouquette - 10 years ago
    312. Don't use DirectionalData with Skull TE
      Aaron Hill - 10 years ago
    313. More capture entity lists.
      Gabriel Harris-Rouquette - 10 years ago
    314. Fix death drops not capturing per-entity item drops.
      Gabriel Harris-Rouquette - 10 years ago
    315. Fix TrackingUtil using a useless method. Clean up IMixinWorldServer.
      Gabriel Harris-Rouquette - 10 years ago
    316. Unwinding phase may allow additional phases that cause chunk loads due to the processes of block notifications.
      Gabriel Harris-Rouquette - 10 years ago
    317. Code cleanup of the phases. Directly spawn entities unless in a specific phase that allows capturing.
      Gabriel Harris-Rouquette - 10 years ago
    318. Fix EndSpikePopulators. Thanks Deamon!
      Gabriel Harris-Rouquette - 10 years ago
    319. More fixes. Add a new phase for Dimensions performing updates during the world tick.
      Gabriel Harris-Rouquette - 10 years ago
    320. Enter a new phase when the World is performing weather based block changes. Remove old optimizations no longer needed.
      Gabriel Harris-Rouquette - 10 years ago
    321. Update SpongeCommon to Minecraft 1.9.4
      Minecrell - 10 years ago
    322. Fix compile errors on Minecraft 1.9.4
      Minecrell - 10 years ago
    323. Update MCP mappings to stable_24
      Minecrell - 10 years ago
    324. Fix CME when cancelling 'DropItemEvent.Destruct'. Fixes #724
      bloodshot - 10 years ago
    325. Improve DestructEntityEvent causes. Fixes #717
      bloodshot - 10 years ago
    326. Fail
      Walker Crouse - 10 years ago
    327. This needs a different name
      Walker Crouse - 10 years ago
    328. Revert "Expose ItemStack equality method"
      Walker Crouse - 10 years ago
    329. Expose ItemStack equality method
      Walker Crouse - 10 years ago
    330. Remove SpongeForge hooks for Login, Logout, and Respawn events.
      bloodshot - 10 years ago
    331. Refactor handling of spawned items during block breaks.
      bloodshot - 10 years ago
    332. Update for populator extent arg
      Nick Conde - 10 years ago
    333. Fix WorldArchetypeBuilder instantiation on the client since there is no server available.
      Gabriel Harris-Rouquette - 10 years ago
    334. Ignore neighboring blocks of areas that are not loaded yet.
      Gabriel Harris-Rouquette - 10 years ago
    335. Fix redirect method.
      Gabriel Harris-Rouquette - 10 years ago
    336. Add Player Tick capturing. Fixes #721. Ignore block ticks during world generation. Fixes #722.
      Gabriel Harris-Rouquette - 10 years ago
    337. Prevent items from spawning after cancelling break event.
      bloodshot - 10 years ago
    338. Fix item dupes with player container drops.
      bloodshot - 10 years ago
    339. Fix reordering hardcoding ids in reorderWorldsVanillaFirst.
      Chris Sanders - 10 years ago
    340. Bump for bleeding changes.
      Chris Sanders - 10 years ago
    341. Implement THE_VOID WorldArchetype.
      Chris Sanders - 10 years ago
    342. Update for event factory changes
      Aaron Hill - 10 years ago
    343. Add 'reload' to /sponge plugins which triggers GameReloadEvent.
      Chris Sanders - 10 years ago
    344. Implement MovingEntityEvent changes
      Aaron Hill - 10 years ago
    345. Refactor entity spawn, destruct, and drop events for living entities.
      bloodshot - 10 years ago
    346. Mostly update to latest bleeding. Aaron will finish rest.
      Chris Sanders - 10 years ago
    347. Complete implementation of Block capture processing to be Depth-First processing.
      Gabriel Harris-Rouquette - 10 years ago
    348. Some code cleanup. Preparations set to rewrite block handling logic.
      Gabriel Harris-Rouquette - 10 years ago
    349. Merge MessageReceiver-related improvements
      Aaron Hill - 10 years ago
    350. Merge idle timeout implementation
      Aaron Hill - 10 years ago
    351. Merge list pagination fix
      Aaron Hill - 10 years ago
    352. Ensure empty ListPaginations don't throw
      Jack Stratton - 10 years ago
    353. Implement guardian beam target
      Aaron Hill - 10 years ago
    354. Properly listen for head rotation for living entities
      Aaron Hill - 10 years ago
    355. Additional WorldManager cleanup.
      Chris Sanders - 10 years ago
    356. Delegate dimension id methods to child impls.
      Chris Sanders - 10 years ago
    357. Collisions can be called with null entities.
      Gabriel Harris-Rouquette - 10 years ago
    358. More world changes for SF.
      Chris Sanders - 10 years ago
    359. Various adjustments for SF. Not final.
      Chris Sanders - 10 years ago
    360. Make the ModifyConstants require 0 in forge debug environments.
      Gabriel Harris-Rouquette - 10 years ago
    361. Fix MixinEntityMinecart failing in forge environment with debugging.
      Gabriel Harris-Rouquette - 10 years ago
    362. Start the transition to a DFS for block post notifications.
      Gabriel Harris-Rouquette - 10 years ago
    363. Implement InvulerabilityData.
      JBYoshi - 10 years ago
    364. Fix RGB color for TextColors.AQUA, fixes #719
      Minecrell - 10 years ago
    365. Merge master into bleeding for BUD updates and fixes.
      Gabriel Harris-Rouquette - 10 years ago
    366. Remove WorldCreationSettings impl from MixinWorldInfo.
      Chris Sanders - 10 years ago
    367. Implement register method changes in SpongeGameRegistry.
      Chris Sanders - 10 years ago
    368. Various bug fixes and impls.
      Chris Sanders - 10 years ago
    369. Improve cause tracking and tracking performance.
      bloodshot - 10 years ago
    370. Replace MixinChunkProviderServer populate redirect with overwrite.
      bloodshot - 10 years ago
    371. Bump for playful API changes.
      Chris Sanders - 10 years ago
    372. Fix some errors here and there.
      Gabriel Harris-Rouquette - 10 years ago
    373. Module fixes to get creation settings working.
      Chris Sanders - 10 years ago
    374. Fix areCommandsAllowed stack overflow.
      Chris Sanders - 10 years ago
    375. Fix common access transformer.
      Gabriel Harris-Rouquette - 10 years ago
    376. Add World API registry modules.
      Gabriel Harris-Rouquette - 10 years ago
    377. Might as well keep setting the dim type on the settings...
      Chris Sanders - 10 years ago
    378. Some TODOs for gabizou.
      Chris Sanders - 10 years ago
    379. Start update for API world changes.
      Chris Sanders - 10 years ago
    380. Add getter and setter for player idle timeout to Server
      kashike - 10 years ago
    381. Revise all usages of forEach when processing events to use traditional for loops.
      Gabriel Harris-Rouquette - 10 years ago
    382. Fix AbstractBlockPropertyStore to use IBlockStates.
      Gabriel Harris-Rouquette - 10 years ago
    383. Add missing Intrinsic annotations to MixinPacketBuffer.
      bloodshot - 10 years ago
    384. Fix wrong shadow return types in MixinPacketBuffer.
      bloodshot - 10 years ago
    385. Fix DestructEntityEvent cause for non-living entities. Fixes #707
      bloodshot - 10 years ago
    386. Implement MessageReceiver methods
      kashike - 10 years ago
    387. BlockPropertyStores need to use IBlockStates now.
      Gabriel Harris-Rouquette - 10 years ago
    388. Change fix for EntityHanging mixins since some hanging entities are valid with a null hanging directional value.
      Gabriel Harris-Rouquette - 10 years ago
    389. Add methods to ChannelBuf for writing UTF strings, varints, and byte arrays. Closes #700
      Nick Conde - 10 years ago
    390. Update Gradle wrapper to 2.13
      Minecrell - 10 years ago
    391. Set ForgeGradle version to 2.1-20160401.201315-35
      Minecrell - 10 years ago
    392. Add mappings version back to minecraft.gradle
      Minecrell - 10 years ago
    393. Rename DimensionManager to WorldManager.
      Chris Sanders - 10 years ago
    394. Merge JVM checking enhancements. Merges #684.
      Gabriel Harris-Rouquette - 10 years ago
    395. Comment the overwrite in PlayerInteractionManager for clarity.
      Gabriel Harris-Rouquette - 10 years ago
    396. Changes to EnchantmentRegistryModule for Forge hooks.
      Gabriel Harris-Rouquette - 10 years ago
    397. Merge master into bleeding for updates and fixes.
      Gabriel Harris-Rouquette - 10 years ago
    398. Ensure leash facing direction is not null. Fixes #706
      simon816 - 10 years ago
    399. Fix dropped items not getting captured in the cause tracker. Fixes #654
      simon816 - 10 years ago
    400. Remove AccessTransformers for World#isChunkLoaded as it is now an abstract method.
      Gabriel Harris-Rouquette - 10 years ago
    401. Remove setting version in Minecraft.gradle.
      Chris Sanders - 10 years ago
    402. Fix accidental addition of allow-nether check in MixinMinecraftServer.
      Chris Sanders - 10 years ago
    403. Remove being lockstep'd with Mojang on data versioning.
      Chris Sanders - 10 years ago
    404. Merge profile lookup caching
      Aaron Hill - 10 years ago
    405. Datafix Sponge level data coming from 1.8.9.
      Chris Sanders - 10 years ago
    406. Merge master into bleeding for updates and fixes.
      Gabriel Harris-Rouquette - 10 years ago
    407. Bump common for flow-math update.
      Gabriel Harris-Rouquette - 10 years ago
    408. Fix MessageTrackerDataRequest toString.
      bloodshot - 10 years ago
    409. Bump Common for AffectEntityEvent change.
      Gabriel Harris-Rouquette - 10 years ago
    410. Add Explosion client-oriented optimizations.
      Gabriel Harris-Rouquette - 10 years ago
    411. More lenient JVM checking
      Robert Herhold - 10 years ago
    412. Fix infinate capture when spawning entities on a spawn entity event
      simon816 - 10 years ago
    413. Fix NPE when rendering maps client side. See SpongePowered/SpongeForge#621
      simon816 - 10 years ago
    414. Only run block physics when block types change.
      bloodshot - 10 years ago
    415. Error handling for malformed JVM version strings
      Robert Herhold - 10 years ago
    416. Merge master into bleeding for updates.
      Gabriel Harris-Rouquette - 10 years ago
    417. Add profile lookups to cache
      kashike - 10 years ago
    418. Better JVM version checking
      Robert Herhold - 10 years ago
    419. Add more lighting optimization checks.
      bloodshot - 10 years ago
    420. Fix client check spawns.
      Gabriel Harris-Rouquette - 10 years ago
    421. Fix client crash when spawning into a world.
      bloodshot - 10 years ago
    422. Revert NotifyNeighborEvent BlockSnapshot change.
      bloodshot - 10 years ago
    423. Bump to Mixin 0.5.5-SNAPSHOT.
      Gabriel Harris-Rouquette - 10 years ago
    424. Clear struck blocks/entities if lightning entity is an effect. Fixes #420
      simon816 - 10 years ago
    425. Fix compile warnings and add missed MCP mapping updates
      Minecrell - 10 years ago
    426. Merge master into bleeding
      Minecrell - 10 years ago
    427. Fix NPEs when setting location of a player before login (e.g read from NBT)
      simon816 - 10 years ago
    428. Update MCP mappings to 20160429
      Minecrell - 10 years ago
    429. Check entity is not already spawned when calling spawnEntity. Closes #678
      simon816 - 10 years ago
    430. Fix lightning event having invalid blocksnapshot locations when striking at y=255
      simon816 - 10 years ago
    431. Fix more compile warnings
      Minecrell - 10 years ago
    432. Update SpongeAPI and database connectors
      Minecrell - 10 years ago
    433. Pad out each page with empty lines, end pages with next page with ...
      Ryan Leach - 10 years ago