fteqw/engine/gl
Spoike 9202c3f015 Restore choke lines into the netgraph, and support discontinuities so it doesn't look so weird. Also tweak realip warnings. Don't honour dupes if it would exceed rate limits (new data is better than dupe data), which can also double-up as a CBR type thing to try to reserve the bandwidth (avoiding packetloss bursts at the worst times).
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5525 fc73d0e0-1445-4013-8a0c-d673dee63da5
2019-08-24 16:09:08 +00:00
..
gl_alias.c Fix compile issues when HAVE_PACKET is disabled, also removing references to resulting unusable hostnames. 2019-08-03 01:58:03 +00:00
gl_backend.c Fix high's te_teleport effect. 2019-08-12 03:48:46 +00:00
gl_bloom.c Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
gl_draw.c Make astc pixel formats more likely to load (nvidia are the only ones that don't support ldr astc on new gpus, but their drivers can emulate it so things still work). 2019-08-20 10:46:02 +00:00
gl_draw.h rework loading screen for legacy mods that don't have their own. 2017-11-05 13:15:08 +00:00
gl_font.c vulkan: fixed anisotropy 2019-07-16 02:59:12 +00:00
gl_heightmap.c Fix compile issues when HAVE_PACKET is disabled, also removing references to resulting unusable hostnames. 2019-08-03 01:58:03 +00:00
gl_hlmdl.c Track areas properly, so we don't bug out when a client has multiple cameras in different areas. 2019-07-02 04:12:20 +00:00
gl_model.c Remove the 'weapon' command and a few others in q2/q3. Never reset pending input angles to 0 (makes mods that use input_angles instead of view_angles work a bit better). Some c++ tweaks for the bullet plugin. 2019-08-19 16:15:31 +00:00
gl_model.h Last fix for skyrooms. Should now show entities in the skyroom. 2019-07-29 05:28:20 +00:00
gl_ngraph.c Restore choke lines into the netgraph, and support discontinuities so it doesn't look so weird. Also tweak realip warnings. Don't honour dupes if it would exceed rate limits (new data is better than dupe data), which can also double-up as a CBR type thing to try to reserve the bandwidth (avoiding packetloss bursts at the worst times). 2019-08-24 16:09:08 +00:00
gl_rlight.c Track areas properly, so we don't bug out when a client has multiple cameras in different areas. 2019-07-02 04:12:20 +00:00
gl_rmain.c Track areas properly, so we don't bug out when a client has multiple cameras in different areas. 2019-07-02 04:12:20 +00:00
gl_rmisc.c lerpfrac3 fixes. unix sockets for the luls (disabled). some misc tweaks for xonotic. 2018-09-23 19:35:24 +00:00
gl_rsurf.c Fix vulkan lag issue with vk_busywait. Separate lightmap formats, to fix deluxemapping-with-hdr-lightmaps. Fix decals lingering on removed bmodels. 2018-10-27 04:32:18 +00:00
gl_screen.c vulkan: fixed anisotropy 2019-07-16 02:59:12 +00:00
gl_shader.c Add BPTC (aka: bc6+bc7) fallback decompression. 2019-08-01 02:13:44 +00:00
gl_shadow.c Make sure skyrooms show only the entities inside the skyroom (disabling non-static entities if their pvs is not reliable). 2019-07-19 02:13:19 +00:00
gl_terrain.h Added support for culling csqc entities according to pvs (primarily to fix skyrooms, but can also help other situations too). Requires r_ignoreentpvs 0 (compat builds still use 1). 2019-04-07 16:41:09 +00:00
gl_vidcocoa.m add support for symlinks in zips. 2014-01-13 02:42:25 +00:00
gl_vidcommon.c Last fix for skyrooms. Should now show entities in the skyroom. 2019-07-29 05:28:20 +00:00
gl_viddroid.c Rework android code to avoid google's nativeactivity limitations. 2019-06-17 04:21:41 +00:00
gl_videgl.c vulkan: fixed anisotropy 2019-07-16 02:59:12 +00:00
gl_videgl.h vulkan: fixed anisotropy 2019-07-16 02:59:12 +00:00
gl_vidlinuxglx.c Try to fix xrandr monitor selection - should now properly default to the primary monitor, as well as actually use it... 2019-08-20 11:45:43 +00:00
gl_vidmacos.c reworked clipboard handling to avoid stalls when pasting in linux. 2018-10-11 10:31:23 +00:00
gl_vidmorphos.c Added x11 unicode input support. Added wayland support (FTE_TARGET=linux-wayland). Added properly support for rpi+egl (FTE_TARGET=linux-rpi, warning: expects to cross-compile). 2014-03-30 00:39:37 +00:00
gl_vidnt.c Made Sys_GetFreeDiskSpace, because it'll probably need to get reused eventually anyway. 2019-04-17 19:57:26 +00:00
gl_vidnull.c Added x11 unicode input support. Added wayland support (FTE_TARGET=linux-wayland). Added properly support for rpi+egl (FTE_TARGET=linux-rpi, warning: expects to cross-compile). 2014-03-30 00:39:37 +00:00
gl_vidrpi.c Make sure vk+x11 can deal with window resizes properly. Fix some warnings. Deal with hardware that uses gamma ramps larger than 256 entries on x11. 2016-07-28 15:57:22 +00:00
gl_vidsdl.c Fix up SDL port. 2019-07-29 16:33:59 +00:00
gl_vidtinyglstubs.c Added copyright header, extended the comment a bit. 2007-09-09 14:33:13 +00:00
gl_vidwayland.c Fix some warnings. 2019-07-29 05:49:27 +00:00
gl_warp.c Lets try enabling Z_EXT_PF_ONGROUND by default for a bit, lets see what explodes. 2019-07-29 06:04:43 +00:00
gl_warp_sin.h Initial checkin of OpenGL renderer 2004-08-22 22:29:09 +00:00
glmod_doom.c centerprints with links now show cursors. 2017-07-28 01:49:25 +00:00
glquake.h Track areas properly, so we don't bug out when a client has multiple cameras in different areas. 2019-07-02 04:12:20 +00:00
glsupp.h Fix gles-only builds. 2019-08-03 03:41:22 +00:00
ltface.c Fix compile issues when HAVE_PACKET is disabled, also removing references to resulting unusable hostnames. 2019-08-03 01:58:03 +00:00
model_hl.h Track areas properly, so we don't bug out when a client has multiple cameras in different areas. 2019-07-02 04:12:20 +00:00
r_bishaders.h Fix skyrotate glsl compilation error, apparently nvidia are fine with qcish syntax while other drivers are not. 2019-07-21 05:00:29 +00:00
shader.h Make sure skyrooms show only the entities inside the skyroom (disabling non-static entities if their pvs is not reliable). 2019-07-19 02:13:19 +00:00