All builds
-
1.12.2-2655-7.1.0-BETA-3076
-
Update SpongeCommon
Anselm Brehme - 8 years ago
SpongeCommon
-
check before casting
Anselm Brehme - 8 years ago
-
Update SpongeCommon
-
1.12.2-2655-7.1.0-BETA-3075
-
Update SpongeCommon
Anselm Brehme - 8 years ago
SpongeCommon
-
Fix Slot not using the original inventory lenses if available
Anselm Brehme - 8 years ago
-
Update SpongeCommon
-
1.12.2-2655-7.1.0-BETA-3074
-
Merges the overhaul of Entity Drop Captures to resolve the following issues:
…
Gabriel Harris-Rouquette - 8 years ago
-
Merges the overhaul of Entity Drop Captures to resolve the following issues:
-
1.12.2-2655-7.1.0-BETA-3073
-
Merges the overhaul of Entity Drop Captures to resolve the following issues:
…
Gabriel Harris-Rouquette - 8 years ago -
Bump common for spawn event updates.
Gabriel Harris-Rouquette - 8 years ago
-
Merge changes from stable-7 into refactor/entity-drop-compatibility for further testing.
Gabriel Harris-Rouquette - 8 years ago
-
Minor fixes and centralization for the SpawnTypes and SpawnEntityEvent creation.
Gabriel Harris-Rouquette - 8 years ago
-
Clean up references to possible phase contexts indirectly through the wrapped lists that are pointing to multimap lists which are pointed to by phase contexts.
Gabriel Harris-Rouquette - 8 years ago
-
The internal handler is still a listener and also it is not being remapped.
Gabriel Harris-Rouquette - 8 years ago
-
Update for changes to fix custom item entity drops again.
Gabriel Harris-Rouquette - 8 years ago
-
Fix some awkwardness of multiple death events. Now only fires once in onDeath. Allow for clients to receive the event as well.
Gabriel Harris-Rouquette - 8 years ago
-
Make TestMod entirely command flag based to toggle whether the listeners are used or not.
Gabriel Harris-Rouquette - 8 years ago
-
Test and verify that death events are cancellable. Some of this logic is going to be replicated for Forge handling.
Gabriel Harris-Rouquette - 8 years ago
-
Merge stable-7 changes for updates and bug fixes into development.
Gabriel Harris-Rouquette - 8 years ago
-
Introduce some actual testing with the testmod. Interesting findings so far.
Gabriel Harris-Rouquette - 8 years ago
-
Do not even bother to understand how this works, it just works. TestMods is now a thing that will be available at runtime for development testing, but will not be included in production jars.
Gabriel Harris-Rouquette - 8 years ago
-
Start adding testmods as a module. This should not be breaking, and it should not be required for anything, as it replicates the same functionality as testplugins in common.
Gabriel Harris-Rouquette - 8 years ago
-
Use WrappedArrayList since Guava multimaps do not return array lists, they return wrapped randomized access lists.
Gabriel Harris-Rouquette - 8 years ago
-
Minor updates for entity drops. mostly a common bump.
Gabriel Harris-Rouquette - 8 years ago
-
Utilize the forge hooks for looting level.
Gabriel Harris-Rouquette - 8 years ago
-
Add overridden method for capturing and merging the capture entity drops list from forge.
Gabriel Harris-Rouquette - 8 years ago
-
Gut item pre-merging and start restoring vanilla logic in all places. Capture management is coming next.
Gabriel Harris-Rouquette - 8 years ago
-
Merge stable into branch for bug fixes and updates.
Gabriel Harris-Rouquette - 8 years ago
-
Fix functions not knowing of internal commands at World load.
Chris Sanders - 8 years ago
- Show -16 older commits.
- Collapse commits.
SpongeCommon
-
Merge the overhaul of entity drop captures. This culminates the various changes necessary to achieve the following:
Gabriel Harris-Rouquette - 8 years ago
-
Validate the spawn types used for spawn events. Resolves #1878.
Gabriel Harris-Rouquette - 8 years ago
-
Merge stable-7 into refactor/entity-drop-compatibility for updates and re-verification of updates and testing.
Gabriel Harris-Rouquette - 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.
Gabriel Harris-Rouquette - 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.
Gabriel Harris-Rouquette - 8 years ago
-
Start adding some modifications to the getEntitiesWithinAABB for block drop captures being partially captured by other mods.
Gabriel Harris-Rouquette - 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.
Gabriel Harris-Rouquette - 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.
Gabriel Harris-Rouquette - 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.
Gabriel Harris-Rouquette - 8 years ago
-
Flilp erroneous flag for tile drops.
Gabriel Harris-Rouquette - 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.
Gabriel Harris-Rouquette - 8 years ago
-
stuff.
Gabriel Harris-Rouquette - 8 years ago
-
Merge stable-7 into development for updates and bug fixes.
Gabriel Harris-Rouquette - 8 years ago
-
Add necessary changes to support testmods.
Gabriel Harris-Rouquette - 8 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.
Gabriel Harris-Rouquette - 8 years ago
-
Fix compile error.
Gabriel Harris-Rouquette - 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.
Gabriel Harris-Rouquette - 8 years ago
-
Actually use the right hooks that I had written on my desktop and missed on my laptop.
Gabriel Harris-Rouquette - 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.
Gabriel Harris-Rouquette - 8 years ago
-
Centralized captures for entity items. Now handles the addition of the forge capture lists compatibility through SpongeImplHooks.
Gabriel Harris-Rouquette - 8 years ago
-
Make CapturedSupplier nonnul and reduce the multiple injectors/redirects to a simple overwrite for MixinBlock#spawnAsEntity.
Gabriel Harris-Rouquette - 8 years ago
-
Gut item pre-merging and start restoring vanilla logic in all places. Capture management is coming next.
Gabriel Harris-Rouquette - 8 years ago
-
Merge stable into branch for updates and other bug fixes.
Gabriel Harris-Rouquette - 8 years ago
-
Start reworking how the death state enters and where capturing takes place.
Gabriel Harris-Rouquette - 8 years ago
-
Fix unit tests for now added phase tracker during unit tests.
Gabriel Harris-Rouquette - 8 years ago
-
Merges the overhaul of Entity Drop Captures to resolve the following issues:
-
1.12.2-2655-7.1.0-BETA-3072
-
Update SpongeCommon
Anselm Brehme - 8 years ago
-
Update SpongeCommon
-
1.12.2-2655-7.1.0-BETA-3071
-
Update SpongeCommon
Anselm Brehme - 8 years ago
SpongeCommon
-
fix living item pickup
Anselm Brehme - 8 years ago
-
Inventory Transformations
Anselm Brehme - 8 years ago
-
Update SpongeCommon
-
1.12.2-2655-7.1.0-BETA-3070
-
Bump SpongeCommon for Windows data config file fix
Daniel Naylor - 8 years ago
SpongeCommon
-
Remove duplicated save operation for custom data config
Daniel Naylor - 8 years ago
-
Bump SpongeCommon for Windows data config file fix
-
1.12.2-2655-7.1.0-BETA-3069
-
Update SpongeCommon for build fix.
bloodshot - 8 years ago
-
Update SpongeCommon for liquid flow event context fix.
bloodshot - 8 years ago
SpongeCommon
-
Update SpongeAPI for LIQUID_FLOW ContextKey.
bloodshot - 8 years ago
-
Fix liquid flow event context never being used.
bloodshot - 8 years ago
-
Update SpongeCommon for build fix.
-
1.12.2-2655-7.1.0-BETA-3067
-
Bump for tracking map change.
…
Chris Sanders - 8 years ago
SpongeCommon
-
Switch fastutil map being used.
Chris Sanders - 8 years ago
-
Bump for tracking map change.
-
1.12.2-2655-7.1.0-BETA-3066
-
Update SpongeCommon for CME fix.
bloodshot - 8 years ago
SpongeCommon
-
Use thread-safe Set for dirty users. Fixes #1901
bloodshot - 8 years ago
-
Update SpongeCommon for CME fix.