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

Potential fix for issue #216 #220

Merged
merged 4 commits into from
Apr 4, 2024
Merged

Potential fix for issue #216 #220

merged 4 commits into from
Apr 4, 2024

Commits on Mar 25, 2024

  1. Potential fix for issue #216

    Optimization of raycasts in ModuleEngines.EngineExhaustDamage() and ModuleDeployableSolarPanel.CalculateTrackingLOS() :
    - Only synchronize transforms on the first raycast from any module, mainly relevant when something else is moving transforms in between calls, which is often the case for active engines with gimbals.
    - Cached ScaledSpace raycast results for solar panels : call time is divided by between 4 (when blocked by a scaled space object) and 2 (when not blocked)
    gotmachine committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    84652da View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

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

Commits on Apr 4, 2024

  1. LGTM

    gotmachine committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b09e8cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54f329e View commit details
    Browse the repository at this point in the history