All builds
-
1.12.2-2705-7.1.0-BETA-3257
-
Bump SpongeCommon for tracker config fix
Aaron Hill - 8 years ago
SpongeCommon
-
Fix tracker config not being applied to mod blocks
Aaron Hill - 8 years ago
-
Bump SpongeCommon for tracker config fix
-
1.12.2-2705-7.1.0-BETA-3256
-
Don't close client gui based on the result of Block#onBlockActivated
…
Aaron Hill - 8 years ago
-
Don't close client gui based on the result of Block#onBlockActivated
-
1.12.2-2705-7.1.0-BETA-3255
-
Bump SpongeCommon
Aaron Hill - 8 years ago
-
Remove extra call to ForgeChunkManager.putDormantChunk
Aaron Hill - 8 years ago
SpongeCommon
-
Attempt to create values in ManipulatorTest, when possible
Aaron Hill - 8 years ago
-
Relax username length check to '> 0'
Aaron Hill - 8 years ago
-
Fix PotionEffect retrieval error from DataContainer
ImMorpheus - 8 years ago
-
Fix BlockBeacon accessing blocks off the main thread
Aaron Hill - 8 years ago
-
Bump SpongeCommon
-
1.12.2-2705-7.1.0-BETA-3253
-
Bump common for fix where async block changes will actually do nothing now.
…
Gabriel Harris-Rouquette - 8 years ago
SpongeCommon
-
Actually return after printing about async block changes.
Gabriel Harris-Rouquette - 8 years ago
-
Bump common for fix where async block changes will actually do nothing now.
-
1.12.2-2705-7.1.0-BETA-3252
-
Bump common for async block change detection addition.
…
Gabriel Harris-Rouquette - 8 years ago
SpongeCommon
-
Add async block change detection and chunk load detection.
Gabriel Harris-Rouquette - 8 years ago
-
Bump common for async block change detection addition.
-
1.12.2-2705-7.1.0-BETA-3251
-
Bump SpongeCommon for Mixin bump
Aaron Hill - 8 years ago
SpongeCommon
-
Bump mixin version to 0.7.11-SNAPSHOT
Aaron Hill - 8 years ago
-
Add banner processing to DyeColorData (#1928)
MinusKube - 8 years ago
-
Finish implementing WireAttachmentData. (#1934)
Jonathan Browne - 8 years ago
-
Bump SpongeCommon for Mixin bump
-
1.12.2-2705-7.1.0-BETA-3250
-
Bump SpongeCommon for user lookup fixes
Aaron Hill - 8 years ago
SpongeCommon
-
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
-
Bump SpongeCommon for user lookup fixes
-
1.12.2-2705-7.1.0-BETA-3248
-
Bump common to try and fix invalid location on BlockSnapshots.
…
Gabriel Harris-Rouquette - 8 years ago
-
Bump common to try and fix invalid location on BlockSnapshots.
-
1.12.2-2705-7.1.0-BETA-3247
-
Bump common for fixes with the latest refactor.
…
Gabriel Harris-Rouquette - 8 years ago
SpongeCommon
-
Fix phase incompatibility issue causing spam.
Gabriel Harris-Rouquette - 8 years ago
-
Bump common for fixes with the latest refactor.
-
1.12.2-2705-7.1.0-BETA-3246
-
Bump common for tracker config changes. Refer to the common merge commit for more information.
…
Gabriel Harris-Rouquette - 8 years ago
SpongeCommon
-
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
-
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
-
Bump common for tracker config changes. Refer to the common merge commit for more information.