Semphriss
Semphriss
As the builds are customized, and the base OS is no longer supported, it'll be difficult for me to perform reliable testing. I'll try to see if it works on...
I've observed that... I'm afraid there's not much I can do beyond that. Try to find how you can obtain the missing libraries; if it doesn't work, I'm afraid the...
Tested; works as described. I'd recommend it takes _only_ a relative path as argument, to avoid name clashes - if someone wants to test a few levels in a folder...
> @Semphriss Can you please specify in what order we should check paths? > > My suggestion would be: a) Absolute paths in the user's filesystem b) Relative paths in...
Related to #683 Many badguys can't be carried at all in frozen form, including haywires and jumpys.
I'm not sure I understand how the issue works; could you provide a quick video?
"[ci skip]" should be in commit messages :stuck_out_tongue: Since this is purely graphical, I'll leave that to @Rusty-Box - although I'm not sure whether this is superseded by #2136.
[Relevant:](https://stackoverflow.com/questions/25171460/which-version-does-glgetstringgl-version-get) ```cpp GLint opengl_major_version; glGetIntegerv(GL_MAJOR_VERSION, &opengl_major_version); if (opengl_major_version > 3) { ... ``` Can be more reliable than fetching a string and parsing it.
What is the idea and how would it be executed? The way I understand it now would make maintenance much harder...
Is it possible to add this to the test suite instead?