tsrk
|
e128b9ee5c
|
fix(SegmentedGraph): make ctor public
|
2023-01-11 14:03:19 +01:00 |
|
Dean Herbert
|
e9571be4ab
|
Fix incorrect application layer causing completely discoloured circles
|
2023-01-11 19:29:17 +09:00 |
|
Dean Herbert
|
0d1046ed83
|
Add full colour application to kiai sprites
|
2023-01-11 19:29:17 +09:00 |
|
Dean Herbert
|
a87debab0f
|
Fix kiai flash opacity on legacy skins being too intense
|
2023-01-11 19:29:17 +09:00 |
|
tsrk
|
42ff8c75fa
|
refactor: make class not abstract
|
2023-01-11 11:22:18 +01:00 |
|
mk56-spn
|
621c75daed
|
Add updated SkinDeserialisationTest.cs including BPM counter
|
2023-01-11 11:16:24 +01:00 |
|
tsrk
|
578d16f2bc
|
perf: Do not draw sectoins that are less than 1px
|
2023-01-11 11:11:31 +01:00 |
|
MK56
|
1597bcbb6f
|
Merge branch 'master' into JudgementCounter
|
2023-01-11 11:04:37 +01:00 |
|
Dean Herbert
|
08ca62205a
|
Merge pull request #22123 from stanriders/group-badges
Implement user group badges
|
2023-01-11 18:42:50 +09:00 |
|
Dean Herbert
|
2dcc61caf5
|
Add extra level of nullabiliy checking because NRT is not present
|
2023-01-11 17:38:08 +09:00 |
|
Dean Herbert
|
df54410075
|
Fix skin fail sound not correctly playing
Closes #21719. Tested using skin in issue thread.
|
2023-01-11 17:31:30 +09:00 |
|
Dean Herbert
|
3b55153609
|
Merge pull request #22122 from Stedoss/beatmapsetoverlay-fetch-on-login
Fix `BeatmapSetOverlay` not showing a pending request after logging in
|
2023-01-11 16:51:52 +09:00 |
|
Dean Herbert
|
b1a13286a3
|
Remove some redundancies
|
2023-01-11 16:50:37 +09:00 |
|
Dean Herbert
|
318867f486
|
Fix previous badges potentially not being cleared if new user has no badges
|
2023-01-11 16:48:47 +09:00 |
|
Dean Herbert
|
e0d58d51b6
|
Split out classes into own files and rename GroupInfoContainer to a flow
|
2023-01-11 16:47:29 +09:00 |
|
Dean Herbert
|
eb398de1a6
|
Merge pull request #22114 from frenzibyte/fix-overlay-not-blocking-scroll
Fix game overlays not blocking scroll properly
|
2023-01-11 16:30:44 +09:00 |
|
Dean Herbert
|
5a5ea2c54a
|
Merge pull request #22005 from bdach/user-profile/decouple-from-api-user
Decouple user profile overlay from `APIUser` model
|
2023-01-11 16:27:00 +09:00 |
|
Dean Herbert
|
b710f86d75
|
Refactor to use tuples and de-duplicate request code
|
2023-01-11 16:15:28 +09:00 |
|
Dean Herbert
|
d1ca4ebd40
|
Merge pull request #21559 from OliBomby/stream-tool-1
Add segment end completions list to SliderPath
|
2023-01-11 15:31:04 +09:00 |
|
Dean Herbert
|
2b0aee0e3e
|
Merge pull request #22129 from smoogipoo/remove-mania-hp-drain
Remove mania hp drain
|
2023-01-11 15:05:58 +09:00 |
|
StanR
|
5441c02a1a
|
Implement user group badges
|
2023-01-11 07:11:38 +03:00 |
|
Dan Balasescu
|
f03677f394
|
Remove HP drain from mania
|
2023-01-11 13:01:18 +09:00 |
|
Dan Balasescu
|
d9a6e4b862
|
Ensure drain lenience of 1.0 completly removes drain
|
2023-01-11 13:01:11 +09:00 |
|
Dean Herbert
|
5d32184180
|
Revert "Add triage action"
This reverts commit 43d9c28978 .
Not working for us
|
2023-01-11 12:31:28 +09:00 |
|
Dean Herbert
|
b338d761de
|
Merge pull request #22124 from smoogipoo/add-triage-action
Add triage action
|
2023-01-11 11:59:30 +09:00 |
|
Dan Balasescu
|
43d9c28978
|
Add triage action
|
2023-01-11 11:34:31 +09:00 |
|
Joseph Madamba
|
b5caa1b778
|
Rename pause gameplay keybind to reflect other behavior
|
2023-01-10 15:53:41 -08:00 |
|
Joseph Madamba
|
974a8d520c
|
Add basic toggle pause tests
|
2023-01-10 15:51:22 -08:00 |
|
Joseph Madamba
|
404d34f592
|
Refactor pause test to actually use quick exit action keybinding
|
2023-01-10 15:43:50 -08:00 |
|
Joseph Madamba
|
51dbe2c3a3
|
Refactor pause test to actually use back action keybinding
|
2023-01-10 15:43:06 -08:00 |
|
Joseph Madamba
|
776b60f3b3
|
Fix manual input manager test scenes not matching game input hierarchy
Fix popover using on key down
Fix popover not expiring when using global action
|
2023-01-10 15:35:26 -08:00 |
|
Stedoss
|
44de24f153
|
BeatmapSetOverlay fetch on login state change
|
2023-01-10 23:30:09 +00:00 |
|
ansel
|
b38cf8c56c
|
Use empty string as default
|
2023-01-11 02:26:25 +03:00 |
|
tsrk
|
21073f3601
|
reafactor: use DrawNode to draw SegmenteddGraph
|
2023-01-10 22:49:35 +01:00 |
|
Wleter
|
98ffcd33c7
|
Merge branch 'ppy:master' into SliderEnd-Snap
|
2023-01-10 21:22:13 +01:00 |
|
Wleter
|
88060a3ea0
|
add snapping for slider's end
|
2023-01-10 21:21:09 +01:00 |
|
Wleter
|
e5863fbaf1
|
add ScreenSpaceEndPoint field
|
2023-01-10 21:20:09 +01:00 |
|
Wleter
|
38bb7ac0c7
|
add fields for path's end location
|
2023-01-10 21:16:34 +01:00 |
|
Bartłomiej Dach
|
c7151ad69b
|
Merge pull request #22078 from mk56-spn/carousel_nullability_disabling_removal
Remove #nullable-disable from carousel and related classes
|
2023-01-10 20:15:40 +01:00 |
|
Bartłomiej Dach
|
62e12277d8
|
Rename things yet again
|
2023-01-10 19:30:01 +01:00 |
|
Bartłomiej Dach
|
502478614a
|
Merge branch 'master' into user-profile/decouple-from-api-user
|
2023-01-10 19:13:33 +01:00 |
|
Salman Ahmed
|
11648db910
|
Fix game overlays not blocking scroll properly
|
2023-01-10 21:01:06 +03:00 |
|
Salman Ahmed
|
9633a3f58f
|
Add failing test coverage
|
2023-01-10 21:01:06 +03:00 |
|
Bartłomiej Dach
|
1eaabb5ca8
|
Merge branch 'master' into carousel_nullability_disabling_removal
|
2023-01-10 18:39:42 +01:00 |
|
Bartłomiej Dach
|
aab84d50eb
|
Remove boxing overhead in CarouselItem comparator
|
2023-01-10 18:35:06 +01:00 |
|
Dean Herbert
|
23a78e6fad
|
Combine commit button enabled handling
|
2023-01-10 23:59:17 +09:00 |
|
Dean Herbert
|
cde45cdd3e
|
Merge pull request #21739 from integerrr/score-export-date
Append date to score export filename
|
2023-01-10 23:33:38 +09:00 |
|
Dean Herbert
|
af458f6f66
|
Merge pull request #22105 from frenzibyte/improve-score-import-logging
Improve missing beatmap failure logging on score import
|
2023-01-10 22:28:38 +09:00 |
|
Dean Herbert
|
a22b7298c6
|
Adjust english slightly
|
2023-01-10 22:27:36 +09:00 |
|
Salman Ahmed
|
0d6b9ebc0f
|
Display number of failing models during batch-import
|
2023-01-10 13:32:10 +03:00 |
|