fteqw/engine/common
Spoike b9cd6ec91b openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however.
_pext_vrinputs: added cvar to enable vr inputs protocol extension allowing vr inputs to be networked to ssqc too. defaults to 0 for now, will be renamed when deemed final.
updates menu: the prompt to enable sources is now more explicit instead of expecting the user to have a clue.
updates menu: added a v3 sources format, which should be more maintainable. not final.
updates menu: try to give reasons why sources might be failing (to help blame ISPs if they try fucking over TTH dns again).
presets menu: no longer closes the instant a preset is chosen. some presets have a couple of modifiers listed. force the demo loop in the background to serve as a preview.
prompts menus: now does word wrapping.
ftemaster: support importing server lists from other master servers (requested by Eukara).
server: try to detect when non-reply inbound packets are blocked by firewalls/nats/etc (using ftemaster to do so).
qcvm: added pointcontentsmask builtin, allowing it to probe more than just world, with fte's full contentbit range instead of just q1 legacy.
qcvm: memfill8 builtin now works on createbuffer() pointers.
qcvm: add missing unsigned ops. Fixed double comparison ops. fixed bug with op_store_i64. added missing OP_LOADP_I64
qcc: added '#pragma framerate RATE' for overriding implicit nextthink durations.
qcc: fixed '#pragma DONT_COMPILE_THIS_FILE' to not screw up comments.
qcc: added __GITURL__ __GITHASH__ __GITDATE__ __GITDATETIME__ __GITDESC__ for any mods that might want to make use of that.
qcc: fix up -Fhashonly a little
setrenderer: support for vulkan gpu enumeration.
rulesets: reworked to support custom rulesets (using hashes to catch haxxors, though still nothing prevents just changing the client to ignore rulesets)
bspx: use our BIH code for the bspx BRUSHLIST lump instead of the older less efficient code.
(static)iqm+obj: these model formats can now be used for the worldmodel (with a suitable .ent file). Also using BIH for much better collision performance.
pmove: tried to optimise PM_NudgePosition, should boost fps in stress tests.
wayland: fix a crash on startup. mousegrabs now works better.
imagetool: uses sdl for previews.


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5813 fc73d0e0-1445-4013-8a0c-d673dee63da5
2021-04-14 05:21:04 +00:00
..
bothdefs.h openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
bspfile.h openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
cmd.c big commit. :( 2020-10-26 06:30:35 +00:00
cmd.h fixed eztv md4 incompatibility. 2020-02-11 18:06:10 +00:00
com_bih.c openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
com_bih.h openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
com_mesh.c openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
com_mesh.h openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +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 Add r_meshroll, like r_meshpitch (hexen2 requires it set to -1 - they made the bug worse). 2020-10-06 03:17:28 +00:00
common.c openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
common.h openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
config_freecs.h Integrate gltf2 support without external plugin. 2020-01-20 18:36:45 +00:00
config_fteqw.h disabled some quake-only teamplay stuff in non-quake builds. 2020-04-19 01:23:32 +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 Fix RBSP fixed-patch loading. 2020-03-20 11:37:18 +00:00
console.h smoother console scrolling (at least with the mouse) 2019-09-04 08:32:22 +00:00
crc.c openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
cvar.c openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
cvar.h openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
fs.c openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
fs.h Support connecting subnodes to servers over tcp (instead of depending on fork). 2020-04-29 10:43:22 +00:00
fs_dzip.c openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
fs_pak.c openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
fs_stdio.c Yup, looks like we are actually using that path now... 2020-09-08 10:40:21 +00:00
fs_vpk.c Switch to using epoll on linux, because we can. 2020-02-26 00:37:52 +00:00
fs_win32.c disabled some quake-only teamplay stuff in non-quake builds. 2020-04-19 01:23:32 +00:00
fs_xz.c Add BPTC (aka: bc6+bc7) fallback decompression. 2019-08-01 02:13:44 +00:00
fs_zip.c big commit. :( 2020-10-26 06:30:35 +00:00
gl_q2bsp.c openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
huff.c reworked clipboard handling to avoid stalls when pasting in linux. 2018-10-11 10:31:23 +00:00
log.c Lets try using _LARGEFILE64_SOURCE in 32bit linux builds. Not that anyone will notice. 2020-09-08 05:11:09 +00:00
mathlib.c openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
mathlib.h openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +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 openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
net_chan.c openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
net_ice.c openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
net_ssl_gnutls.c openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
net_ssl_winsspi.c Add r_meshroll, like r_meshpitch (hexen2 requires it set to -1 - they made the bug worse). 2020-10-06 03:17:28 +00:00
net_wins.c openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
netinc.h try to fix common-symbol conflicts in windows builds. 2020-08-13 08:39:48 +00:00
particles.h cmake now builds botlib (as a shared object) 2019-01-29 07:18:07 +00:00
plugin.c openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
pmove.c openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +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 openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
pr_common.h openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
protocol.h openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
q1bsp.c openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
q2pmove.c openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
q3common.c disabled some quake-only teamplay stuff in non-quake builds. 2020-04-19 01:23:32 +00:00
qvm.c Fix some more stuff. 2019-07-29 06:32:37 +00:00
sha1.c openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
sha2.c prepare for proper binary auth instead of depending upon tls certs (using sha2(512) to ensure no modification). probably buggy on windows so not fully enabled yet. 2020-03-25 21:29:30 +00:00
sys.h Allow menuqc to access the clipboard. Fix some c++ish warnings. Fix SDL build linker issues. 2020-07-14 00:48:56 +00:00
sys_linux_threads.c Support connecting subnodes to servers over tcp (instead of depending on fork). 2020-04-29 10:43:22 +00:00
sys_win_threads.c Support connecting subnodes to servers over tcp (instead of depending on fork). 2020-04-29 10:43:22 +00:00
translate.c try to fix common-symbol conflicts in windows builds. 2020-08-13 08:39:48 +00:00
translate.h try to fix common-symbol conflicts in windows builds. 2020-08-13 08:39:48 +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 openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
zone.c openxr plugin: tweaked - inputs should be working properly now, and are visible to csqc. subject to further breaking changes, however. 2021-04-14 05:21:04 +00:00
zone.h prepare for proper binary auth instead of depending upon tls certs (using sha2(512) to ensure no modification). probably buggy on windows so not fully enabled yet. 2020-03-25 21:29:30 +00:00