Dean Herbert
|
1aa95de530
|
Merge branch 'master' into score-ordering
|
2021-09-07 17:45:38 +09:00 |
|
smoogipoo
|
4658577b1d
|
Factor in total score calculation time in results screen load
|
2021-09-07 15:19:09 +09:00 |
|
Dean Herbert
|
93da531d13
|
Improve code around background screen handling to read better
|
2021-09-07 14:35:33 +09:00 |
|
smoogipoo
|
c9325cc419
|
Fix results screen test scene
|
2021-09-07 14:15:23 +09:00 |
|
smoogipoo
|
20100b8894
|
Fix a few test failures
|
2021-09-06 20:20:52 +09:00 |
|
smoogipoo
|
401d38fc05
|
Fix possible nullref
|
2021-09-06 19:07:37 +09:00 |
|
Dean Herbert
|
e0ee2a5533
|
Change section title to read better
|
2021-09-05 13:34:57 +09:00 |
|
Dean Herbert
|
25420af078
|
Rename method to drop redundant ruleset suffix
|
2021-09-05 13:34:23 +09:00 |
|
Bartłomiej Dach
|
1a90fb1ef3
|
Fix cached property being assigned twice
|
2021-09-04 19:52:42 +02:00 |
|
Bartłomiej Dach
|
ce1912781e
|
Add extension point for ruleset-specific beatmap setup sections
|
2021-09-02 23:29:14 +02:00 |
|
Dean Herbert
|
7688ea7057
|
Merge branch 'master' into score-ordering
|
2021-09-02 19:19:52 +09:00 |
|
Dan Balasescu
|
6c649b7bbe
|
Merge branch 'master' into no-more-sample-control-points-info
|
2021-09-02 18:09:05 +09:00 |
|
Dean Herbert
|
f223be0760
|
Merge branch 'master' into score-ordering
|
2021-09-02 14:45:59 +09:00 |
|
Dan Balasescu
|
aadef41182
|
Merge pull request #14601 from peppy/fix-editor-setup-screen-pixel-leakage
Fix pixels poking out of the top edge of editor setup screen
|
2021-09-02 14:03:37 +09:00 |
|
smoogipoo
|
f7c1177cc9
|
Fix ScorePanelList nullref when scores are added too soon
|
2021-09-01 20:35:06 +09:00 |
|
Dean Herbert
|
ef64c05af8
|
Merge pull request #14533 from frenzibyte/move-incompatibility-icon
Move mod incompatibility logic to "local player" mod select overlays
|
2021-09-01 18:12:27 +09:00 |
|
Dean Herbert
|
9e21f5a59c
|
Rename LocalPlayer to User in mod select prefixes
|
2021-09-01 17:22:52 +09:00 |
|
Dean Herbert
|
0319177c5c
|
Fix pixels poking out of the top edge of editor setup screen
|
2021-09-01 16:46:19 +09:00 |
|
smoogipoo
|
88fc53200e
|
Refactor
|
2021-09-01 15:41:52 +09:00 |
|
Dean Herbert
|
edf29e405b
|
Merge pull request #14581 from bdach/setup-screen-countdown-settings
Add countdown settings to setup screen
|
2021-09-01 15:35:46 +09:00 |
|
smoogipoo
|
2de076a74b
|
Merge branch 'adjust-classic-scoring' into score-ordering
|
2021-09-01 15:06:55 +09:00 |
|
Bartłomiej Dach
|
5dc938cc9f
|
Update tests to match expectations
|
2021-08-31 22:41:47 +02:00 |
|
Bartłomiej Dach
|
04773b51bb
|
Remove countdown toggle transition for now
Tricky to get right and the design isn't final as is anyway, so leaving
*something* functioning as a best-effort for now.
|
2021-08-31 22:41:40 +02:00 |
|
smoogipoo
|
fee94236de
|
Fix update-thread pauses
|
2021-08-31 21:36:31 +09:00 |
|
smoogipoo
|
bfcadcc4ac
|
Revert some changes
|
2021-08-31 19:18:01 +09:00 |
|
Dean Herbert
|
ce0d7cce2d
|
Merge branch 'remove-ijsonserializable' into no-more-sample-control-points-info
|
2021-08-31 14:40:54 +09:00 |
|
Dean Herbert
|
c25ab6835c
|
Remove IJsonSerializable interface
Was pretty pointless and made it hard to use the custom serialisation
terms arbitrarily in tests.
|
2021-08-31 14:39:20 +09:00 |
|
Bartłomiej Dach
|
ddf9d2aa6c
|
Add test coverage
|
2021-08-30 22:55:58 +02:00 |
|
Bartłomiej Dach
|
eec9f6d191
|
Add countdown settings to design section
|
2021-08-30 22:51:41 +02:00 |
|
Salman Ahmed
|
6154642075
|
Merge branch 'master' into local-popover-containers
|
2021-08-30 15:44:29 +03:00 |
|
Dan Balasescu
|
b95da3ca27
|
Merge pull request #14576 from peppy/update-framework
Update framework
|
2021-08-30 21:09:58 +09:00 |
|
smoogipoo
|
caa797cbf4
|
Attempt to reorder score panel list
|
2021-08-30 19:58:35 +09:00 |
|
smoogipoo
|
e19d81c88c
|
Fix potential incorrect ordering
|
2021-08-30 19:41:44 +09:00 |
|
smoogipoo
|
4ebb11472d
|
Update Leaderboard to reorder scores based on scoring mode
|
2021-08-30 19:34:34 +09:00 |
|
Henry Lin
|
8137eee527
|
Reuse value to save enum name
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
|
2021-08-30 18:05:47 +08:00 |
|
Henry Lin
|
04bf667d0d
|
Parse partially typed enum names in filter query
|
2021-08-30 17:49:18 +08:00 |
|
Dean Herbert
|
ccacf56dd8
|
Move to legacy namespace
|
2021-08-30 17:14:53 +09:00 |
|
Dean Herbert
|
7257aae7f2
|
Move samples to LegacyControlPointInfo
|
2021-08-30 17:14:53 +09:00 |
|
Dean Herbert
|
f64efdc4a9
|
Merge branch 'update-extension-usages' into update-framework
|
2021-08-30 16:00:09 +09:00 |
|
Dan Balasescu
|
7be825f470
|
Merge pull request #14488 from frenzibyte/multi-spectator-player-leaving
Gray out and stop player instances who quit during multi-spectator sessions
|
2021-08-30 12:04:19 +09:00 |
|
Salman Ahmed
|
e374ef163d
|
Update localisable formattable extensions usages inline with framework change
|
2021-08-29 15:00:28 +03:00 |
|
Bartłomiej Dach
|
fcc3e57d5d
|
Move overlay colour provider up to editor screen
|
2021-08-28 20:05:58 +02:00 |
|
Bartłomiej Dach
|
e94d96f250
|
Add local popover container to editor screens
|
2021-08-28 20:05:58 +02:00 |
|
Bartłomiej Dach
|
7457480b50
|
Add local popover container to lounge subscreen
|
2021-08-28 20:05:58 +02:00 |
|
Salman Ahmed
|
378734a7f8
|
Separate solo spectator player and "exit on restart" logic to own class
|
2021-08-27 13:24:37 +03:00 |
|
Dean Herbert
|
2b06dacd0e
|
Change debounce back to using scheduler
Should better allow for adjusting in the future, as well.
|
2021-08-27 18:57:19 +09:00 |
|
Dean Herbert
|
33aa48bcf6
|
Merge branch 'master' into lobby-sounds
|
2021-08-27 18:46:12 +09:00 |
|
Bartłomiej Dach
|
d71dff4340
|
Merge branch 'master' into skip-overlay-optimisations
|
2021-08-26 22:38:17 +02:00 |
|
Jamie Taylor
|
56baecdde4
|
Add missing interaction sfx to MatchTypePicker
|
2021-08-26 15:30:20 +09:00 |
|
Jamie Taylor
|
e341f471b0
|
Add lobby sfx for join/leave/kick/ready/unready events
|
2021-08-26 15:29:22 +09:00 |
|