osu/osu.Game/Screens/Select
Dean Herbert 27ea37c690 Rewrite TopLocalRank to use realm subscriptions
This addresses the number one performance concern with realm (when
entering song select). Previous logic was causing instantiation and
property reads of every score in the database due to the `AsEnumerable`
specfication.
2022-01-18 18:17:53 +09:00
..
Carousel Rewrite TopLocalRank to use realm subscriptions 2022-01-18 18:17:53 +09:00
Details
Filter
Leaderboards Replace compatibility properties with direct references 2022-01-12 18:13:14 +09:00
Options
BeatmapCarousel.cs Remove one more usage of IsManaged which could potentially go wrong 2022-01-17 13:40:27 +09:00
BeatmapClearScoresDialog.cs Fix further warnings 2022-01-12 23:42:12 +09:00
BeatmapDeleteDialog.cs Fix some null inspections 2022-01-12 17:00:16 +09:00
BeatmapDetailArea.cs
BeatmapDetailAreaDetailTabItem.cs
BeatmapDetailAreaLeaderboardTabItem.cs
BeatmapDetailAreaTabControl.cs Remove unused params from BDL methods 2022-01-15 01:06:39 +01:00
BeatmapDetailAreaTabItem.cs
BeatmapDetails.cs
BeatmapInfoWedge.cs Fix CI reported warnings 2022-01-12 22:39:00 +09:00
BeatmapInfoWedgeBackground.cs
FilterControl.cs Fix CI reported warnings 2022-01-12 22:39:00 +09:00
FilterCriteria.cs
FilterQueryParser.cs
Footer.cs
FooterButton.cs
FooterButtonMods.cs
FooterButtonOptions.cs
FooterButtonRandom.cs
ImportFromStablePopup.cs
LocalScoreDeleteDialog.cs
PlayBeatmapDetailArea.cs
PlaySongSelect.cs
SongSelect.cs Fix delete/clear scores buttons not working 2022-01-13 18:38:38 +09:00
WedgeBackground.cs