engine/engine/common
Spoike 589b09ae1d added cl_sendguid cvar, defaulting to 0. this disables the guid feature by default.
reworked a few q2 particle effects. q2 should feel a bit better now. by no means complete.
ssqcless csqc should have time progressing.
q3ui+console should be a bit less stupid.
stripped old huffman code. copied over from ioquake3. should help avoid bugs in that shit.
system mouse cursor should now always be hidden when running windowed. soft-cursor only.
added bindlist.lst feature.
particle system can now support weighted/randomized sounds. model command now more verbose, and supports renderflags.
renamed debugger cvar to pr_debugger, in the hopes that it'll be easier to find. also added to menu a little more visibly in a politically-motivated move.
fix q2+viewsize 30
'high' particles now have scrag+hknight impact effects. perhaps I overdid the scrag one.
fixed q2 player icons on the scoreboard.
added q3bsp_surf_meshcollision_* cvars.
dedicated servers now use the same bsp etc loading code as clients. the dedicated-server-only stuff is no longer needed, which is a good thing because it seemed a little buggy last time I tried.
split vertex+fragment shader compilation, for systems that secretly thread that.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4651 fc73d0e0-1445-4013-8a0c-d673dee63da5
2014-05-10 13:42:13 +00:00
..
bothdefs.h added cl_sendguid cvar, defaulting to 0. this disables the guid feature by default. 2014-05-10 13:42:13 +00:00
bspfile.h double leafbrushes limit. 2014-04-01 23:43:45 +00:00
cmd.c Added pm_watersinkspeed cvar. 2014-04-06 15:16:39 +00:00
cmd.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
com_mesh.c added cl_sendguid cvar, defaulting to 0. this disables the guid feature by default. 2014-05-10 13:42:13 +00:00
com_mesh.h tweak particle system a little for more compat. 2014-04-24 01:53:01 +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 add net_compress cvar to enable/disable the compression feature. off by default for now. 2014-04-27 23:16:07 +00:00
common.h add net_compress cvar to enable/disable the compression feature. off by default for now. 2014-04-27 23:16:07 +00:00
console.h tweak particle system a little for more compat. 2014-04-24 01:53:01 +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 tweak particle system a little for more compat. 2014-04-24 01:53:01 +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 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_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 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_q2bsp.c added cl_sendguid cvar, defaulting to 0. this disables the guid feature by default. 2014-05-10 13:42:13 +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 attempt to clean up log rotation names. again. 2014-01-17 08:31:16 +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 added cl_sendguid cvar, defaulting to 0. this disables the guid feature by default. 2014-05-10 13:42:13 +00:00
net_chan.c added cl_sendguid cvar, defaulting to 0. this disables the guid feature by default. 2014-05-10 13:42:13 +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 misc hexen2 compat fixes. added/improved most missing particle effects in some form. 2014-04-12 03:31:59 +00:00
netinc.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
particles.h tweak particle system a little for more compat. 2014-04-24 01:53:01 +00:00
plugin.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
pmove.c added cl_sendguid cvar, defaulting to 0. this disables the guid feature by default. 2014-05-10 13:42:13 +00:00
pmove.h Added pm_watersinkspeed cvar. 2014-04-06 15:16:39 +00:00
pmovetst.c add support for symlinks in zips. 2014-01-13 02:42:25 +00:00
pr_bgcmd.c added cl_sendguid cvar, defaulting to 0. this disables the guid feature by default. 2014-05-10 13:42:13 +00:00
pr_common.h tweak particle system a little for more compat. 2014-04-24 01:53:01 +00:00
protocol.h tweak particle system a little for more compat. 2014-04-24 01:53:01 +00:00
q1bsp.c tweak particle system a little for more compat. 2014-04-24 01:53:01 +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 catch exceptions in threads too, not just the main thread. 2014-05-04 04:14:52 +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 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
world.h added cl_sendguid cvar, defaulting to 0. this disables the guid feature by default. 2014-05-10 13:42:13 +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