Skip to content

v1.7.1 - More Matchmaker Bugfixes

Compare
Choose a tag to compare
@Askaholic Askaholic released this 01 Apr 20:31
· 132 commits to develop since this release
a51b518

Summary

Fixed a few bugs that were causing serious pain after the rating reset

  • 2v2 rating is now correctly initialized and saved based on global rating.
  • Fixed anti map repetition. You should be less likely to get the same map 2 times in a row now.
  • Fixed internal state tracking that could cause matching to fail for people who had previously gotten a match where players were unable to connect to each other. This was the reason why the matchmaker would sometimes fail to find matches even when a lot of players were in queue.

Pull Requests

  • Issue/#624 fix map anti repetition (#758)
  • Issue/#751 rating service rating initialization (#757)
  • Issue/#752 queue state track (#754)