Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories β IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2019-01-13 00:00:00Z and 2019-01-14 00:00:00Z
well to understand why i am confused:
opengl 2.0 doesnt allow the character rendering
3.3 does allow it, but they are both the same thing(at least in this case)(edited)
15:25
that's why i want to try some GL version to see, if your driver only fails for a few versions
15:25
e.g. 3.2 might work, but you can't compile it, so i need to ask deen to change it
@deen
can you replace the 3 lines 2394+ in backend_sdl.cpp in the branch text-try with
SDL_GL_SetAttribute(SDL_GL_CONTEXT_PROFILE_MASK, SDL_GL_CONTEXT_PROFILE_COMPATIBILITY);
SDL_GL_SetAttribute(SDL_GL_CONTEXT_MAJOR_VERSION, 3);
SDL_GL_SetAttribute(SDL_GL_CONTEXT_MINOR_VERSION, 2);
@Deleted User by the way, the version of 11.1.3 isn't as stable as 10.8.6 so i downgraded again. I had a few crashes when joining the server and 1 map or server manipulated my ping really bad.