engine/engine/gl
Spoike b749d8356a remove the old SCVAR macro
server: my attempt at mvd recording fixes. there's a couple of other issues, at least with nq mods.
client: properly support recording .dems mid-map for 15+666
client: server browser now queries nq servers for players+rules.
renderer: add support for single-image dual-layer skies that some other engines use.
qcc: add #merge, along with __wrap + __weak keywords. fix a symboldata issue revealed by this.
qcc: added a flag to write the sourcecode into the .dat (zip format compatible with any zip program that can deal with 'self extractors').
qccgui: can be told to open a .dat file instead of .src, showing/using any embedded sourcecode.


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5017 fc73d0e0-1445-4013-8a0c-d673dee63da5
2016-09-08 19:04:35 +00:00
..
gl_alias.c try to fix sdl inputs. 2016-07-21 19:27:59 +00:00
gl_backend.c remove the old SCVAR macro 2016-09-08 19:04:35 +00:00
gl_bloom.c vulkan: rewrote render target stuff so bloom, r_projection, fxaa, should now be working. 2016-07-28 13:18:22 +00:00
gl_draw.c try to fix sdl inputs. 2016-07-21 19:27:59 +00:00
gl_draw.h autotrack is now over-complicated. 2015-07-30 16:26:15 +00:00
gl_font.c remove the old SCVAR macro 2016-09-08 19:04:35 +00:00
gl_heightmap.c adhere to filesystem priorities as specified by fmf files, and obey the order from pak.lst even when file extensions differ. 2016-07-16 13:21:23 +00:00
gl_hlmdl.c code to use occlusion queries for coronas. 2015-10-11 11:34:58 +00:00
gl_model.c cl_clock 2; now gives a 12-hour clock. 2016-09-01 14:31:24 +00:00
gl_model.h try to fix sdl inputs. 2016-07-21 19:27:59 +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 some of the things that baker didn't like. sorry it took so long. 2016-08-25 00:12:14 +00:00
gl_rmain.c remove the old SCVAR macro 2016-09-08 19:04:35 +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 code to use occlusion queries for coronas. 2015-10-11 11:34:58 +00:00
gl_screen.c update triptohell's self-signed cert. 2016-07-17 18:41:01 +00:00
gl_shader.c remove the old SCVAR macro 2016-09-08 19:04:35 +00:00
gl_shadow.c fix some of the things that baker didn't like. sorry it took so long. 2016-08-25 00:12:14 +00:00
gl_terrain.h fix some compile issues (errors and warnings). sdl, ode, vulkan. 2016-07-15 12:26:24 +00:00
gl_vidcocoa.m add support for symlinks in zips. 2014-01-13 02:42:25 +00:00
gl_vidcommon.c d3d11: stripped the reflection stuff from the d3d11 renderer. we'll do that stuff explicitly instead of having to deal with microsoft's api. its just more reliable. 2016-07-26 11:47:59 +00:00
gl_viddroid.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_videgl.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_videgl.h 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_vidlinuxglx.c fix some of the things that baker didn't like. sorry it took so long. 2016-08-25 00:12:14 +00:00
gl_vidmacos.c try to fix sdl inputs. 2016-07-21 19:27:59 +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 some of the things that baker didn't like. sorry it took so long. 2016-08-25 00:12:14 +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 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_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 remove the old SCVAR macro 2016-09-08 19:04:35 +00:00
gl_warp_sin.h Initial checkin of OpenGL renderer 2004-08-22 22:29:09 +00:00
glmod_doom.c LOTS OF CHANGES. was hoping to get revision 5000 perfect, but really that's never going to happen. this has gone on for too long now. 2016-07-12 00:40:13 +00:00
glquake.h d3d11: stripped the reflection stuff from the d3d11 renderer. we'll do that stuff explicitly instead of having to deal with microsoft's api. its just more reliable. 2016-07-26 11:47:59 +00:00
glsupp.h code to use occlusion queries for coronas. 2015-10-11 11:34:58 +00:00
ltface.c code to use occlusion queries for coronas. 2015-10-11 11:34:58 +00:00
model_hl.h code to use occlusion queries for coronas. 2015-10-11 11:34:58 +00:00
r_bishaders.h fix some of the things that baker didn't like. sorry it took so long. 2016-08-25 00:12:14 +00:00
shader.h d3d11: stripped the reflection stuff from the d3d11 renderer. we'll do that stuff explicitly instead of having to deal with microsoft's api. its just more reliable. 2016-07-26 11:47:59 +00:00