Layendan
|
5e9f195117
|
Fix tests failing if playlist was empty
|
2025-02-09 23:27:28 -07:00 |
|
Layendan
|
f9bda0524a
|
Update button text to include downloaded beatmaps and collection status
|
2025-02-09 18:45:13 -07:00 |
|
Layendan
|
d4c69f0c90
|
Assume room is setup correctly and remove duplicate maps before querying realm
|
2025-02-07 04:04:29 -07:00 |
|
Layendan
|
aad12024b0
|
remove using cache, improve tests, and revert loading
|
2025-02-07 03:13:51 -07:00 |
|
Layendan
|
2aa930a36c
|
Corrected notification strings
|
2025-02-06 17:46:49 -07:00 |
|
Layendan
|
6769a74c92
|
Add loading in case cache lookup takes longer than expected
|
2025-02-06 17:23:06 -07:00 |
|
Layendan
|
b7483b9442
|
Add playlist collection button w/ tests
|
2025-02-06 07:25:45 -07:00 |
|
Dean Herbert
|
05b1002e9d
|
Adjust layout and code quality slightly
|
2025-01-24 15:57:13 +09:00 |
|
Layendan
|
d326f23576
|
Remove unused method
|
2025-01-23 15:39:18 -07:00 |
|
Layendan
|
b0a7237fd6
|
Fix formatting
|
2025-01-23 15:37:30 -07:00 |
|
Layendan
|
13c64b59af
|
Inherit menu items from parent class
|
2025-01-23 15:36:20 -07:00 |
|
Layendan
|
f673d16a1f
|
Fix formatting
|
2025-01-22 11:42:11 -07:00 |
|
Layendan
|
2a5a2738e1
|
Add context menu to open in browser to rooms
|
2025-01-21 12:45:23 -07:00 |
|
Dean Herbert
|
383fda7431
|
Fix star range display looking a bit bad when changing opacity
|
2025-01-07 16:42:06 +09:00 |
|
Dean Herbert
|
1211f6cf4c
|
Add auto-start setting for 10 seconds
As touched on in
https://github.com/ppy/osu/discussions/31205#discussioncomment-11671185.
Doesn't require server-side changes as the server just uses a
`TimeSpan`.
|
2025-01-02 13:06:34 +09:00 |
|
Dean Herbert
|
47d81e7dee
|
Fix null inspections on GameplayChatDisplay
|
2024-12-17 19:10:09 +09:00 |
|
Dean Herbert
|
313de33986
|
Adjust padding to avoid wrapping on checkbox text
|
2024-12-13 15:42:30 +09:00 |
|
Bartłomiej Dach
|
0328708889
|
Store value of toggle to setting
|
2024-12-12 15:17:39 +09:00 |
|
Bartłomiej Dach
|
61ee830588
|
Adjust copy
|
2024-12-12 15:17:39 +09:00 |
|
Bartłomiej Dach
|
d8d5a00f3b
|
Merge branch 'master' into filter-playing-rooms
|
2024-12-12 13:06:22 +09:00 |
|
Dean Herbert
|
e8c0e27cc0
|
Adjust in line with upstream changes
|
2024-12-11 18:17:59 +09:00 |
|
Dean Herbert
|
0aa17a905b
|
Increase timed update frequency and add inline comment
|
2024-12-11 18:08:34 +09:00 |
|
Dean Herbert
|
a3998fbd52
|
Merge branch 'master' into better-room-status
|
2024-12-11 18:06:55 +09:00 |
|
Bartłomiej Dach
|
b37a06c0fe
|
Hide "show playing rooms" toggle when in filter mode it doesn't make sense with
|
2024-12-11 13:24:54 +09:00 |
|
Bartłomiej Dach
|
3352571f2a
|
Add ability to filter out currently playing rooms
Addresses https://osu.ppy.sh/community/forums/topics/2013293?n=1.
|
2024-12-11 13:24:08 +09:00 |
|
Bartłomiej Dach
|
637fe07b31
|
Rename Room{Status -> Mode}Filter
I need the "status" term free for an upcoming change. And web calls this
parameter "mode" as well:
642e973f91/app/Models/Multiplayer/Room.php (L184-L199)
so it works in my head.
|
2024-12-11 12:36:42 +09:00 |
|
Dan Balasescu
|
ad4df82593
|
Improve multiplayer listing search by making it fuzzy
|
2024-12-04 16:26:36 +09:00 |
|
Dan Balasescu
|
be05f2a1c2
|
Merge pull request #30929 from timschumi/rate-change-ready
Account for rate changing mods when disabling the "Ready" button
|
2024-12-03 16:30:16 +09:00 |
|
Tim Schumacher
|
e920cfa187
|
Move rate-changing TODO to a common place in CalculateRateWithMods
|
2024-12-02 23:49:51 +01:00 |
|
Bartłomiej Dach
|
6c0ccc5ebe
|
Merge pull request #30863 from frenzibyte/improve-back-button-display
Delay back button appearance when performing a quick restart
|
2024-12-02 11:49:45 +01:00 |
|
Dean Herbert
|
ddac71628d
|
Merge branch 'master' into multi-spectator-settings-sidebar
|
2024-12-01 18:33:46 +09:00 |
|
Tim Schumacher
|
164b809c89
|
Document ready button enable state with some comments
|
2024-11-30 23:02:22 +01:00 |
|
Tim Schumacher
|
f4e155bfa6
|
Account for rate changing mods when disabling the "Ready" button
|
2024-11-30 16:01:32 +01:00 |
|
Bartłomiej Dach
|
c93c549b05
|
Fix ready button not disabling on playlist close
|
2024-11-28 14:17:31 +01:00 |
|
Bartłomiej Dach
|
9926ffd326
|
Make button a little narrower
|
2024-11-28 14:06:12 +01:00 |
|
Bartłomiej Dach
|
ac2c4e81c7
|
Use switch
|
2024-11-28 14:04:39 +01:00 |
|
Bartłomiej Dach
|
2e6f43a75d
|
Merge branch 'master' into close-playlists
|
2024-11-28 14:01:36 +01:00 |
|
Bartłomiej Dach
|
0d491e3159
|
Merge branch 'master' into fix-daily-challenge-leaderboard
|
2024-11-28 09:41:24 +01:00 |
|
Dean Herbert
|
70eee8882a
|
Remove unnecessary null check
|
2024-11-28 15:42:37 +09:00 |
|
Dean Herbert
|
0f73941808
|
Combine new implementation back into the old one and use everywhere
|
2024-11-27 17:47:42 +09:00 |
|
Dean Herbert
|
9c707ed341
|
Rename class and fix padding considerations
|
2024-11-27 16:47:54 +09:00 |
|
Dean Herbert
|
5ce55e9cb4
|
Merge branch 'master' into multi-spectator-settings-sidebar
|
2024-11-27 16:35:05 +09:00 |
|
Salman Alshamrani
|
dfbccc2144
|
Knock some sense into the playlists results screen implementation
As we're moving towards using the `/playlist/<id>/scores/<id>` endpoint,
the existing playlists results screen classes needed some restructuring.
|
2024-11-27 01:20:43 -05:00 |
|
Salman Alshamrani
|
9083daf363
|
Fix epic code failure
I wasn't feeling well last night.
|
2024-11-26 20:04:36 -05:00 |
|
Salman Alshamrani
|
3e1b4f4ac5
|
Rename AllowBackButton to AllowUserExit and rewrite visibility flow structure
Co-authored-by: Dean Herbert <pe@ppy.sh>
|
2024-11-26 16:52:39 -05:00 |
|
Dan Balasescu
|
4c7976bb93
|
Remove unused using
|
2024-11-26 21:11:48 +09:00 |
|
Dan Balasescu
|
af0c6fc51b
|
Add Room.HasEnded helper method
|
2024-11-26 21:09:28 +09:00 |
|
Salman Alshamrani
|
7201bac60d
|
Remove DailyChallengePlayer
|
2024-11-26 01:10:19 -05:00 |
|
Salman Alshamrani
|
c1416f9920
|
Bring back user-based endpoint for viewing result screen from playlists lounge
|
2024-11-26 01:10:12 -05:00 |
|
Salman Alshamrani
|
d150aeef2b
|
Use score-based endpoint everywhere
|
2024-11-26 01:01:59 -05:00 |
|