Anthony Martin

Results 4 issues of Anthony Martin

From a processing standpoint the tracker events allow the user to make heads or tails actions that happened inside the replay without building the game engine. The events I would...

I have noticed that a bunch of replays are returning -36400 as the mmr value for players inside the m_syncLobbyState -> m_userInitialData->m_scaledRating It is also incorrect in the metadata section....

In the SC2 Client API the end point for /game currently returns `{ "isReplay":false, "displayTime":100.0, "players":[ { "id":1, "name":"AccountName", "type":"user", "race":"Zerg", "result":"Defeat" }, { "id":2, "name":"Player 2", "type":"computer", "race":"random", "result":"Victory"...

Figured I would lump the two things I have noticed into one ticket. If you would prefer I can break them apart. But I have implemented the metadata processing into...

enhancement