All builds
-
1.12.2-2705-7.1.0-BETA-3283
-
Update SpongeCommon for timings config improvement.
bloodshot - 8 years ago
SpongeCommon
-
Disable verbose timings by default to improve CPU usage.
bloodshot - 8 years ago
-
Update SpongeCommon for timings config improvement.
-
1.12.2-2705-7.1.0-BETA-3282
-
Update SpongeCommon for TE and active chunk perf improvements.
bloodshot - 8 years ago
SpongeCommon
-
More improvements to active chunk.
bloodshot - 8 years ago
-
Cache TileEntity notifier.
bloodshot - 8 years ago
-
Update SpongeCommon for TE and active chunk perf improvements.
-
1.12.2-2705-7.1.0-BETA-3281
-
Bump Spongecommon for CaptureBlockPos toString
Aaron Hill - 8 years ago
SpongeCommon
-
Add toString() to CaptureBlockPos
Aaron Hill - 8 years ago
-
Bump Spongecommon for CaptureBlockPos toString
-
1.12.2-2705-7.1.0-BETA-3280
-
Bump SpongeCommon for setBlockState fix
Aaron Hill - 8 years ago
SpongeCommon
-
Pass 'noCancelledTransactions' as 'true' in PhaseTracker.setBlockState
Aaron Hill - 8 years ago
-
Bump SpongeCommon for setBlockState fix
-
1.12.2-2705-7.1.0-BETA-3279
-
Merge notification fixes. Adds GrassCreator testmod to test notification response from sponge and the game engine.
…
Gabriel Harris-Rouquette - 8 years ago
-
Merge notification fixes. Adds GrassCreator testmod to test notification response from sponge and the game engine.
-
1.12.2-2705-7.1.0-BETA-3278
-
Merge notification fixes. Adds GrassCreator testmod to test notification response from sponge and the game engine.
…
Gabriel Harris-Rouquette - 8 years ago -
Bump common for notification stack overflow fix.
Gabriel Harris-Rouquette - 8 years ago
-
Add GrassCreator as a test to verify notifications will not crash the PhaseTracker with infinite updates.
Gabriel Harris-Rouquette - 8 years ago
SpongeCommon
-
Merge stack overflow fixes. There are a few commits explaining the reasoning behind the changes.
Gabriel Harris-Rouquette - 8 years ago
-
Minor cleanup with the creation of block snapshots.
Gabriel Harris-Rouquette - 8 years ago
-
Reduce more nested calls to reduce call stacks.
Gabriel Harris-Rouquette - 8 years ago
-
Experimental fix for now but something that will work definitevely. Fixes SpongePowered/SpongeForge#2273.
Gabriel Harris-Rouquette - 8 years ago
-
Add notification phase for some better debugging. Noticing a lot of redundant notifications on the same block during world gen specifically.
Gabriel Harris-Rouquette - 8 years ago
-
Some minor fixes and cleanup. Added ShouldFire for notifications and a few areas we were throwing block events regardless (they were spamming).
Gabriel Harris-Rouquette - 8 years ago
-
Start reworking notification propogation handling for the PhaseTracker. Also, ensure that the PhaseTracker is only accessed on the main thread for now.
Gabriel Harris-Rouquette - 8 years ago
-
Merge notification fixes. Adds GrassCreator testmod to test notification response from sponge and the game engine.
-
1.12.2-2705-7.1.0-BETA-3277
-
Bump SpongeCommon for Advancement test fixes
Aaron Hill - 8 years ago
-
Bump SpongeCommon for TextComponentKeybind temp fix
Aaron Hill - 8 years ago
-
Bump SpongeCommon for miscellaneous fixes
Aaron Hill - 8 years ago
-
Bump SpongeCommon for advancement registry fixes
Aaron Hill - 8 years ago
SpongeCommon
-
Handle empty DisplayInfo in SpongeAdvancementTree#getBackgroundPath
Aaron Hill - 8 years ago
-
Disable server main thread check for Advancement in testing environment
Aaron Hill - 8 years ago
-
Prevent exception when mods use TextComponentKeybind
Aaron Hill - 8 years ago
-
Always set 'Entity.fire' from IgniteEntityEvent
Aaron Hill - 8 years ago
-
Replace usages of acceptIfNotEmpty wuth acceptAndClearIfNotEmpty
Aaron Hill - 8 years ago
-
Clear out entity item captures in DeathUpdateState
Aaron Hill - 8 years ago
-
Actually process captured blocks in EntityDeathState
Aaron Hill - 8 years ago
-
Clear out entity item drops captures in InteractAtEntityPacketState
Aaron Hill - 8 years ago
-
Process captured blocks in PacketState#unwind
Aaron Hill - 8 years ago
-
Clear out captured items from PhaseContext in more inventory states
Aaron Hill - 8 years ago
-
Fix issues with advancement registration
Aaron Hill - 8 years ago
-
Bump SpongeCommon for Advancement test fixes
-
1.12.2-2705-7.1.0-BETA-3272
-
Bump common for some advancement fixes.
…
Gabriel Harris-Rouquette - 8 years ago
SpongeCommon
-
Merge Advancement fixes. Merges #1968.
Gabriel Harris-Rouquette - 8 years ago
-
Advancements should always be registered on the server thread.
Seppe Volkaerts - 8 years ago
-
Throw a exception early if a requirement does not exist in the criteria map.
Seppe Volkaerts - 8 years ago
-
Grant the advancement test tree at player join.
Seppe Volkaerts - 8 years ago
-
Fix that advancement tree registration didn't get switched completely to phases.
Seppe Volkaerts - 8 years ago
-
Safeguard against advancements getting unloaded when progress is still available.
Seppe Volkaerts - 8 years ago
-
Prevent the dummy advancement from being registered as a valid catalog. Fix that parent advancements didn't get all their children.
Seppe Volkaerts - 8 years ago
-
Bump common for some advancement fixes.
-
1.12.2-2705-7.1.0-BETA-3270
-
Update SpongeCommon for inventory drag event inconsistency fix
Anselm Brehme - 8 years ago
SpongeCommon
-
do not adjust cursor when invalidating slots in drag and collect events
Anselm Brehme - 8 years ago
-
Update SpongeCommon for inventory drag event inconsistency fix
-
1.12.2-2705-7.1.0-BETA-3269
-
Update SpongeCommon for inventory entity captures fix
Aaron Hill - 8 years ago
SpongeCommon
-
Clear out entity captures after processing in BasicInventoryPacketState
Aaron Hill - 8 years ago
-
Update SpongeCommon for inventory entity captures fix