Dean Herbert
e52d80a41b
Add more difficulty information and further tweaks to visuals
2024-08-07 19:08:04 +09:00
Dean Herbert
083fe32d20
Improve feel of animation
2024-08-07 19:07:45 +09:00
Salman Ahmed
a0615a8f18
Frenzi's WIP animation
2024-08-07 19:07:45 +09:00
Dean Herbert
cfccd74441
Add daily challenge intro sequence
2024-08-07 19:07:44 +09:00
Dean Herbert
6870311c1e
Remove requirement of specifying animateOnnter
in BackgroundScreen
ctor
2024-08-07 19:07:44 +09:00
Dean Herbert
b081b47714
Add test of daily challenge flow from main menu
2024-08-07 19:07:44 +09:00
Dean Herbert
3c05b975a0
Fix clicking the beatmap import notification at the daily challenge screen exiting to main menu
2024-08-07 19:07:43 +09:00
Dean Herbert
43f1fe350d
Fix PresentBeatmap
sometimes favouring an already DeletePending
beatmap
2024-08-07 19:07:43 +09:00
Dean Herbert
b1488fd5b7
Merge pull request #29027 from normalid-awa/feature/skin/legacy-input-overlay
...
Add legacy key counter support
2024-08-07 17:48:30 +09:00
Dan Balasescu
bab1c61498
Merge pull request #29292 from Givikap120/pp_refactoring_sr_to_pp
...
Pp Refactoring: Moved Difficulty to Performance conversion formulas to respective classes
2024-08-07 15:39:59 +09:00
Dan Balasescu
91e8772ccd
Merge pull request #29314 from peppy/highlight-username-lines
...
Highlight mentions in chat
2024-08-07 14:42:24 +09:00
Dean Herbert
a61bf670d8
Highlight mentions in chat
2024-08-07 01:33:56 +09:00
Dean Herbert
1aea8e911c
Add test coverage of chat mentions
2024-08-07 01:33:56 +09:00
Dean Herbert
725dc4de9b
Use transformers for per-skin key counter implementation
2024-08-06 18:17:21 +09:00
Dean Herbert
8619bbb943
Fix legacy key counter's background being visible when intended to be hidden
2024-08-06 16:12:00 +09:00
Dean Herbert
90395aea13
Fix incorrect colour fallback handling
...
Adds a note about `GetConfig` being stupid.
2024-08-06 15:43:39 +09:00
Dean Herbert
c4572ec265
Sanitise font sizes / weights
2024-08-06 15:17:43 +09:00
Dean Herbert
60fc02bb9b
Merge branch 'master' into feature/skin/legacy-input-overlay
2024-08-06 14:05:33 +09:00
Dan Balasescu
d637bbf752
Merge pull request #29286 from peppy/middle-click-delete
...
Allow object deletion with middle mouse
2024-08-06 13:38:56 +09:00
Givikap120
251d009394
moved conversion formulas to respective classes
2024-08-05 16:08:30 +03:00
Dean Herbert
f41bab0eb8
Merge pull request #29210 from normalid-awa/bugfix/visual/long-commet-tooltip-overflow
...
Limiting the `OsuTooltip` maximum width to prevent overflow
2024-08-05 18:09:07 +09:00
Dean Herbert
c37f617e1d
Adjust song select info icon size slightly
...
Not going to PR this it's just a minor tweak.
2024-08-05 17:21:50 +09:00
Dean Herbert
17eb134797
Merge branch 'master' into bugfix/visual/long-commet-tooltip-overflow
2024-08-05 17:01:20 +09:00
Dean Herbert
24a0ead62e
Make tests actually show what value they are testing
2024-08-05 17:01:00 +09:00
Dean Herbert
9c5e29b2c9
Fix test being disabled for cases which should pass
2024-08-05 16:58:00 +09:00
Dan Balasescu
fb8f80f1e2
Merge pull request #28792 from bdach/stacking-updates
...
Run stacking while performing movement in osu! composer
2024-08-05 15:46:20 +09:00
Dan Balasescu
117d6bf8d1
Merge branch 'master' into stacking-updates
2024-08-05 14:39:29 +09:00
Dean Herbert
c0814c2749
Add test of existing slider placement behaviour for safety
2024-08-05 14:25:10 +09:00
Dean Herbert
9673985e2c
Add test coverage of right/middle click behaviours with placement blueprints
2024-08-05 14:25:09 +09:00
Dean Herbert
0557b9ab79
Allow placement deletion with middle mouse
...
This is in addition to Shift + Right-click.
I thik middle mouse feels more natural and is a good permanent solution
to this issue.
Note that this also *allows triggering the context menu from placement
mode*. Until now it's done nothing. This may be annoying to users with
muscle memory but I want to make the change and harvest feedback. I
think showing the context menu is more correct behaviour (although
arguably it should return to placement mode on dismiss?).
2024-08-05 14:25:09 +09:00
Dan Balasescu
136cdcfb29
Merge pull request #29059 from frenzibyte/fix-results-fetching-twice
...
Fix results screen fetching scores twice when scrolled to edge
2024-08-05 14:23:47 +09:00
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
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
jkh675
273bd73a99
Fix unit test error
2024-08-04 19:50:57 +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 SettingsEnumDropdown
s
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