Dean Herbert
|
1eb8168a8d
|
Merge pull request #19522 from frenzibyte/improve-download-limit-message
Display readable error message when reaching download limit
|
2022-08-03 23:32:04 +09:00 |
|
Dean Herbert
|
7022d9e5f8
|
Fix test step names being too long
|
2022-08-03 21:13:49 +09:00 |
|
Dean Herbert
|
bacbf5b7f0
|
Update existing test expectations
|
2022-08-03 20:20:06 +09:00 |
|
Dean Herbert
|
87cc2db624
|
Merge branch 'master' into improve-download-limit-message
|
2022-08-03 20:17:02 +09:00 |
|
Dean Herbert
|
d3954fc583
|
Use existing localised error message
|
2022-08-03 20:15:46 +09:00 |
|
Dean Herbert
|
a32149fda1
|
Convert interface methods to extension methods
|
2022-08-03 20:07:55 +09:00 |
|
Dean Herbert
|
24d84890e4
|
Change all filter control button state test to until steps
There's multiple schedules at play which could be adding multi-frame
delays. let's play it safe and try and fix flaky tests.
Example of `Schedule` which could cause an issue:
392cb352cc/osu.Game/Collections/CollectionDropdown.cs (L77-L78)
Example of test failure:
https://github.com/ppy/osu/runs/7648118894?check_suite_focus=true
|
2022-08-03 20:03:07 +09:00 |
|
Dan Balasescu
|
b822a6de9e
|
Merge pull request #19564 from peppy/fix-legacy-song-progress-mouse-blocking
Fix `LegacySongProgress` incorrectly blocking mouse input from gameplay
|
2022-08-03 18:51:59 +09:00 |
|
Salman Ahmed
|
4063f92381
|
Merge branch 'master' into fix-legacy-song-progress-mouse-blocking
|
2022-08-03 12:12:58 +03:00 |
|
Salman Ahmed
|
dbdfa90012
|
Merge pull request #19563 from peppy/realm-migration-safety
Change migration logic to ignore realm pipe files regardless of database filename
|
2022-08-03 12:11:50 +03:00 |
|
Dean Herbert
|
16ff8d5c38
|
Use different variable source
|
2022-08-03 17:47:32 +09:00 |
|
Dean Herbert
|
6ad6561e1c
|
Fix LegacySongProgress incorrectly blocking mouse input from gameplay
Closes #19555.
|
2022-08-03 17:42:29 +09:00 |
|
Dean Herbert
|
f743dc623f
|
Change migration logic to ignore realm pipe files regardless of database filename
|
2022-08-03 17:37:30 +09:00 |
|
Bartłomiej Dach
|
add2971eb4
|
Implement preset creation flow with test coverage
|
2022-08-02 22:05:54 +02:00 |
|
Bartłomiej Dach
|
7251389e43
|
Add localisations for add preset button
|
2022-08-02 22:05:34 +02:00 |
|
Bartłomiej Dach
|
059a465fe8
|
Add border to popover for better visual contrast
|
2022-08-02 22:03:33 +02:00 |
|
Bartłomiej Dach
|
1b3074d098
|
Implement popover for creating mod presets
|
2022-08-02 22:03:33 +02:00 |
|
Bartłomiej Dach
|
085080576a
|
Add button for creating new mod presets
|
2022-08-02 22:03:32 +02:00 |
|
andy840119
|
8d175bc402
|
Remove the null check.
|
2022-08-02 23:14:08 +08:00 |
|
andy840119
|
c8c2758d63
|
give the object a default value(null).
|
2022-08-02 23:02:14 +08:00 |
|
andy840119
|
13b2441c51
|
give the field a default value.
|
2022-08-02 22:29:54 +08:00 |
|
andy840119
|
11a4bb5833
|
Prevent return the null value.
|
2022-08-02 22:29:54 +08:00 |
|
andy840119
|
78cc28d75f
|
Remove nullable disable annotation and fix the api broken.
|
2022-08-02 22:29:54 +08:00 |
|
Dean Herbert
|
258ad7c6b9
|
Tidy up kiai time access
|
2022-08-02 18:18:40 +09:00 |
|
Dean Herbert
|
cc4cde2c79
|
Improve IBeatSyncProvider interface and reduce beatmap track dependence
|
2022-08-02 17:59:18 +09:00 |
|
Dean Herbert
|
7022c6382d
|
Add localisation support for local modification strings
|
2022-08-02 16:30:14 +09:00 |
|
Dean Herbert
|
8cb02f47eb
|
Mark BeatmapSet.Status as modified when any beatmap is modified, rather than all
|
2022-08-02 16:08:58 +09:00 |
|
Dean Herbert
|
df76f9f4da
|
Fix some additional metadata being updated when it shouldn't (with local changes)
|
2022-08-02 15:49:22 +09:00 |
|
Dean Herbert
|
227906e30e
|
Merge pull request #19543 from peppy/dont-clear-chat-overlay
Avoid clearing chat overlay textbox when pressing "back" key binding
|
2022-08-02 14:34:17 +09:00 |
|
Dean Herbert
|
34ffc51c51
|
Avoid clearing chat overlay textbox when pressing "back" key binding
Generally this is expected behaviour for usages of focused text boxes
(ie. to clear search content), but not so much here.
Addresses https://github.com/ppy/osu/discussions/19403#discussioncomment-3230395.
|
2022-08-02 13:56:03 +09:00 |
|
Dan Balasescu
|
fc0914bf77
|
Merge pull request #19536 from frenzibyte/playlists-settings-leak
Fix playlist settings reference leak due to unsafe binding
|
2022-08-02 13:30:55 +09:00 |
|
Dan Balasescu
|
4295dc3cb9
|
Merge pull request #19535 from naipofo/overlay-filter-rank
Hide F rank from the beatmap overlay
|
2022-08-02 13:06:27 +09:00 |
|
Dean Herbert
|
4adc8375e9
|
Add more xmldoc and avoid BeatmapSet status being set when it shouldn't be
|
2022-08-02 12:12:02 +09:00 |
|
Dan Balasescu
|
9a468f85f7
|
Merge pull request #19534 from andy840119/fix-up-remaining-issue-in-the-mods
Update nullability specifications in osu!catch and osu!taiko mods
|
2022-08-02 12:09:44 +09:00 |
|
Dean Herbert
|
5501195ed7
|
Merge pull request #19538 from bdach/mod-overlay/sheared-button-broken-autosize
Fix broken sheared button autosizing logic
|
2022-08-02 11:51:14 +09:00 |
|
andy840119
|
eb73f9e88c
|
Remove un-need using.
|
2022-08-02 10:23:52 +08:00 |
|
Bartłomiej Dach
|
298efa5391
|
Fix broken ShearedButton autosizing logic
|
2022-08-01 22:04:16 +02:00 |
|
Bartłomiej Dach
|
923d9a4e5f
|
Add failing assertions to demonstrate autosize failure
|
2022-08-01 22:04:14 +02:00 |
|
NaiPofo
|
3356909026
|
Merge branch 'master' into overlay-filter-rank
|
2022-08-01 21:54:44 +02:00 |
|
Salman Ahmed
|
7354f9e6ba
|
Remove localisation for now
|
2022-08-01 22:05:52 +03:00 |
|
Dean Herbert
|
c0e5f11c90
|
Merge pull request #19532 from frenzibyte/fix-new-items-sort-stability
Fix newly imported beatmaps not using correct comparer for sorting
|
2022-08-02 02:20:51 +09:00 |
|
Salman Ahmed
|
7e9d11ee24
|
Enable NRT on playlists settings overlay
|
2022-08-01 20:15:08 +03:00 |
|
Salman Ahmed
|
c851e3d8f3
|
Fix playlist settings reference leak due to unsafe callback binding
|
2022-08-01 20:08:18 +03:00 |
|
notmyname
|
6686b09549
|
Hide F rank from beatmap overlay
|
2022-08-01 18:54:00 +02:00 |
|
andy840119
|
b1d320bf67
|
Use non-nullable instead in the taiko ruleset.
|
2022-08-02 00:48:23 +08:00 |
|
andy840119
|
1fe7e4d19a
|
Use non-nullable instead in the catch ruleset.
|
2022-08-02 00:45:47 +08:00 |
|
Salman Ahmed
|
fc7fc3d673
|
Fix newly imported beatmaps not using correct comparer for sorting
|
2022-08-01 19:13:57 +03:00 |
|
Dean Herbert
|
0fcae08d38
|
Show "locally modified" pill when local modifications have been made
|
2022-08-02 00:52:38 +09:00 |
|
Dean Herbert
|
01cc9bd7ef
|
Merge pull request #19479 from frenzibyte/carousel-update-on-resume
Fix song select not updating selected beatmap card on editor resume
|
2022-08-02 00:48:18 +09:00 |
|
Salman Ahmed
|
682192dbd7
|
Add failing test case
|
2022-08-01 18:43:01 +03:00 |
|