yquake2remaster/stuff
Yamagi 8f6a085434 Remove ref_vk, the Vulkan renderer ported from vkQuake2.
While having a Vulkan renderer in Yamagi Quake II sounded like a good
idea, especially for cheap hardware with broken OpenGL drivers, the last
weeks showed that the code is not ready for primetime. Some examples
for critical problems:

 * Render glitches when using non-standard assets. Everything with more
   polygons and texture resultion than baseq2 seems to be broken.
 * The startup and shutdown code is a mess. While I fixes the most
   critical bug, there're a lot of cases left. Startup and shutdown
   mostly works by luck.
 * At least one memory leak in the model code.

And neither @DanielGibson nor myself have deeper knowledge about Vulkan.
We don't have the time and the motivation to learn it. While some
community members did excellent work on ref_vk (especially @0lvin and
@rg3), the community maintenance promised in the initial pull request
never really materialized. Therefor we risk ending up with a renderer
that we can't and won't maintain by ourself.

Vulkan is not gone. The code will be recommitted in a separate
repository at: https://github.com/yquake2/ref_vk

We're willing to give community members commit access to that
repository. Send a substantial pull request and ask for it.
2021-05-28 09:33:46 +02:00
..
cmake/modules Some modernizations to cmake. 2018-08-14 15:29:41 +02:00
icon Quake2.ico: Recreated to have the same margins as the source PNG 2015-11-18 18:59:53 +01:00
mapfixes Fixed spawnflags of DM-only super shotgun in map train 2021-04-08 14:47:05 +00:00
misc Add a Dockerfile, submitted by @Opvolger in #498. 2020-01-21 17:26:29 +01:00
models/crosshair added 3d crosshair model 2016-04-04 23:53:16 +03:00
osx quake2-appbundle.zip: Update quake2.icns to the new icon 2015-11-18 19:41:03 +01:00
cdripper.sh Use set -eu. 2012-04-30 09:03:59 +02:00
quake2-start.sh Redo "Simplify usage of $GSC_PID.", which was accidently undone. 2012-04-30 12:51:36 +02:00
yq2.cfg Change the default screenshot binding to JPEG with Quality 90. 2017-04-10 19:22:23 +02:00