]> git.xonotic.org Git - xonotic/darkplaces.git/commit - sv_main.c
Improve reliability and documentation of portal camera eyes
authorbones_was_here <bones_was_here@xonotic.au>
Mon, 7 Nov 2022 09:23:16 +0000 (19:23 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Mon, 7 Nov 2022 09:23:16 +0000 (19:23 +1000)
commit3f714ccac88b19ac0d95766a040a72310388efab
tree26531c0aab033d253dae0b031818fca6ee77aef5
parent58b65b2db26fd701bca24f8c44237f1f8d577097
Improve reliability and documentation of portal camera eyes

Not all traces will succeed so we need to add the eye if a trace
succeeded within some recent time period, instead of only adding it when
a trace succeeded in the current frame.

Fixes https://gitlab.com/xonotic/darkplaces/-/issues/207
Fixes https://gitlab.com/xonotic/xonotic-data.pk3dir/-/issues/1596
sv_main.c
sv_send.c