All builds
-
1.8.9-4.2.0-BETA-352
No changelog is available for this build. -
1.8.9-4.2.0-BETA-351
No changelog is available for this build. -
1.8.9-4.2.0-BETA-350
No changelog is available for this build. -
1.8.9-4.2.0-BETA-349
No changelog is available for this build. -
1.8.9-4.2.0-BETA-348
-
Bump common for ChangeBlockEvent.Pre additions.
…
Gabriel Harris-Rouquette - 10 years ago
SpongeCommon
-
Call 'ChangeBlockEvent.Pre' in isBlockProtected. Fixes #812
bloodshot - 10 years ago
-
Update SpongeAPI for 'ChangeBlockEvent.Pre' changes.
bloodshot - 10 years ago
-
Call 'ChangeBlockEvent.Pre' before liquids flow into a block area.
bloodshot - 10 years ago
-
Call NotifyNeighborBlockEvent for repeaters and pistons.
bloodshot - 10 years ago
-
Check entity.ridingEntity instead of entity.isRiding()
Aaron Hill - 10 years ago
-
Move 'leaf-decay' option to global config.
bloodshot - 10 years ago
-
Minor optimization to avoid creating snapshots if leaf decay is off.
bloodshot - 10 years ago
-
Add world config option 'leaf-decay'.
bloodshot - 10 years ago
-
Remove SpongeImplHooks for world load and unload events.
bloodshot - 10 years ago
-
Use '.tmp' suffix for temporary sponge player data files
Aaron Hill - 10 years ago
-
Merge various pagination fixes
Aaron Hill - 10 years ago
-
Pagination fixes
Ryan Leach - 10 years ago
-
Bump common for ChangeBlockEvent.Pre additions.
-
1.8.9-4.2.0-BETA-347
-
Actually fix typo
Aaron Hill - 10 years ago
-
Fix typo
Aaron Hill - 10 years ago
-
Update SpongeCommon
Aaron Hill - 10 years ago
SpongeCommon
-
Update SpongeAPI
Aaron Hill - 10 years ago
-
Fix ClassCastException with getSourceExplosive.
bloodshot - 10 years ago
-
Add world config options to control thunderstorms, ice and snow.
bloodshot - 10 years ago
-
Turn on block capturing for ice and snow formation.
bloodshot - 10 years ago
-
Merge pull request #822 from DDoS/master
bloodmc - 10 years ago
-
Update for Direction changes
Aleksi Sapon - 10 years ago
-
Change use of Optional.of() to Optional.ofNullable()
Aaron Hill - 10 years ago
-
Actually fix typo
-
1.8.9-4.2.0-BETA-344
-
Update SpongeCommon for ChannelRegistrationEvent change
Aaron Hill - 10 years ago
SpongeCommon
-
Update SpongeAPI
Aaron Hill - 10 years ago
-
Add timings for each block that is ticking during updateBlocks.
bloodshot - 10 years ago
-
Fix blocks not ticking properly. Improve timings for updateBlocks.
bloodshot - 10 years ago
-
Optimize chunk and block ticks with neighbor checks.
bloodshot - 10 years ago
-
Don't capture during random block population.
bloodshot - 10 years ago
-
Implement PassengerData
Aaron Hill - 10 years ago
-
Catch rare crash during forced tick in RandomBlockPopulator.
bloodshot - 10 years ago
-
Check for null creator in SpongeItemStackSnapshot.
bloodshot - 10 years ago
-
Add creator for SpongeItemStackSnapshot.
bloodshot - 10 years ago
-
Fix UNICODE_CHAR_WIDTHS being improperly populated
Aaron Hill - 10 years ago
-
Merge GameProfileCache remove and clear methods impl
Aaron Hill - 10 years ago
-
Implement 'ChangeInventoryEvent.Pickup' for players.
bloodshot - 10 years ago
-
Turn back on capturing for TileEntityPiston's.
bloodshot - 10 years ago
-
Fix commands not being able to run async.
bloodshot - 10 years ago
-
Add configuration option for additional plugin search directory
Mumfrey - 10 years ago
-
Fix a slew of missing override annotations
Mumfrey - 10 years ago
-
Modify ChunkGC to have maximum chunk unloads per gc. Default is set to 100.
Gabriel Harris-Rouquette - 10 years ago
-
Fix timings version in exported report.
bloodshot - 10 years ago
-
Allow commands to load chunks when requested.
Roque - 10 years ago
-
Send active potion effects on player respawn
Aaron Hill - 10 years ago
-
Add removal and clear methods to GameProfileCache
kashike - 10 years ago
-
Update SpongeCommon for ChannelRegistrationEvent change
-
1.8.9-4.2.0-BETA-343
-
Bump common for further loadChunk fixes.
…
Chris Sanders - 10 years ago
SpongeCommon
-
We actually need to try and load from file to honor API contract.
Chris Sanders - 10 years ago
-
Bump common for further loadChunk fixes.
-
1.8.9-4.2.0-BETA-342
-
Bump common ref for get/loadChunk fix.
…
Chris Sanders - 10 years ago
SpongeCommon
-
Bump API. Correctly implement getChunk/loadChunk. Honors contract now.
Chris Sanders - 10 years ago
-
Fix SpawnEntityEvent's not checking for filtered entities.
bloodshot - 10 years ago
-
Bump common ref for get/loadChunk fix.
-
1.8.9-4.2.0-BETA-341
-
Bump common for isAreaLoaded fix.
…
Chris Sanders - 10 years ago
SpongeCommon
-
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
-
Bump common for isAreaLoaded fix.