All builds
-
1.9.4-5.0.0-BETA-60
-
Prevent Client bootstrap from replacing System.out and System.err
Minecrell - 10 years ago
-
Prevent Client bootstrap from replacing System.out and System.err
-
1.9.4-5.0.0-BETA-59
-
Bump common and fix compile warning in DebugClientTweaker.
…
Gabriel Harris-Rouquette - 10 years ago
SpongeCommon
-
Clean up compile warnings. Fix several deprecated method usages.
Gabriel Harris-Rouquette - 10 years ago
-
Fix leaked world check.
Chris Sanders - 10 years ago
-
Bump common and fix compile warning in DebugClientTweaker.
-
1.9.4-5.0.0-BETA-58
-
Bump common for license fix.
…
Gabriel Harris-Rouquette - 10 years ago -
Bump common for various compile and runtime fixes with potion registration.
Gabriel Harris-Rouquette - 10 years ago
-
Merge master into bleeding, though this is really just a Common reference bump.
Gabriel Harris-Rouquette - 10 years ago
-
Update SpongeCommon for backwards compatibility fix
Minecrell - 10 years ago
-
Update SpongeCommon for backwards compatibility fix
Minecrell - 10 years ago
SpongeCommon
-
Fix licenses.
Gabriel Harris-Rouquette - 10 years ago
-
Fix post merge fallout for Potion registration handling.
Gabriel Harris-Rouquette - 10 years ago
-
Merge master into bleeding for updates and minor changes. The backwards compatibility fix is again, removed.
Gabriel Harris-Rouquette - 10 years ago
-
Merge MixinSoundCategory fixes. Merges #772.
Gabriel Harris-Rouquette - 10 years ago
-
Fix recreating player entities from a missed merge conflict. Move other teleporting methods to EntityUtil.
Gabriel Harris-Rouquette - 10 years ago
-
Do not override the getName method of SoundCategory.
Seppe Volkaerts - 10 years ago
-
Separate out unload logic. Fixes multi-world for Forge.
Chris Sanders - 10 years ago
-
Invalid packet phases do not need an unwinding.
Gabriel Harris-Rouquette - 10 years ago
-
Clean up MixinPotion for intrinsic fixes.
Gabriel Harris-Rouquette - 10 years ago
-
Allow a parameter to be a subtype of the method targeted by @Getter
Aaron Hill - 10 years ago
-
Implement SilentData
Aaron Hill - 10 years ago
-
Fix loading of non-existent world creating files. Closes #658
Chris Sanders - 10 years ago
-
Fix MixinEnumDyeColor id matching. Fixes #767.
Gabriel Harris-Rouquette - 10 years ago
-
Mixin backwards compatibility methods to API interface
Minecrell - 10 years ago
-
Fix cornercase where EntityPlayer (not MP) may throw double DestructEntityEvents.
Gabriel Harris-Rouquette - 10 years ago
-
Bump common ref again for docs fix.
Chris Sanders - 10 years ago
-
Bump common ref for docs notes.
Chris Sanders - 10 years ago
-
Merge PageData fix from clienthax
Chris Sanders - 10 years ago
-
Fix PagedData
Clienthax - 10 years ago
-
Bump common for license fix.
-
1.9.4-5.0.0-BETA-55
-
Minor changes to fix compile errors
Minecrell - 10 years ago
-
Replace UseItemStackEvent implementation overwrites with injections
Minecrell - 10 years ago
SpongeCommon
-
Update SpongeAPI
Minecrell - 10 years ago
-
Minor changes to fix compile errors
-
1.9.4-5.0.0-BETA-53
-
Bump common for various fixes with interacting null entities and attack cooldown modifiers.
…
Gabriel Harris-Rouquette - 10 years ago
SpongeCommon
-
Do not forget to complete the PhaseContext for ignored packet handling.
Gabriel Harris-Rouquette - 10 years ago
-
Fix Attacking cooldown damage reduction. Fix interacting with invalid (null) entities.
Gabriel Harris-Rouquette - 10 years ago
-
Implement additional target position tab completion parameter
zml - 10 years ago
-
Remove incorrect setting of Player death status before event.
Chris Sanders - 10 years ago
-
Fix casts in teleport mixin referencing wrong entity
Minecrell - 10 years ago
-
Bump common for various fixes with interacting null entities and attack cooldown modifiers.
-
1.9.4-5.0.0-BETA-52
-
Update SpongeCommon
Minecrell - 10 years ago
SpongeCommon
-
Don't exclude all net.minecraftforge.* classes from JAR
Minecrell - 10 years ago
-
Update SpongeCommon
-
1.9.4-5.0.0-BETA-51
-
Add timings for sync chunk load
Minecrell - 10 years ago
-
Merge branch 'feature/async-chunk-io' into bleeding
Minecrell - 10 years ago
-
Implement asynchronous chunk loading
Minecrell - 10 years ago
-
Bump common ref for teleportation fixes.
Chris Sanders - 10 years ago
-
Update SpongeCommon
Minecrell - 10 years ago
SpongeCommon
-
Fix Vanilla bug where Skeletons adding AI tasks on the client.......
Chris Sanders - 10 years ago
-
First half of handling entity destruction drops. This is somewhat of a mess as some phases might not be capturing as they should, or processing. One noticeable overwrite missing is for player death. I can get to this tomorrow.
Gabriel Harris-Rouquette - 10 years ago
-
Fix spawning bulk entities cause checks.
Gabriel Harris-Rouquette - 10 years ago
-
Minor code cleanup. Return air blocks for out of bound getters. Fixes #738
Gabriel Harris-Rouquette - 10 years ago
-
Fix teleporting players with the wrong teleporter.
Gabriel Harris-Rouquette - 10 years ago
-
More changes to teleportation. Things now teleport, but there is something wonky returning to the overworld.
Gabriel Harris-Rouquette - 10 years ago
-
Merge master into bleeding for configuration changes.
Gabriel Harris-Rouquette - 10 years ago
-
Fix entities being spawned in the wrong world after teleporting.
Gabriel Harris-Rouquette - 10 years ago
-
Add backwards compatibility methods for setting location and transform on Entity. Plugins compiled to use the old methods will still function, whereas plugins using the new methods will still function moving forward. This sort of backwards compatibility implementation design is not to be repeated unless absolutely necessary.
Gabriel Harris-Rouquette - 10 years ago
-
Fix rare stack overflow while capturing entities.
bloodshot - 10 years ago
-
Move 'config-enabled' option to base config.
bloodshot - 10 years ago
-
Fix NPE during block tracking. Fixes SpongePowered/SpongeForge#658
bloodshot - 10 years ago
-
Refactor configuration.
bloodshot - 10 years ago
-
Remove unused method
Minecrell - 10 years ago
-
Fix ClassCastException in MixinCommandTeleport.
bloodshot - 10 years ago
-
Add timings for sync chunk load
-
1.9.4-5.0.0-BETA-45
-
Replace license-gradle-plugin with licenser
Minecrell - 10 years ago
SpongeCommon
-
Apply consistent license headers
Minecrell - 10 years ago
-
Replace license-gradle-plugin with licenser
Minecrell - 10 years ago
-
Workaround for Skeleton's initializing AI outside initEntityAI.
Chris Sanders - 10 years ago
-
Adjustments for SpongeForge.
Chris Sanders - 10 years ago
-
Add missing AT for HandTypes
Nick Conde - 10 years ago
-
Implement part 1 of entity teleporting between dimensions. Pending a lot of code cleanup.
Gabriel Harris-Rouquette - 10 years ago
-
Replace license-gradle-plugin with licenser
-
1.9.4-5.0.0-BETA-44
-
Bump common and merge master for updates.
…
Gabriel Harris-Rouquette - 10 years ago -
Bump common ref for setLocation fix.
Chris Sanders - 10 years ago
-
Update jline to 2.14.2
Minecrell - 10 years ago
-
Bump common ref for gen liquids fix.
Chris Sanders - 10 years ago
-
Update SpongeCommon to fix startup issue
Minecrell - 10 years ago
-
Bump common ref for portal location fix.
Chris Sanders - 10 years ago
-
Bump common for teleport fixes. Closes SpongeCommon#759.
Chris Sanders - 10 years ago
- Show -2 older commits.
- Collapse commits.
SpongeCommon
-
Bump API for updates.
Gabriel Harris-Rouquette - 10 years ago
-
Merge master into bleeding for various fixes. Update RandomBlockPopulator.
Gabriel Harris-Rouquette - 10 years ago
-
Apparently this was mistakenly not deleted?
Gabriel Harris-Rouquette - 10 years ago
-
Fix setLocation not teleporting entity.
bloodshot - 10 years ago
-
Fix TimingHandler. Fix licenses.
Gabriel Harris-Rouquette - 10 years ago
-
Add HandTypes as necessary. The Data implementation is lacking, but the types themselves are usable.
Gabriel Harris-Rouquette - 10 years ago
-
Minor change to use SpongeImpl.getServer instead of world.getServer.
Gabriel Harris-Rouquette - 10 years ago
-
Update SpongeAPI
Minecrell - 10 years ago
-
Fix liquids not flowing during world gen. Fixes #760
bloodshot - 10 years ago
-
Remove chunk loaded check during teleports. Fixes #759
bloodshot - 10 years ago
-
Bump common and merge master for updates.
-
1.9.4-5.0.0-BETA-43
-
Final merge from master into bleeding before CauseTracker Phase for teleportation. Teleportation does not quite work well yet.
…
Gabriel Harris-Rouquette - 10 years ago -
Merge master into bleeding for updates.
Gabriel Harris-Rouquette - 10 years ago
-
Merge master into bleeding for updates.
Gabriel Harris-Rouquette - 10 years ago
-
Update common for added teleporter methods.
Chris Sanders - 10 years ago
-
Force Vanilla methods to call derivatives with Teleporter.
Chris Sanders - 10 years ago
-
Bump for portal registration fixes.
Chris Sanders - 10 years ago
-
Update for Teleport/Portal implementation.
Chris Sanders - 10 years ago
-
Bump common for timings verbose change.
Chris Sanders - 10 years ago
-
Bump common ref for entity activation fix.
Chris Sanders - 10 years ago
- Show -4 older commits.
- Collapse commits.
SpongeCommon
-
Merge master for portal entry point event.
Gabriel Harris-Rouquette - 10 years ago
-
Update bleeding for master changes. Pending CauseTracker phases for teleportation.
Gabriel Harris-Rouquette - 10 years ago
-
Fix wrong location being used for portal event.
bloodshot - 10 years ago
-
Merge master into bleeding for teleportation updates. Note there is a bug with entities being added to the EntityTracker twice.
Gabriel Harris-Rouquette - 10 years ago
-
Use origin world for cause tracking during teleports.
bloodshot - 10 years ago
-
Don't allow non-player entities to load chunks on teleport.
bloodshot - 10 years ago
-
Use peekFirst instead of getFirst. Fixes #651
bloodshot - 10 years ago
-
Change MixinCommandTeleport to an overwrite to fix SpongeForge.
bloodshot - 10 years ago
-
Add teleporter methods to internal interface for Vanilla.
Chris Sanders - 10 years ago
-
Fix various build issues.
bloodshot - 10 years ago
-
Fix plugin reload command
zml - 10 years ago
-
Some fixes for riding entities.
Gabriel Harris-Rouquette - 10 years ago
-
Fix some issues with PortalAgentType registration.
bloodshot - 10 years ago
-
Add special handling when players leave or go to the end.
bloodshot - 10 years ago
-
Implement 'DisplaceEntityEvent.Teleport'
bloodshot - 10 years ago
-
Implement PortalAgentType storage.
bloodshot - 10 years ago
-
Register PoralAgentTypes.
Gabriel Harris-Rouquette - 10 years ago
-
Fix Teleporter PortalAgentType registration.
Gabriel Harris-Rouquette - 10 years ago
-
Rewrite handling of portal event.
bloodshot - 10 years ago
-
Null check teleporters for Entity teleports. Actually register TeleportTypes.
Gabriel Harris-Rouquette - 10 years ago
-
Implement teleporter cause builders.
Gabriel Harris-Rouquette - 10 years ago
-
Implement PortalAgent and 'DisplaceEntityEvent.Portal'
bloodshot - 10 years ago
-
Fix cause during command tracking.
bloodshot - 10 years ago
-
Fix living entities not moving.
bloodshot - 10 years ago
-
Fix notifyNeighbor crash on client. Fixes #758
bloodshot - 10 years ago
-
Implement changes to SqlService
zml - 10 years ago
-
Fix scoreboard related memory leak
Aaron Hill - 10 years ago
-
Merge pull request #747 from ryantheleach/fix-SpongeTeleportHelper
bloodmc - 10 years ago
-
Merge branch 'bleeding' of https://github.com/SpongePowered/SpongeCommon into bleeding
Nick Conde - 10 years ago
-
Fix populator extent range
Nick Conde - 10 years ago
-
Add despawn configurations for Living entities.
Gabriel Harris-Rouquette - 10 years ago
-
Fix client NPE on block randomTick.
bloodshot - 10 years ago
-
Rewrite handling of using itemstacks on blocks for 1.9.4.
Gabriel Harris-Rouquette - 10 years ago
-
Fix players not being able to see their own passengers
Aaron Hill - 10 years ago
-
Prevent passenger loop
Aaron Hill - 10 years ago
-
Register Keys.PASSENGERS
Aaron Hill - 10 years ago
-
Temporary workaround to a bug where game profile queries could return an empty list.
Gabriel Harris-Rouquette - 10 years ago
-
Cleanup isRemote checks in MixinWorldServer. WorldServer.isRemote is always false.
Gabriel Harris-Rouquette - 10 years ago
-
Make timings verbose by default.
Chris Sanders - 10 years ago
-
Fix entity activation.
bloodshot - 10 years ago
-
Fix SpongeTeleportHelper
Ryan Leach - 10 years ago
-
Final merge from master into bleeding before CauseTracker Phase for teleportation. Teleportation does not quite work well yet.