All builds
-
1.12.2-7.1.0-BETA-66
-
Update SpongeCommon for undefined result fix.
bloodshot - 8 years ago
SpongeCommon
-
Make sure to account for undefined result.
bloodshot - 8 years ago
-
Fix last interact cancel flag.
bloodshot - 8 years ago
-
Update SpongeCommon for undefined result fix.
-
1.12.2-7.1.0-BETA-65
-
Update SpongeCommon for TE activation auto populate fix.
bloodshot - 8 years ago
SpongeCommon
-
Fix TE activation auto populate.
bloodshot - 8 years ago
-
Update SpongeCommon for TE activation auto populate fix.
-
1.12.2-7.1.0-BETA-64
-
Update SpongeCommon for item use cancel fix.
bloodshot - 8 years ago
SpongeCommon
-
Fix use item logic running after cancel.
bloodshot - 8 years ago
-
Start a cleanup of the redunancy to try and get villagers to work with custom careers again.
Gabriel Harris-Rouquette - 8 years ago
-
Ensure that permissions and debug info are re-sent after a respawn
Aaron Hill - 8 years ago
-
Update SpongeCommon for item use cancel fix.
-
1.12.2-7.1.0-BETA-63
-
Move UseItemStackEvent implementation to SpongeCommon
…
Aaron Hill - 8 years ago
SpongeCommon
-
Move UseItemStackEvent implementation from SpongeVanilla to SpongeCommon
Aaron Hill - 8 years ago
-
Add method to EntityUtil to retrieve an itemstack out of any entity, always returns an Itemstack.
Gabriel Harris-Rouquette - 8 years ago
-
Move UseItemStackEvent implementation to SpongeCommon
-
1.12.2-7.1.0-BETA-62
-
Bump common for various fixes and updates.
…
Gabriel Harris-Rouquette - 8 years ago
SpongeCommon
-
minor #23: fix some minor issues
kashike - 8 years ago
-
Fix missed import.
Gabriel Harris-Rouquette - 8 years ago
-
Modify property stores to consider nullable locations. Fixes an issue with getting matter from a null location in forge mods.
Gabriel Harris-Rouquette - 8 years ago
-
Improve warning message when a Key id includes a plugin id
Aaron Hill - 8 years ago
-
Bump common for various fixes and updates.
-
1.12.2-7.1.0-BETA-61
-
Bump common for last minute fix.
…
Gabriel Harris-Rouquette - 8 years ago
SpongeCommon
-
Sigh....
Gabriel Harris-Rouquette - 8 years ago
-
Bump common for last minute fix.
-
1.12.2-7.1.0-BETA-60
-
fix ticking riding entity ordering issue with the phase context.
…
Gabriel Harris-Rouquette - 8 years ago
SpongeCommon
-
Fix ordering to avoid modifying the phase context after it has been switched.
Gabriel Harris-Rouquette - 8 years ago
-
fix ticking riding entity ordering issue with the phase context.
-
1.12.2-7.1.0-BETA-59
-
Update common and clean up two compiler warnings for sponge vanilla.
…
Gabriel Harris-Rouquette - 8 years ago
SpongeCommon
-
Merge compile warnings cleanup. Maintain commit history for posterity instead of one giant commit.
Gabriel Harris-Rouquette - 8 years ago
-
Do a null check for the context.
Gabriel Harris-Rouquette - 8 years ago
-
Merge stable-7 into branch for updates.
Gabriel Harris-Rouquette - 8 years ago
-
Add item clone test to test the serialization and deserialization of item stacks with json and data api.
Gabriel Harris-Rouquette - 8 years ago
-
Switch back to HashMap for player tracker. Fixes #1896
bloodshot - 8 years ago
-
Fix various initialization issues with entity and TE activation.
bloodshot - 8 years ago
-
Make default activation state true for TE activation.
bloodshot - 8 years ago
-
Revert "Refactor default activation state for TE activation."
bloodshot - 8 years ago
-
Refactor default activation state for TE activation.
bloodshot - 8 years ago
-
Evaluate Player#hasPlayedBefore() to use minute duration differences and consider anhything within a minute to have not played before. Fixes SpongePowered/SpongeCommon#1282.
Gabriel Harris-Rouquette - 8 years ago
-
Merge stable-7 into cleanup branch to ensure functionality.
Gabriel Harris-Rouquette - 8 years ago
-
Litle things.
Gabriel Harris-Rouquette - 8 years ago
-
Finished cleaning all the compiler warnings and mixin warnings.
Gabriel Harris-Rouquette - 8 years ago
-
More cleanup. All raw type class usage is either now fixed or suppressed as necessary.
Gabriel Harris-Rouquette - 8 years ago
-
Finish cleaning up raw type warnings.
Gabriel Harris-Rouquette - 8 years ago
-
More cleanup
kashike - 8 years ago
-
A bunch of class cast warning suppression and raw class usage suppression to clean up some compiler warnings.
Gabriel Harris-Rouquette - 8 years ago
-
Update common and clean up two compiler warnings for sponge vanilla.
-
1.12.2-7.1.0-BETA-58
-
Bump common for various updates and fixes. Most fixes are related with mods.
…
Gabriel Harris-Rouquette - 8 years ago
SpongeCommon
-
Add some better isFake checks for various operations. Since there are some mods who will potentially forget to set the isRemote flag, sponge occasionally performs server sided operations on custom worlds that are not managed by traditional means.
Gabriel Harris-Rouquette - 8 years ago
-
Prevent ISE on client when running a client command.
Daniel Naylor - 8 years ago
-
Merge advancement fixes. Merges #1929. Fixes #1904. Fixes SpongePowered/SpongeForge#2140.
Gabriel Harris-Rouquette - 8 years ago
-
Replace threaded boolean check with a simple phase state check.
Gabriel Harris-Rouquette - 8 years ago
-
Event for recipebook interaction
Anselm Brehme - 8 years ago
-
Check IMixinWorld#isFake instead of checking for IMixinWorldServer
Aaron Hill - 8 years ago
-
Do an explicit 'instanceof' check for IMixinWorldServer instead of using isRemote
Aaron Hill - 8 years ago
-
Add hook for firing Forge's PlayerRespawnEvent
Aaron Hill - 8 years ago
-
Make SpongeCommonEventFactory#callDestructEntityEventDeath return an Optional
Aaron Hill - 8 years ago
-
Fix water/lava placement. Fixes SpongePowered/SpongeForge#2202
bloodshot - 8 years ago
-
If we find a crafting grid without output slot add a normal grid inventory instead.
Anselm Brehme - 8 years ago
-
Temporarily set the entity's dimension when calling Portal.placeEntity
Aaron Hill - 8 years ago
-
move lens creation up to EntityMinecartContainer with override in EntityMinecartChest
Anselm Brehme - 8 years ago
-
Fix typo.
bloodshot - 8 years ago
-
Fix TE's not ticking in persisted chunks.
bloodshot - 8 years ago
-
Remove duplicate data manipulator lists from SpongeItemStackSnapshot. Fixes #1925
JBYoshi - 8 years ago
-
Fix InteractItemEvent cancel not allowing block to activate.
bloodshot - 8 years ago
-
Print a more informative error when a block is unregistered
Aaron Hill - 8 years ago
-
Use ServerUtils.isCallingFromMainThread to check for the server thread.
Seppe Volkaerts - 8 years ago
-
Fix soft-resetting player advancements on world load
Seppe Volkaerts - 8 years ago
-
Moved all custom advancement logic to the server side, client acts like vanilla.
Seppe Volkaerts - 8 years ago
-
Bump common for various updates and fixes. Most fixes are related with mods.
-
1.12.2-7.1.0-BETA-57
-
Bump SpongeCommon for latest fixes
Daniel Naylor - 8 years ago
-
Bump SpongeCommon for latest fixes