Julian Groß
Julian Groß
Apparently, there is a PR open that adds a new ExternalProject, so we need to think about what to do there. https://github.com/overte-org/overte/pull/1194
In case you want GitHub Actions to create server packages: The way it currently works is that it creates server packages when you add the server label. If you push...
About OpenLDAP on Windows: While not open-source, the [Windows version](https://www.maxcrc.de/en/download-en/) does have a fully free license, so we could use it. It's a bit annoying that it isn't open-source, but...
I wonder how hard it would be to compile this on Windows anyway. My understanding is that we only use the client library, while OpenLDAP is a suite also containing...
Ah, because it counts as a different avatar to the Avatar app.
I tested this on desktop on Linux, both with and without a controller. Works fine in the sense that nothing breaks.
The user selection halo is a mega cool idea. How about falling back to something else, or scaling it together with a written distance, to make it easier to see...
Looks like an upstream issue. The code is still the same on the newest development version of Qt: https://github.com/qt/qtwayland/blob/c2f61bc47baacf2e6a44c6c3c4e4cbf0abfa4095/src/client/qwaylandcursor.cpp#L339 Apparently, Wayland only has "unstable" and "experimental" support for locking cursors:...
We could enable warnings as errors on certain compilers, instead of enabling it everywhere. Currently, the “expected” compiler on Linux is GCC 11 (which is the one used on Ubuntu...
The warnings during shader compilation are pretty normal. Well, at least they are not new. I haven't had Interface lock up during that though, so that would be new.