RoyDefined / WebDoomer

WebDoomer is a fast and efficient Zandronum and QZandronum server browser as a web app.
GNU General Public License v3.0
4 stars 0 forks source link

Support `SQF2_VOICECHAT` launcher protocol flag #19

Closed RoyDefined closed 6 months ago

RoyDefined commented 6 months ago

Is your feature request related to a problem? Please describe. N/A

Describe the solution you'd like The launcher protocol now has support for SQF2_VOICECHAT, which returns the type of voice chat that is allowed to be used in a server.

The following values can be returned:

  1. Voice chat is disabled completely.
  2. Everyone can voice chat.
  3. Players can only voice chat with their teammates.
  4. Players and spectators chat separately.

This needs to be available through an enum, and possibly shown with an icon on a listed server.

Describe alternatives you've considered N/A

Additional context https://foss.heptapod.net/zandronum/zandronum-stable/-/merge_requests/105

RoyDefined commented 6 months ago

This has been implemented as of bd5c31e.