Skip to content

Releases: gm-core/event-horizon

2.0.0

12 Sep 13:59
Compare
Choose a tag to compare

Updated for GameMaker: Studio 2.3!

As of this release, Event Horizon is only compatible with GMS2.3+.

Changes

  • No more initialization step! Works out of the box with no config.
  • Method support! All event handlers take methods now instead of user event numbers
    • event_add_listener() now only takes an event name and function to call
    • Of course, you can just call event_user() in the handler function to keep using user events!
  • event_add_listener() now returns a Struct to be passed into event_remove_listener() for cleanup

1.0.0

21 Jun 22:59
Compare
Choose a tag to compare

This is the initial release of Event Horizon