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

Station Police view has tabs: 1. crime records, + new: 2. rules & regulations #5863

Merged
merged 4 commits into from
Aug 23, 2024

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    2f4354a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9993cfd View commit details
    Browse the repository at this point in the history
  3. utils: prevent feedback of transformed keys in utils.map

    - If a transformer function returned a modified key, that key was accidentally fed back into the next call to the underlying iterator
    - Fix occurrences of two-space indentation / mis-indentation
    Web-eWorks authored and impaktor committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    cdf2469 View commit details
    Browse the repository at this point in the history
  4. Visual and textual improvements to police tab

    - Render crime lists as tables
    - Use ui.tabBarFont() for consistent styling of the tab bar
    - Show fine cost on payment button and change state based on player monetary state
    - Sort criminal records by count of crimes committed
    - Sort list of illegal commodities alphabetically
    - Add introductory text to illegal commodity list
    - Tweak rules/regulations text to mention that the distance pertains to laws enforced within the station's sensor coverage.
    Web-eWorks authored and impaktor committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7e5fa35 View commit details
    Browse the repository at this point in the history