fteqw/engine/gl
Spoike 5920bf05fb reworked menusys combo items, as per mushi's request. should be a bit prettier now.
fixed most gcc warnings when compiling for linux.
client can now connect to 10002 servers. probably 10000+10001 too, but too lazy to test.
doom3 map loading is working again, but has too many issues for it to be useful (leaks, premature purges, no texture_d suffix support), so its still disabled for now.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4999 fc73d0e0-1445-4013-8a0c-d673dee63da5
2016-02-15 06:01:17 +00:00
..
gl_alias.c reworked menusys combo items, as per mushi's request. should be a bit prettier now. 2016-02-15 06:01:17 +00:00
gl_backend.c reworked menusys combo items, as per mushi's request. should be a bit prettier now. 2016-02-15 06:01:17 +00:00
gl_bloom.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_draw.c reworked menusys combo items, as per mushi's request. should be a bit prettier now. 2016-02-15 06:01:17 +00:00
gl_draw.h autotrack is now over-complicated. 2015-07-30 16:26:15 +00:00
gl_font.c reworked menusys combo items, as per mushi's request. should be a bit prettier now. 2016-02-15 06:01:17 +00:00
gl_heightmap.c reworked menusys combo items, as per mushi's request. should be a bit prettier now. 2016-02-15 06:01:17 +00:00
gl_hlmdl.c code to use occlusion queries for coronas. 2015-10-11 11:34:58 +00:00
gl_model.c reworked menusys combo items, as per mushi's request. should be a bit prettier now. 2016-02-15 06:01:17 +00:00
gl_model.h reworked menusys combo items, as per mushi's request. should be a bit prettier now. 2016-02-15 06:01:17 +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 reworked menusys combo items, as per mushi's request. should be a bit prettier now. 2016-02-15 06:01:17 +00:00
gl_rmain.c reworked menusys combo items, as per mushi's request. should be a bit prettier now. 2016-02-15 06:01:17 +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 reworked menusys combo items, as per mushi's request. should be a bit prettier now. 2016-02-15 06:01:17 +00:00
gl_shader.c reworked menusys combo items, as per mushi's request. should be a bit prettier now. 2016-02-15 06:01:17 +00:00
gl_shadow.c misc fixes and tweaks: 2015-10-27 15:20:15 +00:00
gl_vidcocoa.m add support for symlinks in zips. 2014-01-13 02:42:25 +00:00
gl_vidcommon.c added qccgui icon (courtesy of shpuld) 2015-12-28 17:41:39 +00:00
gl_viddroid.c curtesy molgrum: allow_download_loc permits locs/*.loc to be downloaded. also fixes an strncmp. oops. 2016-02-10 23:23:43 +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 reworked menusys combo items, as per mushi's request. should be a bit prettier now. 2016-02-15 06:01:17 +00:00
gl_vidmacos.c reworked menusys combo items, as per mushi's request. should be a bit prettier now. 2016-02-15 06:01:17 +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 reworked menusys combo items, as per mushi's request. should be a bit prettier now. 2016-02-15 06:01:17 +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 threaded loading code and associated/extensive tweaks. 2014-10-05 20:04:11 +00:00
gl_vidsdl.c curtesy molgrum: allow_download_loc permits locs/*.loc to be downloaded. also fixes an strncmp. oops. 2016-02-10 23:23:43 +00:00
gl_vidtinyglstubs.c Added copyright header, extended the comment a bit. 2007-09-09 14:33:13 +00:00
gl_vidwayland.c threaded loading code and associated/extensive tweaks. 2014-10-05 20:04:11 +00:00
gl_warp.c mvd: cl_autotrack_team cvar locks autotrack to a specific team. getting the team name to match can still be problematic when it contains non-ascii chars however. 2016-01-18 05:22:07 +00:00
gl_warp_sin.h Initial checkin of OpenGL renderer 2004-08-22 22:29:09 +00:00
glmod_doom.c reworked menusys combo items, as per mushi's request. should be a bit prettier now. 2016-02-15 06:01:17 +00:00
glquake.h curtesy molgrum: allow_download_loc permits locs/*.loc to be downloaded. also fixes an strncmp. oops. 2016-02-10 23:23:43 +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 curtesy molgrum: allow_download_loc permits locs/*.loc to be downloaded. also fixes an strncmp. oops. 2016-02-10 23:23:43 +00:00
shader.h reworked menusys combo items, as per mushi's request. should be a bit prettier now. 2016-02-15 06:01:17 +00:00