Results 14 comments of Deve

I have also problem with Nexuiz and antialiasing. Look at this: http://youtu.be/ktFEjIokbKM When I run game with anti-aliasing enabled, screen flickers constantly. Then, if I turn off AA and enable...

I just tried current GmsCore package and I have very similar behavior. Well, I didn't count these 30s but the fact is that location is not available most of the...

And @starbrights from what I see in changelog since 0.2.11 it uses UnifiedNlp 2.0 alpha version so maybe it's the reason why 0.2.10 works fine for you.

Here is another example. It looks like a problem with some tolerances because it doesn't work with bend length 0,4 mm and it works with length 5 mm. But original...

Actually I noticed that current version doesn't crash and it only fails with GLEW_ERROR_NO_GLX_DISPLAY error. So that I can just ignore this error and assume that glewInit is success. Maybe...

It depends on what do you mean by _really_ comming ;) I think that some solutions are too young (stable xdg shell is not supported by compositors yet and you...

The tab key seems simple enough https://github.com/deveee/HeliBoard/commit/b924e3bf1f884784299d046df0bbb7861a4f5294 Not sure if you are interested in it. Note that I had to reset toolbar layout to make it visible in settings.

It's far from perfect because the icon is not related to the selected key code in any way. But it's low priority after all. Is there any possibility to also...

Btw. I tried ``` const ALCint context_attribs[] = { ALC_FREQUENCY, 44100, 0 }; if (!(m_context = unique_ptr_alccontext( alcCreateContext(m_device.get(), context_attribs), delete_alccontext))) { errorstream