branchrust_reboot/main/nametag_clipping_fixcancel

7 Commits over 0 Days - ∞cph!

3 Days Ago
Add a null check to query vis job runner to prevent crashes on disconnect.
3 Days Ago
Move useJobs into client code
4 Days Ago
merge from main
4 Days Ago
Add a QueryVisJobRunner to handle visibility checks in batches while also allowing for layer mask filters. Name tags are now a lot more stable with the magic offset removed and physics based visibility checks. Split the bot.crouch command into two client/server commands.
4 Days Ago
Add admin "bot.crouch" command to help test with nametag visibility testing.
4 Days Ago
merge from main
7 Days Ago
Fix player nametags being visible through ceilings: - We no longer use the name tag world offset for vis check, just the bone position on its own. - Use neck instead of the head bone to fix cases where the head is slightly clipping into the ceiling.