Daniel Svensson
Daniel Svensson
None of the above screenshots use the new gl_outline, are perhaps all above screenshots from the old renderer?
Is this something that resurfaced with https://github.com/QW-Group/ezquake-source/commit/fbcf8a89f57da1902021cfb8a43dd109e9ccfdb7 ?
For context, only cosmetic issue, the script calling the executable is also incorrectly generated, so the correct executable launches no matter what name it has. Looks bad though, and adds...
Or as you have a GitHub account, just fork the repo, push your changes and a Windows binary will show up under your Actions tab in your fork. Have some...
A [.rc file is used for adding the icon](https://github.com/QW-Group/ezquake-source/blob/master/ezQuake.rc). A brave soul might convince msbuild to generate that file, or embed fields in some other way before a cmake build...
Issues with tutorials on Ubuntu with Wayland and NVIDIA GPU: Following needed to pass initialization: ```diff - .message_type(vk::DebugUtilsMessageTypeFlagsEXT::all()) + .message_type(vk::DebugUtilsMessageTypeFlagsEXT::VALIDATION | vk::DebugUtilsMessageTypeFlagsEXT::GENERAL | vk::DebugUtilsMessageTypeFlagsEXT::PERFORMANCE) ``` To avoid this validation error...
My current workaround for this is as follows, I hope it illustrates my problem, and that there's a much better way to accomplish the same. ``` clojure (defmethod readf :category...
spike has some stuff for this as well, I'll see if I can combine our parallel efforts
fixed in the pending megadiff from spike
Example of this running can be found here: https://qw-ctf.github.io/qtubetest/ftewebgl.html