Bartłomiej Dach
|
9c30b1d3e0
|
Merge branch 'master' into exact-match-song-select
|
2023-06-26 22:33:50 +02:00 |
|
Bartłomiej Dach
|
4cb122dad4
|
Escape user input before embedding into regex
|
2023-06-26 22:27:48 +02:00 |
|
Bartłomiej Dach
|
8a7a42b7ec
|
Remove weird nullable enable and double licence header
|
2023-06-26 22:19:52 +02:00 |
|
timiimit
|
e1cbcabe0b
|
Fix skip not always triggering in multiplayer
|
2023-06-26 21:26:41 +02:00 |
|
Dean Herbert
|
a74547c43c
|
Add exact match support at song select
|
2023-06-26 18:26:44 +09:00 |
|
Dean Herbert
|
14c95f4584
|
Apply NRT to FilterCriteria
|
2023-06-26 17:54:11 +09:00 |
|
Dean Herbert
|
b240ce295b
|
Rename class and key to better match expectations
|
2023-06-26 13:38:34 +09:00 |
|
Bastian Pedersen
|
a7153478d6
|
Use newly create localised strings for buttons
|
2023-06-25 21:03:07 +02:00 |
|
Dean Herbert
|
3d1a8aeb54
|
Use more understandable cancel button text
|
2023-06-25 21:25:16 +09:00 |
|
Bartłomiej Dach
|
a7202721ff
|
Merge branch 'master' into no-confirmation-on-update-restart
|
2023-06-25 13:35:21 +02:00 |
|
Bartłomiej Dach
|
e273c223a8
|
Fix some more missed CI inspections
|
2023-06-24 17:11:38 +02:00 |
|
Bartłomiej Dach
|
e3a89a6273
|
Fix remaining obvious CI inspections
|
2023-06-24 16:07:01 +02:00 |
|
Dean Herbert
|
df5b389629
|
Manual fixes to reduce warnings to zero
|
2023-06-24 01:52:53 +09:00 |
|
Dean Herbert
|
0ab0c52ad5
|
Automated pass
|
2023-06-24 01:00:03 +09:00 |
|
Dean Herbert
|
1dc7c05c12
|
Merge branch 'master' into no-confirmation-on-update-restart
|
2023-06-23 15:33:01 +09:00 |
|
Dean Herbert
|
f66b787b12
|
Show ongoing operations in exit confirmation dialog
Also changes the button to a dangerous button, forcing user acknowledgement
|
2023-06-23 15:20:19 +09:00 |
|
Dean Herbert
|
693b7c9906
|
Reorganise resolved fields in MainMenu
|
2023-06-23 15:19:47 +09:00 |
|
Dean Herbert
|
20aedc82ac
|
Remove unused code
|
2023-06-23 14:47:32 +09:00 |
|
Dean Herbert
|
6df617d536
|
Rename ExitConfirmOverlay to be more explicit about purpose
|
2023-06-23 14:46:38 +09:00 |
|
Dean Herbert
|
11a97e1bb8
|
Move confirmation bypass implementation to MainMenu to allow for more correct logic
|
2023-06-23 14:42:56 +09:00 |
|
Bartłomiej Dach
|
0ce4d17e30
|
Merge pull request #23888 from peppy/fix-intro-playing-twice
Fix music sometimes restarting twice if exiting song select with no beatmap selected
|
2023-06-22 22:49:15 +02:00 |
|
Bartłomiej Dach
|
a753c89dea
|
Merge pull request #23974 from peppy/fix-multiplayer-present-beatmap
Fix presenting beatmaps while in a multiplayer room not working
|
2023-06-22 22:48:48 +02:00 |
|
Bartłomiej Dach
|
65d4506ef2
|
Merge branch 'master' into save-replay-hotkey
|
2023-06-22 18:51:30 +02:00 |
|
Dean Herbert
|
07a00e8afd
|
Fix typo in comment
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
|
2023-06-22 00:02:02 +09:00 |
|
Dean Herbert
|
7b4cbea362
|
Allow nullable to fix test usages
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
|
2023-06-22 00:01:48 +09:00 |
|
Dean Herbert
|
59b1f08d53
|
Don't require exit confirmation when there are no ongoing operations that could be interrupted
|
2023-06-21 19:06:28 +09:00 |
|
Dean Herbert
|
655491ae2d
|
Fix potential null ref in ResultsScreen
|
2023-06-21 17:50:06 +09:00 |
|
Dean Herbert
|
1907beb0c9
|
Add FireAndForget to stray Task.Run
|
2023-06-21 17:48:55 +09:00 |
|
Dean Herbert
|
9ca772421d
|
Improve and combine logic that exists in two classes
|
2023-06-21 17:48:12 +09:00 |
|
Dean Herbert
|
2e02b4a85b
|
Apply more correct fix for double-playing menu track
|
2023-06-20 18:35:51 +09:00 |
|
Dean Herbert
|
0a81170bca
|
Merge branch 'master' into fix-intro-playing-twice
|
2023-06-20 18:34:22 +09:00 |
|
Dean Herbert
|
10ed3787a0
|
Don't show song select screen when local user doesn't have permission to add an item
|
2023-06-20 18:27:19 +09:00 |
|
Dean Herbert
|
dc1b4a39aa
|
Fix presenting beatmaps while in a multiplayer room not working
|
2023-06-20 18:23:59 +09:00 |
|
Dean Herbert
|
4bd121d3b8
|
Also add hotkey to export replays
|
2023-06-20 16:54:37 +09:00 |
|
Dean Herbert
|
1e0e29847f
|
Apply NRT and hotkey support to save replay button at results screen
|
2023-06-20 16:29:15 +09:00 |
|
Dean Herbert
|
69526f25bb
|
Add hotkey to save replay
Defaults to `F2` aka stable.
|
2023-06-19 20:45:29 +09:00 |
|
Dean Herbert
|
84fc6e92db
|
Fix slightly incorrect calculations
|
2023-06-19 20:23:46 +09:00 |
|
Dean Herbert
|
4314f9f46a
|
Merge branch 'master' into fix-distance-snap-grid-centering
|
2023-06-19 20:22:09 +09:00 |
|
Dean Herbert
|
425d3c23f5
|
Fix some code layout and NRT some classes
|
2023-06-19 01:03:43 +09:00 |
|
Bartłomiej Dach
|
9ba4bf5fb7
|
Merge branch 'master' into add-mod-search-option
|
2023-06-18 15:06:21 +02:00 |
|
Dean Herbert
|
eb31fdecee
|
Apply osu! side changes in line with FocusedOverlayContainer.PopIn abstract change
See https://github.com/ppy/osu-framework/pull/5834
|
2023-06-18 20:57:32 +09:00 |
|
Bartłomiej Dach
|
eafd774044
|
Bring back old formatting spec
|
2023-06-17 20:03:24 +02:00 |
|
Dean Herbert
|
4919069ea6
|
Avoid humanizer regex compilation overhead when opening song select for the first time
|
2023-06-18 02:19:03 +09:00 |
|
Bartłomiej Dach
|
2976145150
|
Merge pull request #23937 from peppy/order-by-total-score-extension
Move `OrderByTotalScore()` to an extension method
|
2023-06-16 22:18:27 +02:00 |
|
Bartłomiej Dach
|
28696f595f
|
Privatise setter
|
2023-06-16 16:24:07 +02:00 |
|
Dean Herbert
|
d965d39c44
|
Fix distance snap grid circles not correctly being centered on snap point
|
2023-06-16 17:21:32 +09:00 |
|
Dean Herbert
|
36954e55ad
|
Fix incorrect mapping when distance spacing is not 1.0x
|
2023-06-16 17:15:45 +09:00 |
|
Dean Herbert
|
003949ac4e
|
Merge branch 'master' into limited-distance-spacing
|
2023-06-16 16:56:22 +09:00 |
|
Dean Herbert
|
362aa4b376
|
Also move GetMaxAchievableCombo
|
2023-06-16 15:26:13 +09:00 |
|
Dean Herbert
|
ce41ef6e5d
|
Move OrderByTotalScore() to an extension method
|
2023-06-16 15:24:30 +09:00 |
|