Commit Graph

53736 Commits

Author SHA1 Message Date
64ba24c4f7 Merge branch 'master' into mp-countdown-sfx 2022-04-05 01:04:57 +09:00
cbcbcd1a4a Merge pull request #17643 from peppy/stable-countdown
Stabilise countdown updates to be based on when whole seconds change
2022-04-04 22:19:06 +09:00
8a22d1ae19 Merge pull request #17644 from peppy/update-framework
Update framework
2022-04-04 21:47:28 +09:00
6b5ee6d89d Update framework 2022-04-04 20:44:05 +09:00
57b8c32f25 Remove unused fields 2022-04-04 20:42:14 +09: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
bc53adb72a Adjust customisation transition slightly 2022-04-04 15:50:40 +09:00
b5df350007 Adjust pop in/out transitions 2022-04-04 15:45:44 +09:00
3ba81f3fdc Fix overlapping variable usage 2022-04-04 15:29:03 +09:00
f00dc5e156 Merge pull request #17598 from smoogipoo/playlist-quick-reorder
Fix playlist refreshing all items on order change
2022-04-04 14:48:05 +09:00
9bd7ccb1ce Merge pull request #16575 from hlysine/osu-diff-calc-max-combo
Fix max combo calculation in osu diffcalc and add tests
2022-04-04 14:47:25 +09:00
0abebe4d23 Stabilise countdown updates to be based on when whole seconds change 2022-04-04 14:41:32 +09:00
ee8451c8ca Merge branch 'master' into osu-diff-calc-max-combo 2022-04-04 14:20:44 +09:00
39c6eed819 Update resources 2022-04-04 14:10:57 +09:00
d6625413fa Merge pull request #17617 from ajiiisai/proper-toggable-shortcuts-for-overlays
Make overlay shortcuts able to be toggled instead of repeatable
2022-04-04 13:46:42 +09:00
e1f147a207 Mutate playlist in EditUserPlaylistItem 2022-04-04 13:46:41 +09:00
90e44b67ea Improve robustness of test code 2022-04-03 20:24:32 +02:00
a172b194f0 Add testing for different rulesets 2022-04-03 20:12:34 +02:00
cd776d21a6 Fix propagation of selected mods to columns 2022-04-03 20:12:34 +02:00
2921a13609 Add testing for mod bindable state propagation 2022-04-03 20:12:34 +02:00
e46c2df409 Add testing for customisation panel show/hide logic 2022-04-03 20:12:33 +02:00
293ef44836 Implement new mod select screen 2022-04-03 20:12:33 +02:00
1393e3628b Invert operands for better readability 2022-04-03 15:24:00 +02:00
969f7e121a Merge pull request #17545 from jai-x/new-chat-textbox
Implement `ChatTextBox` for new chat design
2022-04-03 22:12:12 +09:00
6d1844adc3 Use nameof() in test to reference event names 2022-04-03 14:27:37 +02:00
970b1951ac Rewrite logic slightly to better convey meaning of textbox clear 2022-04-03 14:26:08 +02:00
ac32966427 Replicate osu!(stable)'s hit target position with "Classic" mod 2022-04-03 02:02:20 +03:00
534cc18ff9 Adjust osu!taiko legacy hit target size to match osu!(stable) 2022-04-03 01:21:48 +03:00
4ce69890d4 Use TaikoHitObject.DEFAULT_SIZE for default circle piece symbol size 2022-04-03 00:21:23 +03:00
94fa5e2ef2 Use Action<string> for event OnChatMessageCommitted & clear textbox internally 2022-04-02 21:58:54 +01:00
01b10e68d2 Adjust taiko hit objects sizes to match osu!(stable) 2022-04-02 23:47:20 +03:00
Ame
35629e9be8 General fix for ToolbarButton toggle repetition 2022-04-02 20:45:00 +02:00
a2829b4fc7 Merge pull request #17613 from frenzibyte/sucess-rate-tooltip
Display pass/play count in success rate percentage tooltip
2022-04-02 20:01:04 +02:00
Ame
0f94616890 Make overlay shortcuts able to be toggled instead of repeatable 2022-04-02 19:41:15 +02:00
28ba437d24 Merge branch 'master' into sucess-rate-tooltip 2022-04-02 19:31:45 +02:00
e2f1183e7d Merge pull request #17615 from frenzibyte/beatmap-panel-size-config
Store beatmap listing card size in game configuration
2022-04-02 19:30:21 +02:00
b815f685fc Flip viaConfig conditional branch 2022-04-02 19:28:33 +03:00
9e152cd3fd Fix code quality issues 2022-04-02 17:27:44 +01:00
8534dd3463 Simplify TestCase attributes to one Values attribute
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2022-04-02 19:24:16 +03:00
2297073b7e Use OnChatMessageCommit & OnSearchTermsChanged events in ChatTextBar 2022-04-02 17:15:19 +01:00
b9421d1415 Simplify text clear and placeholder change in ChatTextBox 2022-04-02 17:14:27 +01:00
beb8426d3b Save beatmap listing card size to game config 2022-04-02 18:36:49 +03:00
c4635f3c03 Add failing test case 2022-04-02 18:36:32 +03:00
ced5be33e6 Display pass/play count in success rate percentage tooltip 2022-04-02 18:08:57 +03:00
a252c4cad5 Add random pass/play count data in test scene 2022-04-02 18:08:23 +03:00