All builds
-
1.12.2-7.1.0-BETA-76
-
Update SC reference for wiredata and bannerdata fixes
Parker Lougheed - 8 years ago
SpongeCommon
-
Add banner processing to DyeColorData (#1928)
MinusKube - 8 years ago
-
Finish implementing WireAttachmentData. (#1934)
Jonathan Browne - 8 years ago
-
Try harder to lookup a user by name
Aaron Hill - 8 years ago
-
Throw ProfileNotFoundException when profile name lookup fails
Aaron Hill - 8 years ago
-
Do not capture during server tick listeners from forge mods as they may unload worlds when blocks have been captured from an unloaded world. Likewise, check that the world is not a fake world if capturing a player object from itemstacks.
Gabriel Harris-Rouquette - 8 years ago
-
Fix phase incompatibility issue causing spam.
Gabriel Harris-Rouquette - 8 years ago
-
Merge tracker config changes. Merges #1951.
Gabriel Harris-Rouquette - 8 years ago
-
Remove debug message that verified the new indentation worked for printing phase contexts.
Gabriel Harris-Rouquette - 8 years ago
-
Merge stable-7 into feature/tracker-config for updates and fixes.
Gabriel Harris-Rouquette - 8 years ago
-
Finish javadocing IPhaseState.
Gabriel Harris-Rouquette - 8 years ago
-
Rename and organize some methods in IPhaseState. Start javadocing the IPhaseState methods.
Gabriel Harris-Rouquette - 8 years ago
-
additional debug info when failing to craft
Anselm Brehme - 8 years ago
-
Fix SpongeForge#2262: Log stacktrace warnings to Sponge Logger rather then STDERR
Ryan Leach - 8 years ago
-
Somehow the player logout stuff got missed in a previous massive refactor. Oh well.. fixing it anyways!
Gabriel Harris-Rouquette - 8 years ago
-
All the context moves for configuration options of tracking phases is now done. this should be working as expected. will need to test to verify.
Gabriel Harris-Rouquette - 8 years ago
-
Update tracker config to reflect latest changes.
bloodshot - 8 years ago
-
Merge stable-7 into development for updates. Need to verify some things before this is fully final.
Gabriel Harris-Rouquette - 8 years ago
-
Merge larger refactors for bulk capture configurations to take place back into development branch.
Gabriel Harris-Rouquette - 8 years ago
-
Actually enable block events for no bulk capture states. Now to merge back into the development branch.
Gabriel Harris-Rouquette - 8 years ago
-
Finalize capture and bulk capture disparities. NoCapture states are usable with the singular block events being thrown as a possibility. I need to make the singular events configurable in some way, but for now, if we do ignore bulk captures, we still will enter phase states to monitor block changes and associate trackable players.
Gabriel Harris-Rouquette - 8 years ago
-
Successfully extract logic from TrackingUtil to allow singular events to be thrown per block change in IPhaseState. Needs some cleanup.
Gabriel Harris-Rouquette - 8 years ago
-
Nuke duplicated code out of orbit. All block processing is now entered through TrackingUtil.processBlockCaptures.
Gabriel Harris-Rouquette - 8 years ago
-
Work on consolidating the block processing bits to work towards individualized block events. The goal is that we should ahve consumer code for each block change isolated so that there is no duplicate code, while bulk block captures will use the same code, just that it will iterate outside of said code. Currently just getting things ready....
Gabriel Harris-Rouquette - 8 years ago
-
Temporary work on making the tracking phases able to handle individualized events to move away from bulk captures as an option according to configs.
Gabriel Harris-Rouquette - 8 years ago
-
Move tracker related settings to its own config.
bloodshot - 8 years ago
-
Stub out 'unwind' in NoCaptureUseItemPacketState
Aaron Hill - 8 years ago
-
Start adding some Vanilla defaults to tracker configs
Aaron Hill - 8 years ago
-
Ensure that NoCapture phase states don't actually perform capturing
Aaron Hill - 8 years ago
-
Use SpongeEntityType's entityName.
bloodshot - 8 years ago
-
Clean up some of the bits of code here and there. Make sure we are not capturing anything with the new no capture phase states.
Gabriel Harris-Rouquette - 8 years ago
-
Add tracker config to control block, entity, and TE tracking.
bloodshot - 8 years ago
-
Update SC reference for wiredata and bannerdata fixes
-
1.12.2-7.1.0-BETA-75
-
Bump SpongeCommon
Aaron Hill - 8 years ago
SpongeCommon
-
fix 1964
Xakep_SDK - 8 years ago
-
Properly create entity snapshot in DamageableDataProcessor
Aaron Hill - 8 years ago
-
Bump SpongeCommon
-
1.12.2-7.1.0-BETA-74
-
Update SpongeCommon for updated configurate version
Luck - 8 years ago
SpongeCommon
-
Update SpongeAPI for updated configurate version
Luck - 8 years ago
-
Update SpongeCommon for updated configurate version
-
1.12.2-7.1.0-BETA-73
-
Update SpongeCommon to revert accidental breaking change to Configurate
…
Daniel Naylor - 8 years ago
SpongeCommon
-
Downgrade configurate dependency to revert accidental break
Daniel Naylor - 8 years ago
-
Update SpongeCommon to revert accidental breaking change to Configurate
-
1.12.2-7.1.0-BETA-72
-
Update SpongeCommon for configurate dep fix.
bloodshot - 8 years ago
SpongeCommon
-
Update configurate dependency.
bloodshot - 8 years ago
-
Update SpongeAPI
kashike - 8 years ago
-
Update SpongeCommon for configurate dep fix.
-
1.12.2-7.1.0-BETA-71
-
Disable JLine event expansion
…
Minecrell - 8 years ago
SpongeCommon
-
Fix NPE in TE activation.
bloodshot - 8 years ago
-
Disable JLine event expansion
-
1.12.2-7.1.0-BETA-70
-
Bump SpongeCommon for ItemStackSnapshot fix.
JBYoshi - 8 years ago
SpongeCommon
-
Actually copy custom data in ItemStackSnapshot.createStack().
JBYoshi - 8 years ago
-
Bump API for userOrSource fix
Daniel Naylor - 8 years ago
-
Bump SpongeCommon for ItemStackSnapshot fix.
-
1.12.2-7.1.0-BETA-69
-
Bump Common for userOrSource command element fix
Daniel Naylor - 8 years ago
SpongeCommon
-
Bump API for userOrSource fix
Daniel Naylor - 8 years ago
-
fix transformed slots returning the wrong slotindex
Anselm Brehme - 8 years ago
-
Bump Common for userOrSource command element fix
-
1.12.2-7.1.0-BETA-68
-
Bump SpongeCommon for command fixes
Daniel Naylor - 8 years ago
SpongeCommon
-
Fix various command issues
Daniel Naylor - 8 years ago
-
Ensure that off-hand slot is always restored properly
Aaron Hill - 8 years ago
-
Add onUseItemTick hook for SpongeForge
Aaron Hill - 8 years ago
-
Fix BeforeInvoke ordinal in MixinNetHandlerPlayServer_MovementChecks
Aaron Hill - 8 years ago
-
testmods is in SpongeForge, not SpongeCommon
kashike - 8 years ago
-
Bump SpongeCommon for command fixes
-
1.12.2-7.1.0-BETA-67
-
Bump common for various updates.
…
Gabriel Harris-Rouquette - 8 years ago
SpongeCommon
-
Bump mixin versions after issue with slice was silently failing.
Gabriel Harris-Rouquette - 8 years ago
-
Move profession validation to SpongeImplHooks for overwriting in SpongeForge.
Gabriel Harris-Rouquette - 8 years ago
-
Use a wrapper around Dimension to avoid Forge method clash
Aaron Hill - 8 years ago
-
Add EventContextKeys.USED_ITEM to event context when left-clicking
Aaron Hill - 8 years ago
-
fix stride in non-crafting crafting grids
Anselm Brehme - 8 years ago
-
Bump common for various updates.