Dean Herbert
|
310def64f4
|
Merge branch 'master' into user-profile-daily-challenge-streak-display
|
2024-08-02 15:40:46 +09:00 |
|
Dean Herbert
|
729039406b
|
Add colouring for play count
Matches https://github.com/ppy/osu-web/pull/11381.
|
2024-08-02 15:38:17 +09:00 |
|
Dean Herbert
|
816dee181a
|
Rename classes to remove "streak" terminology
Since the primary display isn't showing a streak.
|
2024-08-02 15:33:30 +09:00 |
|
Dean Herbert
|
d76fc34cf8
|
Update to use localiastions
|
2024-08-02 15:33:25 +09:00 |
|
Dean Herbert
|
d9c965c47b
|
Update resources
|
2024-08-02 15:27:21 +09:00 |
|
Dean Herbert
|
3c1907ced3
|
Update LocalisationAnalyser to latest version
|
2024-08-02 14:53:18 +09:00 |
|
Dean Herbert
|
4c15485074
|
Merge pull request #29244 from Joehuu/fix-double-sounds-playlist-item
Fix click sounds playing twice on `OsuRearrangeableListItem`
|
2024-08-02 11:49:23 +09:00 |
|
Joseph Madamba
|
1e38d1fa57
|
Apply corner radius at a higher level so hover click sounds account for it
|
2024-08-01 18:45:47 -07:00 |
|
Joseph Madamba
|
0fac8148ed
|
Fix collection delete button not having hover click sounds
|
2024-08-01 18:30:52 -07:00 |
|
Joseph Madamba
|
b883ff6c7b
|
Fix click sounds playing twice on OsuRearrangeableListItem
|
2024-08-01 18:18:00 -07:00 |
|
Bartłomiej Dach
|
cd28fa7325
|
Merge pull request #29211 from peppy/always-show-control-points-timing
Always show timing points in timeline when at the timing screen
|
2024-07-31 16:46:55 +02:00 |
|
Bartłomiej Dach
|
c180e2e04b
|
Merge pull request #29212 from peppy/flash-customise-button
Flash customise button on mod overlay when it becomes available
|
2024-07-31 16:39:35 +02:00 |
|
Dean Herbert
|
5098d637b5
|
Flash customise button on mod overlay when it becomes available
|
2024-07-31 19:55:20 +09:00 |
|
Dean Herbert
|
2d52bab77b
|
Always show timing points in timeline when at the timing screen
Supersedes https://github.com/ppy/osu/pull/29196.
|
2024-07-31 19:43:08 +09:00 |
|
Dean Herbert
|
e329427d6e
|
Apply nullability to Timeline
|
2024-07-31 19:28:32 +09:00 |
|
Dean Herbert
|
cbfb569ad4
|
Update resources
|
2024-07-31 14:37:56 +09:00 |
|
Dean Herbert
|
e9ed9ff58b
|
Merge pull request #29188 from bdach/daily-challenge/better-messaging
Add notification on daily challenge conclusion & start of new one
|
2024-07-31 13:35:25 +09:00 |
|
Dean Herbert
|
e77489f2a9
|
Allow notification of new strings
|
2024-07-31 03:10:36 +09:00 |
|
Dean Herbert
|
bdc465e1c6
|
Reword notification text slightly
|
2024-07-31 03:06:35 +09:00 |
|
Dean Herbert
|
5ebb5ad670
|
Fix test failure due to TestMetadataClient providing null statistics array
|
2024-07-31 02:53:10 +09:00 |
|
Dan Balasescu
|
13669fe949
|
Merge pull request #29201 from peppy/chat-less-username-truncation
Adjust chat sizing to better fit long usernames
|
2024-07-30 23:09:48 +09:00 |
|
Dean Herbert
|
7f22ade90d
|
Fix oversight in timekeeping
|
2024-07-30 21:59:59 +09:00 |
|
Dean Herbert
|
8daeb8e86f
|
Merge pull request #29204 from smoogipoo/cursortrail-cross-thread-fix
Submit vertices in local space to avoid cross-thread access
|
2024-07-30 21:55:13 +09:00 |
|
Dan Balasescu
|
ff7815c3c5
|
Submit vertices in local space to avoid cross-thread access
|
2024-07-30 20:13:00 +09:00 |
|
Dean Herbert
|
d75c170ba1
|
Merge branch 'master' into daily-challenge/better-messaging
|
2024-07-30 19:04:48 +09:00 |
|
Dean Herbert
|
d5f9173288
|
Remove unused local variable
|
2024-07-30 19:04:43 +09:00 |
|
Dean Herbert
|
25747fdeb3
|
Fix edge case where minutes are same but hour is different
|
2024-07-30 18:06:56 +09:00 |
|
Dean Herbert
|
7229ae83ea
|
Adjust sizing and distribution of timestamp and username
|
2024-07-30 18:03:56 +09:00 |
|
Dean Herbert
|
6670f79258
|
Reduce overall size of chat text
|
2024-07-30 18:03:56 +09:00 |
|
Dean Herbert
|
4557ad43d5
|
Reduce padding on chat lines to give more breathing room
|
2024-07-30 17:52:56 +09:00 |
|
Dean Herbert
|
71649005bf
|
Elongate usernames in DrawableChannel test
|
2024-07-30 17:52:55 +09:00 |
|
Dean Herbert
|
a2a73232f3
|
Avoid showing timestamp in chat line when repeated
|
2024-07-30 17:52:55 +09:00 |
|
Dean Herbert
|
e63080eb2e
|
Don't show seconds in chat timestamps
|
2024-07-30 17:52:54 +09:00 |
|
Dean Herbert
|
71acb7e9fc
|
Merge pull request #29137 from normalid-awa/feature/visual/chatline-background-altering
Alternate background colour of chat lines to better visually distinguish wrapped lines
|
2024-07-30 17:51:41 +09:00 |
|
Dean Herbert
|
c80f338893
|
Merge pull request #29198 from bdach/fix-difficulty-bindable
Fix incorrect `DifficultyBindable` logic
|
2024-07-30 17:50:58 +09:00 |
|
Bartłomiej Dach
|
1b57a2a136
|
Show new daily challenge notification globally
|
2024-07-30 10:36:26 +02:00 |
|
Dean Herbert
|
d48849040b
|
Merge pull request #29182 from bdach/revert-present-score
Force exit to main menu when presenting scores from within playlists / multiplayer
|
2024-07-30 17:24:27 +09:00 |
|
Bartłomiej Dach
|
a05f810724
|
Attempt to fix tests more
|
2024-07-30 10:07:38 +02:00 |
|
Dean Herbert
|
fc78dc9f38
|
Adjust paddings to avoid scrollbar overlap
|
2024-07-30 16:45:36 +09:00 |
|
Dean Herbert
|
bf10a91082
|
Adjust colouring to work better across multiple usages
|
2024-07-30 16:45:35 +09:00 |
|
Bartłomiej Dach
|
6813f5ee0a
|
Fix incorrect DifficultyBindable logic
|
2024-07-30 08:39:20 +02:00 |
|
Bartłomiej Dach
|
ae38e66036
|
Add failing test coverage
|
2024-07-30 08:39:01 +02:00 |
|
Salman Ahmed
|
91dfe4515b
|
Fix daily challenge display showing incorrect statistic
|
2024-07-30 08:12:03 +03:00 |
|
Salman Ahmed
|
dca61eb76c
|
Remove no longer used dependency
|
2024-07-30 07:07:11 +03:00 |
|
Salman Ahmed
|
7c3d592a84
|
Fix user profile overlay test scene being broke
|
2024-07-30 07:06:59 +03:00 |
|
Salman Ahmed
|
33fc6dfaff
|
Hide daily challenge display when not selecting osu!
Also hide when no user is displayed.
|
2024-07-30 07:06:59 +03:00 |
|
Salman Ahmed
|
8b910e59f6
|
Reduce tooltip shadow outline
|
2024-07-30 06:37:29 +03:00 |
|
Salman Ahmed
|
9868fb4aaa
|
Remove tier-based colour from the condensed piece to match web
|
2024-07-30 06:36:02 +03:00 |
|
Salman Ahmed
|
78417db06d
|
Remove stray line
|
2024-07-30 06:35:09 +03:00 |
|
Joseph Madamba
|
9299f74c6c
|
Merge pull request #29193 from frenzibyte/split-position-inspector-lines
Enforce new line between X/Y coordinate in editor position inspector
|
2024-07-29 18:29:30 -07:00 |
|