Commit Graph

58903 Commits

Author SHA1 Message Date
ca768ca446 Add comment regarding unused enum members in LegacyNoteBodyStyle 2023-02-13 17:43:52 +09:00
b1d2a433f8 Apply second attempt at fixing long note bodies 2023-02-10 20:36:58 +09:00
bfbffc4a68 Add parsing support for mania NoteBodyStyle 2023-02-10 19:46:59 +09:00
635e225d19 Add correct lookup for WidthForNoteHeightScale 2023-02-10 19:18:41 +09:00
5091c50003 Change scroll direction logic to not interfere with scale 2023-02-10 19:18:17 +09:00
61c968d7f8 Revert completely incorrect change 2023-02-10 19:18:00 +09:00
28897b6e18 Merge pull request #22566 from Joehuu/profile-tournament-banner
Display tournament banner on user profile
2023-02-09 16:06:36 +09:00
240a5f9c85 Merge pull request #22568 from Joehuu/address-init-only-todo
Address todos relating to init-only usages
2023-02-09 12:17:54 +09:00
f1decb667e Address todos relating to init-only usages 2023-02-08 17:51:28 -08:00
3b5d573db1 Display tournament banner on user profile 2023-02-08 17:16:09 -08:00
2873905cc6 Merge pull request #22506 from peppy/skin-editor-undo-support
Add very basic skin editor undo / redo support
2023-02-08 19:19:25 +01:00
0a5c4e04bf Merge branch 'master' into skin-editor-undo-support 2023-02-08 18:43:59 +01:00
21fa29f47f Merge pull request #22545 from Joehuu/fix-user-profile-context-menu
Fix beatmap cards not showing context menu on user profile
2023-02-08 17:07:28 +09:00
0156ff732f Fix beatmap cards not showing context menu on user profile 2023-02-07 22:56:09 -08:00
b0131db1dc Update test assertions in line with new state saving logic 2023-02-08 15:55:17 +09:00
17ca26ebee Remove unnecessary null check on targetScreen 2023-02-08 15:44:24 +09:00
3a3c2e78a1 Merge branch 'master' into skin-editor-undo-support 2023-02-08 15:41:58 +09:00
78eae171ed Merge pull request #22507 from Joehuu/fix-comment-padding
Fix comments having too much padding at the bottom
2023-02-08 15:01:05 +09:00
b6809e156b Merge pull request #22432 from mk56-spn/sheared_slider_implementation_clean_ii
Implement a sheared slider for the updated design
2023-02-08 15:01:00 +09:00
5cd111e6f1 Fix ordering of methods in OsuSliderBar 2023-02-08 14:01:50 +09:00
cec1f77e6c Fix glow flash occurring after releasing mouse and adjust transition slightly 2023-02-08 13:59:09 +09:00
277f71d36a Expire reply editor instead of clearing container 2023-02-07 15:15:51 -08:00
0320ba770f Handle component changes via ISkinnableTarget.Components rather than inside SkinEditor directly
Seems saner? Maybe?
2023-02-07 16:23:25 +09:00
e162fd56da Change the way initial state saving works in EditorChangeHandler to be closer to first change 2023-02-07 16:22:51 +09:00
dad348111d Fix holding a selection while changing screens causing a crash 2023-02-07 16:07:33 +09:00
71eef238c4 Make OnStateChange non-implemented rather than wrong 2023-02-07 16:04:31 +09:00
12f6d461b9 Merge pull request #22532 from peppy/fix-long-storyboard-outro
Fix storyboard outro time potentially running too long
2023-02-06 20:30:36 +01:00
179db09075 Merge pull request #22531 from peppy/apply-future-rider-inspection
Apply single inspection from newer inspectcode versions
2023-02-06 20:05:49 +01:00
3ee771cbef Merge pull request #22535 from peppy/forcefully-stop-pause-sample
Ensure pause sample loop is stopped on exiting player
2023-02-06 19:51:51 +01:00
aaf3ad805c Fix potential nullref in tests 2023-02-06 19:31:45 +09:00
b83c8443ea Ensure pause sample loop is stopped on exiting player 2023-02-06 18:24:31 +09:00
c691a0d3af Merge branch 'master' into sheared_slider_implementation_clean_ii 2023-02-06 17:49:33 +09:00
c078d3a344 Merge pull request #22357 from EXtremeExploit/groups-probationary-badges
Make probationary groups a bit transparent
2023-02-06 17:43:57 +09:00
67ec3199c5 Merge pull request #22515 from Susko3/use-ipc-archive-importer
Allow importing beatmaps via file associations on desktop platforms
2023-02-06 17:22:56 +09:00
ddcc02fdfe Merge pull request #22505 from Joehuu/fix-hover-click-sounds
Fix some clickable elements having no hover and click sounds
2023-02-06 16:52:19 +09:00
eabd1a0cc1 Remove unused Duration property to avoid any misunderstandings 2023-02-06 16:42:39 +09:00
679ec986d5 Fix storyboard outro time potentially running too long 2023-02-06 16:39:44 +09:00
4c868372a2 Correctly handle anchor/origin changes as undo states 2023-02-06 15:05:05 +09:00
778b8a9bf7 Fix default settings not being serialised / state tracked correctly 2023-02-06 15:00:42 +09:00
7445814fc6 Handle changes to SettingSource skin element settings 2023-02-06 14:42:59 +09:00
e5f62b0d2e Remove public access modifier from interface methods 2023-02-06 14:19:25 +09:00
e4b17588f5 Add missing xmldoc to new methods in EditorChangeHandler 2023-02-06 14:11:40 +09:00
701d21c26f Apply single inspection from newer inspectcode verisons
As found in rider EAPs. Appears as a warning and is annoying me
occasionally.
2023-02-06 13:52:27 +09:00
10ab4d572a Merge branch 'master' into skin-editor-undo-support 2023-02-06 13:46:50 +09:00
cb8458cceb Use linq and alpha instead
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2023-02-04 20:11:29 -08:00
191259c050 Use equals instead and update other usage 2023-02-04 19:58:48 -08:00
9bcc6bf6da Merge pull request #22516 from mk56-spn/BPM_counter_fix
Fix BPM counter value being affected by non-mod-related playback rate changes
2023-02-05 00:50:05 +01:00
ef900bccdf Merge branch 'master' into BPM_counter_fix 2023-02-04 23:44:58 +01:00
6aae0e8a60 Merge pull request #22109 from OpenSauce04/taiko-touch-ddkk-new
Add ability to change osu!taiko touch screen layout from KDDK to DDKK/KKDD alternative control schemes
2023-02-04 22:26:28 +01:00
11685d427a Merge branch 'master' into taiko-touch-ddkk-new 2023-02-04 21:54:38 +01:00