ioquake / ioq3

The ioquake3 community effort to continue supporting/developing id's Quake III Arena
https://ioquake3.org/
GNU General Public License v2.0
2.37k stars 527 forks source link

uri handler not working #398

Open tkrn opened 5 years ago

tkrn commented 5 years ago

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 commented 5 years ago

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.