All builds
-
1.12.1-7.0.0-BETA-319
-
Add hack to make client module work on IntelliJ IDEA 2017.2
Minecrell - 9 years ago
-
Update SpongeCommon for Mixin update
Minecrell - 9 years ago
SpongeCommon
-
Fix some Mixin compile warnings
Minecrell - 9 years ago
-
Update Mixin to 0.7.2-SNAPSHOT
Minecrell - 9 years ago
-
Add missing access transformer for last commit
Minecrell - 9 years ago
-
Handle more cases when cancelling entity interact. Fixes #1268
Minecrell - 9 years ago
-
Sort access transformer rules
Minecrell - 9 years ago
-
fix RegistryModule load-order
Anselm Brehme - 9 years ago
-
Fix Ban.getCreationDate() with default ban service. Fixes #1129
Minecrell - 9 years ago
-
Fix client state when cancelling InteractEntityEvent, fixes #1268
Minecrell - 9 years ago
-
Fix entity activation range not checking all chunks in range.
bloodshot - 9 years ago
-
Add hack to make client module work on IntelliJ IDEA 2017.2
-
1.12.1-7.0.0-BETA-318
-
Change default production log file level to DEBUG (instead of ALL)
Minecrell - 9 years ago
-
Change default production log file level to DEBUG (instead of ALL)
-
1.12.1-7.0.0-BETA-317
-
Also remove unused ConsoleAppender for log4j2_prod.xml
Minecrell - 9 years ago
SpongeCommon
-
Ensure held item is non-empty before applying enchantment effects
Minecrell - 9 years ago
-
Match against owning class when transforming tracked method calls
Aaron Hill - 9 years ago
-
Only allow custom beacon potions when set through the API
Aaron Hill - 9 years ago
-
Fixes #1472 : Pass all entities to the avoid target selector.
Chris Sanders - 9 years ago
-
Fix conflicting default method impls of Predicate#test
Aaron Hill - 9 years ago
-
Merge pull request #1401 from SpongePowered/feature/userinventory
Chris Sanders - 9 years ago
-
implement UserInventory and add testplugin
Anselm Brehme - 9 years ago
-
Merge pull request #1221 from SpongePowered/feature/container-property
Chris Sanders - 9 years ago
-
GuiIDProperty and GuiId Catalogue
Anselm Brehme - 9 years ago
-
Couple of inventory event fixes. Updates #1448.
Chris Sanders - 9 years ago
-
Cache active chunk for entities and tileentities.
bloodshot - 9 years ago
-
Cache persisted chunk status for activation ranges.
bloodshot - 9 years ago
-
Don't enter TILE_ENTITY_UNLOAD phase on client
Aaron Hill - 9 years ago
-
Always force id's to lowercase when read from config.
bloodshot - 9 years ago
-
Add TileEntityUnloadState. Fixes SpongePowered/SpongeForge#1470
bloodshot - 9 years ago
-
Lets try this fix again for Inventory getPlugin.
Chris Sanders - 9 years ago
-
Fix Inventoryt#getPlugin for custom inventories.
Chris Sanders - 9 years ago
-
Merge pull request #1500 from Cybermaxke/fix-tracker-class-loading
bloodmc - 9 years ago
-
Fix unintentionally class loading caused by Tracker redirect methods.
Seppe Volkaerts - 9 years ago
-
Also remove unused ConsoleAppender for log4j2_prod.xml
-
1.12.1-7.0.0-BETA-316
-
Optimize runtime deobfuscation transformer to improve startup time
…
Minecrell - 9 years ago
SpongeCommon
-
Enter terrain generation phase in createSpawnPosition
Aaron Hill - 9 years ago
-
Fix SF client crash on world join.
bloodshot - 9 years ago
-
Merge pull request #1498 from Cybermaxke/tracking-fix
bloodmc - 9 years ago
-
Fixed a issue that caused IncompatibleClassChangeError's.
Seppe Volkaerts - 9 years ago
-
Cleanup and optimize legacy text parser and add test
Minecrell - 9 years ago
-
Merge pull request #1483 from Cybermaxke/item-handler-tracking
Chris Sanders - 9 years ago
-
Added a method tracking system.
Seppe Volkaerts - 9 years ago
-
Add missing call to RecipeBookServer.init in initializeConnectionToPlayer
Minecrell - 9 years ago
-
Optimize runtime deobfuscation transformer to improve startup time
-
1.12.1-7.0.0-BETA-315
-
Update SpongeCommon
Minecrell - 9 years ago
SpongeCommon
-
Ensure JRE extensions are added to the class path. Fixes #1413
Minecrell - 9 years ago
-
Update SpongeCommon
-
1.12.1-7.0.0-BETA-314
-
Update SpongeCommon for sponge command changes
kashike - 9 years ago
SpongeCommon
-
Merge pull request #1484 from Grinch/feature/help-command-permission
kashike - 9 years ago
-
Rename SpongeCommand -> SpongeCommands
Steven Downer - 9 years ago
-
Add 'sponge.command.help' permission to '/sponge:help' command
Steven Downer - 9 years ago
-
Disable the recipes plugin test.
Chris Sanders - 9 years ago
-
Handle null return value in JsonTextSerializer. Fixes #1469
Minecrell - 9 years ago
-
Implement ItemStackSnapshot.getTranslation()
Minecrell - 9 years ago
-
Update database connectors
Minecrell - 9 years ago
-
Update SpongeCommon for sponge command changes
-
1.12.1-7.0.0-BETA-313
-
Update SpongeCommon for Mixin update
Minecrell - 9 years ago
SpongeCommon
-
Update Mixin to 0.7-SNAPSHOT
Minecrell - 9 years ago
-
Update SpongeCommon for Mixin update
-
1.12.1-7.0.0-BETA-312
-
Update SpongeCommon
…
Minecrell - 9 years ago
SpongeCommon
-
Merge pull request #1481 from Grinch/feature/plugins-command
Chris Sanders - 9 years ago
-
Finishing touches
Steven Downer - 9 years ago
-
Merge pull request #1477 from JBYoshi/pluginphase-post
Chris Sanders - 9 years ago
-
Fix CME during TE removal. Fixes SpongePowered/SpongeForge#1722
bloodshot - 9 years ago
-
Fix MC-117075: TE Unload Lag Spike
bloodshot - 9 years ago
-
Don't enable world configs on creation from plugins.
bloodshot - 9 years ago
-
Don't return empty chunks in chunk cache.
bloodshot - 9 years ago
-
Ray trace player digging. Fixes #1415
bloodshot - 9 years ago
-
Don't drop items during block restores.
bloodshot - 9 years ago
-
Updated plugin list command to use pagination rather than a raw list
Zach Sugano - 9 years ago
-
Have PlayerTickPhase surrounded with a try catch to avoid exceptions causing additional stacks. Partially fixes SpongePowered/SpongeForge#1713 and SpongePowered/SpongeForge#1477.
Gabriel Harris-Rouquette - 9 years ago
-
This never happened.
Chris Sanders - 9 years ago
-
Add AI testing plugin (cause why not..)
Chris Sanders - 9 years ago
-
Fix tracker not providing Player as part of entities spawned via
Chris Sanders - 9 years ago
-
Couple of fixes for local movement.
Chris Sanders - 9 years ago
-
if lens is null here build it
Anselm Brehme - 9 years ago
-
Implement Inventory.getPlugin(). Fixes SpongePowered/SpongeCommon#1222
JBYoshi - 9 years ago
-
Cleanup from Record PR + test plugins cleanup
Chris Sanders - 9 years ago
-
Merges #1438 : Implemented the Record API.
Seppe Volkaerts - 9 years ago
-
Merge pull request #1358 from JBYoshi/fix/xp-levels
Chris Sanders - 9 years ago
-
Merge pull request #1382 from JBYoshi/fix/plugin-teleport-cause
Chris Sanders - 9 years ago
-
Merge pull request #1370 from JBYoshi/fix/tnt-detonate-cancel
Chris Sanders - 9 years ago
-
Fix wrong chunk folder being retrieved during mod init.
bloodshot - 9 years ago
-
Don't use world from entity when spawning. Fixes SpongePowered/SpongeForge#830
bloodshot - 9 years ago
-
Added implementation for getPrecipitationLevel in Extent
Desetude - 9 years ago
-
Merge pull request #1454 from Meronat/fix/saturation-property
Chris Sanders - 9 years ago
-
Merge pull request #1462 from ustc-zzzz/bleeding
Chris Sanders - 9 years ago
-
Merges #1475: Cleanup pagination list, add a test plugin, and allow sending a specific page
Parker Lougheed - 9 years ago
-
Rework some of the SpongeTeleportHelper
Daniel Naylor - 9 years ago
-
Bump API ref.
Chris Sanders - 9 years ago
-
Implement Villager.getCarrier().
JBYoshi - 9 years ago
-
Remove getName from MixinItem toString as it can crash on startup.
bloodshot - 9 years ago
-
Use TeleportCauses.PLUGIN for plugin-caused teleports.
JBYoshi - 9 years ago
-
Allow PluginPhase to run during unwinding, for plugin actions inside event listeners that are called during unwinding. Fixes SpongePowered/SpongeVanilla#314.
JBYoshi - 9 years ago
-
Automatically recalculate the total XP after updating the experience levels.
JBYoshi - 9 years ago
-
Fix the incorrect implementation of (de)serialization of GameProfile
Yanbing Zhao - 9 years ago
-
Fix saturation property value to be actual value
Parker Lougheed - 9 years ago
-
Bypass PluginContainer cause checks. Fixes SpongePowered#1366
JBYoshi - 9 years ago
-
Update SpongeCommon
-
1.12.1-7.0.0-BETA-311
-
Bump SpongeCommon for XP/food fix when changing dimensions.
JBYoshi - 9 years ago
SpongeCommon
-
Bump SpongeCommon for XP/food fix when changing dimensions.
-
1.12.1-7.0.0-BETA-310
-
Update SpongeCommon
Anselm Brehme - 9 years ago
SpongeCommon
-
Fix build.
bloodshot - 9 years ago
-
Avoid processing inventory events when there are no transactions or entities.
bloodshot - 9 years ago
-
Add WorldUnload tracking phase. Fixes SpongePowered/SpongeForge#1690
bloodshot - 9 years ago
-
Re-add container overwrite to handle listeners that already exist.
bloodshot - 9 years ago
-
Check for invalid transactions post inventory event. Fixes #1448
bloodshot - 9 years ago
-
Always resend player inventory to client when an inventory event is cancelled.
bloodshot - 9 years ago
-
Fix client crash when instantiating EntityPlayerSP.
JBYoshi - 9 years ago
-
Implement ConnectedDirection values (the DataManipulator is already done). Fixes #1436
JBYoshi - 9 years ago
-
Update SpongeAPI.
bloodshot - 9 years ago
-
Turn off capture inventory after player drop.
bloodshot - 9 years ago
-
handle mods extending PlayerInventory
Anselm Brehme - 9 years ago
-
Fix fireballs ignoring mobGriefing gamerule
Aaron Hill - 9 years ago
-
Update SpongeCommon