v1.7.0
版本发布时间: 2021-03-25 05:33:26
FAForever/server最新发布版本:v1.13.4(2023-11-13 05:58:19)
Summary
Adds support for including generated maps in matchmaker map pools. Generated maps are included in the map pool by specifying what parameters should be used for generating the map (map size, number of spawns, etc) and a weight for getting one of those maps. When a generated map is chosen, the server will produce a new map path based on the parameters and a randomly generated seed. This means you will never* see the same generated map twice.
* At least it is extremely unlikely to get the same randomly generated seed twice
Other Noteworthy Changes
- Fixed coop leaderboards
- Fixed a bug where matchmaker games would fail to launch when both players on a team were in a clan together that had non-ascii characters in the clan tag.
- Fixed detection of some units for unlocking achievements. It should now be possible to unlock the "build czars" achievement.
- Fixed a bug that would skip some validity checks when playing featured mods. Phantom games with uneven teams should no longer be rated.
Pull Requests
- Add auto documentation with pdoc3 (#748)
- Add generated map support to ladder_service (#732) [by Sheikah]
- Issue/#739 Validity checks for featured mods (#743)
- Issue/#741 fix flaky test
- Issue/#730 ignore score results (#731)
- Increase timeout in
client_response
(#738) - Fixed Unit Bp & Updated Experimentals (#736) [by Rowey]
- Issue/#721 non ascii in matchmaker game names (#722)
- Fixup codecov (#734)
- Cleanup tests and update dependencies (#728)
- Switch to codecov (#733)
- Issue/#606 Rare mysql deadlock (#723)
- Issue/#687 Fix coop leaderboards again (#718)
- Remove flake8 github action (#726)