All builds
-
1.12.2-7.1.7-RC237
-
Cleanup updates.
…
Gabriel Harris-Rouquette - 7 years ago
SpongeCommon
-
License....
Gabriel Harris-Rouquette - 7 years ago
-
Remove unnecessary interface.
Gabriel Harris-Rouquette - 7 years ago
-
Clean up Minecart injections for forge usage.
Gabriel Harris-Rouquette - 7 years ago
-
Missed mixin application for EntityTNTPrimedMixin_API.
Gabriel Harris-Rouquette - 7 years ago
-
Cleanup updates.
-
1.12.2-7.1.7-RC236
-
Bump for compile fix.
…
Gabriel Harris-Rouquette - 7 years ago -
Update for naming policy. Not completed a full migration, but it is a work in progress.
Gabriel Harris-Rouquette - 7 years ago
SpongeCommon
-
Fix compile post merge.
Gabriel Harris-Rouquette - 7 years ago
-
Merge second pass of mixin splitting with new naming policy.
Gabriel Harris-Rouquette - 7 years ago
-
This one too.
Chris Sanders - 7 years ago
-
This needs to be public..
Chris Sanders - 7 years ago
-
Fix Schematic test.
Chris Sanders - 7 years ago
-
Update names for Block related mixins.
Gabriel Harris-Rouquette - 7 years ago
-
Clean up DamageSource implementation for API abstracts and implementation.
Gabriel Harris-Rouquette - 7 years ago
-
Split up WorldInfo mixins.
Gabriel Harris-Rouquette - 7 years ago
-
Migrate world generation package and api to new naming policy standards.
Gabriel Harris-Rouquette - 7 years ago
-
Bridge -> MinecraftServer
Chris Sanders - 7 years ago
-
Merge pull request #2311 from BrainStone/fix/2308
Chris Sanders - 7 years ago
-
Using URLDecoder to decode the possibly encoded strings
BrainStone - 7 years ago
-
Fix formatting from earlier commit. fix imports.
Gabriel Harris-Rouquette - 7 years ago
-
Merge IPhaseState#getPhase() removal. Merges #2307.
Gabriel Harris-Rouquette - 7 years ago
-
Fix issue with custom entity detection on spawns. Fixes Wizardry Issue. Fixes SpongePowered/SpongeForge#2795.
Gabriel Harris-Rouquette - 7 years ago
-
Fix custom entity spawns for item drops. Fixes SpongePowered/SpongeForge#2834.
Gabriel Harris-Rouquette - 7 years ago
-
Fix InteractionPacketState missing to set the position. Improve the createSnapshot methods in ServerWorldBridge. Fixes SpongePowered/SpongeForge#2839.
Gabriel Harris-Rouquette - 7 years ago
-
Add manual creation of snapshots for interaction packet states for better handling.
Gabriel Harris-Rouquette - 7 years ago
-
Start following pending policy changes on naming for mixins and bridges.
Gabriel Harris-Rouquette - 7 years ago
-
Rewrite toString() for phase states.
JBYoshi - 7 years ago
-
Remove unused resource warnings.
JBYoshi - 7 years ago
-
Remove TrackingPhase completely. IPhaseState remains.
JBYoshi - 7 years ago
-
Remove calls to getPhase() in log messages.
JBYoshi - 7 years ago
-
Add IPhaseState.includesDecays().
JBYoshi - 7 years ago
-
Bump for compile fix.
-
1.12.2-7.1.7-RC234
-
Bump common for potential illegal argument exception on out of bounds positions.
…
Gabriel Harris-Rouquette - 7 years ago
SpongeCommon
-
If a chunk is not loaded, return BlockSnapshot.NONE.
Gabriel Harris-Rouquette - 7 years ago
-
Actually, let the overwrite run the code as normal for fake worlds.
Chris Sanders - 7 years ago
-
Don't run xp event logic for fake worlds.
Chris Sanders - 7 years ago
-
Bump common for potential illegal argument exception on out of bounds positions.
-
1.12.2-7.1.7-RC233
-
Bump SpongeCommon for chunk cache fix.
JBYoshi - 7 years ago
SpongeCommon
-
Fix MixinChunk.cacheKey always being 0.
JBYoshi - 7 years ago
-
Fix capitalization for @Zidane.
Gabriel Harris-Rouquette - 7 years ago
-
Bump SpongeCommon for chunk cache fix.
-
1.12.2-7.1.7-RC232
-
Bump common for constants update.
…
Gabriel Harris-Rouquette - 7 years ago
SpongeCommon
-
Migrate all NbTDataUtil constants to Constants class. Migrate all DataQueries to Constants.
Gabriel Harris-Rouquette - 7 years ago
-
Fully disassociate ServerChunkProviderBridge and ChunkProviderBridge.
Gabriel Harris-Rouquette - 7 years ago
-
FIx client based chunks attempting to cast to server chunk providers.
Gabriel Harris-Rouquette - 7 years ago
-
Simplify canDenyChunkRequest to use state method.
Gabriel Harris-Rouquette - 7 years ago
-
Bump common for constants update.
-
1.12.2-7.1.7-RC231
-
Update for common changes with split for ServerChunkProviderBridge.
…
Gabriel Harris-Rouquette - 7 years ago
SpongeCommon
-
Move some of Sponge's added nbt constants to Constants.
Gabriel Harris-Rouquette - 7 years ago
-
Split up the MixinChunkProviderServer mixin and it's super interface.
Gabriel Harris-Rouquette - 7 years ago
-
Fix license.
Gabriel Harris-Rouquette - 7 years ago
-
Move NBT type constants to Constants class.
Gabriel Harris-Rouquette - 7 years ago
-
Slight cleanup of removing dead method in MixinEntity/Living/Base. Move Breathing air to a constant.
Gabriel Harris-Rouquette - 7 years ago
-
Update for common changes with split for ServerChunkProviderBridge.
-
1.12.2-7.1.7-RC230
-
Bump common to fix world generation.
…
Chris Sanders - 7 years ago
SpongeCommon
-
Revert "Hookup forgotten method on phase state to control chunk generation denials"
Chris Sanders - 7 years ago
-
Javadoc: "A note, this is ONLY TO BE APPLIED TO THE SERVER!!"
JBYoshi - 7 years ago
-
More splitting. Clean up IMixinEntityLivingBase of useless methods, migrated to an accessor.
Gabriel Harris-Rouquette - 7 years ago
-
Bump common to fix world generation.
-
1.12.2-7.1.7-RC229
-
Bump common for more mixin splitting.
…
Gabriel Harris-Rouquette - 7 years ago
SpongeCommon
-
Clean up Ban and GameProfile implementation with split mixins.
Gabriel Harris-Rouquette - 7 years ago
-
Remove some more bridges. Fix EntityTargetedEntityDataProcessor.
Gabriel Harris-Rouquette - 7 years ago
-
Permanently enable tracking storage on entities and block positions.
Gabriel Harris-Rouquette - 7 years ago
-
Bump common for more mixin splitting.
-
1.12.2-7.1.7-RC228
-
Fix snapshot crashing if the position is out of bounds.
…
Gabriel Harris-Rouquette - 7 years ago
SpongeCommon
-
Return BlockSnapshot.None when the position is outside the world boundaries.
Gabriel Harris-Rouquette - 7 years ago
-
Fix snapshot crashing if the position is out of bounds.
-
1.12.2-7.1.7-RC227
-
Update for OwnerTrackedBridge splitting.
…
Gabriel Harris-Rouquette - 7 years ago
SpongeCommon
-
Damn intellij breaking my compilation fixes via different changelog...
Gabriel Harris-Rouquette - 7 years ago
-
Split out entity/tileentity ownership tracking to another bridge.
Gabriel Harris-Rouquette - 7 years ago
-
Merge pull request #2299 from connorhartley/improvement/async-lighting
Chris Sanders - 7 years ago
-
Sigh Pt. 3
ImMorpheus - 7 years ago
-
Sigh Pt. 2
Chris Sanders - 7 years ago
-
Sigh..
Chris Sanders - 7 years ago
-
Name fix and separate out IMixinLocation and IMixinDimensionType for GP.
Chris Sanders - 7 years ago
-
Try and fix CME with mods when using TwilightForest and map optimization module.
Chris Sanders - 7 years ago
-
Add minor async lighting improvements
connorhartley - 7 years ago
-
Update for OwnerTrackedBridge splitting.