fteqw/engine/gl
Spoike 0c8ad17f7c Fix various compiler warnings.
Added sv_guidkey cvar, allowing cross-server guid key generation (although it lacks auth).
Support .ico, because we can.
preliminary support for sdl 2.0.6's vulkan stuff. will wait till its actually released before its properly used.
Fix capturedemo.
videomap should typically use premultiplied alpha, apparently.
Updated sound drivers. No more old drivers. Better cvar registration. More drivers optionally support float output.
Added certificate log for dtls connections.
Rewrote font char cache, now supports full unicode char range, not just ucs-2. Attempt to support FreeType 2.5+ rgba fonts.
XMPP now supports carbons, and shows avatars in conversations. Updated xmpp's scram auth to be more strict, including the plus variation (hopefully), to block evil tls proxies.
ffmpeg plugin now uses the decoupled api for decoding too.
Cef plugin updated to support fte-scheme post data properly, as well as request/response headers (like cross-origin).

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5148 fc73d0e0-1445-4013-8a0c-d673dee63da5
2017-09-20 11:27:13 +00:00
..
gl_alias.c Implement an area grid, primarily to avoid mods(read: xonotic) generating 2000 ents all sitting on the root area node. 2017-08-29 02:29:06 +00:00
gl_backend.c Implement an area grid, primarily to avoid mods(read: xonotic) generating 2000 ents all sitting on the root area node. 2017-08-29 02:29:06 +00:00
gl_bloom.c Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
gl_draw.c some Q2 compat tweaks. moved all q2 temp-ents to particle scripts. 2017-08-14 16:38:44 +00:00
gl_draw.h autotrack is now over-complicated. 2015-07-30 16:26:15 +00:00
gl_font.c Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
gl_heightmap.c Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
gl_hlmdl.c Just shoving that bit in here 2017-07-02 18:59:27 +00:00
gl_model.c Implement an area grid, primarily to avoid mods(read: xonotic) generating 2000 ents all sitting on the root area node. 2017-08-29 02:29:06 +00:00
gl_model.h Implement an area grid, primarily to avoid mods(read: xonotic) generating 2000 ents all sitting on the root area node. 2017-08-29 02:29:06 +00:00
gl_ngraph.c Implemented device enumeration for SDL+ALSA+OSS4 audio drivers. Back to using the 'default' alsa device by default, warts and all. 2015-05-14 03:06:58 +00:00
gl_rlight.c Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
gl_rmain.c Added .dz playback support. 2017-07-12 08:15:27 +00:00
gl_rmisc.c fix an issue with bloom by making sure a cvar is created for glsl to use (even if not directly used by the engine). this ensures there's no weirdness with defaults. 2015-09-06 03:30:28 +00:00
gl_rsurf.c Added .dz playback support. 2017-07-12 08:15:27 +00:00
gl_screen.c playdemo accepts https urls now. will start playing before the file has finished downloading, to avoid unnecessary delays. 2017-05-10 02:08:58 +00:00
gl_shader.c Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
gl_shadow.c centerprints with links now show cursors. 2017-07-28 01:49:25 +00:00
gl_terrain.h qccgui: reworked compile prints to split the screen instead of being some other window that's hidden when fullscreened etc. 2017-05-28 15:42:32 +00:00
gl_vidcocoa.m add support for symlinks in zips. 2014-01-13 02:42:25 +00:00
gl_vidcommon.c Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
gl_viddroid.c Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
gl_videgl.c merge gl+vk win32 code. include egl support on windows (useful for ANGLE). 2016-12-13 11:50:15 +00:00
gl_videgl.h merge gl+vk win32 code. include egl support on windows (useful for ANGLE). 2016-12-13 11:50:15 +00:00
gl_vidlinuxglx.c Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
gl_vidmacos.c Fix various compiler warnings. 2017-09-20 11:27:13 +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 Fix various compiler warnings. 2017-09-20 11:27:13 +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 various compiler warnings. 2017-09-20 11:27:13 +00:00
gl_vidtinyglstubs.c Added copyright header, extended the comment a bit. 2007-09-09 14:33:13 +00:00
gl_vidwayland.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_warp.c Add XRandR support. Disabled by default, for now. 2017-09-02 05:13:33 +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 Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
glsupp.h centerprints with links now show cursors. 2017-07-28 01:49:25 +00:00
ltface.c Implement an area grid, primarily to avoid mods(read: xonotic) generating 2000 ents all sitting on the root area node. 2017-08-29 02:29:06 +00:00
model_hl.h fix server crash (on two pk3s with the same pure path) 2017-01-13 00:39:50 +00:00
r_bishaders.h git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5144 fc73d0e0-1445-4013-8a0c-d673dee63da5 2017-08-29 02:37:43 +00:00
shader.h Implement an area grid, primarily to avoid mods(read: xonotic) generating 2000 ents all sitting on the root area node. 2017-08-29 02:29:06 +00:00