Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cull clips/triggers/slicks out of PVS #97

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 4, 2024

  1. Cull clips/triggers/slicks out of PVS

    In addition to frustum culling, don't draw brushes that are not in current PVS.
    Aciz committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    637b5ef View commit details
    Browse the repository at this point in the history
  2. C89 compliance

    Aciz committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    b7427f8 View commit details
    Browse the repository at this point in the history
  3. Add fallback in case mod does not set cg.cgameClientLerpOrigin

    This is normally set in etmain so most mods should probably have it, but in case it's not, fallback to client origin
    Aciz committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    3a873e5 View commit details
    Browse the repository at this point in the history