Skip to content

More bug fixes and slight event bus adjustment

Choose a tag to compare

@Abbondanzo Abbondanzo released this 27 Jun 04:57
· 127 commits to master since this release
948f293

Currently the fix list is as follows:

  • Fixes a bug on calculated.gg where the .fullscreen div does not maintain width and height
  • Fixes issues where the game managers were not deconstructed correctly
  • Fixes orthographic camera zoom computation on various screen sizes (see this screenshot)
  • Fixes a bug where camera settings were not properly updated when the game was paused until the player hit "play" again
  • Remove calls to render from the ReplayViewer

Some adjustments to the API:

  • Dropped subscriber support from the FPSClock in favor of the new global event bus. You can no longer subscribe to it when receiving frames but instead but use the addFrameListener event listener.
  • Adjusted the calls to tear down a number of managers (static destruct method) including the GameManager. Currently only called in the ReplayViewer component componentWillUnmount but may need to be called before reinitialization as well.

#38