1
0
Fork 0
forked from fte/fteqw
fteqw/engine/gl
Spoike 131a6be4bc Fix ignore command.
Add cl_lerp_driftbias and cl_lerp_driftfrac cvars, to tweak drifting. changed defaults to try to reduce clamping.
Implement ladders with nq player physics.
Fix submodel contents with nq player physics.
Implemented drawrotpic_dp for compat (incompatible with fte's earlier implementation)
Added con_textfont cvar to set fonts without uglifying menuqc/csqc drawstrings that don't specify explicit fonts.
Enemycolor and teamcolor are now true cvars, which means they now work with seta.
Move the homedir from CSIDL_PERSONAL to CSIDL_LOCAL_APPDATA, because microsoft apparently scrape all CSIDL_PERSONAL data for upload to their servers, because they don't understand 'personal'. Will still use the old homedir if it exists.
Pack signon data without wasting so much, primarily to allow abusive mods to spew larger individual signon messages (hurrah for packet fragmentation).


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5546 fc73d0e0-1445-4013-8a0c-d673dee63da5
2019-09-17 19:49:39 +00:00
..
gl_alias.c smoother console scrolling (at least with the mouse) 2019-09-04 08:32:22 +00:00
gl_backend.c stripped support for qvm-based plugins. rewrote native plugins to use a more efficient interface. 2019-09-04 07:59:40 +00:00
gl_bloom.c Fix ignore command. 2019-09-17 19:49:39 +00:00
gl_draw.c smoother console scrolling (at least with the mouse) 2019-09-04 08:32:22 +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 Grayscale Half-Life fonts upon loading them 2019-09-17 18:43:59 +00:00
gl_heightmap.c Added LMSTYLES16 support, increasing max lightstyles to 65k. 2019-09-10 15:40:04 +00:00
gl_hlmdl.c HLMDL: Fix models with loads-of-bones from drawing incorrectly by doing 2019-09-16 17:34:57 +00:00
gl_model.c Load .obj meshes (yuck). They should at least be useful for loading the odd q3 .map file. 2019-09-15 15:20:20 +00:00
gl_model.h Added LMSTYLES16 support, increasing max lightstyles to 65k. 2019-09-10 15:40:04 +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 Added LMSTYLES16 support, increasing max lightstyles to 65k. 2019-09-10 15:40:04 +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 Compile fixes (mostly focused on windows) 2019-09-04 23:39:39 +00:00
gl_shader.c Fix ignore command. 2019-09-17 19:49:39 +00:00
gl_shadow.c Added LMSTYLES16 support, increasing max lightstyles to 65k. 2019-09-10 15:40:04 +00:00
gl_terrain.h stripped support for qvm-based plugins. rewrote native plugins to use a more efficient interface. 2019-09-04 07:59:40 +00:00
gl_vidcocoa.m add support for symlinks in zips. 2014-01-13 02:42:25 +00:00
gl_vidcommon.c Fix emscripten. 2019-09-05 16:01:13 +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 smoother console scrolling (at least with the mouse) 2019-09-04 08:32:22 +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 Added LMSTYLES16 support, increasing max lightstyles to 65k. 2019-09-10 15:40:04 +00:00
glsupp.h smoother console scrolling (at least with the mouse) 2019-09-04 08:32:22 +00:00
ltface.c Added LMSTYLES16 support, increasing max lightstyles to 65k. 2019-09-10 15:40:04 +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 smoother console scrolling (at least with the mouse) 2019-09-04 08:32:22 +00:00
shader.h smoother console scrolling (at least with the mouse) 2019-09-04 08:32:22 +00:00