Salman Ahmed
|
0cb1741c7f
|
Merge pull request #17086 from peppy/fix-profile-badge-cancellation
|
2022-03-04 10:38:11 +03:00 |
|
Salman Ahmed
|
3fdc7ed9d2
|
Remove brackets surrounding one-line statements
|
2022-03-04 10:14:19 +03:00 |
|
Salman Ahmed
|
5d337e41cf
|
Merge branch 'master' into fix-profile-badge-cancellation
|
2022-03-04 10:07:09 +03:00 |
|
Salman Ahmed
|
129c290ca0
|
Dispose cancellation token source on disposal
|
2022-03-04 10:01:07 +03:00 |
|
Salman Ahmed
|
76c293b9e9
|
Fix cancellation token source recreated on every medal
|
2022-03-04 10:00:56 +03:00 |
|
Riley Quinn
|
8491bab77c
|
Replace string locale with Language
|
2022-03-04 00:57:13 -06:00 |
|
Dean Herbert
|
5a164e4520
|
Hide adjustment when no adjustment is applied
|
2022-03-04 15:19:55 +09:00 |
|
Dean Herbert
|
e9e92b991e
|
Fix calibrating offset from previous non-zero offset not applying adjustment correctly
|
2022-03-04 15:09:44 +09:00 |
|
Dean Herbert
|
8c7b1e0aa8
|
Only construct the adjustment portion of bars when required
|
2022-03-04 15:01:54 +09:00 |
|
Dean Herbert
|
2785218b79
|
Only apply animation if the bar is going to be larger than the minimum height
|
2022-03-04 14:59:53 +09:00 |
|
Dean Herbert
|
92cd8ee29f
|
Decrease overhead of hit event distribution tests
|
2022-03-04 14:56:49 +09:00 |
|
Riley Quinn
|
81a49057ec
|
Fix wiki links containing locale not loading when opened from chat.
|
2022-03-03 23:38:51 -06:00 |
|
Dean Herbert
|
540d7d0e2c
|
Add the ability to set and show an offset value on timing distribution graph
|
2022-03-04 14:36:15 +09:00 |
|
Salman Ahmed
|
95044bbbac
|
Merge branch 'master' into fix-storyboard-sample-rate
|
2022-03-04 08:17:40 +03:00 |
|
Salman Ahmed
|
271dbb672f
|
Merge pull request #17071 from peppy/fix-test-null-ref-key-bind-lookup
|
2022-03-04 08:17:01 +03:00 |
|
Dean Herbert
|
d3e04fe594
|
Colour centre bin in distribution graph differently
|
2022-03-04 14:09:27 +09:00 |
|
Dean Herbert
|
c063a73742
|
Fix autosize weirdness by specifying a constant size for the x axis
|
2022-03-04 14:05:42 +09:00 |
|
Dean Herbert
|
010fa7ed01
|
Allow an offset to be shown on the timing distribution graph
|
2022-03-04 14:05:42 +09:00 |
|
Dean Herbert
|
e09dd7d8fe
|
Fix calibrating offset from previous non-zero offset not applying adjustment correctly
|
2022-03-04 13:25:14 +09:00 |
|
Salman Ahmed
|
06b46d2b5e
|
Merge branch 'master' into fix-test-null-ref-key-bind-lookup
|
2022-03-04 07:12:49 +03:00 |
|
Dean Herbert
|
c1c9482077
|
Add note about how global audio offset is currently applied
|
2022-03-04 12:44:02 +09:00 |
|
Dean Herbert
|
5dca0e3377
|
Revert back to private set
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
|
2022-03-04 12:44:02 +09:00 |
|
Dean Herbert
|
cc4f89eef4
|
Add tooltip text for offset adjustment slider
|
2022-03-04 12:44:02 +09:00 |
|
Dean Herbert
|
657f2ebb9d
|
Restructure OsuSliderBar to allow for custom tooltips
|
2022-03-04 12:44:02 +09:00 |
|
Dean Herbert
|
8115a4bb8f
|
Fix potential crash in tests when attempting to lookup key bindings in cases the lookup is not available
|
2022-03-04 12:44:02 +09:00 |
|
Dean Herbert
|
835cb09537
|
Merge branch 'master' into fix-hit-distribution-rounding
|
2022-03-04 12:43:57 +09:00 |
|
Dean Herbert
|
8b504bb5ac
|
Ensure rounding is still applied in non-midpoint cases
|
2022-03-04 12:42:07 +09:00 |
|
Dean Herbert
|
ac914878b8
|
Move default function specifications to OsuConfigManager
This ensures that running tests in release configuration will not fail
due to the same issue being fixed in this PR.
|
2022-03-04 12:31:58 +09:00 |
|
Dean Herbert
|
33862fc0db
|
Centralise implementation of slider bars which display millisecond time values
|
2022-03-04 12:25:19 +09:00 |
|
Dean Herbert
|
7854a0a913
|
Use double instead of float for UIHoldActivationDelay configuration value
All times use double, so let's also use double here.
|
2022-03-04 12:22:56 +09:00 |
|
Dean Herbert
|
abba49fd8f
|
Update all usages of OsuSlider.TooltipText overrides to instead implement GetTooltipText
|
2022-03-04 12:16:05 +09:00 |
|
Dean Herbert
|
c38126ba9d
|
Make mods argument optional for storyboard construction
|
2022-03-04 12:05:02 +09:00 |
|
Dean Herbert
|
b0688cc6dd
|
Merge branch 'master' into fix-storyboard-sample-rate
|
2022-03-04 12:04:49 +09:00 |
|
Dean Herbert
|
6be031471e
|
Merge pull request #17082 from Joehuu/update-ide-section
Reword ide section of readme to always use latest version
|
2022-03-04 12:02:10 +09:00 |
|
Dean Herbert
|
3a37e6e8b1
|
Fix profile badges potentially showing on incorrect profile when switching users
Closes https://github.com/ppy/osu/issues/17081.
|
2022-03-04 12:01:00 +09:00 |
|
Dean Herbert
|
eeb7d359ec
|
Merge pull request #17069 from hlysine/fix-IUpdatableByPlayfield
Change `IUpdatableByPlayfield.Update` to be called by the main playfield only
|
2022-03-04 11:58:00 +09:00 |
|
Dean Herbert
|
1d7d6a1b65
|
Merge pull request #17042 from peppy/ruleset-leaderboard-unavailable
Improve leaderboard messaging when using a custom ruleset (and add localisation support)
|
2022-03-04 11:56:04 +09:00 |
|
Dean Herbert
|
7be2d94b6a
|
Merge pull request #17049 from peppy/scaling-container-better-custom-override
Apply scaling container transforms at a single point to improve transitions
|
2022-03-04 11:38:23 +09:00 |
|
Dean Herbert
|
18b207400d
|
Update framework
|
2022-03-04 11:34:25 +09:00 |
|
Joseph Madamba
|
53f23a429b
|
Fix full stop being inside code backticks
|
2022-03-03 15:01:21 -08:00 |
|
Joseph Madamba
|
17729f0605
|
Reword ide section of readme to always use latest version
|
2022-03-03 14:53:49 -08:00 |
|
Bartłomiej Dach
|
36263b4dbf
|
Replace remaining manual online ID check with extension method
|
2022-03-03 23:09:56 +01:00 |
|
Bartłomiej Dach
|
e1610b5d32
|
Merge branch 'master' into ruleset-leaderboard-unavailable
|
2022-03-03 22:52:20 +01:00 |
|
Bartłomiej Dach
|
2354737abe
|
Merge branch 'master' into scaling-container-better-custom-override
|
2022-03-03 22:32:23 +01:00 |
|
Bartłomiej Dach
|
55ddb6943c
|
Merge pull request #17070 from peppy/player-loader-settings-scroll
Add ability for player loading screen settings to scroll
|
2022-03-03 21:46:17 +01:00 |
|
Bartłomiej Dach
|
9dbb0bd85c
|
Merge branch 'master' into player-loader-settings-scroll
|
2022-03-03 21:17:53 +01:00 |
|
Bartłomiej Dach
|
15f65c7897
|
Rename lambda param to avoid name shadowing
|
2022-03-03 20:28:19 +01:00 |
|
Bartłomiej Dach
|
2e24e7ef56
|
Use property expression rather than block
|
2022-03-03 20:28:00 +01:00 |
|
Bartłomiej Dach
|
edd361d256
|
Trim unused using directives
|
2022-03-03 20:21:48 +01:00 |
|
Bartłomiej Dach
|
0fbc018a42
|
Remove redundant string interpolation prefixes
|
2022-03-03 20:21:09 +01:00 |
|