Skip to content

Commit

Permalink
Add a snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Nov 19, 2024
1 parent b62a26a commit 10a916d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions changelog/snippets/features.6479.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- (#6479) Rework the in-game matchmaker lobby from the ground up

From a user perspective the matchmaker lobby now has a map preview and a connection matrix. The map preview can help the players to understand what they'll be gating into. The connection matrix can help players to understand what source (a player) is connected to what source (another player). The diagonal represents what sources (other players) the local client is connected to. When you receive a message from a peer then it blinks the corresponding box in the matrix.

From a developers perspective the matchmaker lobby is now maintainable. You can now start the matchmaker lobby locally through your development environment. This allows you to run the matchmaker lobby as if you would find a match in the client. The matchmaker lobby is build from the ground up with maintainability in mind. It now supports a hot reload-like functionality for the interface. This allows you to change the interface on the go, without having to relaunch the game.

All taken together this is still very much a work in progress and we would love to hear the feedback of the community. We welcome you on Discord in the dev-talk channel.

0 comments on commit 10a916d

Please sign in to comment.