8000 Support for configuring multiple Zandronum/QZandronum engines for join command · Issue #11 · RoyDefined/WebDoomer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Support for configuring multiple Zandronum/QZandronum engines for join command #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
RoyDefined opened this issue Apr 10, 2024 · 2 comments
Assignees
Labels
area-frontend The issue is related to the frontend of the application type-feature The issue is a feature proposal

Comments

@RoyDefined
Copy link
Owner

Is your feature request related to a problem? Please describe.
Currently it is only possible to configure a single Zandronum/QZandronum server location. This might make the join command invalid as the server uses a different engine version than what is configured.

Describe the solution you'd like
It should be possible to list multiple engines of the same type, rather than a single one.
The configuration screen should provide the option to add one or more engine locations.

Each instance of the list should then have three values:

  • If the engine is a Zandronum or QZandronum engine
  • The engine version. This should be a dropdown of available versions, either fetched online or hardcoded.
  • The location of the engine on the user's device.

The join command should then determine the engine that the server requires based on what version the server returns in their first response packet.

Describe alternatives you've considered
N/A

Additional context
N/A

@RoyDefined RoyDefined added the type-feature The issue is a feature proposal label Apr 10, 2024
@RoyDefined RoyDefined self-assigned this Apr 10, 2024
@RoyDefined
Copy link
Owner Author
RoyDefined commented Apr 10, 2024

The back end currently throws away the server version so this should be changed so the version is passed to the frontend.

@RoyDefined RoyDefined added the area-frontend The issue is related to the frontend of the application label Apr 11, 2024
@RoyDefined
Copy link
Owner Author

Rather than being able to configure profiles for a lot of different versions, perhaps just do it for the current Zandronum/QZandronum version, and a possible dev version. Dev versions are indicated with the testing binary URL, so this is already available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-frontend The issue is related to the frontend of the application type-feature The issue is a feature proposal
Projects
None yet
Development

No branches or pull requests

1 participant
0