YoYoGames / GDKExtension

GMS2 Extension for GDK
Other
20 stars 9 forks source link

Implement: XblMultiplayerActivityUpdateRecentPlayers #66

Closed andrew171717 closed 2 years ago

andrew171717 commented 2 years ago

My online multiplayer game failed certification due to the game being required to maintain the "Recent Players" list with other users.

The GDK function used to update the recent players list is XblMultiplayerActivityUpdateRecentPlayers. I would like to see it exposed in GameMaker, so that I can pass certification when submitting my game. See multiplayer_activity_c.h

andrew171717 commented 2 years ago

I forked and made the function usable as I needed this for a project I have going through certification.

See: https://github.com/YoYoGames/GDKExtension/compare/main...andrew171717:GDKExtension:feature-request-%2366

andrew171717 commented 2 years ago

Closing issue, the functionality was added by GM devs. Thanks!

See: https://github.com/YoYoGames/GDKExtension/commit/b438bce0f7e6e7a292109edf53db5e67cbb5decc