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

New beatmap information wedge design implementation #22116

Merged
merged 44 commits into from
Sep 6, 2023

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    f561120 View commit details
    Browse the repository at this point in the history
  2. Move stardifficulty logic to main BeatmapInfoWedge class instead of t…

    …ext subclass ( for use by background star rating colour bar )
    mk56-spn committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c646f84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0199c19 View commit details
    Browse the repository at this point in the history
  4. Add coloured star counter

    mk56-spn committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    61caaba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1698272 View commit details
    Browse the repository at this point in the history
  6. Remove nullability disabling

    mk56-spn committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    65c30d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9afdfd7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a82f61 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8bfe24c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8804280 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Add back null beatmap test

    mk56-spn committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    7510201 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74b72e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Expose star difficulty to wedge to allow updating starcounter and bac…

    …kground colour internally.
    mk56-spn committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    0ac7cd7 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    6552423 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Update BeatmapInfoWedgeV2.cs animation to be similar to exit tr…

    …ansition in ```SongSelect.cs``
    mk56-spn committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    c7d49bd View commit details
    Browse the repository at this point in the history
  2. de-nest removeOldInfo()

    mk56-spn committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    92690af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27c52a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    5fc8f1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de37a0a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Remove IsPresent usages

    mk56-spn committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    38cc47d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Configuration menu
    Copy the full SHA
    cb679cc View commit details
    Browse the repository at this point in the history
  2. Separate ruleset changing tests into their own method.

    Add small clarification for edge colouring in visibility test
    mk56-spn committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    4684198 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09cb6ca View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Improve visibility of wedge shading in test scene and fix an issue wi…

    …th excessive roundness on said shadow.
    mk56-spn committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    299023f View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Adjust shadow to look better

    peppy committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    f21238f View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    2fbd67c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf71099 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8a7934 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2df2002 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e70510e View commit details
    Browse the repository at this point in the history
  6. Simplify text initialization

    Joehuu committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    82fb9dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0a9c7e View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    854bb32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9accd0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98d027d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9451613 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8c9c2b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    340edf6 View commit details
    Browse the repository at this point in the history
  7. Remove buffered container comment

    While it is true that there is a transparency overlap, it is only seen when entering/exiting song select. And there are other components game-wide that exhibit the same issue when transparency changes. Should be reconsidered another time.
    Joehuu committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6e6dd86 View commit details
    Browse the repository at this point in the history
  8. Remove mods dependency

    BPM is not in the wedge anymore.
    Joehuu committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b63c1e4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5becac6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6762409 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3f92dae View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8e8fae0 View commit details
    Browse the repository at this point in the history