fteqw/engine/common
Spoike 4d7cc67ebe fix recent prediction issue.
added current bandwidth info to the status command. added cl_status command for similar things for client stuff.
minping delays now using floats instead of milliseconds.
fix waterjump bug with qc player physics.
fix flymode friction.
fixed illegible server message with ezquake going through portals. rendering is still ugly, but at least it can be used.


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4708 fc73d0e0-1445-4013-8a0c-d673dee63da5
2014-07-02 03:20:40 +00:00
..
bothdefs.h Attempt to improve areaportal support. now networked (so visible clientside), but will probably break anyway, if doors open before players join. should also block some rtlights, although perhaps not completely. 2014-06-02 16:50:40 +00:00
bspfile.h double leafbrushes limit. 2014-04-01 23:43:45 +00:00
cmd.c tweaked download rules to match mvdsv, by adding an allow_download_other cvar. 2014-06-24 03:02:32 +00:00
cmd.h tweaked download rules to match mvdsv, by adding an allow_download_other cvar. 2014-06-24 03:02:32 +00:00
com_mesh.c add support for ipv6 scope ids (so you can use the correct link-local addresses). 2014-06-16 16:21:28 +00:00
com_mesh.h moving q2 temporary entities to particle configs. 2014-05-16 01:34:58 +00:00
com_phys_ode.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
common.c preliminary bidi support. 2014-06-30 21:57:35 +00:00
common.h preliminary bidi support. 2014-06-30 21:57:35 +00:00
console.h try to fix a couple of misc issues, both minor and major. 2014-05-20 02:23:37 +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 misc hexen2 compat fixes. added/improved most missing particle effects in some form. 2014-04-12 03:31:59 +00:00
cvar.h updated qc key codes to match 2004+ dp builds. 2014-02-11 17:51:29 +00:00
fs.c change package reference rules to not reference files that are not used (ones that were found+rejected with com_fdepthfile) 2014-07-01 07:10:10 +00:00
fs.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
fs_pak.c rewrite download code detect rates and get the best speeds practical. 2014-06-12 23:08:42 +00:00
fs_stdio.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
fs_win32.c Added pm_watersinkspeed cvar. 2014-04-06 15:16:39 +00:00
fs_zip.c portal tweaks. prediction code can now use portals, but cannot actually predict them yet, for a couple of reasons. 2014-06-21 17:58:17 +00:00
gl_q2bsp.c tweaked download rules to match mvdsv, by adding an allow_download_other cvar. 2014-06-24 03:02:32 +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 tweaked download rules to match mvdsv, by adding an allow_download_other cvar. 2014-06-24 03:02:32 +00:00
mathlib.c added cl_sendguid cvar, defaulting to 0. this disables the guid feature by default. 2014-05-10 13:42:13 +00:00
mathlib.h tweak particle system a little for more compat. 2014-04-24 01:53:01 +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 fix recent prediction issue. 2014-07-02 03:20:40 +00:00
net_chan.c add support for ipv6 scope ids (so you can use the correct link-local addresses). 2014-06-16 16:21:28 +00:00
net_ice.c sdl2 support. 2014-02-07 08:38:40 +00:00
net_ssl_gnutls.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
net_ssl_winsspi.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
net_wins.c fix recent prediction issue. 2014-07-02 03:20:40 +00:00
netinc.h fix recent prediction issue. 2014-07-02 03:20:40 +00:00
particles.h git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4658 fc73d0e0-1445-4013-8a0c-d673dee63da5 2014-05-16 01:48:12 +00:00
plugin.c moving q2 temporary entities to particle configs. 2014-05-16 01:34:58 +00:00
pmove.c fix recent prediction issue. 2014-07-02 03:20:40 +00:00
pmove.h fix recent prediction issue. 2014-07-02 03:20:40 +00:00
pmovetst.c fix recent prediction issue. 2014-07-02 03:20:40 +00:00
pr_bgcmd.c fix SV_RunClientCommand on dedicated servers (and other weird ways). 2014-06-22 16:30:35 +00:00
pr_common.h add joystick csqc event stuff. 2014-06-27 16:10:10 +00:00
protocol.h tweak particle system a little for more compat. 2014-04-24 01:53:01 +00:00
q1bsp.c reworked penalties flags. now a single bitfield instead of separate booleans. added 'blind' penalty. 2014-06-25 03:53:11 +00:00
q2pmove.c tcpconnect fixes 2012-01-17 07:57:46 +00:00
q3common.c added cl_sendguid cvar, defaulting to 0. this disables the guid feature by default. 2014-05-10 13:42:13 +00:00
qvm.c splitscreen cleaned up more. 2013-06-23 02:17:02 +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 sdl2 support. 2014-02-07 08:38:40 +00:00
sys_linux_threads.c my bulk commits didn't include include file additions. these are needed. 2013-03-13 22:54:47 +00:00
sys_win_threads.c try to fix a couple of misc issues, both minor and major. 2014-05-20 02:23:37 +00:00
translate.c sdl2 support. 2014-02-07 08:38:40 +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 tweaked download rules to match mvdsv, by adding an allow_download_other cvar. 2014-06-24 03:02:32 +00:00
world.h portal tweaks. prediction code can now use portals, but cannot actually predict them yet, for a couple of reasons. 2014-06-21 17:58:17 +00:00
zone.c tweak particle system a little for more compat. 2014-04-24 01:53:01 +00:00
zone.h tweak particle system a little for more compat. 2014-04-24 01:53:01 +00:00