fteqw/engine/common
Spoike c4ded89ad7 fix server crash (on two pk3s with the same pure path)
fix fteqcc issue unintentionally stripping things
added model event support.
added support for a couple of extra twiddles in the iqm format.
modelviewer now highlights meshes (to display hitmesh areas).
modelviewer now shows ragdolls, because I can.
fixed some nq download issues/crashes/fallbacks.
fixed 8bit bmp palette issue.
added capturethrottlesize cvar to throttle recording speed if disk space is getting low (to avoid Maverick's demo encoder getting swamped).
com_protocolname can now list multiple protocol names to list multiple server types. only the first will be reported to other clients however.
can now be compiled without support for q1bsp or q1mdl. not useful, but hey.
increase max_channels, by as much as is necessary.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5038 fc73d0e0-1445-4013-8a0c-d673dee63da5
2017-01-13 00:39:50 +00:00
..
bothdefs.h fix server crash (on two pk3s with the same pure path) 2017-01-13 00:39:50 +00:00
bspfile.h fix server crash (on two pk3s with the same pure path) 2017-01-13 00:39:50 +00:00
cmd.c fix some search_begin to not fail just because no files were found, fixing a crash reported by eukara. 2016-11-15 22:22:04 +00:00
cmd.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
com_mesh.c fix server crash (on two pk3s with the same pure path) 2017-01-13 00:39:50 +00:00
com_mesh.h fix server crash (on two pk3s with the same pure path) 2017-01-13 00:39:50 +00:00
com_phys_bullet.cpp fix server crash (on two pk3s with the same pure path) 2017-01-13 00:39:50 +00:00
com_phys_ode.c compile fixes. 2016-07-21 19:36:34 +00:00
common.c r_softwarebanding is now a bit more generic and can now palettize rgb textures. 2016-11-25 08:14:54 +00:00
common.h lightprepass is functional again. still diffuse lighting only. supports shadowmaps but no other weird light info. 2016-11-20 20:52:41 +00:00
console.h r_softwarebanding is now a bit more generic and can now palettize rgb textures. 2016-11-25 08:14:54 +00:00
crc.c 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
crc.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
cvar.c fix some of the things that baker didn't like. sorry it took so long. 2016-08-25 00:12:14 +00:00
cvar.h remove the old SCVAR macro 2016-09-08 19:04:35 +00:00
fs.c fix server crash (on two pk3s with the same pure path) 2017-01-13 00:39:50 +00:00
fs.h r_softwarebanding is now a bit more generic and can now palettize rgb textures. 2016-11-25 08:14:54 +00:00
fs_pak.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
fs_stdio.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
fs_win32.c fix some of the things that baker didn't like. sorry it took so long. 2016-08-25 00:12:14 +00:00
fs_xz.c fix some of the things that baker didn't like. sorry it took so long. 2016-08-25 00:12:14 +00:00
fs_zip.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_q2bsp.c fix server crash (on two pk3s with the same pure path) 2017-01-13 00:39:50 +00:00
huff.c added cl_sendguid cvar, defaulting to 0. this disables the guid feature by default. 2014-05-10 13:42:13 +00:00
log.c networked entity editing now kinda working. still needs much more work before its usable. 2016-12-07 18:45:25 +00:00
mathlib.c first attempt at webvr support. probably totally crap. 2016-12-19 13:31:05 +00:00
mathlib.h first attempt at webvr support. probably totally crap. 2016-12-19 13:31:05 +00:00
md4.c Misc bugfixes, including q3bsp-rtlights and bloom. Matrix use clarifications. Working towards skeletal glsl code. 2011-07-30 14:14:56 +00:00
net.h 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
net_chan.c particles: rework r_effect, such that its possible to project particles forwards 2016-10-22 07:06:51 +00:00
net_ice.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
net_ssl_gnutls.c fix some search_begin to not fail just because no files were found, fixing a crash reported by eukara. 2016-11-15 22:22:04 +00:00
net_ssl_winsspi.c update triptohell's self-signed cert. 2016-07-17 18:41:01 +00:00
net_wins.c fix some linux library issues. should no longer be quite so dependant upon dev packages... 2016-11-02 08:01:21 +00:00
netinc.h 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
particles.h particles: rework r_effect, such that its possible to project particles forwards 2016-10-22 07:06:51 +00:00
plugin.c remove the old SCVAR macro 2016-09-08 19:04:35 +00:00
pmove.c fix some of the things that baker didn't like. sorry it took so long. 2016-08-25 00:12:14 +00:00
pmove.h fix issue with more submodels than the precache model limit. bump model precache limit. 2014-09-17 03:04:08 +00:00
pmovetst.c move 'not a field' messages to dprints. 2016-12-09 09:09:12 +00:00
pr_bgcmd.c fix server crash (on two pk3s with the same pure path) 2017-01-13 00:39:50 +00:00
pr_common.h fix server crash (on two pk3s with the same pure path) 2017-01-13 00:39:50 +00:00
protocol.h lightprepass is functional again. still diffuse lighting only. supports shadowmaps but no other weird light info. 2016-11-20 20:52:41 +00:00
q1bsp.c fix server crash (on two pk3s with the same pure path) 2017-01-13 00:39:50 +00:00
q2pmove.c tcpconnect fixes 2012-01-17 07:57:46 +00:00
q3common.c fix some of the things that baker didn't like. sorry it took so long. 2016-08-25 00:12:14 +00:00
qvm.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
sha1.c 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
sys.h lightprepass is functional again. still diffuse lighting only. supports shadowmaps but no other weird light info. 2016-11-20 20:52:41 +00:00
sys_linux_threads.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
sys_win_threads.c fix some of the things that baker didn't like. sorry it took so long. 2016-08-25 00:12:14 +00:00
translate.c lightprepass is functional again. still diffuse lighting only. supports shadowmaps but no other weird light info. 2016-11-20 20:52:41 +00:00
translate.h sdl2 support. 2014-02-07 08:38:40 +00:00
ui_public.h A few things... f_ruleset stuff, 64bit qvm compatability, added cvars so you can put the built in http server on a custom port, added #warnings to annoy molgrum. 2007-09-17 20:35:39 +00:00
vm.h fix some of the things that baker didn't like. sorry it took so long. 2016-08-25 00:12:14 +00:00
world.h first attempt at webvr support. probably totally crap. 2016-12-19 13:31:05 +00:00
zone.c Reworked client support for DPP5+. less code now, its much more graceful. 2015-07-26 10:56:18 +00:00
zone.h fix colormod 2015-04-14 23:12:17 +00:00