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 |
|
Bartłomiej Dach
|
bbd75fd764
|
Merge pull request #17067 from peppy/fix-hit-distribution-graph-visibility
Remove padding from distribution graph bars to fix some bars becoming invisible at low sizes
|
2022-03-03 20:08:36 +01:00 |
|
Dean Herbert
|
5cfa8b8821
|
Revert back to private set
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
|
2022-03-03 21:31:56 +09:00 |
|
Dean Herbert
|
1485a3a28a
|
Add test coverage of proeprty changed subscriptions
|
2022-03-03 17:56:49 +09:00 |
|
Dean Herbert
|
cecc746f9e
|
Update existing usages to use SubscribeToPropertyChanged
|
2022-03-03 17:42:50 +09:00 |
|
Dean Herbert
|
35f532fefa
|
Add ability to watch properties via a RealmAccess helper method
|
2022-03-03 17:42:40 +09:00 |
|
Dean Herbert
|
3848964faa
|
Add tooltip text for offset adjustment slider
|
2022-03-03 17:07:46 +09:00 |
|
Dean Herbert
|
7ee30024e8
|
Restructure OsuSliderBar to allow for custom tooltips
|
2022-03-03 17:07:26 +09: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 |
|
Dean Herbert
|
7aaacdda3d
|
Merge pull request #17014 from bdach/mod-overlay/columns
Implement column display for new mod design
|
2022-03-03 06:55:24 +09:00 |
|
Salman Ahmed
|
2f485a29d5
|
Merge branch 'master' into mod-overlay/columns
|
2022-03-03 00:11:33 +03:00 |
|
Salman Ahmed
|
3630ab2db2
|
Remove unnecessary nullability of storyboard mods list
|
2022-03-03 00:09:12 +03:00 |
|
Bartłomiej Dach
|
0727865305
|
Merge pull request #17050 from peppy/skin-editor-ui
Replace skin editor buttons with menu bar
|
2022-03-02 22:06:26 +01:00 |
|
Salman Ahmed
|
2ce4faa356
|
Fix typo in method name
|
2022-03-03 00:02:36 +03:00 |
|
Salman Ahmed
|
bb94d68139
|
Separate storyboard samples and skip intro steps to own methods
|
2022-03-02 23:55:42 +03:00 |
|
Salman Ahmed
|
82bbc32d74
|
Remove unnecessary Schedule during setup
|
2022-03-02 23:44:58 +03:00 |
|
Salman Ahmed
|
a812ed4462
|
Ensure there is at least one sample during rate assertion
|
2022-03-02 23:40:14 +03:00 |
|
Bartłomiej Dach
|
7e90b4456d
|
Merge branch 'master' into skin-editor-ui
|
2022-03-02 21:01:03 +01:00 |
|
Dan Balasescu
|
e1c06994c5
|
Merge pull request #17017 from peppy/legacy-score-encoder-no-beatmap-required
Allow `LegacyScoreEncoder` to be used without a beatmap if frames are already legacy frames
|
2022-03-03 04:55:43 +09: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
|
b286122413
|
Move uninstaller registry operation to onInitialInstall
|
2022-03-03 03:54:39 +09:00 |
|
Salman Ahmed
|
cbb8dc2891
|
Fix storyboard samples rate not adjusted from actual gameplay mods
|
2022-03-02 20:56:18 +03:00 |
|
Salman Ahmed
|
e14a35b469
|
Add failing test case
|
2022-03-02 20:32:41 +03:00 |
|