All builds
-
1.12.2-7.1.6-RC164
-
Update SpongeCommon for slabdata fix
Anselm Brehme - 7 years ago
SpongeCommon
-
fix wrong cast in SlabDataProcessor
Anselm Brehme - 7 years ago
-
Update SpongeCommon for slabdata fix
-
1.12.2-7.1.6-RC163
-
Bump SpongeCommon
Aaron Hill - 7 years ago
SpongeCommon
-
Set renderYawOffset when setting living head rotation
Aaron Hill - 7 years ago
-
Bump SpongeCommon
-
1.12.2-7.1.6-RC162
-
Bump common for transaction cancel fix.
…
Chris Sanders - 7 years ago
SpongeCommon
-
Fix infinite loop when canceling transactions. Closes #2244.
Chris Sanders - 7 years ago
-
Make sure we do not create dictionary entries for null item tyeps. Fixes SpognePowered/SpongeForge#2649.
Gabriel Harris-Rouquette - 7 years ago
-
Sanity check for fake players and phase contexts before trying to use the packet processing methods.
Gabriel Harris-Rouquette - 7 years ago
-
Bump common for transaction cancel fix.
-
1.12.2-7.1.6-RC161
-
Bump common for decaying block capture fixes with varying shouldfire flags.
…
Gabriel Harris-Rouquette - 7 years ago
SpongeCommon
-
Fix decaying block drops being captured but no listeners for block changes being captured.
Gabriel Harris-Rouquette - 7 years ago
-
Fix ClassCastException when using wrapped sources
Daniel Naylor - 7 years ago
-
Add async command detection and resync capturing.
Gabriel Harris-Rouquette - 7 years ago
-
Allow custom biome and populator type registrations from forge to take place without losing id information.
Gabriel Harris-Rouquette - 7 years ago
-
Bump common for decaying block capture fixes with varying shouldfire flags.
-
1.12.2-7.1.6-RC160
-
Update SpongeCommon
Anselm Brehme - 7 years ago
SpongeCommon
-
Fix post processing accidentally capturing using the enhanced tracking methods.
Gabriel Harris-Rouquette - 7 years ago
-
Fix off-by-one error in score selectors
Aaron Hill - 7 years ago
-
implement SlabDataProcessor when only the item damage is changed
Anselm Brehme - 7 years ago
-
fix PassedBurnTimeValueProcessor
Anselm Brehme - 7 years ago
-
allow setting items on the furnace output-slot via API
Anselm Brehme - 7 years ago
-
Don't randomize seeds, unless new world! (#2234)
Philip T - 7 years ago
-
Fix TileEntity removal during block processing. Fixes SpongePowered/SpongeForge#2682.
Gabriel Harris-Rouquette - 7 years ago
-
Attempt to ensure that TileEntities being queued for addition have their world object set.
Gabriel Harris-Rouquette - 7 years ago
-
Fix CommandPhaseContext not providing captures to their checks for inventory management. Fixes #2187.
Gabriel Harris-Rouquette - 7 years ago
-
Only fire BreedEntityEvent.ReadyToMate on the server
Aaron Hill - 7 years ago
-
If blocks are ticking, they should be pushing themselves to the cause.
Gabriel Harris-Rouquette - 7 years ago
-
Wrap ChangeStatisticEvent firing with try with resources
ImMorpheus - 7 years ago
-
Fix pushing duplicate player object during UseItemPacketState and PlaceBlockPacketState
ImMorpheus - 7 years ago
-
Update SpongeCommon
-
1.12.2-7.1.6-RC159
-
Bump common for neighbor notification state pushing a cause fix.
…
Gabriel Harris-Rouquette - 7 years ago
SpongeCommon
-
NeighborNotificationState should not be pushing to the cause stack, only modifying the contexts.
Gabriel Harris-Rouquette - 7 years ago
-
Bump common for neighbor notification state pushing a cause fix.
-
1.12.2-7.1.6-RC158
-
Bump common for various fixes and updates.
…
Gabriel Harris-Rouquette - 7 years ago
SpongeCommon
-
Correctly detect the damage type in for registry matching versus vanilla type matching.
Gabriel Harris-Rouquette - 7 years ago
-
Fix neighbor notifications being caught and not being processed if no blocks were captured. Also fix block drops.
Gabriel Harris-Rouquette - 7 years ago
-
Fix InvalidDataException when deserializing Instant
ImMorpheus - 7 years ago
-
small proxy cleansing if there hasnt been a cleaning or some invalid states.
Gabriel Harris-Rouquette - 7 years ago
-
Fix neighbor notifications not being captured properly when ChangeBlockEvent is listened to, but NeighborNotificationEvent is not.
Gabriel Harris-Rouquette - 7 years ago
-
BlockTicks are not using TileEntities as sources.....
Gabriel Harris-Rouquette - 7 years ago
-
Do not attempt to pop off phase contexts that are not intended to be popped off. Avoid the corruption of context provider messages.
Gabriel Harris-Rouquette - 7 years ago
-
Do not capture tile transactions when shouldfire is false.
Gabriel Harris-Rouquette - 7 years ago
-
Fix notifications not being processed when ShouldFire prevented blocks from being changed and notifications propogated. Fixes #2228.
Gabriel Harris-Rouquette - 7 years ago
-
Fix custom damage sources not getting their proper DamageType. Fixes #2230.
Gabriel Harris-Rouquette - 7 years ago
-
Update PistonTest to the new testplugin format
ImMorpheus - 7 years ago
-
Fix issues with ShouldFire not being checked and unknowingly capturing block changes without performing neighbor notifications.
Gabriel Harris-Rouquette - 7 years ago
-
Fix neighborChanged mapping (#2229)
Alex Thomson - 7 years ago
-
Fix WorldGeneration phases unexpectedly being included in captures.
Gabriel Harris-Rouquette - 7 years ago
-
Fix custom data manipulators not being removed correctly
ImMorpheus - 7 years ago
-
Fix fire blocks removing themselves during their ticks potentially causing null snapshots used for single events.
Gabriel Harris-Rouquette - 7 years ago
-
Fix a few issues with cancellation of blocks. Specifically, when rolling back or restoring block changes or re-applying changes.
Gabriel Harris-Rouquette - 7 years ago
-
Add handling for fetching forge capabitilites when writing toContainer. Fixes SpongePowered/SpongeForge#2656.
Gabriel Harris-Rouquette - 7 years ago
-
Implement ItemStack#setRawData with little to no validation or care.
Gabriel Harris-Rouquette - 7 years ago
-
Bump common for various fixes and updates.
-
1.12.2-7.1.6-RC157
-
Update SpongeCommon for various updates including a refined PhaseTracker with enhanced BlockTransaction processing. Along with PhaseTracker sidedness.
…
Gabriel Harris-Rouquette - 7 years ago
SpongeCommon
-
Merge PhaseTracker fixes with new enhanced tracking abilities.
Gabriel Harris-Rouquette - 7 years ago
-
Add disabled frame modifiers to BlockDynamicLiquids for their block updates.
Gabriel Harris-Rouquette - 7 years ago
-
Lord of the Blocks: The Ride of the Neighborrim
Gabriel Harris-Rouquette - 7 years ago
-
Merge upstream changes to branch for verification of functionality.
Gabriel Harris-Rouquette - 7 years ago
-
Lord of the Blocks: The Siege of Pistor
Gabriel Harris-Rouquette - 7 years ago
-
Fix dimension ids duplication (#2215)
GlassSpirit - 7 years ago
-
Lord of the Blocks: The Muster of Redstone
Gabriel Harris-Rouquette - 7 years ago
-
Lord of the Blocks: The Passing of the Block Notification
Gabriel Harris-Rouquette - 7 years ago
-
Fix configs not cleaning up duplicates properly.
bloodshot - 7 years ago
-
No offset in CustomLensProvider
Anselm Brehme - 7 years ago
-
Lord of the Blocks: The Pressing of the Sticky Piston
Gabriel Harris-Rouquette - 7 years ago
-
Misc fixes for EntitySnapshot (#2220)
Morpheus - 7 years ago
-
Lord of the Blocks: Miners Pistith
Gabriel Harris-Rouquette - 7 years ago
-
Throw a more meaningful exception when passing an empty path to DataView#set()
ImMorpheus - 7 years ago
-
Add RegistryModule test plugin (#2167)
Morpheus - 7 years ago
-
Bump SpongeAPI
ImMorpheus - 7 years ago
-
Implement missing damage sources and types (#1914)
Parker Lougheed - 7 years ago
-
Implement API for Shulkers, ShulkerBullets and ShulkerBoxes (#2087)
RedNesto - 7 years ago
-
Fix lens generation for modded inventories that do not use the entire source inventory in containers.
Anselm Brehme - 7 years ago
-
Lord of the Blocks: The States of Master Unwind
Gabriel Harris-Rouquette - 7 years ago
-
Lord of the Blocks: Unwinlob's Lair
Gabriel Harris-Rouquette - 7 years ago
-
Lord of the Blocks: The Stairs of Block Transaction
Gabriel Harris-Rouquette - 7 years ago
-
Fix chunk packet data length inconsistencies caused by async lighting.
Seppe Volkaerts - 7 years ago
-
Register custom inventory listeners before firing InteractInventoryEvent.Open
Aaron Hill - 7 years ago
-
Minor optimization, Nuke PhaseData and use PhaseContext in PhaseStack.
Gabriel Harris-Rouquette - 7 years ago
-
Merge bug fix for furnaces popping items. Fixes SpongePowered/SpongeForge#2639. Merges #2213.
Gabriel Harris-Rouquette - 7 years ago
-
Fix tile entities replacing their block states and then later replacing themselves back within the same update.
Gabriel Harris-Rouquette - 7 years ago
-
unmarkRemoval when adding a te and avoid closing a Proxy twice
ImMorpheus - 7 years ago
-
Make sure SV interaction logic is consistent with SF
ImMorpheus - 7 years ago
-
Unregister listeners for closed CustomInventory on next tick
Aaron Hill - 7 years ago
-
Revert #2207 due to negative dimension id's causing IndexOutofboundsExceptions.
Gabriel Harris-Rouquette - 7 years ago
-
Fix recursive setting of tile entities when requesting the current tile entity.
Gabriel Harris-Rouquette - 7 years ago
-
Merge pull request #2207 from GlassSpirit/patch-1
Chris Sanders - 7 years ago
-
Make sure there is always a locatable block for BlockEventqueue. If there isn't, oh well.
Gabriel Harris-Rouquette - 7 years ago
-
Fix failing tests with ItemStackSnapshot.NONE serializing and deserializing incorrectly.
Gabriel Harris-Rouquette - 7 years ago
-
Merge MultiBlockCaptureSupplier changes for Piston dupe fixes. Merges #2163.
Gabriel Harris-Rouquette - 7 years ago
-
Merge stable-7 changes into branch for development updates.
Gabriel Harris-Rouquette - 7 years ago
-
Lord of the Blocks: The Forbidden Tile
Gabriel Harris-Rouquette - 7 years ago
-
Fix Overwrite missing a few method calls (#2203)
Morpheus - 7 years ago
-
Lord of the Blocks: The Neighbor on the Block
Gabriel Harris-Rouquette - 7 years ago
-
Fix same dimensionIDs after creating multiple worlds (#2206)
GlassSpirit - 7 years ago
-
Lord of the Blocks: Of Blocks and Notified Neighbors
Gabriel Harris-Rouquette - 7 years ago
-
Lord of the Blocks: The Logic Gate is Closed
Gabriel Harris-Rouquette - 7 years ago
-
Lord of the Blocks: The Taming of Eventgol
Gabriel Harris-Rouquette - 7 years ago
-
Lord of the Blocks: The Blockeventir
Gabriel Harris-Rouquette - 7 years ago
-
Lord of the Blocks: The Pistons of the Marshes
Gabriel Harris-Rouquette - 7 years ago
-
Lord of the Blocks: The Voice of Pistoman
Gabriel Harris-Rouquette - 7 years ago
-
Lord of the Blocks: The Road to Eventgard
Gabriel Harris-Rouquette - 7 years ago
-
Lord of the Blocks: The Road to Intermediate Transactions
Gabriel Harris-Rouquette - 7 years ago
-
Lord of the Blocks: The Five Classes
Gabriel Harris-Rouquette - 7 years ago
-
Lord of the Blocks: The Two Captures
Gabriel Harris-Rouquette - 7 years ago
-
Lord of the Blocks: The Fellowship of the Tracker
Gabriel Harris-Rouquette - 7 years ago
-
Update SpongeCommon for various updates including a refined PhaseTracker with enhanced BlockTransaction processing. Along with PhaseTracker sidedness.
-
1.12.2-7.1.6-RC156
-
Update SpongeCommon for latest fixes.
bloodshot - 7 years ago
SpongeCommon
-
Fix instanceof check and safe cast to PortalAgent (#2192)
Morpheus - 7 years ago
-
Fix CancellationException when cancelling CooldownEvent.Set
ImMorpheus - 7 years ago
-
Add missing player cause to interact events.
bloodshot - 7 years ago
-
Check init before registering event hooks.
bloodshot - 7 years ago
-
Fix sponge reload command. Fixes #2036
bloodshot - 7 years ago
-
Add enable/disable system for testplugins (#2195)
Morpheus - 7 years ago
-
Fix possible NPE during BlockEventTickPhaseState.
bloodshot - 7 years ago
-
Don't process transactions if they are invalid.
bloodshot - 7 years ago
-
Bail out when we create a ReusableLens
Aaron Hill - 7 years ago
-
Actually re-use ReusableLens
Aaron Hill - 7 years ago
-
Implement block event context handling.
bloodshot - 7 years ago
-
Use vanilla's hashcode for block property cache.
bloodshot - 7 years ago
-
Improve overall block property CPU performance.
bloodshot - 7 years ago
-
Add hook to fetch if available whatever BlockSnapshot is being applied for neighbor notifications.
Gabriel Harris-Rouquette - 7 years ago
-
Revert "Add hooks for persisted chunk tick refactor."
bloodshot - 7 years ago
-
Don't recreate structures if map features are disabled.
bloodshot - 7 years ago
-
Add test plugin for altering the message during the chat event
Daniel Naylor - 7 years ago
-
Provide both parents to the breed event's cause.
Chris Sanders - 7 years ago
-
Add hooks for persisted chunk tick refactor.
bloodshot - 7 years ago
-
Fix exploit mixin breaking instrinsic chunkExists method.
bloodshot - 7 years ago
-
Implement EventContextKeys.USED_HAND (#2191)
Morpheus - 7 years ago
-
Make the VirtualPortalAgent workaround work
ImMorpheus - 7 years ago
-
Cleanup handling for unregistered tile entities
Aaron Hill - 7 years ago
-
Update SpongeCommon for latest fixes.
-
1.12.2-7.1.6-RC155
-
Bump Common for Eigencraft Redstone optimisation
Daniel Naylor - 7 years ago
SpongeCommon
-
Fix build
Daniel Naylor - 7 years ago
-
Add Eigencraft redstone optimization.
bloodshot - 7 years ago
-
Generate unique ids for smelting recipes that don't override getId.
Seppe Volkaerts - 7 years ago
-
Ensure that custom inventory listeners are properly re-registered
Aaron Hill - 7 years ago
-
Fix error when registering crafting recipes with the deprecated method.
Seppe Volkaerts - 7 years ago
-
Fix cause frame usage with interact events. Fixes #2193
bloodshot - 7 years ago
-
Use the actual entity inside attackTargetEntityWithCurrentItem
ImMorpheus - 7 years ago
-
Logging doesnt need a cause
ImMorpheus - 7 years ago
-
Merge pull request #2189 from SpongePowered/fix/try-with-resources
Chris Sanders - 7 years ago
-
Close the level_sponge I/O streams earlier.
JBYoshi - 7 years ago
-
Make sure lens don't throw errors when a container minecart with empt… (#2186)
liach - 7 years ago
-
Print more debugging info in TimingsPls
Aaron Hill - 7 years ago
-
Ensure that re-opening a closed inventory re-registers its listeners
Aaron Hill - 7 years ago
-
Restore captureInventory to previous value.
Aaron Hill - 7 years ago
-
Improve CustomInventory performance
Aaron Hill - 7 years ago
-
Return -1 when we get an error
Aaron Hill - 7 years ago
-
Add debug info to error in getTileEntityId
Aaron Hill - 7 years ago
-
Avoid loading entities and TE's when loading existing chunk for regen.
bloodshot - 7 years ago
-
Fix chunk always entering terrain generation when we are intending to regenerate.
Gabriel Harris-Rouquette - 7 years ago
-
Simplify the chunk offset to allow chunk regeneration.
Gabriel Harris-Rouquette - 7 years ago
-
Implement chunk regeneration API.
bloodshot - 7 years ago
-
Implement Rotate/Position events.
bloodshot - 7 years ago
-
Relocate timings package into SpongeCommon package
Aaron Hill - 7 years ago
-
Remove hasSetOwner/hasSetNotifier usage for MixinTileEntity.
bloodshot - 7 years ago
-
Add FlowerPot test in relation to #2144. Does verify the first issue included in the PDF being resolved in current versions.
Gabriel Harris-Rouquette - 7 years ago
-
Fix owner/notifier checks in MixinTileEntity.
bloodshot - 7 years ago
-
Fix scaled health stripping attribute modifiers.
Gabriel Harris-Rouquette - 7 years ago
-
Fix missing manipulators (#2127)
Morpheus - 7 years ago
-
Add team name/displayname length check
ImMorpheus - 7 years ago
-
Prevent having to use "minecraft:" when getting particle types (#2165)
Adam - 7 years ago
-
Implement entity-spawn logging
ImMorpheus - 7 years ago
-
Fix PositionOutOfBoundsException when calling getHighestYAt
ImMorpheus - 7 years ago
-
Still allow GameRegistry.register to be used for recipes.
Seppe Volkaerts - 7 years ago
-
Missing license, broken build :D
ImMorpheus - 7 years ago
-
Allow modify item MaxStackSize more then 64 (#2145)
PorPit - 7 years ago
-
Bump SpongeAPI for EnderDragon phases
ImMorpheus - 7 years ago
-
Common changes required to allow for a modified TileEntity.REGISTRY compatibility for Forge MultiPart doing duplicate registrations. (#2095)
Gabriel Harris-Rouquette - 7 years ago
-
EnderDragon phases (#1032)
kashike - 7 years ago
-
Change always true != null check to instanceof (#2026)
Simon_Flash - 7 years ago
-
Fix missing EventContextKeys during Interact events (#2181)
Morpheus - 7 years ago
-
implement interaction Slot for ClickInventoryEvents
Anselm Brehme - 7 years ago
-
Add test plugin WitherSpawnTest (#1599)
Ryan Leach - 7 years ago
-
Add a message during null-check when building a SpongeBlockSnapshot
ImMorpheus - 7 years ago
-
Bump Common for Eigencraft Redstone optimisation