|
2ec15a1ebe
|
Fix lookup through transformers
|
2022-04-05 16:47:15 +09:00 |
|
|
f73062a0d6
|
Revert "Remove nullable on RealmBackedResourceStore realm parameter"
This reverts commit 09e15f5496 .
|
2022-04-04 22:22:55 +02:00 |
|
|
5f358a04e9
|
Return a valid "lighting" response from DefaultSkin
This is temporary to allow the new sprite lookup flow to potentially be
merged before hit lighting skinnability is addressed.
|
2022-04-04 20:40:20 +09:00 |
|
|
8185020f12
|
Improve the visual of the missing sprite sprite
|
2022-04-04 20:35:48 +09:00 |
|
|
de30a42558
|
Add region for import methods and move Dispose to end of time
|
2022-04-04 20:30:14 +09:00 |
|
|
dac5dfde8f
|
Remove unnecessary LazyThreadSafetyMode specification
|
2022-04-04 20:28:43 +09:00 |
|
|
300feadf6a
|
Update SkinnableSprite to match more broad usage
|
2022-04-04 20:27:46 +09:00 |
|
|
09e15f5496
|
Remove nullable on RealmBackedResourceStore realm parameter
|
2022-04-04 20:27:03 +09:00 |
|
|
6afed5e865
|
Fix new SettingsItem attribute not playing well with non-Drawable s
|
2022-04-01 16:01:33 +09:00 |
|
|
bfd3406f5f
|
Ensure that file is imported and caches are invalidated before placing new sprites
|
2022-04-01 16:01:33 +09:00 |
|
|
314ad63c6e
|
Simplify available file lookup and include file extension
|
2022-04-01 16:01:33 +09:00 |
|
|
2b7105ac4f
|
Add a default sprite representation to allow better placeholder display in skin editor toolbox
|
2022-04-01 16:01:33 +09:00 |
|
|
52eeaffce3
|
Limit lookup resources to images
|
2022-04-01 16:01:33 +09:00 |
|
|
d1be229d74
|
Combine SkinSprite into SkinnableSprite
|
2022-04-01 16:01:33 +09:00 |
|
|
762de3cc97
|
Replace invalidation logic with local realm notification subscription
|
2022-04-01 16:01:33 +09:00 |
|
|
9c3dad9fbf
|
Add proof of concept flow to ensure RealmBackedResourceStore is invalidated on realm file changes
I'm not at all happy with this, but it does work so let's go with it for
now.
|
2022-04-01 16:01:33 +09:00 |
|
|
66f5eae530
|
Hook up a dropdown to show all available sprites for the current skin
|
2022-04-01 15:01:43 +09:00 |
|
|
fca9faac9b
|
Add SkinnableSprite for arbitrary sprite additions
|
2022-04-01 14:36:36 +09:00 |
|
|
3a16483214
|
Add prioritised user lookups for default skin
This allows user resources to be consumed before falling back to the
game bundled assets.
|
2022-04-01 14:36:36 +09:00 |
|
|
6b9f5812a5
|
Merge pull request #17579 from CenTdemeern1/clock-button
Make the toolbar clock feel more like a button
|
2022-04-01 13:12:48 +09:00 |
|
|
10f15f2bdb
|
Merge pull request #17559 from bdach/mod-overlay/sheared-toggle
Implement sheared toggle button
|
2022-04-01 13:06:22 +09:00 |
|
|
338a21f4f0
|
Merge pull request #17581 from CenTdemeern1/remove-bpm-slider
Remove BPM slider
|
2022-04-01 11:59:16 +09:00 |
|
|
86d262a355
|
Merge branch 'ppy:master' into clock-button
|
2022-03-31 23:08:30 +02:00 |
|
|
1c7b259f8e
|
Merge branch 'master' into mod-overlay/sheared-toggle
|
2022-03-31 22:20:20 +02:00 |
|
|
e180db145d
|
Add constructor argument to facilitate fixed width/autosizing
|
2022-03-31 22:19:08 +02:00 |
|
|
b3896257ca
|
Move shear amount to constant
|
2022-03-31 22:09:03 +02:00 |
|
|
e14d5b8adb
|
Remove unused using directives
|
2022-03-31 21:20:30 +02:00 |
|
|
a6875383fc
|
Rebind SaveState() to bpmTextEntry
|
2022-03-31 21:06:05 +02:00 |
|
|
bdb21b17f7
|
Fix my code according to the changes @bdach requested
|
2022-03-31 20:39:26 +02:00 |
|
|
52d723aaa6
|
Remove BPM slider
|
2022-03-31 20:11:07 +02:00 |
|
|
c64a90b39e
|
Remove a newline to comply with codefactor
|
2022-03-31 17:21:50 +02:00 |
|
|
f1aa60c0f1
|
Make the clock feel more like a button
|
2022-03-31 16:26:53 +02:00 |
|
|
0a34ce2509
|
Increase font weight for runtime clock
Fonts this small are required to be `SemiBold` by design guidelines.
Somehow missed this.
|
2022-03-31 19:07:30 +09:00 |
|
|
bc4d6a3ace
|
Merge pull request #17570 from peppy/fix-settings-textbox-focus
Focus focus not being transferred correctly to parent settings panel on exiting nested panel
|
2022-03-31 18:07:51 +09:00 |
|
|
ef5e37c47a
|
Fix multiplayer sounds playing too much after gameplay
Regressed in https://github.com/ppy/osu/pull/15936.
Closes #17295.
|
2022-03-31 16:18:28 +09:00 |
|
|
ad14b7cac5
|
Merge pull request #17565 from smoogipoo/fix-gameplay-leaderboard-allocations
Remove ScoreInfo allocations in multiplayer leaderboard
|
2022-03-31 15:48:14 +09:00 |
|
|
726b49fdf3
|
Focus focus not being transferred correctly to parent settings panel on exiting nested panel
Seemingly harmless schedule delay ommission meant that the textbox may
not be in a state it can handle the incoming focus event. Regressed in
https://github.com/ppy/osu/pull/14345#discussion_r690697501.
|
2022-03-31 15:24:21 +09:00 |
|
|
e8a295a61b
|
Add test coverage of textbox focus in settings panels when switching between nested panels
|
2022-03-31 15:24:21 +09:00 |
|
|
36c02573a8
|
Fix osu! logo being clicked when exiting via cmd-q on initial state
|
2022-03-30 21:26:30 -07:00 |
|
|
9c19ae1df8
|
Remove no longer necessary ruleset field
|
2022-03-31 06:40:38 +03:00 |
|
|
6e94a9780b
|
Remove ScoreInfo allocations in multi leaderboard
|
2022-03-31 12:23:00 +09:00 |
|
|
e0d434b89f
|
Remove unused using statement
|
2022-03-31 11:34:32 +09:00 |
|
|
0cac935939
|
Shorten class name of ModCreatedReplayUser
|
2022-03-31 11:34:23 +09:00 |
|
|
2c1ccc7d36
|
Update obsolete message to match targeted developers' use case
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
|
2022-03-31 11:33:26 +09:00 |
|
|
234bec45cc
|
Remove unnecessary logging
|
2022-03-31 11:32:00 +09:00 |
|
|
6874cdf0c8
|
Remove unnecessary public prefix in interface method
|
2022-03-31 01:50:46 +03:00 |
|
|
3ac0da2da3
|
Implement sheared toggle button
|
2022-03-30 22:50:21 +02:00 |
|
|
436dec68c9
|
Use provided extension method instead of reimplementing locally
|
2022-03-30 22:04:54 +02:00 |
|
|
83bae81095
|
Fill out ICreateReplayData xmldocs
|
2022-03-30 22:04:54 +02:00 |
|
|
9621a7f9cb
|
Merge branch 'master' into fix-autoplay-mod-user-id
|
2022-03-30 21:41:45 +02:00 |
|