Skip to content

Releases: Vinncz/GamePantry

GamePantry Beta 1.2

03 Oct 14:33
Compare
Choose a tag to compare
GamePantry Beta 1.2 Pre-release
Pre-release

REFACTOR: Event router now supports opening up a channel, instead of registering a subject or a publisher

If applied, this commit will:

  • Change the nature of Events, from classes to structs
  • Rename some methods and introduce new attributes for those conformed to GPHandlesEvents & GPEmitsEvents
  • Rename and remove some methods in GPEventRouter, plus disabling its ability to store passed-in subjects & publishers--instead, router now supports opening up channels

GamePantry Beta 1.1

02 Oct 02:23
Compare
Choose a tag to compare
GamePantry Beta 1.1 Pre-release
Pre-release

Separated the functionality that's shared across GPEvent type, into their own protocols (THIS CHANGE MAY BREAK SOMETHING)

TEST: Introduced tests for event router
CHORE: Added extra functionality of GPEventRouter, to easily stop the routing process
CHORE: Extended the Foundation's Data type, to add a convenience toString method

GamePantry Beta 1

30 Sep 07:40
Compare
Choose a tag to compare
GamePantry Beta 1 Pre-release
Pre-release

Send data between devices easily, while manage it like an event-driven system.