Skip to content
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

uri handler not working #398

Open
tkrn opened this issue Feb 6, 2019 · 1 comment
Open

uri handler not working #398

tkrn opened this issue Feb 6, 2019 · 1 comment

Comments

@tkrn
Copy link

tkrn commented Feb 6, 2019

There is documentation of defining a URL that will automatically connect to a Quake 3 server based upon a URI scheme. The parameter as Window passes it to the executable is not being handled correctly in ioq3.

Based upon Windows API documentation, the entire URI is passed in whole: "ioq3://:". Upon initialization of ioq3 client the client interprets the parameter as "ioq3:". It appears to be a parse issue in the parameter hanlder of ioq3.

@ensiform
Copy link

ensiform commented Feb 6, 2019

There is no uri integration in ioquake3 as of yet. It was planned as a feature for the launcher project but not the engine itself as far as I know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants