Plastix / PixelPilot

A top down dogfighting game with pixel graphics.
0 stars 0 forks source link

Use mbassador for events #74

Closed Plastix closed 9 years ago

Plastix commented 9 years ago

If we want to ditch our event system for mbassador this PR is available. @JEphron I know you spent a bunch of time and effort on it but I think this implementation is nicer.

Either this or #73.

JEphron commented 9 years ago

Fine by me but all of our code is designed with the assumption that the events are delivered synchronously. Might be a good idea to use the sync bus. See here.

JEphron commented 9 years ago

Apparently it's all sync unless the async method is explicitly called. Good to merge.