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

Updated Interstellar Map View Defaults & Optimized 'ISW' view #5107

Merged
merged 5 commits into from
Oct 23, 2024

Commits on Oct 22, 2024

  1. Enhance system rendering in InterstellarMapPanel

    Updated the system capital and hiring hall rendering to use faction-specific colors and adjusted the arc rendering to improve visual clarity. Added a check for "GREAT" Hiring Hall levels and modified the painting logic accordingly.
    IllianiCBT committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    2979d23 View commit details
    Browse the repository at this point in the history
  2. Update territory rendering logic and checkbox label

    Replaced the "ISW Areas" checkbox with "Territory" and updated the related rendering logic to improve faction territory display. Also removed the unused import statement of `Collectors`. This refactor enhances the readability and accuracy of the territory visualization in the InterstellarMapPanel.
    IllianiCBT committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    502c0c3 View commit details
    Browse the repository at this point in the history
  3. Refactor Faction variable naming in map panel

    Renamed the 'independentFaction' variable to 'indFaction' for brevity and consistency. This change affects multiple locations within the InterstellarMapPanel class where faction checks are performed.
    IllianiCBT committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    851b1a7 View commit details
    Browse the repository at this point in the history
  4. Change black circle to dark grey in map panel

    Changed the color of the circle from semi-transparent black to dark grey when certain conditions were not met. This ensures better visual consistency and readability in the interstellar map display.
    IllianiCBT committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    caba252 View commit details
    Browse the repository at this point in the history
  5. Add thicker dashed stroke for radius arcs

    Implemented a new dashedThick stroke and applied it to the contract search radius, planetary acquisition radius, and jump radius arcs.
    IllianiCBT committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    fcec074 View commit details
    Browse the repository at this point in the history