Skip to content

SiO2 release 1.1.0

Pre-release
Pre-release

Choose a tag to compare

@pspeed42 pspeed42 released this 18 Feb 06:55
· 173 commits to master since this release

A minor upgrade that fixes up some of the EventBus methods.

The full change list in this release:

  • Fixed the EventBus addListener()/removeListener() methods to be static
    like they were supposed to be.
  • Added the ability to add/remove global 'dispatch' listeners to the
    EventBus. This is useful for things like lifecycle logging or
    other debug/status related operations.
  • Fixed the EventBus to properly check superclasses for autowired
    event listener methods.
  • Exposed the DebugHudState's element IDs to make it easier to restyle
    the debug HUD.