Bartłomiej Dach
|
38abfbf4d1
|
Merge branch 'master' into add-display-choice-dropdown
|
2022-03-05 14:39:59 +01:00 |
|
Bartłomiej Dach
|
1e34aca984
|
Rename method to better fit purpose
|
2022-03-05 14:38:15 +01:00 |
|
Dean Herbert
|
c132fc19e7
|
Update resources
|
2022-03-04 22:59:33 +09:00 |
|
Dean Herbert
|
19a940482f
|
Merge pull request #17100 from nekodex/cursor-tap-volume
Reduce 'cursor-tap' sample playback volume on MouseUp
|
2022-03-04 22:17:59 +09:00 |
|
Dean Herbert
|
d6e78e7d95
|
Merge pull request #17068 from peppy/fix-hit-distribution-rounding
Fix hit distribution graph midpoint rounding not looking great around zero
|
2022-03-04 22:16:30 +09:00 |
|
Jamie Taylor
|
1e246bf560
|
Reduce 'cursor-tap' sample playback volume on MouseUp
|
2022-03-04 20:14:14 +09:00 |
|
Dean Herbert
|
6673e456c5
|
Merge pull request #17090 from miniriley2012/wiki-locale-fix
Fix wiki links containing locale not loading when opened from chat.
|
2022-03-04 19:36:14 +09:00 |
|
Salman Ahmed
|
70219f511c
|
Merge branch 'master' into fix-apply-offset-from-non-zero
|
2022-03-04 12:14:01 +03:00 |
|
Dean Herbert
|
1c40fcb79e
|
Reorder math to be easier to pass
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
|
2022-03-04 17:54:04 +09: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
|
e9e92b991e
|
Fix calibrating offset from previous non-zero offset not applying adjustment correctly
|
2022-03-04 15:09:44 +09:00 |
|
Riley Quinn
|
81a49057ec
|
Fix wiki links containing locale not loading when opened from chat.
|
2022-03-03 23:38:51 -06: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
|
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
|
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
|
18b207400d
|
Update framework
|
2022-03-04 11:34:25 +09: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
|
9dbb0bd85c
|
Merge branch 'master' into player-loader-settings-scroll
|
2022-03-03 21:17:53 +01:00 |
|
Dean Herbert
|
f09a4e9c5b
|
Fix potential crash in tests when attempting to lookup key bindings in cases the lookup is not available
|
2022-03-03 16:29:37 +09:00 |
|
Dean Herbert
|
9c43500ad3
|
Add ability for player loading screen settings to scroll
As we add more items here this is going to become necessary. Until the design no doubt gets changed.
|
2022-03-03 16:23:31 +09:00 |
|
Dean Herbert
|
a06d806fb9
|
Fix hit distribution graph midpoint rounding not looking great around zero
Not sure this will be accepted and it's likely only ever going to show
in tests, but seems to be a better approach to midpoint rounding for
this case?
|
2022-03-03 15:43:02 +09:00 |
|
Henry Lin
|
464be6e64c
|
Only call IUpdatableByPlayfield.Update if the playfield isn't nested
|
2022-03-03 14:37:39 +08:00 |
|
Dean Herbert
|
ab0ee26540
|
Remove padding from distribution graph bars to fix some bars becoming invisible at low sizes
|
2022-03-03 15:13:42 +09:00 |
|
Dean Herbert
|
cb0d643f70
|
Add parameter xmldoc to explain what a null rect does
|
2022-03-03 14:38:20 +09:00 |
|
Dean Herbert
|
29bf7d0bde
|
Fix shocking grammar and typos in block comment
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
|
2022-03-03 14:35:52 +09:00 |
|
Dean Herbert
|
a38eb426ef
|
Merge pull request #17026 from peppy/beatmap-offset-control
Add basic beatmap offset adjustment
|
2022-03-03 14:23:19 +09:00 |
|
Dean Herbert
|
42e07b7308
|
Convert to extension method to avoid recursive calls
|
2022-03-03 14:15:37 +09:00 |
|
Dean Herbert
|
fab9323707
|
Replace all legacy ruleset checks with a helper property call
|
2022-03-03 14:08:48 +09:00 |
|
Salman Ahmed
|
2f485a29d5
|
Merge branch 'master' into mod-overlay/columns
|
2022-03-03 00:11:33 +03:00 |
|
Bartłomiej Dach
|
7e90b4456d
|
Merge branch 'master' into skin-editor-ui
|
2022-03-02 21:01:03 +01:00 |
|
Bartłomiej Dach
|
f627a8af30
|
Merge branch 'master' into legacy-score-encoder-no-beatmap-required
|
2022-03-02 20:27:38 +01:00 |
|
Dean Herbert
|
b5684aaa76
|
Scale -> Rect to read better
|
2022-03-02 20:33:28 +09:00 |
|
Dean Herbert
|
8d7cdbd883
|
Add note about nested masking case
|
2022-03-02 20:25:34 +09:00 |
|
Dean Herbert
|
29ed419d53
|
Change how custom scales are applied to ScalingContainer to allow for better transitions
|
2022-03-02 20:13:01 +09:00 |
|
Dean Herbert
|
ff7db4f405
|
Replace jank buttons with menu in skin editor
|
2022-03-02 20:08:17 +09:00 |
|
Dean Herbert
|
1916011ebf
|
Tween corner radius when scaling container becomes non-fullscreen
|
2022-03-02 20:08:12 +09:00 |
|
Dean Herbert
|
f15b8781bb
|
Move editor mode selector out of EditorMenuBar to allow for better reuse
|
2022-03-02 20:05:01 +09:00 |
|
Dean Herbert
|
c06703d662
|
Add ability to select which display the game runs on
|
2022-03-02 18:29:07 +09:00 |
|
Dean Herbert
|
dc6fa13337
|
Merge branch 'master' into mod-overlay/columns
|
2022-03-02 15:04:37 +09:00 |
|
Dean Herbert
|
763f881d4a
|
Use more correct mod check to encompass more than just autoplay
|
2022-03-02 14:42:10 +09:00 |
|