slipher
slipher
@Viech suggested an interesting idea in #30 to distribute the updater inside the torrent/universal zip. This would let an installation originally made by the universal zip or torrent method to...
From #30 > The reaction to changing the install location via the menu currently is that the old install location is abandoned and the game is re-downloaded to the new...
After a self-update a copy of the old version is left behind like `Unvanquished Updater.app.bak`. Need to check if this happens on other OSes too.
The `BotMaybeAttackWhileClimbing` function does an assertion that the last taken navcon should be "upward" (endpoint z coordinate >= start point z coordinate). However the function may be entered without any...
Since 2017, bots are never allowed to rejoin after a map restart (71b2b4042496f5f8a1dba0833a21ae770f849f99).
One of the main problems that the bot behavior tree DSL solves is how to yield execution for some frames while a BotAction function executes, without losing the current location...
When bots are aiming at enemies, don't erase the view angle perturbations enforced through `delta_angles`. This makes bots affected by chaingun shake. This also affects bots in trappers, but it's...