useroctocancel
branchrust_reboot/main/nametag_clipping_fixcancel

9 Commits over 0 Days - ∞cph!

12 Days Ago
merge from main
12 Days Ago
Dispose of native arrays at the end of query vis job.
15 Days Ago
Add a null check to query vis job runner to prevent crashes on disconnect.
15 Days Ago
Move useJobs into client code
16 Days Ago
merge from main
16 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.
16 Days Ago
Add admin "bot.crouch" command to help test with nametag visibility testing.
16 Days Ago
merge from main
19 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.