Paril / q2pro

Enhanced Quake 2 client and server focused on multiplayer
GNU General Public License v2.0
9 stars 2 forks source link

`RF_LOW_PRIORITY` support #49

Closed Paril closed 1 month ago

Paril commented 1 month ago

This flag is used to mark certain entities as low priority - they are deemed non-important by the server to the client, and as such can be skipped in rendering passes if other things are taking space.

Re-release does not skip these for network sync but that is something else we could do, too.