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

Realistic stellar distribution #22

Merged
merged 7 commits into from
Jan 28, 2024
Merged

Realistic stellar distribution #22

merged 7 commits into from
Jan 28, 2024

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    298baa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9f1aaa View commit details
    Browse the repository at this point in the history
  3. removed useless enum

    BarthPaleologue committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    794aa5c View commit details
    Browse the repository at this point in the history
  4. lowered cloud height

    BarthPaleologue committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    a35eabc View commit details
    Browse the repository at this point in the history
  5. Stellar objects refactorings

    - Neutron stars are no longer based on normal stars
    - Neutron stars now have an accurate diameter
    - Adapted matter jet postprocess to account for the diameter reduction
    - Neutron stars are now flagged as themselves on the star map
    - Neutron stars are no longer bananas
    - Black hole is no longer a StellarType
    - StellarTypes proportions are now based on real world classification data
    - Star radiuses are now based on their stellar type
    - Removed old and deprecated stellartype definition
    - StellarObjects now share by their interface some blackbody radiation logic with a temperature and an associated color
    BarthPaleologue committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    4ce44de View commit details
    Browse the repository at this point in the history
  6. linting

    BarthPaleologue committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    59fe055 View commit details
    Browse the repository at this point in the history
  7. formatting

    BarthPaleologue committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    b8157e7 View commit details
    Browse the repository at this point in the history