Created attachment 186214 [details] vkquake.patch This is a port for the vkQuake engine.
Created attachment 186215 [details] vkquake.shar Added icon and .desktop file
Created attachment 186373 [details] vkquake.tar.xz oops, looks like shar ate all the files after the png icon, they were extracted *into the png*
Created attachment 186844 [details] vkquake.tar.xz v2 Updated to latest git version, which uses SDL 2.0.6's native Vulkan support. Also improved icon/desktop stuff.
Created attachment 189164 [details] vkquake.tar.xz v3 v0.97.2. Commented out the Opus codec — the game was crashing at start when that was enabled.
Created attachment 195988 [details] vkquake.tar.xz v4 Update to 1.00.0, with new 'vulkan-loader' dependency instead of 'vulkan-sdk'
A commit references this bug: Author: jbeich Date: Mon Sep 3 17:48:25 UTC 2018 New revision: 478885 URL: https://svnweb.freebsd.org/changeset/ports/478885 Log: games/vkquake: add new port vkQuake is a Quake 1 port using Vulkan instead of OpenGL for rendering. It is based on the popular QuakeSpasm port and runs all mods compatible with it like Arcane Dimensions or In The Shadows. Compared to QuakeSpasm vkQuake also features a software Quake like underwater effect, has better color precision, generates mipmap for water surfaces at runtime and has native support for anti-aliasing and AF. https://github.com/Novum/vkQuake PR: 222182 Submitted by: Greg V <greg@unrelenting.technology> Changes: head/games/Makefile head/games/vkquake/ head/games/vkquake/Makefile head/games/vkquake/distinfo head/games/vkquake/files/ head/games/vkquake/files/patch-common.c head/games/vkquake/files/vkquake.desktop head/games/vkquake/files/vkquake.png head/games/vkquake/pkg-descr head/games/vkquake/pkg-plist
Thanks. Landed.