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

Calculate planet used buildings and max buildings #390

Merged
merged 6 commits into from
Oct 14, 2024

Commits on Oct 10, 2024

  1. building count

    wip
    jackbayliss committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1864093 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07b8324 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83d0bda View commit details
    Browse the repository at this point in the history
  4. typing rather than int

    jackbayliss committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5fc8623 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40f4b7e View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. alternations

    -  adds `getPlanetFieldMax` to planet service, so we can easily get the field_max value.
    
    - Adds a getBuildingCount on the planet service, that sums the levels of the Building and Station Objects
    - removes old building queue service changes ( no longer needed )
    - Added building max / building count to overview and planet tool tips
    - Adds tests
    jackbayliss committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    af3a4d3 View commit details
    Browse the repository at this point in the history