fteqw/engine/common
Spoike 8c02fb26b3 removed old scr_chatmode
splitscreen can now properly be configured via build configs, and potentially more than just 4 seats.
fix splitscreen and enemycolour forcing. forcing now works, but only when all seats are on/spectating the same team.
fix demo playback issue with http urls with webgl that don't allow streaming.
srgb fixes for the scoreboard.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5229 fc73d0e0-1445-4013-8a0c-d673dee63da5
2018-03-25 09:36:14 +00:00
..
bothdefs.h removed old scr_chatmode 2018-03-25 09:36:14 +00:00
bspfile.h small vulkan perf tweak. 2017-11-14 14:37:04 +00:00
cmd.c added cmake file. 2018-03-04 14:41:16 +00:00
cmd.h some Q2 compat tweaks. moved all q2 temp-ents to particle scripts. 2017-08-14 16:38:44 +00:00
com_mesh.c Fixed some bugs with servers using gnutls. 2018-03-24 04:02:09 +00:00
com_mesh.h make developer a little less spammy. move much of it to developer 2. 2017-03-04 19:36:06 +00:00
com_phys_bullet.cpp added r_meshpitch cvar that allows for fixing the unfixable mesh pitch bug from vanilla... needs a better name... do note that this will break pretty much any mod, so this is really only for TCs designed to use it. Its likely that I missed places. 2017-02-27 09:34:35 +00:00
com_phys_ode.c Updated font code for freecs's benefit. 2017-12-09 21:22:46 +00:00
common.c removed old scr_chatmode 2018-03-25 09:36:14 +00:00
common.h Fixed some bugs with servers using gnutls. 2018-03-24 04:02:09 +00:00
config_fteqw.h removed old scr_chatmode 2018-03-25 09:36:14 +00:00
config_minimal.h removed old scr_chatmode 2018-03-25 09:36:14 +00:00
config_nocompat.h removed old scr_chatmode 2018-03-25 09:36:14 +00:00
config_wastes.h removed old scr_chatmode 2018-03-25 09:36:14 +00:00
console.h removed old scr_chatmode 2018-03-25 09:36:14 +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 implemented pm_stepdown. 2018-01-22 19:18:04 +00:00
cvar.h implemented pm_stepdown. 2018-01-22 19:18:04 +00:00
fs.c Fixed some bugs with servers using gnutls. 2018-03-24 04:02:09 +00:00
fs.h added cmake file. 2018-03-04 14:41:16 +00:00
fs_dzip.c added cmake file. 2018-03-04 14:41:16 +00:00
fs_pak.c added cmake file. 2018-03-04 14:41:16 +00:00
fs_stdio.c Fixed some bugs with servers using gnutls. 2018-03-24 04:02:09 +00:00
fs_win32.c added cmake file. 2018-03-04 14:41:16 +00:00
fs_xz.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
fs_zip.c added cmake file. 2018-03-04 14:41:16 +00:00
gl_q2bsp.c added cmake file. 2018-03-04 14:41:16 +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 playdemo should now play older protocol versions. 2017-10-12 12:02:25 +00:00
mathlib.c don't bug out so much on skeletal models when frametimes are negative (can happen via csqc) 2018-03-23 06:35:32 +00:00
mathlib.h added cmake file. 2018-03-04 14:41:16 +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 Attempt to work around a DP client bug, where DP sends either 16bit or 8bit angles depending upon the type of the previous server that DP connected to. 2018-03-05 11:06:12 +00:00
net_chan.c removed old scr_chatmode 2018-03-25 09:36:14 +00:00
net_ice.c Fix various compiler warnings. 2017-09-20 11:27:13 +00:00
net_ssl_gnutls.c removed old scr_chatmode 2018-03-25 09:36:14 +00:00
net_ssl_winsspi.c playdemo should now play older protocol versions. 2017-10-12 12:02:25 +00:00
net_wins.c removed old scr_chatmode 2018-03-25 09:36:14 +00:00
netinc.h Be more verbose about 'error 101' - when using the server browser on machines with unroutable ipv6. 2018-03-07 20:31:09 +00:00
particles.h centerprints with links now show cursors. 2017-07-28 01:49:25 +00:00
plugin.c added cmake file. 2018-03-04 14:41:16 +00:00
pmove.c implemented pm_stepdown. 2018-01-22 19:18:04 +00:00
pmove.h implemented pm_stepdown. 2018-01-22 19:18:04 +00:00
pmovetst.c try to fix null framestates issue causing crashes from pmove/solid_bsp code. 2017-01-29 13:10:53 +00:00
pr_bgcmd.c Fixed some bugs with servers using gnutls. 2018-03-24 04:02:09 +00:00
pr_common.h Fixed some bugs with servers using gnutls. 2018-03-24 04:02:09 +00:00
protocol.h removed old scr_chatmode 2018-03-25 09:36:14 +00:00
q1bsp.c work around a believed issue with ericw-qbsp's skip texture support - if an invalid surface is referenced, don't try to generate decals from it. 2018-01-14 05:32:20 +00:00
q2pmove.c tcpconnect fixes 2012-01-17 07:57:46 +00:00
q3common.c git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5201 fc73d0e0-1445-4013-8a0c-d673dee63da5 2018-01-22 20:50:50 +00:00
qvm.c added cmake file. 2018-03-04 14:41:16 +00:00
sha1.c compiler warning/error fixes 2018-01-23 01:22:29 +00:00
sys.h 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
sys_linux_threads.c try to fix some android issues... 2018-01-24 20:19:15 +00:00
sys_win_threads.c update the clustertransfer builtin to work on non-cluster dedicated servers. 2017-05-23 07:03:07 +00:00
translate.c playdemo should now play older protocol versions. 2017-10-12 12:02:25 +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 Fixed some bugs with servers using gnutls. 2018-03-24 04:02:09 +00:00
zone.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
zone.h 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