forked from fte/fteqw
1
0
Fork 0
fteqw/engine/vk
Spoike cd4412e807 add scr_showdisk cvar, to show the disk icon for a little time whenever something is accessed from disk.
try to fix the recent network issues, the slightly more sane way.
added a r_viewmodel_fov cvar, to optionally control the viewmodel's fov separately from view fov.
updatesound now auto-starts the sound if it wasn't already playing, but only if a sound name was specified.
small optimisation for xonotic. Delay the actual fopen until the first read. This avoids the worst of the hitches every time a footstep sound is played (no more zlib decompression).
r_lightprepass now respects rtlight modes.
optimised some rtlight pvs bits. should hopefully be slightly more efficient.


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5186 fc73d0e0-1445-4013-8a0c-d673dee63da5
2017-12-15 06:56:40 +00:00
..
vk_backend.c add scr_showdisk cvar, to show the disk icon for a little time whenever something is accessed from disk. 2017-12-15 06:56:40 +00:00
vk_init.c add scr_showdisk cvar, to show the disk icon for a little time whenever something is accessed from disk. 2017-12-15 06:56:40 +00:00
vkrenderer.h rework hlmdl subblends. apparently they're some sort of grid. 2017-11-30 17:59:11 +00:00