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

Optimize debris networking #427

Merged
merged 6 commits into from
Sep 4, 2024
Merged

Commits on Sep 2, 2024

  1. Optimize debris networking

    Reduce it to 58 bits per debris. Some info gets removed like color and material, but I don't think that matters too much?
    
    That's 7.25 bytes per debris prop. If 500 props exploded, that would only be 3.6kb of data.
    marchc1 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    e1e3971 View commit details
    Browse the repository at this point in the history
  2. Remove debug code

    marchc1 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    f7ad54c View commit details
    Browse the repository at this point in the history
  3. Move debris functions

    marchc1 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    aa73ea8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8db6860 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0fb5517 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    39a4b9d View commit details
    Browse the repository at this point in the history