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
|
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
|
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 |
|
Dean Herbert
|
6f0c8c286b
|
Merge pull request #23906 from Joehuu/truncate-room-name
Truncate online play drawable room name text
|
2023-06-16 00:22:04 +09:00 |
|
Salman Ahmed
|
39db17d2e9
|
Use better method to avoid rewinding to deleted beatmaps
|
2023-06-15 11:22:11 +03:00 |
|
Salman Ahmed
|
cabb4dfaa8
|
Merge branch 'master' into fix-rewind-bug
|
2023-06-15 10:59:15 +03:00 |
|
Salman Ahmed
|
2360219b55
|
Merge branch 'master' into fix-rewind-bug
|
2023-06-15 10:48:23 +03:00 |
|
Dan Balasescu
|
e78950a162
|
Merge pull request #23884 from peppy/argon-progress-visibility-light-background
Adjust argon progress display to work well on bright backgrounds
|
2023-06-15 15:50:53 +09:00 |
|
Salman Ahmed
|
24d8e336e2
|
Remove width limit on room status text in favour of cell distribution
|
2023-06-14 07:55:09 +03:00 |
|
Joseph Madamba
|
05bdc92426
|
Add right padding according to right detail shear
|
2023-06-13 14:00:56 -07:00 |
|
Joseph Madamba
|
2a3f2ff122
|
Truncate room name text
|
2023-06-13 13:56:29 -07:00 |
|
Joseph Madamba
|
df49a48d4d
|
Put left and right details inside GridContainer
|
2023-06-13 13:48:47 -07:00 |
|
Dean Herbert
|
f553efba8a
|
Fix playback controls in editor handling key repeat when they probably shouldn't
Closes https://github.com/ppy/osu/issues/23903.
|
2023-06-14 02:30:15 +09:00 |
|
Joseph Madamba
|
0adb399ea8
|
Use anchor instead of FillFlowContainer
|
2023-06-13 00:09:58 -07:00 |
|
Joseph Madamba
|
a5c3c9a93f
|
Use FillFlowContainer instead of GridContainer for drawable room background gradient
|
2023-06-12 23:30:08 -07:00 |
|
Bartłomiej Dach
|
af3fbdbfbe
|
Merge pull request #23829 from Joehuu/truncating-text-tooltips
Add tooltips to truncated text
|
2023-06-12 23:43:31 +02:00 |
|
Salman Ahmed
|
7269b4807e
|
Merge branch 'master' into improve-song-select-enter-performance
|
2023-06-12 13:13:59 +03:00 |
|
Dean Herbert
|
855185ca85
|
Adjust argon song progress bar's background fill to always display
|
2023-06-12 16:43:28 +09:00 |
|
Dean Herbert
|
84670d4c90
|
Adjust argon graph to use a non-gray colour range
|
2023-06-12 16:22:40 +09:00 |
|
Cootz
|
036479dd9d
|
Merge branch 'master' into add-mod-search-option
|
2023-06-09 16:27:18 +03:00 |
|
Dean Herbert
|
c2663f27a1
|
Fix audio settings not displaying while watching a replay
|
2023-06-09 17:58:44 +09:00 |
|
Dean Herbert
|
78b2e6f3df
|
Add setting to limit distance snapping to current time
As discussed in https://github.com/ppy/osu/discussions/23815#discussioncomment-6124116.
|
2023-06-09 15:54:33 +09:00 |
|
Dan Balasescu
|
3c51b5a53a
|
Merge pull request #23809 from peppy/crop-texture-uploads-song-select
Greatly improve song select performance by cropping beatmap backgrounds before display
|
2023-06-09 15:04:57 +09:00 |
|
Joseph Madamba
|
85fedbd025
|
Add tooltips to truncated text
|
2023-06-08 19:44:07 -07:00 |
|
Bartłomiej Dach
|
4b3b22f046
|
Merge branch 'master' into beat-divisor-better-defaults
|
2023-06-08 20:35:03 +02:00 |
|
Bartłomiej Dach
|
b66d1aa33d
|
Fix code quality inspection
|
2023-06-08 20:32:16 +02:00 |
|
Bartłomiej Dach
|
e6503c24c8
|
Merge branch 'master' into crop-texture-uploads-song-select
|
2023-06-08 12:24:16 +02:00 |
|