1
0
Fork 0
forked from fte/fteqw
fteqw/engine/shaders
Spoike 062cdf6b21 Q3TA: Added snd_ignorecueloops cvar to ignore auto-looping sounds.
Q3TA: Fixed script parsing, so the menus are not so broken.
Q3TA: added the UI_CIN_* and CG_CIN_* builtins for 2d cinematic playbacks.
Q3TA: backspace should work for gamecode text entry now.
Q3TA: map_restart now directly restarts without needing loading screens.
Fixed multiple envmap generation bugs.
Fixed envmaps getting flushed with r_keepimages 0.
Console image previews can now display cubemaps (although their orientation is probably a little off).
Made a 'remapshader' csqc builtin. Depending on the r_remapshader console command was stupid.
Fixed packet command to create a udp socket, if needed.
sv_public can now be set to a non-numeric name for custom names (instead of needing to poke sv_port too).
Support extended data on the end of miptex entries in bsps. Requires a qbsp (like vanilla) that doesn't rewrite the miptex entries.
Updated imgtool to generate/read our new extended miptex data.



git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5644 fc73d0e0-1445-4013-8a0c-d673dee63da5
2020-03-07 09:00:40 +00:00
..
glsl Q3TA: Added snd_ignorecueloops cvar to ignore auto-looping sounds. 2020-03-07 09:00:40 +00:00
hlsl9 Q3TA: Added snd_ignorecueloops cvar to ignore auto-looping sounds. 2020-03-07 09:00:40 +00:00
hlsl11 Q3TA: Added snd_ignorecueloops cvar to ignore auto-looping sounds. 2020-03-07 09:00:40 +00:00
vulkan Q3TA: Added snd_ignorecueloops cvar to ignore auto-looping sounds. 2020-03-07 09:00:40 +00:00
generatebuiltinsl.c Attempt to optimise texture memory by loading greyscale tgas as 8bit. Extend serverbrowser api for xonotic. Be more aggressive with loading hardware cursor images. Fix software banding with compressed textures. Rework autosprites to cope with atlased texcoords (note: q3 would discard the texcoords). 2018-09-29 17:31:58 +00:00
Makefile Fix potentially serious vulkan performance issue. 2018-06-18 16:44:29 +00:00
makevulkanblob.c Add explicit skyroom fog. 2019-10-18 08:37:38 +00:00