All builds
-
1.12.2-7.1.0-BETA-76
SpongeCommon
-
Add banner processing to DyeColorData (#1928)
MinusKube - 8 years ago
-
Finish implementing WireAttachmentData. (#1934)
jbyoshi - 8 years ago
-
Try harder to lookup a user by name
Aaron1011 - 8 years ago
-
Throw ProfileNotFoundException when profile name lookup fails
Aaron1011 - 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.
gabizou - 8 years ago
-
Fix phase incompatibility issue causing spam.
gabizou - 8 years ago
-
Merge tracker config changes. Merges #1951.
gabizou - 8 years ago
-
Remove debug message that verified the new indentation worked for printing phase contexts.
gabizou - 8 years ago
-
Merge stable-7 into feature/tracker-config for updates and fixes.
gabizou - 8 years ago
-
Finish javadocing IPhaseState.
gabizou - 8 years ago
-
Rename and organize some methods in IPhaseState. Start javadocing the IPhaseState methods.
gabizou - 8 years ago
-
additional debug info when failing to craft
Faithcaio - 8 years ago
-
Fix SpongeForge#2262: Log stacktrace warnings to Sponge Logger rather then STDERR
ryantheleach - 8 years ago
-
Somehow the player logout stuff got missed in a previous massive refactor. Oh well.. fixing it anyways!
gabizou - 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.
gabizou - 8 years ago
-
Update tracker config to reflect latest changes.
bloodmc - 8 years ago
-
Merge stable-7 into development for updates. Need to verify some things before this is fully final.
gabizou - 8 years ago
-
Merge larger refactors for bulk capture configurations to take place back into development branch.
gabizou - 8 years ago
-
Actually enable block events for no bulk capture states. Now to merge back into the development branch.
gabizou - 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.
gabizou - 8 years ago
-
Successfully extract logic from TrackingUtil to allow singular events to be thrown per block change in IPhaseState. Needs some cleanup.
gabizou - 8 years ago
-
Nuke duplicated code out of orbit. All block processing is now entered through TrackingUtil.processBlockCaptures.
gabizou - 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....
gabizou - 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.
gabizou - 8 years ago
-
Move tracker related settings to its own config.
bloodmc - 8 years ago
-
Stub out 'unwind' in NoCaptureUseItemPacketState
Aaron1011 - 8 years ago
-
Start adding some Vanilla defaults to tracker configs
Aaron1011 - 8 years ago
-
Ensure that NoCapture phase states don't actually perform capturing
Aaron1011 - 8 years ago
-
Use SpongeEntityType's entityName.
bloodmc - 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.
gabizou - 8 years ago
-
Add tracker config to control block, entity, and TE tracking.
bloodmc - 8 years ago
-
Add banner processing to DyeColorData (#1928)
-
1.12.2-7.1.0-BETA-75
-
Bump SpongeCommon
Aaron1011 - 8 years ago
SpongeCommon
-
fix 1964
XakepSDK - 8 years ago
-
Properly create entity snapshot in DamageableDataProcessor
Aaron1011 - 8 years ago
-
Bump SpongeCommon
-
1.12.2-7.1.0-BETA-74
-
Update SpongeCommon for updated configurate version
lucko - 8 years ago
SpongeCommon
-
Update SpongeAPI for updated configurate version
lucko - 8 years ago
-
Update SpongeCommon for updated configurate version
-
1.12.2-7.1.0-BETA-73
SpongeCommon
-
1.12.2-7.1.0-BETA-72
-
Update SpongeCommon for configurate dep fix.
bloodmc - 8 years ago
SpongeCommon
-
Update configurate dependency.
bloodmc - 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
…
stephan-gh - 8 years ago
SpongeCommon
-
Fix NPE in TE activation.
bloodmc - 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
dualspiral - 8 years ago
-
Bump SpongeCommon for ItemStackSnapshot fix.
-
1.12.2-7.1.0-BETA-69
-
Bump Common for userOrSource command element fix
dualspiral - 8 years ago
SpongeCommon
-
Bump API for userOrSource fix
dualspiral - 8 years ago
-
fix transformed slots returning the wrong slotindex
Faithcaio - 8 years ago
-
Bump Common for userOrSource command element fix
-
1.12.2-7.1.0-BETA-68
-
Bump SpongeCommon for command fixes
dualspiral - 8 years ago
SpongeCommon
-
Fix various command issues
dualspiral - 8 years ago
-
Ensure that off-hand slot is always restored properly
Aaron1011 - 8 years ago
-
Add onUseItemTick hook for SpongeForge
Aaron1011 - 8 years ago
-
Fix BeforeInvoke ordinal in MixinNetHandlerPlayServer_MovementChecks
Aaron1011 - 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.
…
gabizou - 8 years ago
SpongeCommon
-
Bump mixin versions after issue with slice was silently failing.
gabizou - 8 years ago
-
Move profession validation to SpongeImplHooks for overwriting in SpongeForge.
gabizou - 8 years ago
-
Use a wrapper around Dimension to avoid Forge method clash
Aaron1011 - 8 years ago
-
Add EventContextKeys.USED_ITEM to event context when left-clicking
Aaron1011 - 8 years ago
-
fix stride in non-crafting crafting grids
Faithcaio - 8 years ago
-
Bump common for various updates.