engine/engine/common
Spoike 9033f7b237 fixed eztv md4 incompatibility.
reimplemented qtvreverse command.
fixed some stuffcmds being handled by the wrong splitscreen seats (was noticable in TF).
rework smartjump to try to be more predictable...
rework relighting to try to be more robust (and more self-contained).
allow the csqc to actually use VF_PROJECTIONOFFSET.
jump now moves upwards instead of trying to lock on to a nearby player when spectating.
assume 32 fullbright pixels when running with a palette.lmp yet no colormap.lmp (happens with some total conversions).
tweaked scoreboard for fainter backgrounds.
rearranged autoid, to be smaller etc.
hacked around dodgy conchars.lmp - don't treat 128*128 qpics as qpics to work around workarounds for buggy wad tools (with a warning).
fixed missing fullbrights on h2holey models.
avoided warning about mod_h2holey_bugged on dedicated servers.
added net_ice_exchangeprivateips, for people worried about exposing lan IPs when using ICE.
sv_public 2: implemented client support for our webrtc broker in order to use our own ICE implementation without needing to faff around with irc accounts or plugins etc.
TODO: ensure at least one ephemerial udp port when using ice or come up with some better sv_port handling
fixed multiple tls bugs (one could cause server problems). change net_enable_tls to disabled by default anyway (reenable for the server to be able to respond to https/wss/tls schemes again).
don't colourmap when there appears to be a highres diffusemap on q1 models.
imgtool now understands exporting from qpics in wads, as well as just mips.
implemented speed-o-meter in ezhud.
added removeinstant builtin to avoid the half-second rule.


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5614 fc73d0e0-1445-4013-8a0c-d673dee63da5
2020-02-11 18:06:10 +00:00
..
bothdefs.h Too many changes, sorry. 2019-11-20 03:09:50 +00:00
bspfile.h Added LMSTYLES16 support, increasing max lightstyles to 65k. 2019-09-10 15:40:04 +00:00
cmd.c fixed eztv md4 incompatibility. 2020-02-11 18:06:10 +00:00
cmd.h fixed eztv md4 incompatibility. 2020-02-11 18:06:10 +00:00
com_mesh.c fixed eztv md4 incompatibility. 2020-02-11 18:06:10 +00:00
com_mesh.h Integrate gltf2 support without external plugin. 2020-01-20 18:36:45 +00:00
com_phys_bullet.cpp Add ortho lights (still has serious issues that make them unusable on regular maps). 2018-07-22 11:49:37 +00:00
com_phys_ode.c stripped support for qvm-based plugins. rewrote native plugins to use a more efficient interface. 2019-09-04 07:59:40 +00:00
common.c fixed eztv md4 incompatibility. 2020-02-11 18:06:10 +00:00
common.h GoaLitiuM's changes to fix msvc2015's cmake support. 2019-12-17 17:41:12 +00:00
config_freecs.h Integrate gltf2 support without external plugin. 2020-01-20 18:36:45 +00:00
config_fteqw.h Integrate gltf2 support without external plugin. 2020-01-20 18:36:45 +00:00
config_fteqw_noweb.h Fixes for winX_sdl builds. 2019-07-02 04:37:11 +00:00
config_minimal.h Integrate gltf2 support without external plugin. 2020-01-20 18:36:45 +00:00
config_nocompat.h Integrate gltf2 support without external plugin. 2020-01-20 18:36:45 +00:00
config_wastes.h Integrate gltf2 support without external plugin. 2020-01-20 18:36:45 +00:00
console.h smoother console scrolling (at least with the mouse) 2019-09-04 08:32:22 +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 Too many changes, sorry. 2019-11-20 03:09:50 +00:00
cvar.h Too many changes, sorry. 2019-11-20 03:09:50 +00:00
fs.c fixed eztv md4 incompatibility. 2020-02-11 18:06:10 +00:00
fs.h Optimised the textures of defaultwall with fast preset. 2019-05-23 15:11:32 +00:00
fs_dzip.c added cmake file. 2018-03-04 14:41:16 +00:00
fs_pak.c Attempt to fix some nondeterministic build variations. 2020-01-09 15:35:40 +00:00
fs_stdio.c Rework android code to avoid google's nativeactivity limitations. 2019-06-17 04:21:41 +00:00
fs_vpk.c Lazy GLSL loading, for faster load times. 2018-11-27 16:48:19 +00:00
fs_win32.c Optimised the textures of defaultwall with fast preset. 2019-05-23 15:11:32 +00:00
fs_xz.c Add BPTC (aka: bc6+bc7) fallback decompression. 2019-08-01 02:13:44 +00:00
fs_zip.c Add explicit skyroom fog. 2019-10-18 08:37:38 +00:00
gl_q2bsp.c Fix problems with last commit. 2020-01-10 12:23:25 +00:00
huff.c reworked clipboard handling to avoid stalls when pasting in linux. 2018-10-11 10:31:23 +00:00
log.c stripped support for qvm-based plugins. rewrote native plugins to use a more efficient interface. 2019-09-04 07:59:40 +00:00
mathlib.c Track areas properly, so we don't bug out when a client has multiple cameras in different areas. 2019-07-02 04:12:20 +00:00
mathlib.h Track areas properly, so we don't bug out when a client has multiple cameras in different areas. 2019-07-02 04:12:20 +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 fixed eztv md4 incompatibility. 2020-02-11 18:06:10 +00:00
net_chan.c fixed eztv md4 incompatibility. 2020-02-11 18:06:10 +00:00
net_ice.c fixed eztv md4 incompatibility. 2020-02-11 18:06:10 +00:00
net_ssl_gnutls.c fixed eztv md4 incompatibility. 2020-02-11 18:06:10 +00:00
net_ssl_winsspi.c Too many changes, sorry. 2019-11-20 03:09:50 +00:00
net_wins.c fixed eztv md4 incompatibility. 2020-02-11 18:06:10 +00:00
netinc.h fixed eztv md4 incompatibility. 2020-02-11 18:06:10 +00:00
particles.h cmake now builds botlib (as a shared object) 2019-01-29 07:18:07 +00:00
plugin.c fixed eztv md4 incompatibility. 2020-02-11 18:06:10 +00:00
pmove.c Better compat with quakespasm's demos. 2019-10-14 02:36:57 +00:00
pmove.h Better compat with quakespasm's demos. 2019-10-14 02:36:57 +00:00
pmovetst.c Fix csqc polygon issue (using explicit glsl that doesn't need normals). 2019-02-19 06:49:03 +00:00
pr_bgcmd.c Attempt to fix some nondeterministic build variations. 2020-01-09 15:35:40 +00:00
pr_common.h Added VF_PROJECTIONOFFSET to offset the projection (for GoaLitiuM). 2020-01-13 07:03:28 +00:00
protocol.h fixed eztv md4 incompatibility. 2020-02-11 18:06:10 +00:00
q1bsp.c Add ReadInt+WriteInt qc builtins in csqc+ssqc respectively, add some extra docs for some other builtins. 2019-12-16 17:36:00 +00:00
q2pmove.c tcpconnect fixes 2012-01-17 07:57:46 +00:00
q3common.c fixed eztv md4 incompatibility. 2020-02-11 18:06:10 +00:00
qvm.c Fix some more stuff. 2019-07-29 06:32:37 +00:00
sha1.c Too many changes, sorry. 2019-11-20 03:09:50 +00:00
sys.h Attempt to fix some nondeterministic build variations. 2020-01-09 15:35:40 +00:00
sys_linux_threads.c smoother console scrolling (at least with the mouse) 2019-09-04 08:32:22 +00:00
sys_win_threads.c Attempt to fix some nondeterministic build variations. 2020-01-09 15:35:40 +00:00
translate.c Reworked networking a little, separating out common code for separate server/master processes. 2018-12-28 00:04:36 +00:00
translate.h Reworked networking a little, separating out common code for separate server/master processes. 2018-12-28 00:04:36 +00:00
ui_public.h stripped support for qvm-based plugins. rewrote native plugins to use a more efficient interface. 2019-09-04 07:59:40 +00:00
vm.h stripped support for qvm-based plugins. rewrote native plugins to use a more efficient interface. 2019-09-04 07:59:40 +00:00
world.h Too many changes, sorry. 2019-11-20 03:09:50 +00:00
zone.c fixed eztv md4 incompatibility. 2020-02-11 18:06:10 +00:00
zone.h Attempt to fix some nondeterministic build variations. 2020-01-09 15:35:40 +00:00