blue-nebula / base

Main repository of Blue Nebula, a fast-paced shooter with a unique parkour system. It is a fork of Red Eclipse and is free software.
https://blue-nebula.org
16 stars 7 forks source link

Remove random AI shooting behaviour #185

Closed qreeves closed 1 year ago

qreeves commented 4 years ago

Fixes "bots shoot at walls" by ensuring AI can actually see a target before shooting.

TheAssassin commented 4 years ago

Seems to work functionality wise. However, I just had two segfaults. Investigating already.

In general, we'll first have to discuss whether this is a change that we should block until we break compat with the good ol' RE clients. We've postponed changes to the gameplay so far in order to avoid biases of any kind.

Edit: the crash appears unrelated to these changes, as it happens while changing maps in "offline practice" mode.

voidanix commented 1 year ago

Superseded by #255, thanks for bringing the issue to light!