fteqw/engine/gl
Spoike 2201b920c8 fix colormod
added frag message filter, and dedicated frag tracker.
added 'windowed consoles' for social-type stuff without depending upon csqc mods for it.
added in_deviceids command which allows listing/renumbering device ids.
slider widgets now support inverted ranges, so gamma selection isn't so weird.
fix top/bottom colour selection bug.
software banding feature is now part of the 'software' preset (now that it supports mipmaps).
support for loading .maps, and editing their brushes etc (with appropriate qc mod). 'map mymap.map' to use. expect problems with missing wads and replacement textures overriding them and messing up texture scales.
snd_inactive is now default.
fix threading issue with wavs, no more error from 0-sample-but-otherwise-valid wavs.
added -makeinstaller option to embed a manifest inside the exe (and icon).
the resulting program will insist on installing the game if its run from outside a valid basedir.
framegroup support for q1mdl.
textures are now loaded on multiple worker threads, for reduced load times. moo har har.
netgraph shows packet+byte rates too.
added r_lightstylescale, pretty similar to contrast, but doesn't impose any framerate cost, but may have overbrighting issues.
r_softwarebanding now works on q2bsp too.
fixed crepuscular lights.
gzip transfer encoding is performed while downloading, instead of inducing stalls.
FINALLY fix ezquake download compat issue (dimman found the issue).

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4851 fc73d0e0-1445-4013-8a0c-d673dee63da5
2015-04-14 23:12:17 +00:00
..
gl_alias.c fix colormod 2015-04-14 23:12:17 +00:00
gl_backend.c fix colormod 2015-04-14 23:12:17 +00:00
gl_bloom.c fix colormod 2015-04-14 23:12:17 +00:00
gl_draw.c fix colormod 2015-04-14 23:12:17 +00:00
gl_draw.h rewrote ban code, merging bans+nonbans+cuffs+mute+cripple+deaf+lagged+vip. added timeouts. new penalties have no dedicated command. use the addip command for it. 2014-03-30 08:55:06 +00:00
gl_font.c fix colormod 2015-04-14 23:12:17 +00:00
gl_heightmap.c fix colormod 2015-04-14 23:12:17 +00:00
gl_hlmdl.c threaded loading code and associated/extensive tweaks. 2014-10-05 20:04:11 +00:00
gl_model.c fix colormod 2015-04-14 23:12:17 +00:00
gl_model.h fix colormod 2015-04-14 23:12:17 +00:00
gl_ngraph.c fix colormod 2015-04-14 23:12:17 +00:00
gl_rlight.c fix colormod 2015-04-14 23:12:17 +00:00
gl_rmain.c fix colormod 2015-04-14 23:12:17 +00:00
gl_rmisc.c fix colormod 2015-04-14 23:12:17 +00:00
gl_rsurf.c fix some glsl issues. 2014-12-09 14:39:54 +00:00
gl_screen.c fix demo menu with system paths. 2015-02-02 08:01:53 +00:00
gl_shader.c fix colormod 2015-04-14 23:12:17 +00:00
gl_shadow.c fix colormod 2015-04-14 23:12:17 +00:00
gl_vidcocoa.m add support for symlinks in zips. 2014-01-13 02:42:25 +00:00
gl_vidcommon.c fix colormod 2015-04-14 23:12:17 +00:00
gl_viddroid.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.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 colormod 2015-04-14 23:12:17 +00:00
gl_vidmacos.c fix colormod 2015-04-14 23:12: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 fix colormod 2015-04-14 23:12: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 map command now strips parms+spawnflags. use changelevel if you want to keep that (unlike nq, we still won't kick players). 2014-08-25 07:35:41 +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 fix colormod 2015-04-14 23:12:17 +00:00
gl_warp_sin.h Initial checkin of OpenGL renderer 2004-08-22 22:29:09 +00:00
glmod_doom.c threaded loading code and associated/extensive tweaks. 2014-10-05 20:04:11 +00:00
glquake.h fix colormod 2015-04-14 23:12:17 +00:00
glsupp.h fix demo menu with system paths. 2015-02-02 08:01:53 +00:00
ltface.c fix colormod 2015-04-14 23:12:17 +00:00
model_hl.h rewrote ban code, merging bans+nonbans+cuffs+mute+cripple+deaf+lagged+vip. added timeouts. new penalties have no dedicated command. use the addip command for it. 2014-03-30 08:55:06 +00:00
r_bishaders.h fix colormod 2015-04-14 23:12:17 +00:00
shader.h fix colormod 2015-04-14 23:12:17 +00:00