cnlohr / noeuclid

Non-euclidean GPU Raytraced Game
BSD 3-Clause "New" or "Revised" License
645 stars 48 forks source link

add --no-check-certificate to wget #56

Closed ayunami2000 closed 5 years ago

ayunami2000 commented 5 years ago

for some reason it doesnt like the certificate and this fix worded for me

cnlohr commented 5 years ago

Man, switching to SFML was the biggest mistake.

phiresky commented 5 years ago

Man, switching to SFML was the biggest mistake

Guess I have to apologize for suggesting it, sorry :D SDL might have been better since it's more widely used, but I doubt staying with GLUT would have been lead to fewer issues ;) as far as i remember that had issues with cursor acceleration and non-us keyboard layouts, not sure though

sidenote: I don't think this issue is really on the server's side, considering that server's certificate is from Lets Encrypt which works fine for me and this test.

cnlohr commented 5 years ago

@phiresky it was a gamble, and I voted it up. No one could really predict that it would be as much of a mess as it was.

Interesting - will revert now.

If I were to do anything at this point, I would DEFINITELY do rawdraw. Tiny footprint, has all the features we need. Doesn't have any of the additional drawing stuff.