|
94693a4667
|
Fix oversight when making interface implementation explicit
|
2022-09-13 19:55:57 +09:00 |
|
|
6d167070f8
|
Add back DI leaderboard retrieval via bindable pathway
|
2022-09-13 18:45:11 +09:00 |
|
|
3cfacb5e39
|
Merge pull request #20257 from peppy/update-button-show-login
Show login overlay when attempting to update a beatmap while logged out
|
2022-09-12 17:51:45 +09:00 |
|
|
31225066a1
|
Merge pull request #19308 from frenzibyte/top-rank-badge-order
Fix best rank badge not handling legacy scores properly
|
2022-09-12 16:20:21 +09:00 |
|
|
94f8197e22
|
Show login overlay when attempting to update a beatmap while logged out
|
2022-09-12 16:15:14 +09:00 |
|
|
95062c2cc8
|
Remove center origin specification to avoid single-frame layout issues
|
2022-09-09 19:42:58 +03:00 |
|
|
dd10a06e3d
|
Merge branch 'master' into top-rank-badge-order
|
2022-09-09 19:38:44 +03:00 |
|
|
602ffebd54
|
Apply NRT and fix code style
|
2022-09-09 23:29:04 +09:00 |
|
|
d961b96897
|
Merge branch 'master' into search-filter
|
2022-09-09 23:25:54 +09:00 |
|
|
d463bd2f3f
|
Merge pull request #20130 from Exanc/master
Display 0 stars instead of infinity for the minimum star slider
|
2022-09-08 17:51:32 +09:00 |
|
|
d523a2ac33
|
Rename default value field and make private
|
2022-09-08 15:53:08 +09:00 |
|
|
9ead5e59d3
|
Fix incorrectly displaying minimum value in placeholder messaging
|
2022-09-08 15:51:15 +09:00 |
|
|
f3bda4e040
|
Fix weird edge case of nullability in CarouselRoot
A bit unfortunately, but it's what we get for having ctor level bindings..
|
2022-09-07 14:27:25 +09:00 |
|
|
e18b524f8e
|
Fix missing null checks on selectedBeatmap fields in BeatmapCarousel
|
2022-09-07 14:12:35 +09:00 |
|
|
241d33d415
|
Apply NRT to BeatmapCarousel
|
2022-09-07 14:07:53 +09:00 |
|
|
4ea7ca4c07
|
Slight tweak to the StarsSlider
- MinimumStarsSlider now shows "0" when at it's minimum
- Modified and NoResultsPlaceholder the tooltip to stay consistent with the changes
|
2022-09-05 00:09:20 +02:00 |
|
|
1524623624
|
Fix back-to-front filter logic
Was copied across from a place which was checking for `match` and
applied verbatim to a place that was `filter`. Which are polar
opposites.
|
2022-09-01 19:59:27 +09:00 |
|
|
82b9e1f0eb
|
Merge pull request #20011 from smoogipoo/scoring-refactor
Refactor scoring to remove async methods / simplify
|
2022-08-29 19:55:27 +09:00 |
|
|
423f6f90f2
|
Remove async calls from ScoreManager
|
2022-08-29 15:34:08 +09:00 |
|
|
a3e595a9aa
|
Update comment to include inserted indices
|
2022-08-26 14:51:19 +03:00 |
|
|
81c0a641b4
|
Fix selection fallback path not updated to check inserted indices
|
2022-08-26 14:51:08 +03:00 |
|
|
f38194fb40
|
Merge branch 'master' into carousel-maintain-selection-over-update
|
2022-08-26 14:35:19 +03:00 |
|
|
217fa00a72
|
Bring logic up-to-date
|
2022-08-26 19:32:49 +09:00 |
|
|
a146db0e35
|
Merge branch 'master' into carousel-perform-selection
|
2022-08-26 19:29:00 +09:00 |
|
|
55f1b43329
|
Removed check
|
2022-08-22 13:41:36 -04:00 |
|
|
bcab7aea26
|
Merge branch 'master' into add-date-created-sort
|
2022-08-22 04:02:46 -04:00 |
|
|
c2036d3893
|
Moved filter exclusion
|
2022-08-22 03:39:46 -04:00 |
|
|
09ef13908c
|
Adjust to reviews
|
2022-08-22 03:20:27 -04:00 |
|
|
0815b01b75
|
Merge pull request #19783 from bdach/mod-select/presets-dont-open-customisation
Fix selecting preset containing Difficulty Adjust automatically opening customisation panel
|
2022-08-22 15:44:00 +09:00 |
|
|
c6a739f5a8
|
Add date submitted sorting
|
2022-08-21 23:09:33 -04:00 |
|
|
37799e3b31
|
Allow preparing preview point without looping
|
2022-08-17 13:20:24 +09:00 |
|
|
9d2c2b71cf
|
Change conditional to check for insertions in addition to modifications
It is possible that the import process itself marks the previous
beatmaps as deleted due to an overlap in metadata or otherwise.
|
2022-08-16 16:21:36 +09:00 |
|
|
5ff2e41a55
|
Add preset column to mod select test scene
|
2022-08-15 18:38:37 +02:00 |
|
|
cbe5cb5d03
|
Merge branch 'master' into carousel-maintain-selection-over-update
|
2022-08-08 18:01:26 +09:00 |
|
|
839409d7ac
|
Add preset column to solo mod select overlay
|
2022-08-07 16:20:31 +02:00 |
|
|
a0d093be5c
|
Extract common implementation of delete dialog
|
2022-08-06 21:04:12 +02:00 |
|
|
c0e5f11c90
|
Merge pull request #19532 from frenzibyte/fix-new-items-sort-stability
Fix newly imported beatmaps not using correct comparer for sorting
|
2022-08-02 02:20:51 +09:00 |
|
|
fc7fc3d673
|
Fix newly imported beatmaps not using correct comparer for sorting
|
2022-08-01 19:13:57 +03:00 |
|
|
faefda9143
|
Fix song select not updating selected beatmap card on editor resume
|
2022-07-30 19:47:42 +03:00 |
|
|
ad482b8afc
|
Tidy up naming of collection dropdowns
|
2022-07-28 13:57:21 +09:00 |
|
|
67c7f324ee
|
Simplify CollectionFilterDropdown filter flow weirdness
|
2022-07-28 13:57:21 +09:00 |
|
|
438067a18b
|
Convert realm data propagation to more correctly use Live<T>
wip
|
2022-07-27 19:35:09 +09:00 |
|
|
41393616d8
|
Replace BeatmapCollection with RealmBeatmapCollection
|
2022-07-27 19:35:09 +09:00 |
|
|
9c543fef48
|
Remove CollectionManager
|
2022-07-27 18:45:33 +09:00 |
|
|
e6a3659581
|
Guard against NewModifiedIndices being empty
|
2022-07-27 14:23:47 +09:00 |
|
|
24d75612e2
|
Always attempt to follow selection, even if difficulty name / metadata change
|
2022-07-27 14:18:53 +09:00 |
|
|
8105d4854a
|
Fix beatmap carousel not maintaining selection if currently selected beatmap is updated
|
2022-07-27 13:33:48 +09:00 |
|
|
8f7dff5c2c
|
Merge pull request #19378 from peppy/beatmap-update-test
Add separate beatmap update flow to handle edge cases better
|
2022-07-26 18:49:20 +09:00 |
|
|
a4f6f2b9eb
|
Make item ID comparer static
|
2022-07-26 09:55:37 +03:00 |
|
|
8370ca9765
|
Add ImportAsUpdate method to IModelImporter to avoid otehr changes
|
2022-07-26 15:49:04 +09:00 |
|