Skip to content

release-1.20.1-1.0-20: Changelog:

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Aug 21:23
· 41 commits to main since this release
6589ece
- Major overhaul of zeta event system

- Zeta events now directly delegate to forge events and the forge bus itself instead of having their own bus implementation

- No longer are events fired by forge, intercepted by zeta, and then fired again by zeta, some time multiple times per event

- These change should make the event system faster

- Many events were also chanced to accomodate this change.

- Notably event phasing has been standardized. This fixes issues where some events could be firing twice