All builds
-
1.12.2-7.1.0-BETA-8
-
Bump common for some minor fixes and updates.
…
Gabriel Harris-Rouquette - 8 years ago
SpongeCommon
-
Allow commands to be executed by plugins during event listeners.
Gabriel Harris-Rouquette - 8 years ago
-
Some minor cleanup. Attempt to attach the first block snapshot as part of the cause for some entity spawns when blocks are changed by a player. Fixes #1001.
Gabriel Harris-Rouquette - 8 years ago
-
Bump common for some minor fixes and updates.
-
1.12.2-7.1.0-BETA-7
-
Bump common for Ban service fixes.
…
Gabriel Harris-Rouquette - 8 years ago
SpongeCommon
-
Merge PardonUserEvent implementation fix and causes fixes for ban service events.
Gabriel Harris-Rouquette - 8 years ago
-
No one saw me
ImMorpheus - 8 years ago
-
Add test plugin
ImMorpheus - 8 years ago
-
Cleanup import
ImMorpheus - 8 years ago
-
These shouldn't be necessary anymore
ImMorpheus - 8 years ago
-
Implement suggested changes
ImMorpheus - 8 years ago
-
Implement PardonUserEvent/PardonIpEvent. Close #436
ImMorpheus - 8 years ago
-
Bump common for Ban service fixes.
-
1.12.2-7.1.0-BETA-6
-
Bump common for updates.
…
Gabriel Harris-Rouquette - 8 years ago
SpongeCommon
-
Make the damage source test not annoying
Parker Lougheed - 8 years ago
-
Bump common for updates.
-
1.12.2-7.1.0-BETA-5
-
Update for data and generic event fixes
Parker Lougheed - 8 years ago
SpongeCommon
-
Fix custom data config generation. Sponge now also registers a Set type serializer for Configurate.
Gabriel Harris-Rouquette - 8 years ago
-
Merge generic event fixes. Merges #1681.
Gabriel Harris-Rouquette - 8 years ago
-
Add configurable purge custom data that failed to load.
Gabriel Harris-Rouquette - 8 years ago
-
Per cybermaxke's PR subset, fix CauseStack on client event issue
Chris Sanders - 8 years ago
-
Fix that the causestackmanager was used on the client.
Seppe Volkaerts - 8 years ago
-
Improved the TypeTokenHelper#isAssignable method.
Seppe Volkaerts - 8 years ago
-
Keys must be registered through the event or registry.
Seppe Volkaerts - 8 years ago
-
Init the console permissions on the client once the server is available.
Seppe Volkaerts - 8 years ago
-
Improved the generic event.
Seppe Volkaerts - 8 years ago
-
Update for data and generic event fixes
-
1.12.2-7.1.0-BETA-4
-
Update SC submodule for data and and dispenser fixes
Parker Lougheed - 8 years ago
SpongeCommon
-
Fixed dispenser event not firing. Fixes #1623 (#1628)
Matthew Miller - 8 years ago
-
Fix failed data not being removed after successful deserialization. Fixes #1683.
Gabriel Harris-Rouquette - 8 years ago
-
Add Move bot configuration for moving issues.
Gabriel Harris-Rouquette - 8 years ago
-
Attempt to improve the exception printout to better improve the stacktrace provided.
Gabriel Harris-Rouquette - 8 years ago
-
Update SC submodule for data and and dispenser fixes
-
1.12.2-7.1.0-BETA-3
-
Update SpongeCommon
Anselm Brehme - 8 years ago
SpongeCommon
-
fixes NoSuchElementException on Advancements
Anselm Brehme - 8 years ago
-
fix Inventory#query(Class...) not accepting non Inventory classes anymore
Anselm Brehme - 8 years ago
-
Update SpongeCommon
-
1.12.2-7.1.0-BETA-2
-
Bump common for minor version API bump.
…
Gabriel Harris-Rouquette - 8 years ago
SpongeCommon
-
Bump API version for next minor API release.
Gabriel Harris-Rouquette - 8 years ago
-
Bump common for minor version API bump.
-
1.12.2-7.0.0-BETA-388
-
Merge Advancements implementation. Merges #363.
…
Gabriel Harris-Rouquette - 8 years ago -
Update SC submodule for advancements, block carriers, and spawn type changes
Parker Lougheed - 8 years ago
-
Load plugin advancements from json files.
Seppe Volkaerts - 8 years ago
SpongeCommon
-
Bump API for API 7 release.
Gabriel Harris-Rouquette - 8 years ago
-
Merge DamageSource changes. Merges #1573.
Gabriel Harris-Rouquette - 8 years ago
-
Merge Inventory QueryOperations. Merges #1440.
Gabriel Harris-Rouquette - 8 years ago
-
dont cast mocked EventManager
Anselm Brehme - 8 years ago
-
Fix key registry issues
Parker Lougheed - 8 years ago
-
Add test plugin
Parker Lougheed - 8 years ago
-
Use convenient restore method instead
Parker Lougheed - 8 years ago
-
Implements damageabledata
Parker Lougheed - 8 years ago
-
fix MixinEntityLivingBase#lastDamage
Anselm Brehme - 8 years ago
-
use fields for crafting grid size in case mods override it
Anselm Brehme - 8 years ago
-
Merge pull request #1622 from Meronat/feature/spawn-entity
Parker Lougheed - 8 years ago
-
Fix line ending
Parker Lougheed - 8 years ago
-
Implement api return type changes
Parker Lougheed - 8 years ago
-
Update SpongeCommon
Anselm Brehme - 8 years ago
-
implement BlockCarrier for InventoryLargeChest and Containers related to blocks
Anselm Brehme - 8 years ago
-
Minor fixes. Still getting Data registrations to work through the event.
Gabriel Harris-Rouquette - 8 years ago
-
Take advantage of the new methods for DataRegistration.
Gabriel Harris-Rouquette - 8 years ago
-
Merge Implementation registration changes for DataRegistration. Merges #1666.
Gabriel Harris-Rouquette - 8 years ago
-
Merge Advancements implementation Merges #1645.
Gabriel Harris-Rouquette - 8 years ago
-
Fix EntityDataManager crash on client side. Fixes SpongePowered/SpongeForge#1922.
Gabriel Harris-Rouquette - 8 years ago
-
Merge pull request #1674 from Meronat/feature/cooldown-events
Parker Lougheed - 8 years ago
-
Update for API changes.
Seppe Volkaerts - 8 years ago
-
Replaced some ATs with @Mutable shadow fields. Some minor fixes and cleanup.
Seppe Volkaerts - 8 years ago
-
Trigger support for score criteria, a score criterion can also be created in JSON using a extra trigger_times entry.
Seppe Volkaerts - 8 years ago
-
More testing
Seppe Volkaerts - 8 years ago
-
More work
Seppe Volkaerts - 8 years ago
-
Work on custom triggers.
Seppe Volkaerts - 8 years ago
-
Update
Seppe Volkaerts - 8 years ago
-
Added a hidden test advancement to a existing tree.
Seppe Volkaerts - 8 years ago
-
Added a custom tree layout test, some fixes.
Seppe Volkaerts - 8 years ago
-
Improved generic events, properly register and map trigger types.
Seppe Volkaerts - 8 years ago
-
Added generic events.
Seppe Volkaerts - 8 years ago
-
Derp
Seppe Volkaerts - 8 years ago
-
Progress. The score criterion still needs to be fixed.
Seppe Volkaerts - 8 years ago
-
Implemented advancement and advancement tree registry modules.
Seppe Volkaerts - 8 years ago
-
More work on events.
Seppe Volkaerts - 8 years ago
-
Work
Seppe Volkaerts - 8 years ago
-
Update for api changes, call the layout event
Seppe Volkaerts - 8 years ago
-
Fix score criterion progress methods.
Seppe Volkaerts - 8 years ago
-
Implemented the Advancements API. Still WIP
Seppe Volkaerts - 8 years ago
-
Add missing end of line
Parker Lougheed - 8 years ago
-
Implement cooldown events
Parker Lougheed - 8 years ago
-
Fix transaction results not having a result type. Fixes #1673.
Gabriel Harris-Rouquette - 8 years ago
-
Actually complete the basic Entity converters.
Gabriel Harris-Rouquette - 8 years ago
-
Allow plugins to use a separate implementation class for custom data.
JBYoshi - 8 years ago
-
Implement refactor of inventory queries.
JBYoshi - 9 years ago
-
Address various concerns and update for API changes
Parker Lougheed - 9 years ago
-
Adds exhaustion to damage sources and does some general cleanup
Parker Lougheed - 9 years ago
-
Merge Advancements implementation. Merges #363.
-
1.12.2-7.0.0-BETA-386
-
Bump common for Key builder addition updates.
…
Gabriel Harris-Rouquette - 8 years ago
SpongeCommon
-
Allow SpongeKey to pass unit tests. Move around the static getContainer method to SpongeKey to avoid classloading PhaseTracker too early.
Gabriel Harris-Rouquette - 8 years ago
-
Complete starting implementation for ChangeValueEvent. If it needs changes, now at this point it is purely implementation, and not API.
Gabriel Harris-Rouquette - 8 years ago
-
Implement some additional converters.
Gabriel Harris-Rouquette - 8 years ago
-
Improve bitewise flag flipping.
Gabriel Harris-Rouquette - 8 years ago
-
It's working!!!!!
Gabriel Harris-Rouquette - 8 years ago
-
Start implementing the change value event things. Key based event registration should work, but now to actually throw said events based on keys...
Gabriel Harris-Rouquette - 8 years ago
-
Bump common for Key builder addition updates.
-
1.12.2-7.0.0-BETA-385
-
Bump Common for various fixes
Daniel Naylor - 8 years ago
SpongeCommon
-
Add "minecraft.force-gamemode.override" permission
Daniel Naylor - 8 years ago
-
Pass the actual snapshot who caused the drops.
Chris Sanders - 8 years ago
-
Bump API for command fix
Daniel Naylor - 8 years ago
-
Bump Common for various fixes