All builds
-
1.8.9-4.1.0-BETA-301
-
Bump common for updates and fixes.
…
Gabriel Harris-Rouquette - 10 years ago
SpongeCommon
-
Add more lighting optimization checks.
bloodshot - 10 years ago
-
Fix client check spawns.
Gabriel Harris-Rouquette - 10 years ago
-
Fix client crash when spawning into a world.
bloodshot - 10 years ago
-
Revert NotifyNeighborEvent BlockSnapshot change.
bloodshot - 10 years ago
-
Bump to Mixin 0.5.5-SNAPSHOT.
Gabriel Harris-Rouquette - 10 years ago
-
Clear struck blocks/entities if lightning entity is an effect. Fixes #420
simon816 - 10 years ago
-
Fix NPEs when setting location of a player before login (e.g read from NBT)
simon816 - 10 years ago
-
Check entity is not already spawned when calling spawnEntity. Closes #678
simon816 - 10 years ago
-
Fix lightning event having invalid blocksnapshot locations when striking at y=255
simon816 - 10 years ago
-
Bump common for updates and fixes.
-
1.8.9-4.1.0-BETA-300
-
Fix compile warnings
Minecrell - 10 years ago
-
Update SpongeCommon and jopt-simple
Minecrell - 10 years ago
SpongeCommon
-
Fix more compile warnings
Minecrell - 10 years ago
-
Update SpongeAPI and database connectors
Minecrell - 10 years ago
-
Fix compile warnings
-
1.8.9-4.1.0-BETA-297
-
Fix MixinWorld_Activation injector.
…
Gabriel Harris-Rouquette - 10 years ago -
Bump SpongeCommon for EntityMinecartCommandBlock crash fix
simon816 - 10 years ago
-
Update SpongeCommon for performance improvements
Aaron Hill - 10 years ago
SpongeCommon
-
Fix little edge-case where getWorld NPE'ed when constructing EntityMinecartCommandBlock
simon816 - 10 years ago
-
Fix some world stuff
simon816 - 10 years ago
-
Implement ArmorStandData. Close #594.
Gabriel Harris-Rouquette - 10 years ago
-
Fix issues with SpawnEntityEvent
simon816 - 10 years ago
-
Fix error when setting ItemTypes.NONE in an inventory slot. Fixes #580
simon816 - 10 years ago
-
Fix entities never making it in inter-dimensional travel
simon816 - 10 years ago
-
Add some missing @Final's
Aaron Hill - 10 years ago
-
Check for null entity types before processing.
bloodshot - 10 years ago
-
Improve entity performance in many areas.
bloodshot - 10 years ago
-
Revert "Revert "Re-add StateImplementation optimization.""
Gabriel Harris-Rouquette - 10 years ago
-
Whoops, forgot to make this NOT.
Chris Sanders - 10 years ago
-
Only migrate worlds which do not have a Sponge level.dat
Chris Sanders - 10 years ago
-
Add separate neighbor array to handle client-side chunks.
bloodshot - 10 years ago
-
Merge pull request #673 from SpongePowered/fix/isAreadLoaded
bloodmc - 10 years ago
-
Fix typo in World.isAreaLoaded
Aleksi Sapon - 10 years ago
-
Support primative parameters in event filters
Nick Conde - 10 years ago
-
Implement Getter paramater source filter
Nick Conde - 10 years ago
-
Merge pull request #669 from amaranth/chunk-neighbor
bloodmc - 10 years ago
-
Implement Chunk#getNeighbor and optimize World#isAreaLoaded
Travis Watkins - 10 years ago
-
Merge HealthDataProcessor fixes. Merges #664.
Gabriel Harris-Rouquette - 10 years ago
-
Update HealthValueProcessor to fire DestructEntityEvent.Death
Daniel Naylor - 10 years ago
-
Revert star importing CommonModuleRegistry. Star imports should be encouraged only to reduce 5+ imports to the same package.
Gabriel Harris-Rouquette - 10 years ago
-
Revert changes to JavaVersionCheckUtils as they were unintended.
Gabriel Harris-Rouquette - 10 years ago
-
Cleanup compile warnings.
Gabriel Harris-Rouquette - 10 years ago
-
Fix validation on ParticleEffect builders
simon816 - 10 years ago
-
Revert "Re-add StateImplementation optimization."
Gabriel Harris-Rouquette - 10 years ago
-
Re-add StateImplementation optimization.
Gabriel Harris-Rouquette - 10 years ago
-
Move three ValueProcessors to correct package. Fix UserDiscoverer error messages
simon816 - 10 years ago
-
Fix erroneous implementation of ItemStack.Builder. Minor code cleanup.
Gabriel Harris-Rouquette - 10 years ago
-
Ensure that ItemStack#getItem() never returns null.
Gabriel Harris-Rouquette - 10 years ago
-
Check if shooter is a ProjectileSource before cast in MixinEntityFireball.
bloodshot - 10 years ago
-
Add null item checks because mods.
Gabriel Harris-Rouquette - 10 years ago
-
Properly fix ChunkPreGenerate not populating chunks. Fixes #611
Aleksi Sapon - 10 years ago
-
Bump API for SpongePowered/SpongeAPI#1188 fix.
Gabriel Harris-Rouquette - 10 years ago
-
Fix duplicate SpawnCause in 'DropItemEvent.Destruct'.
bloodshot - 10 years ago
-
Fix 'InteractBlockEvent.Primary' being fired repeatedly when cancelled.
bloodshot - 10 years ago
-
Add DamageSource to 'DropItemEvent.Destruct' cause.
bloodshot - 10 years ago
-
Delegate to wrapped chunk generator if found for stronghold gen, fixes SpongePowered/SpongeForge#606
Nick Conde - 10 years ago
-
Ensure score name length is not longer than the maximum length
Aaron Hill - 10 years ago
-
Prevent possible stackoverflow during chunk populate.
bloodshot - 10 years ago
-
Fix some ProjectileLauncher issues. Fixes SpongePowered/SpongeForge#539, fixes SpongePowered/SpongeAPI#1135
simon816 - 10 years ago
-
Fix error on 'none' BlockType, fixes #650. Fix formatting on rotation data
simon816 - 10 years ago
-
Fix mapping warning on TextStyles.NONE
simon816 - 10 years ago
-
Don't begin initializing world in the constructor. Add dummy WorldInfo if provided with null
simon816 - 10 years ago
-
Create User for owner/notifier UUID, if necessary
Aaron Hill - 10 years ago
-
Fix MixinWorld_Activation injector.
-
1.8.9-4.1.0-BETA-294
-
Classload NetHandlerPlayServer early to avoid swallowing exceptions
…
Aaron Hill - 10 years ago
-
Classload NetHandlerPlayServer early to avoid swallowing exceptions
-
1.8.9-4.1.0-BETA-293
-
Bump common for updates and changes.
…
Gabriel Harris-Rouquette - 10 years ago -
Update SpongeCommon
Aaron Hill - 10 years ago
SpongeCommon
-
Fix 2 minor mixin issues
Mumfrey - 10 years ago
-
Fix default cancellation filter, fixes #646
Nick Conde - 10 years ago
-
Change SubtypeFilterDelegate to a loop, fixes #643
Nick Conde - 10 years ago
-
Temporarily remove the optimization MixinStateImplementation
Aaron Hill - 10 years ago
-
Fix potential NPE in MixinEntity
Aaron Hill - 10 years ago
-
Replace withProperty @Overwrite with an injection
Aaron Hill - 10 years ago
-
Remove generics from MixinStateImplementation
Aaron Hill - 10 years ago
-
Add Chunk Cache optimization patch.
Gabriel Harris-Rouquette - 10 years ago
-
Update SpongeAPI
Aaron Hill - 10 years ago
-
The method was meant to be added to SpongeImplHooks.
Gabriel Harris-Rouquette - 10 years ago
-
Add implementation for AttackEntityEvent. The hook in SpongeHooks added is for SpongeForge to throw a forge event.
Gabriel Harris-Rouquette - 10 years ago
-
Refactor DestructEntityEvent causes for non-living entities.
bloodshot - 10 years ago
-
Add World#getLight optimization patches that ignore unloaded chunks.
Gabriel Harris-Rouquette - 10 years ago
-
Add BlockState Optimization Patch.
Gabriel Harris-Rouquette - 10 years ago
-
Remove duplicate event call in MixinItemInWorldManager.
bloodshot - 10 years ago
-
Merge DyeableDataProcessor#isDyeable null check
Aaron Hill - 10 years ago
-
Add null check to DyeableDataProcessor#isDyeable
Daniel Naylor - 10 years ago
-
Merge pull request #614 from modwizcode/master
bloodmc - 10 years ago
-
Don't look for hanging entities if original block was liquid.
bloodshot - 10 years ago
-
Fix player items disappearing after cancelling DropItemEvent.
bloodshot - 10 years ago
-
Fix implementation Eclipse module missing java6 source set
Minecrell - 10 years ago
-
Store ImmutableValues in ImmutableData fields
simon816 - 10 years ago
-
Ignore air blocks during entity block collisions.
bloodshot - 10 years ago
-
Check getSlot bounds during interact capture, fixes #602
modwizcode - 10 years ago
-
Bump common for updates and changes.
-
1.8.9-4.1.0-BETA-291
-
Bump common to finish up interactions.
…
Chris Sanders - 10 years ago
SpongeCommon
-
Add missed ItemInWorldManager mixin.
Chris Sanders - 10 years ago
-
Bump common to finish up interactions.
-
1.8.9-4.1.0-BETA-290
-
Update for common interact changes.
…
Chris Sanders - 10 years ago
SpongeCommon
-
Fix duplicate 'InteractBlockEvent.Secondary' with right-clicks.
bloodshot - 10 years ago
-
Refactor InteractBlockEvent.
bloodshot - 10 years ago
-
Few small changes
simon816 - 10 years ago
-
Some fixes and improvements to a few data processors
simon816 - 10 years ago
-
Update for common interact changes.
-
1.8.9-4.1.0-BETA-289
-
Update SpongeCommon
Aaron Hill - 10 years ago
SpongeCommon
-
Specify Locale.ENGLISH when using String#toLowerCase internally
Aaron Hill - 10 years ago
-
Fix particle ids
Aaron Hill - 10 years ago
-
Merge Virtual Block Change API. Merges #591.
Gabriel Harris-Rouquette - 10 years ago
-
Merge DataSerializers API implementation. Merges #634.
Gabriel Harris-Rouquette - 10 years ago
-
Add DataSerializer implementations for some default classes.
Gabriel Harris-Rouquette - 10 years ago
-
Implement virtual block changes
kashike - 10 years ago
-
Update SpongeCommon
-
1.8.9-4.1.0-BETA-288
-
Update SpongeCommon
Aaron Hill - 10 years ago
SpongeCommon
-
Use a @Surrogate for onArrowImpact
Aaron Hill - 10 years ago
-
Merge pull request #636 from kashike/feature/impact
bloodmc - 10 years ago
-
Replace MixinEntityArrow impact overwrite with injects
kashike - 10 years ago
-
Fix players not having DisplayNameData
simon816 - 10 years ago
-
Call deflect logic only if event is cancelled.
bloodshot - 10 years ago
-
Use overwrite to handle our events in EntityArrow.
bloodshot - 10 years ago
-
Fix UserDiscoverer invalid logger template. Fixes SpongePowered/SpongeForge#599
simon816 - 10 years ago
-
Add collide event support for EntityArrow's.
bloodshot - 10 years ago
-
Only process INTERACT_AT packets when handling UseEntity packets.
bloodshot - 10 years ago
-
Update SpongeCommon
-
1.8.9-4.1.0-BETA-287
-
Bump Common for BookView
…
Walker Crouse - 10 years ago
SpongeCommon
-
Bump API for BookView
Walker Crouse - 10 years ago
-
Add InteractEntityEvent support for ArmorStands. Fixes #632
bloodshot - 10 years ago
-
Bump Common for BookView