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

Add shop tooltips for total credits and ship names #9825

Merged
merged 8 commits into from
Feb 25, 2024

Commits on Feb 14, 2024

  1. Add shop tooltips for total credits and ship names

    Hovering over your credits displays the total number of credits you have without any abbreviating.
    
    Hovering over a ship icon displays its name as a tooltip.
    Amazinite committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4a290d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    83aaa77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e7c684 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc49a41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c94327 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e53b0ad View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Remove unused warningPoint variable

    Also moved warningType to private and removed mutable, as it's not used by any inheriting classes nor is it updated in a const function.
    Amazinite committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    e5e1069 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d0c44e View commit details
    Browse the repository at this point in the history