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

Simplify decal system. #223

Merged
merged 1 commit into from
Nov 21, 2024
Merged

Simplify decal system. #223

merged 1 commit into from
Nov 21, 2024

Commits on Nov 20, 2024

  1. Simplify decal system.

    Removes the `freedecal` field, and as such, fixes some invariant violations
    found in issue #216 that appear to lead to engine crashes.
    
    Performance should remain unchanged, as the decal expiry process performed
    full decal copies from end spots to unoccupied spots as part of its
    "shuffling" loop anyway.
    
    Fixes issue #216.
    divVerent committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    2e42edc View commit details
    Browse the repository at this point in the history