nanashi-1
|
9101ad0cbd
|
fixed naming
|
2022-11-16 09:42:40 +08:00 |
|
nanashi-1
|
5973bb1956
|
AddButton now returns the button
|
2022-11-15 20:57:31 +08:00 |
|
nanashi-1
|
1186ed3e32
|
add disable
|
2022-11-15 20:56:18 +08:00 |
|
nanashi-1
|
e8d170e772
|
disable certain options when no beatmap is selected
|
2022-11-15 20:55:55 +08:00 |
|
Dean Herbert
|
1aa0e40f2f
|
Add "Component" prefix to lookup naming
|
2022-11-09 17:46:43 +09:00 |
|
Dean Herbert
|
e75c3b3f94
|
Rename SkinnableTarget to GlobalSkinLookup
|
2022-11-09 17:46:43 +09:00 |
|
Dean Herbert
|
391840404d
|
Play exiting transition in both directions
|
2022-11-07 11:59:43 +09:00 |
|
Dean Herbert
|
c40c70509e
|
Improve song select transition to gameplay
|
2022-11-04 15:24:37 +09:00 |
|
Dean Herbert
|
20dd405c2b
|
Merge branch 'master' into maintain-common-mod-selection
|
2022-11-03 15:32:40 +09:00 |
|
Dean Herbert
|
d9d083752a
|
Clamp backwards index to total current items to fix edge case of item removal
|
2022-10-26 11:03:11 +09:00 |
|
Dean Herbert
|
cf3bf41b49
|
Harden and simplify logic to avoid weird issues
|
2022-10-25 18:57:15 +09:00 |
|
Dean Herbert
|
22ea9a8ab4
|
Add early return of carousel group has no items
|
2022-10-25 13:34:22 +09:00 |
|
Dean Herbert
|
2456a18bc1
|
Rewrite implementation to avoid duplicated LINQ returns
|
2022-10-25 12:48:17 +09:00 |
|
Endrik Tombak
|
5a118cfdc3
|
Merge branch 'master' of https://github.com/ppy/osu into carousel-perform-selection
Conflicts:
osu.Game.Tests/Visual/SongSelect/TestSceneBeatmapCarousel.cs
|
2022-10-24 21:40:48 +03:00 |
|
Salman Ahmed
|
01c65d3cc1
|
Remove seemingly unnecessary/leftover code
|
2022-10-14 02:16:36 +03:00 |
|
Salman Ahmed
|
964ed01abb
|
Add confirmation dialog for updating locally modified beatmaps
|
2022-10-13 02:40:15 +03:00 |
|
Dean Herbert
|
a44ba579c5
|
Fix beatmap update button not respecting user "prefer no video" setting
Closes #20701.
|
2022-10-11 14:27:40 +09:00 |
|
Dean Herbert
|
d9f678d942
|
Change song select random key binding to not handle key repeat
|
2022-10-03 18:16:54 +09:00 |
|
Dean Herbert
|
5fc836d1f0
|
Apply NRT to BeatmapLeaderboard / MatchLeaderboard
|
2022-09-26 16:17:28 +09:00 |
|
Dean Herbert
|
32d56fe3a9
|
Use request cancellation and IsDisposed guard instead of more Schedule
|
2022-09-26 16:02:33 +09:00 |
|
Dean Herbert
|
0fa5e1b28e
|
Fix intermittent leaderboard crash due to request finishing after drawable is disposed
|
2022-09-23 20:18:44 +09:00 |
|
Dean Herbert
|
5b73f24864
|
Fix outdated scores being held by BeatmapLeaderboard after external beatmap switch
|
2022-09-21 15:21:32 +09:00 |
|
Dean Herbert
|
68c040175a
|
Ensure Leaderboard.Scores is updated immediately via request flow
|
2022-09-20 17:02:57 +09:00 |
|
Dean Herbert
|
46db3ad96d
|
Move implementation to individual classes
|
2022-09-20 00:06:02 +09:00 |
|
Dean Herbert
|
4c4fdfd153
|
Provide scores directly to Player instance rather than relying on DI
|
2022-09-16 18:15:17 +09:00 |
|
Dean Herbert
|
0227eddda1
|
Merge branch 'master' into gameplay-leaderboards
|
2022-09-16 15:44:58 +09:00 |
|
Dean Herbert
|
b4e6a20846
|
Fix song select status prefix matching no longer working
Regressed in #19275 due to weird logic.
Closes #20289.
|
2022-09-14 12:59:05 +09:00 |
|
Dean Herbert
|
94693a4667
|
Fix oversight when making interface implementation explicit
|
2022-09-13 19:55:57 +09:00 |
|
Dean Herbert
|
6d167070f8
|
Add back DI leaderboard retrieval via bindable pathway
|
2022-09-13 18:45:11 +09:00 |
|
Dan Balasescu
|
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 |
|
Dan Balasescu
|
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 |
|
Dean Herbert
|
94f8197e22
|
Show login overlay when attempting to update a beatmap while logged out
|
2022-09-12 16:15:14 +09:00 |
|
Salman Ahmed
|
95062c2cc8
|
Remove center origin specification to avoid single-frame layout issues
|
2022-09-09 19:42:58 +03:00 |
|
Salman Ahmed
|
dd10a06e3d
|
Merge branch 'master' into top-rank-badge-order
|
2022-09-09 19:38:44 +03:00 |
|
Dean Herbert
|
602ffebd54
|
Apply NRT and fix code style
|
2022-09-09 23:29:04 +09:00 |
|
Dean Herbert
|
d961b96897
|
Merge branch 'master' into search-filter
|
2022-09-09 23:25:54 +09:00 |
|
Dean Herbert
|
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 |
|
Dean Herbert
|
d523a2ac33
|
Rename default value field and make private
|
2022-09-08 15:53:08 +09:00 |
|
Dean Herbert
|
9ead5e59d3
|
Fix incorrectly displaying minimum value in placeholder messaging
|
2022-09-08 15:51:15 +09:00 |
|
Dean Herbert
|
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 |
|
Dean Herbert
|
e18b524f8e
|
Fix missing null checks on selectedBeatmap fields in BeatmapCarousel
|
2022-09-07 14:12:35 +09:00 |
|
Dean Herbert
|
241d33d415
|
Apply NRT to BeatmapCarousel
|
2022-09-07 14:07:53 +09:00 |
|
Exanc
|
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 |
|
Dean Herbert
|
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 |
|
Dean Herbert
|
82b9e1f0eb
|
Merge pull request #20011 from smoogipoo/scoring-refactor
Refactor scoring to remove async methods / simplify
|
2022-08-29 19:55:27 +09:00 |
|
Dan Balasescu
|
423f6f90f2
|
Remove async calls from ScoreManager
|
2022-08-29 15:34:08 +09:00 |
|
Salman Ahmed
|
a3e595a9aa
|
Update comment to include inserted indices
|
2022-08-26 14:51:19 +03:00 |
|
Salman Ahmed
|
81c0a641b4
|
Fix selection fallback path not updated to check inserted indices
|
2022-08-26 14:51:08 +03:00 |
|
Salman Ahmed
|
f38194fb40
|
Merge branch 'master' into carousel-maintain-selection-over-update
|
2022-08-26 14:35:19 +03:00 |
|
Dean Herbert
|
217fa00a72
|
Bring logic up-to-date
|
2022-08-26 19:32:49 +09:00 |
|