1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 16:47:24 +08:00
Commit Graph

68692 Commits

Author SHA1 Message Date
Dan Balasescu
95aab6c9d6
Merge pull request #29250 from frenzibyte/fix-pause-in-osu-again
Fix pause input handling in osu! not working like stable
2024-08-05 14:23:33 +09:00
Dan Balasescu
20b890570e
Replace try-finally with return
Try-finally has a small overhead that's unnecessary in this case given
how small the code block is.
2024-08-05 13:28:42 +09:00
Dan Balasescu
f92e2094c1
Adjust localisation string name + formatting 2024-08-05 12:34:24 +09:00
Dean Herbert
419d5a76ce
Merge branch 'master' into fix-pause-in-osu-again 2024-08-05 12:00:21 +09:00
Dan Balasescu
1fd1d8a8c6
Merge pull request #29282 from AkiraTenchi/patch-1 2024-08-05 09:15:03 +09:00
AkiraTenchi
a5a392e9fc
Update FilterQueryParser.cs
Add sr as an alias for star rating in the search parameters
2024-08-04 19:48:29 +02:00
kstefanowicz
b0757a13c2 Add "enter" hint to chatbox placeholder text while in-game 2024-08-04 12:32:08 -04:00
jkh675
2098fb8a9d Fix code quality 2024-08-05 00:08:02 +08:00
jkh675
1b25633e47 Fix headless test 2024-08-04 23:45:42 +08:00
jkh675
2720bcf285 Fix ruleset unit test 2024-08-04 22:37:54 +08:00
jkh675
b32d97b4c0 Remove decreapted property 2024-08-04 21:27:25 +08:00
jkh675
7cebf4c3d2 Fix code quality 2024-08-04 21:18:03 +08:00
jkh675
38dacfeaa2 Fix unit test 2024-08-04 21:12:09 +08:00
jkh675
2145368d17 Merge EditorContextMenuContainer into OsuContextMenuContainer 2024-08-04 21:00:43 +08:00
jkh675
7c83d6a883 Cleanup code 2024-08-04 19:56:41 +08:00
jkh675
273bd73a99 Fix unit test error 2024-08-04 19:50:57 +08:00
jkh675
5d31171fb0 Fix code quality 2024-08-04 19:43:43 +08:00
jkh675
3cc5466774 Refactor the code to follow IoC principle and more flexible 2024-08-04 19:39:06 +08:00
jkh675
27d6c4cecb Implement on beatmap editor 2024-08-04 19:16:14 +08:00
jkh675
5c5fcd7e7e Allow key event pass through selection handler 2024-08-04 19:11:21 +08:00
jkh675
1ff0c7cb46 Replace original menu container with custom one 2024-08-04 19:10:49 +08:00
jkh675
83aeb27c73 Replace original menu container to the custom one 2024-08-04 19:08:31 +08:00
jkh675
de6d8e7eb7 Add the custom context menu to handle the key event 2024-08-04 19:07:35 +08:00
jkh675
a1a65e5b45 Merge branch 'bugfix/visual/long-commet-tooltip-overflow' of https://github.com/jkh675/osu into bugfix/visual/long-commet-tooltip-overflow 2024-08-04 18:56:43 +08:00
jkh675
6f9866d542 Add unit test for OsuTooltip 2024-08-04 18:56:19 +08:00
Dean Herbert
48b320e7dd
Merge pull request #29273 from Joehuu/enum-description-searching
Allow searching enum descriptions from `SettingsEnumDropdown`s
2024-08-04 19:55:48 +09:00
Joseph Madamba
2daf1b58f2 Allow searching enum descriptions from SettingsEnumDropdowns 2024-08-03 14:48:08 -07:00
Dean Herbert
7765d0ff70
Merge pull request #29157 from frenzibyte/user-profile-daily-challenge-streak-display
Add daily challenge stats display to user profile overlay
2024-08-03 23:57:19 +09:00
Dean Herbert
d95d63d7ee
Undo localisation of Daily Challenge string for now 2024-08-03 22:44:51 +09:00
Dan Balasescu
040f65432e
Rename variables a bit 2024-08-03 19:40:06 +09:00
Dan Balasescu
a003703b77
Merge pull request #29259 from Joehuu/fix-customise-mod-header-flash-initial-state
Fix customise button on mod overlay initially showing flash layer indefinitely
2024-08-03 19:36:57 +09:00
Joseph Madamba
4ef9f335ee Fix customise button on mod overlay initially showing flash layer indefinitely 2024-08-02 10:19:59 -07:00
jkh675
a8141bf15f Only wrap by per word 2024-08-02 21:50:24 +08:00
Dan Balasescu
7bf96ce49a
Merge pull request #29231 from peppy/timeline-break-behind-objects
Show breaks behind objects in timeline
2024-08-02 21:28:11 +09:00
Dan Balasescu
8a10d63ddf
Merge pull request #29228 from peppy/fix-leaderboard-v2-insane-allocs
Fix insane transform allocations in new leaderboard display
2024-08-02 21:28:00 +09:00
Dan Balasescu
345772108d
Merge pull request #29256 from peppy/import-as-update-date-maintain
Fix date added sometimes getting reset when updating a beatmap
2024-08-02 21:27:49 +09:00
Dean Herbert
c27b35ad14
Update framework 2024-08-02 20:58:52 +09:00
Dean Herbert
dc73856f76
Fix original date not being restored when no changes are made on an import-as-update operation 2024-08-02 20:46:03 +09:00
Dean Herbert
531cf64ddb
Add failing test showing date added changing when importing as update with no change 2024-08-02 20:46:02 +09:00
jkh675
8265e7ce31 Reduce the tooltip max width 2024-08-02 19:44:55 +08:00
Caiyi Shyu
c85dc40f91
Merge branch 'master' into hover-open-mod-customise 2024-08-02 19:07:27 +08:00
Dean Herbert
0fde22b3ec
Merge pull request #29254 from smoogipoo/fix-mod-column-overflow
Fix mod panels overflowing into the column borders
2024-08-02 20:00:54 +09:00
Dan Balasescu
a2ce4803f7
Merge pull request #29253 from Cai1Hsu/local-interpolate-trail-parts
Interpolate parts in local space to avoid broken cursor trails
2024-08-02 19:42:39 +09:00
Dan Balasescu
64b7bab4fb
Fix mod panels overflowing into the column borders 2024-08-02 18:59:21 +09:00
Caiyi Shyu
4b5c163d93 remove unnecessary LayoutValue 2024-08-02 17:45:05 +08:00
Dan Balasescu
ad0f1778a2
Merge pull request #29249 from peppy/scroll-more-mod-overlay
Allow horizontal scrolling on mod select overlay anywhere on the screen
2024-08-02 18:44:47 +09:00
Caiyi Shyu
06af8cb952 interpolate parts in local space to avoid broken trails 2024-08-02 16:23:37 +08:00
Salman Ahmed
dc9f6a07cb Fix inspections 2024-08-02 11:16:32 +03:00
Salman Ahmed
f5a3eb5612 Add comment 2024-08-02 11:01:40 +03:00
Dean Herbert
76904272e6
Allow horizontal scrolling on mod select overlay anywhere on the screen
Closes https://github.com/ppy/osu/issues/29248.
2024-08-02 16:56:34 +09:00