All builds
-
1.12.2-7.1.0-BETA-55
-
Bump SpongeCommon for latest fixes
dualspiral - 8 years ago
SpongeCommon
-
Fix all failing subtests in ManipulatorTest
Aaron1011 - 8 years ago
-
TileEntities being invalidated should just spawn entities directly instead of attempting to capture them. Fixes SpongePowered/SpongeForge#2183.
gabizou - 8 years ago
-
Exclude multipart entities instead of including
kashike - 8 years ago
-
Correctly lazy load keys and manipulators to avoid causing stack overflow errors.
gabizou - 8 years ago
-
Ignore bounding box size checks for multipart entities.
gabizou - 8 years ago
-
compile issues.
gabizou - 8 years ago
-
Stupid generics.
gabizou - 8 years ago
-
Ensure all frame modifications with contexts are being properly wrapped with try with resources frames. Avoid leaking out any frames prior.
gabizou - 8 years ago
-
Add isFake check for collision detection module on entity construction. Fixes SpongePowered/SpongeForge#2181.
gabizou - 8 years ago
-
Fix liquid flow context leak.
bloodmc - 8 years ago
-
Bump SpongeCommon for latest fixes
-
1.12.2-7.1.0-BETA-54
-
Bump common for updates and fixes.
…
gabizou - 8 years ago
SpongeCommon
-
Bump common for updates and fixes.
-
1.12.2-7.1.0-BETA-53
-
Update SpongeCommon for Entity/TE tick fix.
bloodmc - 8 years ago
SpongeCommon
-
Update SpongeCommon for Entity/TE tick fix.
-
1.12.2-7.1.0-BETA-52
-
Delay config saving to prevent Access Denied errors on Windows
dualspiral - 8 years ago
-
Bump common for comment message correction.
gabizou - 8 years ago
-
Bump common for memory leak fix with EnchantmentHelper.
gabizou - 8 years ago
-
Bump common for various bug fixes and code cleanup.
gabizou - 8 years ago
SpongeCommon
-
Delay config saving to prevent Access Denied errors on Windows (#1915)
dualspiral - 8 years ago
-
Update spawn point copying to match Forge. (#1900)
jbyoshi - 8 years ago
-
Merge block event check changes for some mod compatibility issues. Fixes SpongePowered/SpongeForge#2167.
gabizou - 8 years ago
-
Add some better wrapping of the stack frames for change block event pre. Add fail safe method for block protection on world server if in client mode.
gabizou - 8 years ago
-
Add exception to Vanilla 'Failed to save player data' message
Aaron1011 - 8 years ago
-
Force re-creation of SpongeUser object on login
Aaron1011 - 8 years ago
-
Let's not throw a hissy phit. - gabizou 2018
gabizou - 8 years ago
-
Add EnchantmentHelper memory leak fix. Fixes MC-128547.
gabizou - 8 years ago
-
Minor cleanup of some code smells. EntityUtil was potentially causing re-entering entity captures as well if the current state was not capturing but directly throwing an event and spawning an entity.
gabizou - 8 years ago
-
Fix wrong x and z position being passed in entityDropItem.
bloodmc - 8 years ago
-
Remove redundant calls to getNotifier during block ticks. Fixes #1871
bloodmc - 8 years ago
-
Add support for using proper directory for usernamecache.json
Aaron1011 - 8 years ago
-
Open Inventory with different display name
Faithcaio - 8 years ago
-
implement Container#isViewedSlot
Faithcaio - 8 years ago
-
Delay config saving to prevent Access Denied errors on Windows
-
1.12.2-7.1.0-BETA-48
-
Bump common for java version message changes.
…
gabizou - 8 years ago
SpongeCommon
-
Change version error message to make it abundantly clear that Java 8 (specifically 1.8.0_20 or newer) are the only Java versions supported. Makes note that Java 9 or 10 are not supported. This error message will go away as soon as the tool chain can support newer versions of Java.
gabizou - 8 years ago
-
Bump common for java version message changes.
-
1.12.2-7.1.0-BETA-47
-
Update SC for arrow fixes
parlough - 8 years ago
SpongeCommon
-
Allow launching arrows and spectral arrows
parlough - 8 years ago
-
Add missing license header
Aaron1011 - 8 years ago
-
Allow retrieving JoinData from Users
Aaron1011 - 8 years ago
-
Update SC for arrow fixes
-
1.12.2-7.1.0-BETA-46
-
Bump common for Value.copy() addition.
…
gabizou - 8 years ago
SpongeCommon
-
Merge Value.copy() addition implementation. Merges #1907.
gabizou - 8 years ago
-
Implement Value.copy().
jbyoshi - 8 years ago
-
Bump common for Value.copy() addition.
-
1.12.2-7.1.0-BETA-45
-
Update vanilla for common and api updates.
…
gabizou - 8 years ago -
Bump common for various updates and fixes.
gabizou - 8 years ago
SpongeCommon
-
Merge TypeToken helper fixes. Merges #1910.
gabizou - 8 years ago
-
Bump API for SpectralArrow fix.
gabizou - 8 years ago
-
Verify that TickPhaseState will add context if none is already provided. Also cleans up some of the PrettyPrinting for empty captures in PhaseContext.
gabizou - 8 years ago
-
Make default leather armor that has no color tag show up as empty and having no color data.
gabizou - 8 years ago
-
Fix PhaseTracker calling illegal generics. Fixes SpongePowered/SpongeForge#2147.
gabizou - 8 years ago
-
Fixed some bugs with the TypeTokenHelper.
Cybermaxke - 8 years ago
-
Update vanilla for common and api updates.
-
1.12.2-7.1.0-BETA-43
SpongeCommon
-
Remove testmod exclusion as it causes problems with SV
parlough - 8 years ago
-
fix creative click events not clearing transactions and recapturing after event
Faithcaio - 8 years ago
-
catch all exceptions when trying to get the correct slot lens
Faithcaio - 8 years ago
-
Re-enable data manipulator unit tests. Fix all manipulator unit tests.
gabizou - 8 years ago
-
check before casting
Faithcaio - 8 years ago
-
Fix Slot not using the original inventory lenses if available
Faithcaio - 8 years ago
-
Merge the overhaul of entity drop captures. This culminates the various changes necessary to achieve the following:
gabizou - 8 years ago
-
Validate the spawn types used for spawn events. Resolves #1878.
gabizou - 8 years ago
-
Merge stable-7 into refactor/entity-drop-compatibility for updates and re-verification of updates and testing.
gabizou - 8 years ago
-
Get AABB entity searches to be able to search within captured entity lists to allow mods to still interact with captured entities. Resolves SpongePowered/SpongeForge#1903.
gabizou - 8 years ago
-
Further clean up spawn entity events. Centralize the creation of the events to SpongeCommonEventFactory where we can validate the contexts. This is not finished.
gabizou - 8 years ago
-
fix living item pickup
Faithcaio - 8 years ago
-
Inventory Transformations
Faithcaio - 8 years ago
-
Remove duplicated save operation for custom data config
dualspiral - 8 years ago
-
Update SpongeAPI for LIQUID_FLOW ContextKey.
bloodmc - 8 years ago
-
Fix liquid flow event context never being used.
bloodmc - 8 years ago
-
Switch fastutil map being used.
Zidane - 8 years ago
-
Start adding some modifications to the getEntitiesWithinAABB for block drop captures being partially captured by other mods.
gabizou - 8 years ago
-
Actually handle per entity item drops that may be captured from mods. This properly associates two direct causes for the entity drops, however, it does not utilize the internal entity creator with the tile entity being ticked.
gabizou - 8 years ago
-
Centralize all spawn entity events and the spawning of those entities through to EntityUtil so that we can have finer control for entity spawns with regards to custom items.
gabizou - 8 years ago
-
Improve management of deaths. Do not throw events during the death update as it would be too late and crash certain mods.
gabizou - 8 years ago
-
Use thread-safe Set for dirty users. Fixes #1901
bloodmc - 8 years ago
-
Flilp erroneous flag for tile drops.
gabizou - 8 years ago
-
DestructEntityEvent.Death is now properly cancellable. It is not automatically handled by Sponge to cancel the death, but the plugin. Resetting the health of the entity will cancel the death status and allow the entity to survive.
gabizou - 8 years ago
-
stuff.
gabizou - 8 years ago
-
Merge stable-7 into development for updates and bug fixes.
gabizou - 8 years ago
-
Add necessary changes to support testmods.
gabizou - 8 years ago
-
Multi-World Difficulties.
Zidane - 9 years ago
-
Add test mods to be ignored. Testmods will be a module available in SpongeForge specifically to be able to write mods that will test forge functionality with sponge included, much like testplugins.
gabizou - 8 years ago
-
Fix compile error.
gabizou - 8 years ago
-
Start moving core event throwing into the CommonEventFactory where most of the events are thrown. Reducing the duplication of code in phase states.
gabizou - 8 years ago
-
Actually use the right hooks that I had written on my desktop and missed on my laptop.
gabizou - 8 years ago
-
Minor clean up while cleaning up refactorings. This is primarily to clean up drops before rewriting the actual handling and spawning of entity drops.
gabizou - 8 years ago
-
Centralized captures for entity items. Now handles the addition of the forge capture lists compatibility through SpongeImplHooks.
gabizou - 8 years ago
-
Make CapturedSupplier nonnul and reduce the multiple injectors/redirects to a simple overwrite for MixinBlock#spawnAsEntity.
gabizou - 8 years ago
-
Gut item pre-merging and start restoring vanilla logic in all places. Capture management is coming next.
gabizou - 8 years ago
-
Merge stable into branch for updates and other bug fixes.
gabizou - 8 years ago
-
Start reworking how the death state enters and where capturing takes place.
gabizou - 9 years ago
-
Fix unit tests for now added phase tracker during unit tests.
gabizou - 9 years ago
-
Remove testmod exclusion as it causes problems with SV
-
1.12.2-7.1.0-BETA-42
-
Bump SpongeCommon
Aaron1011 - 8 years ago
SpongeCommon
-
Properly re-add player scoreboard on respawn
Aaron1011 - 8 years ago
-
Revert "Send tab list packets after firing ClientConnectionEvent.Join"
Aaron1011 - 8 years ago
-
Send tab list packets after firing ClientConnectionEvent.Join
Aaron1011 - 8 years ago
-
Fix off-by-one error in MixinWorldServer.isAreaLoaded().
jbyoshi - 8 years ago
-
Merge pull request #1872 from SpongePowered/fix/containerplayerinventory
Zidane - 8 years ago
-
Revert "Implement basic elytra data"
Zidane - 8 years ago
-
Implement basic elytra data
parlough - 8 years ago
-
refactor to hopefully improve performance
D3-M0N - 9 years ago
-
Implement basic elytra data
parlough - 8 years ago
-
Merge pull request #1869 from SpongePowered/fix/inventoryeventclose
Zidane - 8 years ago
-
Change callInteractBlockEventSecondary to createInteractBlockEventSecondary
Aaron1011 - 8 years ago
-
add testplugin
Faithcaio - 8 years ago
-
cause frame for delayed open/close
Faithcaio - 8 years ago
-
delay opening/closing inventories during an InteractInventoryEvent
Faithcaio - 8 years ago
-
give ContainerPlayer a PlayerInventory
Faithcaio - 8 years ago
-
Bump SpongeCommon