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 |
|
Acid Chicken (硫酸鶏)
|
3003fc1061
|
refactor(osu.Game): improve code quality
|
2022-09-07 02:29:15 +09:00 |
|
Salman Ahmed
|
90207b6032
|
Merge branch 'master' into feature/EditorDeleteDiff
|
2022-09-06 18:48:06 +03:00 |
|
Dean Herbert
|
66c44f5913
|
Delegate interface to valid target
|
2022-09-06 22:26:46 +09:00 |
|
Dean Herbert
|
bc1212f4e6
|
Change NonGameplayAdjustments to GameplayAdjustments and convert TrueGameplayRate to extension method
|
2022-09-06 22:26:46 +09:00 |
|
Dean Herbert
|
db15bd56e8
|
Invalidate working beatmap cache when calling DeleteDifficultyImmediately rather than in editor code
|
2022-09-06 18:12:47 +09:00 |
|
Acid Chicken (硫酸鶏)
|
b109e5de6c
|
chore(osu.Game): align height of bars on timing distribution graph to basalHeight first and combine their transitions into each one
|
2022-09-06 00:04:10 +09:00 |
|
Dean Herbert
|
266eb758aa
|
Use new flow to calcaulate TrueGameplayRate
|
2022-09-05 23:37:49 +09:00 |
|
Dean Herbert
|
7084aeee05
|
Add method flow to reset applied adjustments
|
2022-09-05 23:22:38 +09:00 |
|
Dean Herbert
|
e33486a766
|
Implement IAdjustableAudioComponent in MasterGameplayClockContainer
|
2022-09-05 23:20:02 +09:00 |
|
Dan Balasescu
|
2923c10cd8
|
Rewrite rooms to store multiple active countdowns
Update test to the new structure
|
2022-09-05 19:03:26 +09:00 |
|
Dean Herbert
|
57954bb8f5
|
Enable nullability on TimelineHitObjectBlueprint
|
2022-09-05 14:50:43 +09:00 |
|
Mk-56spn
|
aace334fb3
|
Fix some test issues
|
2022-09-05 04:49:48 +02:00 |
|
Dan Balasescu
|
07d4a025b0
|
Merge pull request #20109 from frenzibyte/online-play-room-status-inconsistency
Fix room status dropdown placement inconsistent between multiplayer and playlists
|
2022-09-05 11:19:56 +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 |
|
Acid Chicken (硫酸鶏)
|
7e77c9e8b4
|
chore(osu.Game): only the first result should be white at zero position on HitEventTimingDistributionGraph
|
2022-09-05 04:44:27 +09:00 |
|
Acid Chicken (硫酸鶏)
|
b67fd3d880
|
chore(osu.Game): split transform duration of bars on HitTimingDistributionGraph
|
2022-09-05 03:45:51 +09:00 |
|
Acid Chicken (硫酸鶏)
|
0af6b3dc0f
|
chore(osu.Game): colorize bars by OD on HitEventTimingDistributionGraph
|
2022-09-05 02:02:38 +09:00 |
|
Acid Chicken (硫酸鶏)
|
5f0832ead7
|
refactor(osu.Game): separate OsuColour.ForHitResult by usage
|
2022-09-05 01:58:57 +09:00 |
|
Mk-56spn
|
0c6d8efa28
|
Large code refactor, Implementation of shapes option drop down
|
2022-09-04 17:24:12 +02:00 |
|
Salman Ahmed
|
e8fa872f61
|
Fix room status dropdown position inconsistent on online-play screens
|
2022-09-03 16:14:21 +03:00 |
|
Mk-56spn
|
51061c3a12
|
Bug fixing and parameter adjustments
|
2022-09-03 01:27:22 +02:00 |
|
Mk-56spn
|
534c40e18e
|
Initial version
|
2022-09-02 23:07:30 +02:00 |
|
Dean Herbert
|
bc5340e33a
|
Merge branch 'master' into fix_progress_bar_info
|
2022-09-02 18:00:35 +09:00 |
|
Dean Herbert
|
4f18105e9d
|
Ensure next beatmap selected matches the menu ordering
|
2022-09-02 17:57:00 +09:00 |
|
Dean Herbert
|
840d1c4cd5
|
Disable delete difficulty menu item when only one difficulty is present
|
2022-09-02 17:14:48 +09:00 |
|
Dean Herbert
|
9fd8067e11
|
Tidy up dialog and deletion flow
|
2022-09-02 17:07:09 +09:00 |
|
Dean Herbert
|
605108c938
|
Refactor/rename deletion method to read better
|
2022-09-02 16:59:01 +09:00 |
|
Dean Herbert
|
b388428e1c
|
Merge branch 'master' into feature/EditorDeleteDiff
|
2022-09-02 16:48:38 +09:00 |
|
Dean Herbert
|
6a35b233e5
|
Merge branch 'master' into remove-dispose-updates
|
2022-09-01 23:03:19 +09: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 |
|
HiddenNode
|
4a630b5384
|
Implemented SizePreservingSpriteText
|
2022-08-31 22:05:06 +01:00 |
|
Dan Balasescu
|
c852c54055
|
Consume auto skip setting during play
|
2022-08-31 20:24:15 +09:00 |
|
Dan Balasescu
|
b5ec7d06dd
|
Add auto-skip setting
Default to auto skip
|
2022-08-31 20:24:06 +09:00 |
|
Dan Balasescu
|
000412c50f
|
Merge pull request #20014 from peppy/fix-resume-skip-forward
Fix gameplay skipping forward during resume operation
|
2022-08-31 16:30:37 +09:00 |
|
Dan Balasescu
|
ccc08b816c
|
Merge pull request #20030 from peppy/notification-design-update
Update notification overlay design
|
2022-08-31 16:06:59 +09:00 |
|
Dean Herbert
|
7337d4c1aa
|
Merge branch 'master' into kps
|
2022-08-31 15:41:42 +09:00 |
|
Dan Balasescu
|
2bf74d2b38
|
Merge pull request #20039 from peppy/fix-skip-button-permanent-display
Fix skip button getting stuck on screen for certain beatmaps
|
2022-08-31 14:17:39 +09:00 |
|
Dean Herbert
|
cfc7c32aff
|
Merge pull request #20009 from frenzibyte/fix-back-to-front-comparison
Adjust weirdly back-to-front fallback comparison in `HitObjectOrderedSelectionContainer`
|
2022-08-31 14:14:10 +09:00 |
|
Dean Herbert
|
51346e0154
|
Fix skip button getting stuck on screen for certain beatmaps
Closes #20034.
|
2022-08-31 13:22:51 +09:00 |
|
Dean Herbert
|
3d93e0ded1
|
Merge branch 'master' into fix-resume-skip-forward
|
2022-08-31 12:16:15 +09:00 |
|
Dean Herbert
|
09aa3e065d
|
Move colouring to full icon content rather than background
|
2022-08-30 18:06:48 +09:00 |
|
Dean Herbert
|
5d41fdfc89
|
Remove unnecessary usage of DrawableAudioMixer in ScorePanel
|
2022-08-30 15:05:21 +09:00 |
|
Dean Herbert
|
27ad224f13
|
Remove probably unnecessary Seek on start
|
2022-08-30 01:21:44 +09:00 |
|
Dean Herbert
|
1bff540381
|
Remove debug changes
|
2022-08-29 22:14:07 +09:00 |
|
Dan Balasescu
|
0491addbbd
|
Merge pull request #19974 from peppy/no-gameplay-clock-editor-offset
Fix editor not applying offsets
|
2022-08-29 21:10:29 +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 |
|
Dean Herbert
|
75531d2d62
|
Fix gameplay skipping forward during resume operation
|
2022-08-29 19:51:16 +09:00 |
|