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

New patch : DragCubeGeneration #139

Merged
merged 6 commits into from May 6, 2023
Merged

New patch : DragCubeGeneration #139

merged 6 commits into from May 6, 2023

Commits on Apr 6, 2023

  1. New patch : DragCubeGeneration

    Faster and more reliable implementation of drag cube generation. Improves overall loading times (both game load and scene/vessel/ship load times), prevent occasional lag spikes (in the editor mostly) and fix some issues causing incorrect drag cubes to be generated (notable examples are the stock inflatable heat shield, the 1.25m and 2.5m nose cones and the Mainsail shroud). Note that by design, this patch results in a small deviation from the stock behavior for buyoancy, aerodynamics and thermodynamics, as the generated drag cubes will be slightly different.
    gotmachine committed Apr 6, 2023
    Copy the full SHA
    e8bfde9 View commit details
    Browse the repository at this point in the history
  2. DragCubeGeneration : fixed drag cube generation potentially starting …

    …while the generation for the previous part isn't finished during part compilation due to missing integration with the "framerate unlocked" part compilation of the FastLoader patch.
    gotmachine committed Apr 6, 2023
    Copy the full SHA
    a748611 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. DragCubeGeneration : better logging, fix drag cube generation failing…

    … when called on a part set to translucent (ie, detached part in the editor)
    gotmachine committed Apr 7, 2023
    Copy the full SHA
    c22458e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f6e33b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

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

Commits on May 6, 2023

  1. Copy the full SHA
    0b9c8e2 View commit details
    Browse the repository at this point in the history