1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 18:12:56 +08:00
osu-lazer/osu.Game/Screens/Select
Bartłomiej Dach 0bfadfbbf1 Apply precision when comparing adjusted values
In some cases, applying the Difficulty Adjust mod without actually
changing any of the settings previously caused the bar in song select
beatmap details to appear red/blue instead of staying white.

This was caused by not accounting for floating-point imprecisions when
determining bar colour in AdvancedStats. To resolve, first check
equality with tolerance, and only then apply blue/red colours if that
equality check does not hold.
2020-02-01 16:16:15 +01:00
..
Carousel Modernise filter implementation 2020-01-24 18:57:17 +09:00
Details Apply precision when comparing adjusted values 2020-02-01 16:16:15 +01:00
Filter Fix remaining issues 2019-02-28 13:31:40 +09:00
Leaderboards Leaderboard should not change the model 2020-01-06 17:32:24 +09:00
Options Apply input method signature refactorings 2020-01-20 18:17:21 +09:00
BeatmapCarousel.cs Fix beatmap carousel potentially missing beatmap imports 2020-01-29 17:09:12 +09:00
BeatmapClearScoresDialog.cs Update Resolved and Cached attribute issues 2020-01-03 11:34:26 -08:00
BeatmapDeleteDialog.cs Update font awesome usage 2019-04-02 19:55:24 +09:00
BeatmapDetailArea.cs Fix beatmap detail area tab dropdown being blocked by content 2019-10-06 10:24:33 -07:00
BeatmapDetailAreaTabControl.cs Rename property to IsSwitchable 2019-12-22 19:47:47 -08:00
BeatmapDetails.cs Rename Animation to Layer 2019-08-04 13:54:23 +03:00
BeatmapInfoWedge.cs Improve song select display on ultrawide displays (or when UI scale is set low) 2020-01-23 20:03:52 +09:00
FilterControl.cs Modernise filter implementation 2020-01-24 18:57:17 +09:00
FilterCriteria.cs Make upper and lower bounds inclusive 2020-01-24 19:39:21 +09:00
FilterQueryParser.cs Remove IComparable in constraint. 2019-12-09 17:48:41 +08:00
Footer.cs Fix footer button hover sounds playing in unclickable area 2019-08-05 17:57:04 -07:00
FooterButton.cs Merge branch 'master' into mod_content_centering 2020-01-30 10:34:46 +09:00
FooterButtonMods.cs Remove unnecessary length specifications 2020-01-30 11:00:14 +09:00
FooterButtonOptions.cs Add licence header 2019-05-08 19:35:20 +09:00
FooterButtonRandom.cs Merge branch 'master' into mod_content_centering 2020-01-30 10:34:46 +09:00
ImportFromStablePopup.cs Update initial run import process to include scores 2019-07-05 14:25:52 +09:00
LocalScoreDeleteDialog.cs Fix percentage-formatted displays containing a space 2020-01-29 19:51:24 +09:00
MatchSongSelect.cs Fix editor being accessible for multiplayer song select 2020-01-29 22:20:34 +09:00
PlaySongSelect.cs Fix keybinding order of beatmap options 2019-10-04 14:32:43 -07:00
SongSelect.cs Fix song select remaining issue locally 2020-01-31 17:35:53 +09:00
WedgeBackground.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00