All builds
-
1.12.2-7.1.0-BETA-87
-
Update SpongeCommon and API for command and other fixes
Daniel Naylor - 8 years ago
SpongeCommon
-
Update API for command args fix with flags.
Daniel Naylor - 8 years ago
-
Check if criterion is available before retrieving.
bloodshot - 8 years ago
-
Fix typo in MixinTileEntity.
bloodshot - 8 years ago
-
Don't clear active chunk if a TE is invalidated during tick.
bloodshot - 8 years ago
-
Don't fire Creeper explosive events on the client
Aaron Hill - 8 years ago
-
Update SpongeCommon and API for command and other fixes
-
1.12.2-7.1.0-BETA-86
-
Use asynchronous Log4j 2 loggers
Minecrell - 8 years ago
-
Use asynchronous Log4j 2 loggers
-
1.12.2-7.1.0-BETA-85
-
Update to TerminalConsoleAppender 1.1.0
Minecrell - 8 years ago
SpongeCommon
-
Fix async chunk load when calling setSkylightUpdated.
bloodshot - 8 years ago
-
Update to TerminalConsoleAppender 1.1.0
-
1.12.2-7.1.0-BETA-84
-
Update SpongeCommon
Anselm Brehme - 8 years ago
SpongeCommon
-
Add properties for EquipmentTypes under PlayerInventoryLens
Anselm Brehme - 8 years ago
-
Bump API for command quality of life updates
Daniel Naylor - 8 years ago
-
Offhand is an EquipmentSlot
Anselm Brehme - 8 years ago
-
Fix Vanilla size calculation bug in BlockStateContainer#getSerializedSize
Aaron Hill - 8 years ago
-
Move packet timestamps to SpongeCommonEventFactory.
bloodshot - 8 years ago
-
Fix scheduled tasks creating phases async.
bloodshot - 8 years ago
-
Update SpongeCommon
-
1.12.2-7.1.0-BETA-83
-
Add license header
Aaron Hill - 8 years ago
-
Update Spongevanilla for Forge event refactor changes
Aaron Hill - 8 years ago
SpongeCommon
-
Fix MoveEntityEvent not firing for non-players.
bloodshot - 8 years ago
-
Improve packet unwind performance.
bloodshot - 8 years ago
-
Move event code out of PacketUtil to MixinNetHandlerPlayServer.
bloodshot - 8 years ago
-
Minor changes to support SF event factories.
bloodshot - 8 years ago
-
Make getHandlerCache public
Aaron Hill - 8 years ago
-
Fix fakeplayer advancement errors.
bloodshot - 8 years ago
-
Add another safety check for advancement isDone.
bloodshot - 8 years ago
-
Fix login exception with advancements.
bloodshot - 8 years ago
-
Ensure null EnumDifficulty types are not being set onto worldinfos.
Gabriel Harris-Rouquette - 8 years ago
-
Add license header
-
1.12.2-7.1.0-BETA-81
-
Update SpongeCommon
Anselm Brehme - 8 years ago
SpongeCommon
-
Do not capture slot restore and do not include crafting output in both events
Anselm Brehme - 8 years ago
-
Removing a lot of generics from Inventory Impl
Anselm Brehme - 8 years ago
-
Inventory Lens Privacy
Anselm Brehme - 8 years ago
-
Fix random issue where the packet being processed does not have a player with it (usually from unknown packets).
Gabriel Harris-Rouquette - 8 years ago
-
Fix cause frame during player packets.
bloodshot - 8 years ago
-
Add BrokenMods configuration category
Aaron Hill - 8 years ago
-
Inventory Lens Privacy
Anselm Brehme - 8 years ago
-
Packets are special. they always need unwinding and handling.
Gabriel Harris-Rouquette - 8 years ago
-
Default to unknown packet states, not empty packet states.
Gabriel Harris-Rouquette - 8 years ago
-
Boolean fail... Also, interaction states need to have logic ran.
Gabriel Harris-Rouquette - 8 years ago
-
Update SpongeCommon
-
1.12.2-7.1.0-BETA-80
-
Bump common for various updates and experimental changes. Refer to the common updates to find out as thereare countless.
…
Gabriel Harris-Rouquette - 8 years ago
SpongeCommon
-
Merge changes to allow for creating StackFrames on demand based on PhaseStates. Merges #1987.
Gabriel Harris-Rouquette - 8 years ago
-
Since we now check if hasCaptures before unwinding, we need to make inventory contexts have captures always to process any inventories affected.
Gabriel Harris-Rouquette - 8 years ago
-
We do not need a new stackframe for the phase state being switched on window close. The PacketState will automatically push a frame.
Gabriel Harris-Rouquette - 8 years ago
-
Apparently somehow the neighbornotification context is being told to set the notifier multiple times? Just ignore it and set the field directly i guess....
Gabriel Harris-Rouquette - 8 years ago
-
Move TimingHandler to use the SpongeImplHooks isMainThread check. Allows for tests to pass.
Gabriel Harris-Rouquette - 8 years ago
-
Indiana State and the Last Context
Gabriel Harris-Rouquette - 8 years ago
-
Indiana State and the Temple of Phase.
Gabriel Harris-Rouquette - 8 years ago
-
Raiders of the Lost Phase.
Gabriel Harris-Rouquette - 8 years ago
-
CompletePhase should never provide context information as there is none. There are possible chances where multiple frames can be pushed within a single phase state, so make the phase context hold a stack of stackframes.
Gabriel Harris-Rouquette - 8 years ago
-
Minor fixes and changes. Reduces a frame usage to lazy evaluation when running synchronized tasks.
Gabriel Harris-Rouquette - 8 years ago
-
Clear up some frame creation. Reminder: make worlds still push themselves to the cause at the start of the world tick.
Gabriel Harris-Rouquette - 8 years ago
-
Make sure to reset the flag if we are popping and there are no more modifiers available in the cause stack manager.
Gabriel Harris-Rouquette - 8 years ago
-
Merge stable-7 fixes into branch for updates and bug fixes. This also makes sure that bugs are not being fixed twice.
Gabriel Harris-Rouquette - 8 years ago
-
Make the actual lazy evaluation of the phase frame being pushed and popped a working thing.
Gabriel Harris-Rouquette - 8 years ago
-
Some changes to get things working. The game launches now, but due to the way Advancements are being loaded,
Gabriel Harris-Rouquette - 8 years ago
-
Make sure to pop the frame from the phase context if it was populated.
Gabriel Harris-Rouquette - 8 years ago
-
Properly attach the stack frame when the consumer is called.
Gabriel Harris-Rouquette - 8 years ago
-
Add BiConsumers for the StackFrame and the current PhaseContext. Keep track of the pushed biconsumers
Gabriel Harris-Rouquette - 8 years ago
-
Add simple method to add consumers of stack frames.
Gabriel Harris-Rouquette - 8 years ago
-
Don't unwind if nothing was captured.
bloodshot - 8 years ago
-
Bump common for various updates and experimental changes. Refer to the common updates to find out as thereare countless.
-
1.12.2-7.1.0-BETA-79
-
Update SpongeCommon for many fixes
…
Daniel Naylor - 8 years ago
SpongeCommon
-
Fix UserStorageService#getAll() returning incorrect GameProfiles
Daniel Naylor - 8 years ago
-
Fix NPE in handleBlockCollideEvent. Fixes SpongePowered/SpongeForge#2291
bloodshot - 8 years ago
-
Process captured drops if IPhaseState performs drop capturing.
Aaron Hill - 8 years ago
-
Log classes for unregistered Entites/TEs in TimingHistory
Aaron Hill - 8 years ago
-
Ensure that all fields in ShouldFire are valid
Aaron Hill - 8 years ago
-
Fix bed respawn behavior near the world border
Aaron Hill - 8 years ago
-
Fix entity mobs not spawning.
bloodshot - 8 years ago
-
Check if block track logging is enabled before checking id.
bloodshot - 8 years ago
-
Disable verbose timings by default to improve CPU usage.
bloodshot - 8 years ago
-
More improvements to active chunk.
bloodshot - 8 years ago
-
Cache TileEntity notifier.
bloodshot - 8 years ago
-
Add toString() to CaptureBlockPos
Aaron Hill - 8 years ago
-
Pass 'noCancelledTransactions' as 'true' in PhaseTracker.setBlockState
Aaron Hill - 8 years ago
-
Merge stack overflow fixes. There are a few commits explaining the reasoning behind the changes.
Gabriel Harris-Rouquette - 8 years ago
-
Minor cleanup with the creation of block snapshots.
Gabriel Harris-Rouquette - 8 years ago
-
Reduce more nested calls to reduce call stacks.
Gabriel Harris-Rouquette - 8 years ago
-
Handle empty DisplayInfo in SpongeAdvancementTree#getBackgroundPath
Aaron Hill - 8 years ago
-
Disable server main thread check for Advancement in testing environment
Aaron Hill - 8 years ago
-
Prevent exception when mods use TextComponentKeybind
Aaron Hill - 8 years ago
-
Always set 'Entity.fire' from IgniteEntityEvent
Aaron Hill - 8 years ago
-
Experimental fix for now but something that will work definitevely. Fixes SpongePowered/SpongeForge#2273.
Gabriel Harris-Rouquette - 8 years ago
-
Replace usages of acceptIfNotEmpty wuth acceptAndClearIfNotEmpty
Aaron Hill - 8 years ago
-
Clear out entity item captures in DeathUpdateState
Aaron Hill - 8 years ago
-
Actually process captured blocks in EntityDeathState
Aaron Hill - 8 years ago
-
Clear out entity item drops captures in InteractAtEntityPacketState
Aaron Hill - 8 years ago
-
Process captured blocks in PacketState#unwind
Aaron Hill - 8 years ago
-
Clear out captured items from PhaseContext in more inventory states
Aaron Hill - 8 years ago
-
Fix issues with advancement registration
Aaron Hill - 8 years ago
-
Add notification phase for some better debugging. Noticing a lot of redundant notifications on the same block during world gen specifically.
Gabriel Harris-Rouquette - 8 years ago
-
Merge Advancement fixes. Merges #1968.
Gabriel Harris-Rouquette - 8 years ago
-
Some minor fixes and cleanup. Added ShouldFire for notifications and a few areas we were throwing block events regardless (they were spamming).
Gabriel Harris-Rouquette - 8 years ago
-
Start reworking notification propogation handling for the PhaseTracker. Also, ensure that the PhaseTracker is only accessed on the main thread for now.
Gabriel Harris-Rouquette - 8 years ago
-
Advancements should always be registered on the server thread.
Seppe Volkaerts - 8 years ago
-
Throw a exception early if a requirement does not exist in the criteria map.
Seppe Volkaerts - 8 years ago
-
Grant the advancement test tree at player join.
Seppe Volkaerts - 8 years ago
-
Fix that advancement tree registration didn't get switched completely to phases.
Seppe Volkaerts - 8 years ago
-
Safeguard against advancements getting unloaded when progress is still available.
Seppe Volkaerts - 8 years ago
-
Prevent the dummy advancement from being registered as a valid catalog. Fix that parent advancements didn't get all their children.
Seppe Volkaerts - 8 years ago
-
Update SpongeCommon for many fixes
-
1.12.2-7.1.0-BETA-78
-
Update SpongeCommon
Anselm Brehme - 8 years ago
SpongeCommon
-
do not adjust cursor when invalidating slots in drag and collect events
Anselm Brehme - 8 years ago
-
Clear out entity captures after processing in BasicInventoryPacketState
Aaron Hill - 8 years ago
-
Update Timings v2.
bloodshot - 8 years ago
-
Change 'toggleDeath' command alias to 'toggledeath'
Aaron Hill - 8 years ago
-
Update SpongeCommon
-
1.12.2-7.1.0-BETA-77
-
Update common for various fixes and updates.
…
Gabriel Harris-Rouquette - 8 years ago
SpongeCommon
-
Merge remote-tracking branch 'origin/stable-7' into stable-7
Gabriel Harris-Rouquette - 8 years ago
-
Complete the merge for igniteEntityEvent and properly implement the event to be usable to plugins.
Gabriel Harris-Rouquette - 8 years ago
-
Merge IgniteEntityEvent implementation. Merges #1708.
Gabriel Harris-Rouquette - 8 years ago
-
Use TickPhase.Tick.RANDOM_BLOCK for random block ticks
Aaron Hill - 8 years ago
-
Prevent infinite recursion when performing post block updates
Aaron Hill - 8 years ago
-
Ensure that all PhaseContext captures are fully processed
Aaron Hill - 8 years ago
-
Un-break all explosions
Aaron Hill - 8 years ago
-
Don't check if entity is dead when adding to chunk.
bloodshot - 8 years ago
-
Fix placeInPortal never being called for end. Fixes #1975
bloodshot - 8 years ago
-
Improve the way Sponge configuration files are loaded/saved (#1957)
Luck - 8 years ago
-
Add --tracker/-t flag for tracker config reload/save (#1974)
Daniel Naylor - 8 years ago
-
Cache users by name as well as by UUID
Aaron Hill - 8 years ago
-
Bump SpongeAPI for UserCommandElement fix
Aaron Hill - 8 years ago
-
Add Entity/TE pre/post tick hooks for Forge
Aaron Hill - 8 years ago
-
Fix tracker config not being applied to mod blocks
Aaron Hill - 8 years ago
-
Attempt to create values in ManipulatorTest, when possible
Aaron Hill - 8 years ago
-
Relax username length check to '> 0'
Aaron Hill - 8 years ago
-
Fix PotionEffect retrieval error from DataContainer
ImMorpheus - 8 years ago
-
Fix BlockBeacon accessing blocks off the main thread
Aaron Hill - 8 years ago
-
Actually return after printing about async block changes.
Gabriel Harris-Rouquette - 8 years ago
-
Add async block change detection and chunk load detection.
Gabriel Harris-Rouquette - 8 years ago
-
Bump mixin version to 0.7.11-SNAPSHOT
Aaron Hill - 8 years ago
-
Implement IgniteEntityEvent
ImMorpheus - 8 years ago
-
Update common for various fixes and updates.