engine/engine/common
Spoike 2ea981fe90 qc: qc temp-strings are now garbage collected. this makes strzone redundant.
net: revert the player angles inversion thing from last build. hack some angles. gonna need to tweak the protocol.
net: cl_lerp_players is smoother, and defaulted. lets see how many people complain.
cl: fix juddering with chase_active+prediction.
cl: download progress where the total size is not known now displays something more sane.
cl: fixed some issues with rawinput keyboards.
cl: added autoupdate option to the menu.
cl: autoupdate defaults to a new 'tested' set of builds, instead of the completely untested svn builds. 
cl: added 'borderless windowed' option to the  menus. works on windows.
cl: saved games save a preview screenshot.
cl: fix some memory leaks on shutdown.
cl: added 'setrenderer random' option, might be useful for modders in that it helps highlight bugs/differences between renderers...
qc: r_showbboxes now displays the fields of the various entities.
tweaked entity lighting to overbright more gracefully.
gl: fixed crepuscular lighting.
qcc: added % operator.
qcc: added inline keyword.
qcc: some fixes for accessors.
qccgui: now prompts for exe+basedir.
sv: added sv_specprint, ala mvdsv.
sv: stats now sent over the unreliable channel instead of the reliable one. this allows them to change more frequently.
sv: rewrote speedcheat detection. clients will be throttled instead of kicked. unresponsive clients will be simulated instead of freezing in mid-air.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4829 fc73d0e0-1445-4013-8a0c-d673dee63da5
2015-01-21 18:18:37 +00:00
..
bothdefs.h fix npfte. 2015-01-02 05:57:14 +00:00
bspfile.h preliminary first real attempt at letting the csqc draw loading screens. added some serverkey fields to query load progress. 2014-12-11 16:26:26 +00:00
cmd.c update qccgui debugging to show current values on mouse-over, for more friendly debugging. 2015-01-02 05:20:56 +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 bugfixes: 2014-10-11 19:39:45 +00:00
com_mesh.h threaded loading code and associated/extensive tweaks. 2014-10-05 20:04:11 +00:00
com_phys_ode.c tweaks to try to get a more sane gui debug protocol. 2015-01-07 13:34:05 +00:00
common.c tweaks to try to get a more sane gui debug protocol. 2015-01-07 13:34:05 +00:00
common.h qc: qc temp-strings are now garbage collected. this makes strzone redundant. 2015-01-21 18:18:37 +00:00
console.h threaded loading code and associated/extensive tweaks. 2014-10-05 20:04:11 +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 update qccgui debugging to show current values on mouse-over, for more friendly debugging. 2015-01-02 05:20:56 +00:00
cvar.h hide console while updating packages. 2014-12-29 02:35:10 +00:00
fs.c update qccgui debugging to show current values on mouse-over, for more friendly debugging. 2015-01-02 05:20:56 +00:00
fs.h threaded loading code and associated/extensive tweaks. 2014-10-05 20:04:11 +00:00
fs_pak.c threaded loading code and associated/extensive tweaks. 2014-10-05 20:04:11 +00:00
fs_stdio.c threaded loading code and associated/extensive tweaks. 2014-10-05 20:04:11 +00:00
fs_win32.c Added pm_watersinkspeed cvar. 2014-04-06 15:16:39 +00:00
fs_zip.c fix some glsl issues. 2014-12-09 14:39:54 +00:00
gl_q2bsp.c tweaks to try to get a more sane gui debug protocol. 2015-01-07 13:34:05 +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 make sure log files always have a .log extension - log file rotation was generating stuff like rcon.log.1 which can be a pain to open in notepad, and also violates filename check expectations. 2014-12-06 02:19:34 +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 give csqc the ability to rewrite/override prydon cursor information. 2014-12-25 02:32:22 +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 rewrote some master server code to isolate games. 2014-12-23 15:26:42 +00:00
net_chan.c qc: qc temp-strings are now garbage collected. this makes strzone redundant. 2015-01-21 18:18:37 +00:00
net_ice.c sdl2 support. 2014-02-07 08:38:40 +00:00
net_ssl_gnutls.c small fix 2015-01-07 13:47:35 +00:00
net_ssl_winsspi.c tweaks to try to get a more sane gui debug protocol. 2015-01-07 13:34:05 +00:00
net_wins.c update autoupdate code. now finally using https. triptohell.info's self-signed public cert has been hardcoded, avoiding cert authority mitm attacks (damn corporate proxies!) 2014-12-25 20:10:05 +00:00
netinc.h fix recent prediction issue. 2014-07-02 03:20:40 +00:00
particles.h threaded loading code and associated/extensive tweaks. 2014-10-05 20:04:11 +00:00
plugin.c threaded loading code and associated/extensive tweaks. 2014-10-05 20:04:11 +00:00
pmove.c qc: qc temp-strings are now garbage collected. this makes strzone redundant. 2015-01-21 18:18:37 +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 qc: qc temp-strings are now garbage collected. this makes strzone redundant. 2015-01-21 18:18:37 +00:00
pr_bgcmd.c qc: qc temp-strings are now garbage collected. this makes strzone redundant. 2015-01-21 18:18:37 +00:00
pr_common.h qc: qc temp-strings are now garbage collected. this makes strzone redundant. 2015-01-21 18:18:37 +00:00
protocol.h give csqc the ability to rewrite/override prydon cursor information. 2014-12-25 02:32:22 +00:00
q1bsp.c small fix 2015-01-07 13:56:16 +00:00
q2pmove.c tcpconnect fixes 2012-01-17 07:57:46 +00:00
q3common.c threaded loading code and associated/extensive tweaks. 2014-10-05 20:04:11 +00:00
qvm.c try to be more strict/paranoid with cvars. 2014-09-20 04:11:39 +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 qc: qc temp-strings are now garbage collected. this makes strzone redundant. 2015-01-21 18:18:37 +00:00
sys_linux_threads.c typo... 2014-10-14 16:46:14 +00:00
sys_win_threads.c fix npfte. 2015-01-02 05:57:14 +00:00
translate.c threaded loading code and associated/extensive tweaks. 2014-10-05 20:04:11 +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 fix stuff again. 2014-12-08 22:14:31 +00:00
zone.c threaded loading code and associated/extensive tweaks. 2014-10-05 20:04:11 +00:00
zone.h tweak particle system a little for more compat. 2014-04-24 01:53:01 +00:00