All builds
-
1.8.9-4.1.0-BETA-301
-
Bump common for updates and fixes.
…
gabizou - 10 years ago
SpongeCommon
-
Add more lighting optimization checks.
bloodmc - 10 years ago
-
Fix client check spawns.
gabizou - 10 years ago
-
Fix client crash when spawning into a world.
bloodmc - 10 years ago
-
Revert NotifyNeighborEvent BlockSnapshot change.
bloodmc - 10 years ago
-
Bump to Mixin 0.5.5-SNAPSHOT.
gabizou - 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
stephan-gh - 10 years ago
-
Update SpongeCommon and jopt-simple
stephan-gh - 10 years ago
SpongeCommon
-
Fix more compile warnings
stephan-gh - 10 years ago
-
Update SpongeAPI and database connectors
stephan-gh - 10 years ago
-
Fix compile warnings
-
1.8.9-4.1.0-BETA-297
-
Fix MixinWorld_Activation injector.
…
gabizou - 10 years ago -
Bump SpongeCommon for EntityMinecartCommandBlock crash fix
simon816 - 10 years ago
-
Update SpongeCommon for performance improvements
Aaron1011 - 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.
gabizou - 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
Aaron1011 - 10 years ago
-
Check for null entity types before processing.
bloodmc - 10 years ago
-
Improve entity performance in many areas.
bloodmc - 10 years ago
-
Revert "Revert "Re-add StateImplementation optimization.""
gabizou - 10 years ago
-
Whoops, forgot to make this NOT.
Zidane - 10 years ago
-
Only migrate worlds which do not have a Sponge level.dat
Zidane - 10 years ago
-
Add separate neighbor array to handle client-side chunks.
bloodmc - 10 years ago
-
Merge pull request #673 from SpongePowered/fix/isAreadLoaded
bloodmc - 10 years ago
-
Fix typo in World.isAreaLoaded
DDoS - 10 years ago
-
Support primative parameters in event filters
Deamon5550 - 10 years ago
-
Implement Getter paramater source filter
Deamon5550 - 11 years ago
-
Merge pull request #669 from amaranth/chunk-neighbor
bloodmc - 10 years ago
-
Implement Chunk#getNeighbor and optimize World#isAreaLoaded
amaranth - 10 years ago
-
Merge HealthDataProcessor fixes. Merges #664.
gabizou - 10 years ago
-
Update HealthValueProcessor to fire DestructEntityEvent.Death
dualspiral - 10 years ago
-
Revert star importing CommonModuleRegistry. Star imports should be encouraged only to reduce 5+ imports to the same package.
gabizou - 10 years ago
-
Revert changes to JavaVersionCheckUtils as they were unintended.
gabizou - 10 years ago
-
Cleanup compile warnings.
gabizou - 10 years ago
-
Fix validation on ParticleEffect builders
simon816 - 10 years ago
-
Revert "Re-add StateImplementation optimization."
gabizou - 10 years ago
-
Re-add StateImplementation optimization.
gabizou - 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.
gabizou - 10 years ago
-
Ensure that ItemStack#getItem() never returns null.
gabizou - 10 years ago
-
Check if shooter is a ProjectileSource before cast in MixinEntityFireball.
bloodmc - 10 years ago
-
Add null item checks because mods.
gabizou - 10 years ago
-
Properly fix ChunkPreGenerate not populating chunks. Fixes #611
DDoS - 10 years ago
-
Bump API for SpongePowered/SpongeAPI#1188 fix.
gabizou - 10 years ago
-
Fix duplicate SpawnCause in 'DropItemEvent.Destruct'.
bloodmc - 10 years ago
-
Fix 'InteractBlockEvent.Primary' being fired repeatedly when cancelled.
bloodmc - 10 years ago
-
Add DamageSource to 'DropItemEvent.Destruct' cause.
bloodmc - 10 years ago
-
Delegate to wrapped chunk generator if found for stronghold gen, fixes SpongePowered/SpongeForge#606
Deamon5550 - 10 years ago
-
Ensure score name length is not longer than the maximum length
Aaron1011 - 10 years ago
-
Prevent possible stackoverflow during chunk populate.
bloodmc - 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 - 11 years ago
-
Create User for owner/notifier UUID, if necessary
Aaron1011 - 10 years ago
-
Fix MixinWorld_Activation injector.
-
1.8.9-4.1.0-BETA-294
-
1.8.9-4.1.0-BETA-293
-
Bump common for updates and changes.
…
gabizou - 10 years ago -
Update SpongeCommon
Aaron1011 - 10 years ago
SpongeCommon
-
Fix 2 minor mixin issues
Mumfrey - 10 years ago
-
Fix default cancellation filter, fixes #646
Deamon5550 - 10 years ago
-
Change SubtypeFilterDelegate to a loop, fixes #643
Deamon5550 - 10 years ago
-
Temporarily remove the optimization MixinStateImplementation
Aaron1011 - 10 years ago
-
Fix potential NPE in MixinEntity
Aaron1011 - 10 years ago
-
Replace withProperty @Overwrite with an injection
Aaron1011 - 10 years ago
-
Remove generics from MixinStateImplementation
Aaron1011 - 10 years ago
-
Add Chunk Cache optimization patch.
gabizou - 10 years ago
-
Update SpongeAPI
Aaron1011 - 10 years ago
-
The method was meant to be added to SpongeImplHooks.
gabizou - 10 years ago
-
Add implementation for AttackEntityEvent. The hook in SpongeHooks added is for SpongeForge to throw a forge event.
gabizou - 10 years ago
-
Refactor DestructEntityEvent causes for non-living entities.
bloodmc - 10 years ago
-
Add World#getLight optimization patches that ignore unloaded chunks.
gabizou - 10 years ago
-
Add BlockState Optimization Patch.
gabizou - 10 years ago
-
Remove duplicate event call in MixinItemInWorldManager.
bloodmc - 10 years ago
-
Merge DyeableDataProcessor#isDyeable null check
Aaron1011 - 10 years ago
-
Add null check to DyeableDataProcessor#isDyeable
dualspiral - 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.
bloodmc - 10 years ago
-
Fix player items disappearing after cancelling DropItemEvent.
bloodmc - 10 years ago
-
Fix implementation Eclipse module missing java6 source set
stephan-gh - 10 years ago
-
Store ImmutableValues in ImmutableData fields
simon816 - 10 years ago
-
Ignore air blocks during entity block collisions.
bloodmc - 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.
…
Zidane - 10 years ago
SpongeCommon
-
Add missed ItemInWorldManager mixin.
Zidane - 10 years ago
-
Bump common to finish up interactions.
-
1.8.9-4.1.0-BETA-290
-
Update for common interact changes.
…
Zidane - 10 years ago
SpongeCommon
-
Fix duplicate 'InteractBlockEvent.Secondary' with right-clicks.
bloodmc - 10 years ago
-
Refactor InteractBlockEvent.
bloodmc - 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
Aaron1011 - 10 years ago
SpongeCommon
-
Specify Locale.ENGLISH when using String#toLowerCase internally
Aaron1011 - 10 years ago
-
Fix particle ids
Aaron1011 - 10 years ago
-
Merge Virtual Block Change API. Merges #591.
gabizou - 10 years ago
-
Merge DataSerializers API implementation. Merges #634.
gabizou - 10 years ago
-
Add DataSerializer implementations for some default classes.
gabizou - 10 years ago
-
Implement virtual block changes
kashike - 11 years ago
-
Update SpongeCommon
-
1.8.9-4.1.0-BETA-288
-
Update SpongeCommon
Aaron1011 - 10 years ago
SpongeCommon
-
Use a @Surrogate for onArrowImpact
Aaron1011 - 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.
bloodmc - 10 years ago
-
Use overwrite to handle our events in EntityArrow.
bloodmc - 10 years ago
-
Fix UserDiscoverer invalid logger template. Fixes SpongePowered/SpongeForge#599
simon816 - 10 years ago
-
Add collide event support for EntityArrow's.
bloodmc - 10 years ago
-
Only process INTERACT_AT packets when handling UseEntity packets.
bloodmc - 10 years ago
-
Update SpongeCommon
-
1.8.9-4.1.0-BETA-287
-
Bump Common for BookView
…
windy1 - 10 years ago
SpongeCommon
-
Bump API for BookView
windy1 - 10 years ago
-
Add InteractEntityEvent support for ArmorStands. Fixes #632
bloodmc - 10 years ago
-
Bump Common for BookView