Commit Graph

35989 Commits

Author SHA1 Message Date
31ba77e378 Merge branch 'master' into bezier-convert 2022-10-31 15:41:08 +09:00
9ea2bd84bd Merge pull request #21018 from andy840119/reuse-the-function-in-timeline-class
Reuse function in the timeline class
2022-10-30 23:49:02 +09:00
1035b5fb19 Fix hold to pause button not working when HUD is hidden 2022-10-30 21:38:45 +09:00
a753369d3e Reuse function TimeAtPosition() and PositionAtTime(). 2022-10-30 17:21:50 +08:00
d56786b5ff Fix toolbar visual bug when toggling clock displays 2022-10-29 15:25:16 -07:00
71d87489ab Merge branch 'master' into safe-area-toggle 2022-10-29 13:19:44 +02:00
f775741d65 Merge branch 'master' into fix-filename-char-filtering 2022-10-29 12:42:10 +02:00
87fc5be562 Merge branch 'master' into improve-argon-bananas 2022-10-29 12:09:24 +02:00
9df96aab38 Remove local popover containers 2022-10-28 22:17:45 +03:00
295c40581b Add a global popover container 2022-10-28 20:18:11 +03:00
21d68bfb84 Delete unused button 2022-10-28 16:40:21 +02:00
0c25658805 Update framework 2022-10-28 21:58:38 +09:00
f46a9d683a Fix null reference in headless tests 2022-10-28 18:07:25 +09:00
66ed77ac91 Rename and add documentation to function 2022-10-28 18:04:28 +09:00
92167afaab Merge pull request #20842 from frenzibyte/fix-input-sections-in-tests
Fix input settings not displaying in visual test browser
2022-10-28 17:27:15 +09:00
8c057b3af7 Add comment explaining why handlers are added in OsuGameBase 2022-10-28 17:26:53 +09:00
a826f778bf Merge pull request #20984 from smoogipoo/fix-missing-beatmap-ruleset
Populate beatmap ruleset in `SoloScoreInfo.ToScoreInfo()`
2022-10-28 17:19:14 +09:00
87328dd1f5 Fix bar hit error meter labels not clearing when setting to none 2022-10-27 23:59:01 -07:00
eeee928f73 Merge pull request #20946 from peppy/argon-catch
Add first pass osu!catch "argon" skin
2022-10-28 15:45:46 +09:00
6901ed997d One more little change
Damn, i forgor. Sorry, CI runners.
2022-10-28 09:22:08 +03:00
c1e9398c19 Fix regex by allowing file extensions + typed new
Apparently, the _whole_ filename was checked with GetValidArchiveContentFilename,
not just the stem.
2022-10-28 09:19:34 +03:00
b3219526a5 Populate beatmap ruleset in SoloScoreInfo.ToScoreInfo() 2022-10-28 14:42:45 +09:00
51d8392e7f Merge pull request #20982 from peppy/remove-obsoleted-simple
Clean up various obsoleted code
2022-10-28 14:36:04 +09:00
f9d2c30c3e Add user toggle for application of safe areas 2022-10-28 14:05:45 +09:00
42eafe318c Remove various simple obsoletions 2022-10-28 13:20:58 +09:00
21f8a91efb Remove obsoleted int parsing logic of configuration ruleset 2022-10-28 13:12:21 +09:00
08832ae593 Remove obsoleted PositionalHitsounds global setting 2022-10-28 13:09:39 +09:00
71970d83cf Remove obsoleted ShowProgressGraph global setting
This was moved to the component itself.
2022-10-28 12:47:45 +09:00
dcff8a193c Use better method of forcing serialisation 2022-10-28 01:26:10 +09:00
3c4ba6e9fc Fix SoloScoreInfo.Rank not being serialised if rank is D 2022-10-27 19:02:32 +09:00
6fe8298152 Update framework 2022-10-27 19:02:01 +09:00
68d1febe6e Use a regex for matching invalid characters instead
What the regex does is it matches everything except alphanumeric and [_()[] -], excluding EOL since regex101 seems to also match it, and we probably don't want that to happen.
2022-10-27 10:33:50 +03:00
4127aaa988 Extract general elements from HubClientConnector into SocketClientConnector 2022-10-27 14:37:10 +09:00
14c7cbde38 Fix toggle mute (and volume meter traversal) handling repeat key presses
Closes #20953.
2022-10-27 11:41:00 +09:00
1b2ee44131 Merge pull request #20658 from sw1tchbl4d3r/fix-17143
Fix legacy BpmMultiplier clamp value
2022-10-27 11:27:59 +09:00
0efbae6e70 Fix osu! logo drag area being a square 2022-10-26 18:33:07 -07:00
71425ba937 Merge branch 'master' into read-current-distance-snap 2022-10-26 22:46:42 +02:00
f787da892b Merge branch 'master' into grid-momentary-shortcuts 2022-10-26 21:30:24 +02:00
86d5fcc26d Added tests 2022-10-26 19:30:42 +02:00
77dcd0fae2 Create BezierConverter.cs 2022-10-26 17:21:20 +02:00
dffebdf7ed Only use 0-9A-Za-z-_()[] characters in filenames 2022-10-26 13:31:32 +03:00
6b53ea3400 Enable distance snapping when DS value is changed via user interaction 2022-10-26 13:37:01 +09:00
7d59bc6e2f Merge branch 'grid-momentary-shortcuts' into read-current-distance-snap 2022-10-26 13:28:04 +09:00
54ae16badc Move distance snap toggle button implementation to DistancedHitObjectComposer 2022-10-26 13:27:23 +09:00
8d9a85e9e5 Fix typos in xmldoc
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2022-10-26 13:14:12 +09:00
2016d33055 Offset start of distance snap grid drawing if reference object's start time doesn't align
Closes #20938.
2022-10-26 13:11:26 +09:00
7249542167 Merge pull request #20912 from LittleEndu/carousel-do-not-select-random
Make beatmap carousel select nearest to selection when selection was filtered
2022-10-26 11:40:56 +09:00
d9d083752a Clamp backwards index to total current items to fix edge case of item removal 2022-10-26 11:03:11 +09:00
8505848b1a Scroll beatmap listing to top when searching via tags/source 2022-10-25 18:06:49 -07:00
48057412f5 Merge branch 'master' into grid-momentary-shortcuts 2022-10-25 22:17:08 +02:00