All builds
-
1.9.4-5.0.0-BETA-71
-
Merge master into bleeding and update Common for drop fixes.
…
Gabriel Harris-Rouquette - 10 years ago -
Bump common for further loadChunk fixes.
Chris Sanders - 10 years ago
-
Bump common ref for get/loadChunk fix.
Chris Sanders - 10 years ago
SpongeCommon
-
Fix pre-merged player drops. All drops should now work as expected, pre-merged and not pre-merged.
Gabriel Harris-Rouquette - 10 years ago
-
Scratch that, just call loadchunk and if not, call provideChunk.
Gabriel Harris-Rouquette - 10 years ago
-
Need to call loadChunk instead of loadChunkFromFile to allow chunk loading logic to run.
Gabriel Harris-Rouquette - 10 years ago
-
Merge master into bleeding for load chunk fixes.
Gabriel Harris-Rouquette - 10 years ago
-
We actually need to try and load from file to honor API contract.
Chris Sanders - 10 years ago
-
Bump API. Correctly implement getChunk/loadChunk. Honors contract now.
Chris Sanders - 10 years ago
-
Merge master into bleeding and update Common for drop fixes.
-
1.9.4-5.0.0-BETA-70
-
Merge master into bleeding. Mainly bump Common ref.
…
Gabriel Harris-Rouquette - 10 years ago -
Bump common for isAreaLoaded fix.
Chris Sanders - 10 years ago
-
Bump common for entity teleport fix.
Chris Sanders - 10 years ago
-
Bump for Tile Entity timings fix.
Chris Sanders - 10 years ago
-
Bump common ref for chunk gc.
Chris Sanders - 10 years ago
SpongeCommon
-
Merge master into bleeding for updates.
Gabriel Harris-Rouquette - 10 years ago
-
No reason to check registration, just return the DimensionType known.
Chris Sanders - 10 years ago
-
Fix SpawnEntityEvent's not checking for filtered entities.
bloodshot - 10 years ago
-
Fix isAreaLoaded always checking same chunks. Closes #801.
Chris Sanders - 10 years ago
-
Don't capture explosions.
bloodshot - 10 years ago
-
Enable chunk requests in safe teleporter
Aaron Hill - 10 years ago
-
Add Item entity merge configuration.
Gabriel Harris-Rouquette - 10 years ago
-
Don't allow chunk requests during world gen.
bloodshot - 10 years ago
-
Fix block meta not being applied correctly to createSnapshot API calls.
bloodshot - 10 years ago
-
Merge master into bleeding. Mainly bump Common ref.
-
1.9.4-5.0.0-BETA-69
-
Make URL_PATTERN case insensitive
Minecrell - 10 years ago
-
Make URL_PATTERN case insensitive
-
1.9.4-5.0.0-BETA-68
-
Format URLs in chat messages to make them clickable
…
Minecrell - 10 years ago
-
Format URLs in chat messages to make them clickable
-
1.9.4-5.0.0-BETA-67
-
Remove unneeded overwrite that is now in SpongeCommon
Minecrell - 10 years ago
SpongeCommon
-
Use IntSet for unregisterable dimensions
Minecrell - 10 years ago
-
Bump Mixin to 0.5.10-SNAPSHOT
Minecrell - 10 years ago
-
Introduce concept of unregisterable dimensions.
Chris Sanders - 10 years ago
-
Fix dimensions not being registered
Mumfrey - 10 years ago
-
Remove unneeded overwrite that is now in SpongeCommon
-
1.9.4-5.0.0-BETA-66
-
Update Gradle wrapper to 2.14
Minecrell - 10 years ago
SpongeCommon
-
Update Gradle wrapper to 2.14
Minecrell - 10 years ago
-
Merge master into bleeding for various minor fixes.
Gabriel Harris-Rouquette - 10 years ago
-
Re-add missing tile entity timings fix
Aaron Hill - 10 years ago
-
Make sure chunks are loaded before an entity changes location.
bloodshot - 10 years ago
-
Update Gradle wrapper to 2.14
-
1.9.4-5.0.0-BETA-65
-
Update for drops and various other changes.
…
Gabriel Harris-Rouquette - 10 years ago
SpongeCommon
-
Merge master into bleeding for chunk gc changes.
Gabriel Harris-Rouquette - 10 years ago
-
Code cleanup and some minor performance fixes when processing block transactions.
Gabriel Harris-Rouquette - 10 years ago
-
Fix timings not reporting total tile entities
Aaron Hill - 10 years ago
-
Allow vanilla fallback when chunk gc is disabled.
bloodshot - 10 years ago
-
Update Mixin to 0.5.9
Mumfrey - 10 years ago
-
Don't allow PlayerInstance's to queue chunks for unload.
bloodshot - 10 years ago
-
Fix setBlock capturing for API calls.
bloodshot - 10 years ago
-
Add safety measure for setLocation.
bloodshot - 10 years ago
-
Add chunk garbage collection.
bloodshot - 10 years ago
-
Implement PortionData for door blocks
simon816 - 10 years ago
-
Include annotation processor in dev JAR
Minecrell - 10 years ago
-
Fix Minecraft version
Minecrell - 10 years ago
-
Update for drops and various other changes.
-
1.9.4-5.0.0-BETA-64
-
Merge master into bleeding for Mixin upgrade
Aaron Hill - 10 years ago
-
Update SpongeCommon for Mixin upgrade
Aaron Hill - 10 years ago
-
Update SpongeCommon
Aaron Hill - 10 years ago
-
Reset color in console for reset codes
Minecrell - 10 years ago
-
Bump Common for API 4.2.0-SNAPSHOT bump.
Gabriel Harris-Rouquette - 10 years ago
-
Bump common for API 4.1.0 release
Gabriel Harris-Rouquette - 10 years ago
-
Bump common ref for Multi-World WorldBorders.
Chris Sanders - 10 years ago
- Show -2 older commits.
- Collapse commits.
SpongeCommon
-
Merge master into bleeding for Mixin upgrade
Aaron Hill - 10 years ago
-
Upgrade Mixin to 0.5.7-SNAPSHOT
Aaron Hill - 10 years ago
-
Remove debug line. Fixes SpongePowered/SpongeForge#690.
Gabriel Harris-Rouquette - 10 years ago
-
Fix commands failing to notify blocks of block changes.
Gabriel Harris-Rouquette - 10 years ago
-
Fix BlockSnapshot#restore not entering a proper phase. Begin work on block drops.
Gabriel Harris-Rouquette - 10 years ago
-
Fix onUpdateDeath not being called on the client
Aaron Hill - 10 years ago
-
Fix item pre merging for player drops. Now works as intended. Clarified the configuration settings.
Gabriel Harris-Rouquette - 10 years ago
-
Complete player death drops. All entity drops are now streamlined through depending
Gabriel Harris-Rouquette - 10 years ago
-
Actually enable MixinEntityBoat
Aaron Hill - 10 years ago
-
Fix Vanilla bug where ocelot AI is added on the client
Aaron Hill - 10 years ago
-
Fix compile issue from the last merge.
Gabriel Harris-Rouquette - 10 years ago
-
Merge branch 'master' into bleeding
Aaron Hill - 10 years ago
-
Fix broken command '/sponge plugins <id>'
Aaron Hill - 10 years ago
-
Fix compile error in MixinEntity.
bloodshot - 10 years ago
-
Implement TameableData for Horse
Aaron Hill - 10 years ago
-
Merge branch 'master' into bleeding
Aaron Hill - 10 years ago
-
Fix @Include not working with multiple arguments
Aaron Hill - 10 years ago
-
Make sure config is initialized when generateSpawnOnLoad is false
Aaron Hill - 10 years ago
-
Fix internal setLocation methods not notifying client.
bloodshot - 10 years ago
-
Merge branch 'master' into bleeding
Aaron Hill - 10 years ago
-
Properly serialize the 'config-enabled' setting
Aaron Hill - 10 years ago
-
Fix setting spawn for End-like worlds
Aaron Hill - 10 years ago
-
Fix bonus chest generation
Aaron Hill - 10 years ago
-
Fire constructWorldProperties for new saves on the client.
Chris Sanders - 10 years ago
-
Round of multi-world fixes.
Chris Sanders - 10 years ago
-
Data fix Sponge dimensions coming from 1.8.9 during data integrity checks.
Chris Sanders - 10 years ago
-
Fix custom dimension registration
Aaron Hill - 10 years ago
-
Fix 'generate spawn chunks on load' setting
Aaron Hill - 10 years ago
-
Fix some events and tracking not occuring due to wrong checks.
bloodshot - 10 years ago
-
Remove redundant shadows
Mumfrey - 10 years ago
-
Block events are properly notified now. Should fix player notifiers passing through redstone and block event related physics.
Gabriel Harris-Rouquette - 10 years ago
-
Only log a message when parsing an invalid ClickEvent URL
Aaron Hill - 10 years ago
-
Merge master into bleeding for updates and changes.
Gabriel Harris-Rouquette - 10 years ago
-
Make @Getter work with methods with a covariant return type
Aaron Hill - 10 years ago
-
Add support for tracking pixelmon when spawned by pokeballs.
bloodshot - 10 years ago
-
Add special cause for drops caused by inventory close.
bloodshot - 10 years ago
-
Fix cursor transactions with creative inventory event.
bloodshot - 10 years ago
-
Refactor handling of inventory open and close events.
bloodshot - 10 years ago
-
Fix captures not working for player packets and commands.
bloodshot - 10 years ago
-
Fix blocks not being tracked all the time.
bloodshot - 10 years ago
-
Few minor fixes for cause tracking.
bloodshot - 10 years ago
-
Refactor usages of Keys.INVISIBLE to Keys.VANISH. Update implementation for API changes.
Gabriel Harris-Rouquette - 10 years ago
-
Start work on marking block notifiers. This is mostly working barring some things with redstone tile entities.
Gabriel Harris-Rouquette - 10 years ago
-
Refactor handling of piston tracking.
bloodshot - 10 years ago
-
Properly cancel if restoring blocks. Fix NPE with tnt.
Chris Sanders - 10 years ago
-
Fix more issues with player drops not triggering events.
bloodshot - 10 years ago
-
Make sure to set UUID from Bukkit world when loading it. Closes #648.
Chris Sanders - 10 years ago
-
Fix Migrator migrating Bukkit worlds endlessly.
Chris Sanders - 10 years ago
-
Bump API for 4.2.0-SNAPSHOT bump.
Gabriel Harris-Rouquette - 10 years ago
-
Bump API for 4.1.0 official release.
Gabriel Harris-Rouquette - 10 years ago
-
Proper Multi-World WorldBorder implementation.
Chris Sanders - 10 years ago
-
Remove un-needed injections in MixinNetHandlerPlayServer.
bloodshot - 10 years ago
-
Rewrite handling of creative inventory events.
bloodshot - 10 years ago
-
Fix client saving every tick.
bloodshot - 10 years ago
-
Merge master into bleeding for Mixin upgrade
-
1.9.4-5.0.0-BETA-62
-
Update SpongeCommon
Minecrell - 10 years ago
SpongeCommon
-
Fix minecart command blocks
zml - 10 years ago
-
Fix two bugs. Fix TileEntityBanner#markAndUpdate casting issues. Try to fix SpongePlayerDataHandler by creating the new file first.
Gabriel Harris-Rouquette - 10 years ago
-
Ignore phase re-entrance when terrain is generating as mods potentially re-enter terrain generation on multiple chunks.
Gabriel Harris-Rouquette - 10 years ago
-
Update SpongeCommon
-
1.9.4-5.0.0-BETA-61
-
Bump common. Add MixinItem for vanilla item registration.
…
Gabriel Harris-Rouquette - 10 years ago
SpongeCommon
-
Remove item registration by default in MixinItem since forge mods doing weird things.
Gabriel Harris-Rouquette - 10 years ago
-
Fix worlds not unloading on server stop that have players.
Chris Sanders - 10 years ago
-
Villager registration modules changing for Forge handling.
Gabriel Harris-Rouquette - 10 years ago
-
Bump common. Add MixinItem for vanilla item registration.