Skip to content

v1.10.0 - Matchmaker support for game options

Compare
Choose a tag to compare
@Askaholic Askaholic released this 01 Oct 01:21
· 89 commits to develop since this release
7be92f1

Summary

This is the last server release we need in order to set up the 4v4 queues by supporting setting game options (importantly for enabling share until death!) from the server. It also includes some more adjustments to the game quality calculations used by the matchmaker algorithm, and support for more diverse mapgen map sizes in queues.

Developer Notes

The game options changes will also require both a client version >= 2010.10.0 and game patch >= 3722.

Pull Requests

  • Allow map size of the generator params to be non power of 2 (#844) [by Sheikah]
  • Check for lobby scope in token during login (#840) [by Sheikah]
  • Add some system information to the logs including lobby version (#842)
  • Issue/#824 support for GameOptions in matchmaker queues (#825)
  • Optimize rating initialization (#839)
  • Fix flakey integration test (#841)
  • Add pre-commit configuration to the project (#836) [by Gatsik]
  • Fix misc errors that show up in the logs (#830)
  • Change game quality calculations (#833) [by BlackYps]
  • Issue/#703 update game info when player disconnects (#831)
  • Check for clean disconnects and raise DisconnectedError (#829)
  • Fix game quality calculations (#826) [by BlackYps]
  • Add some notes about repo maintenance (#821)