Commit Graph

36160 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
4c9c65856c Remove the nullable disable annotation in the testing beatmap and mark some of the properties as nullable.
This class will be used in some check test cases.
2022-10-30 17:03:54 +08:00
a1a9238bd1 Use empty string instead of null because issue template not accept null. 2022-10-30 16:31:07 +08:00
505ec800da File name should be nullable. 2022-10-30 16:29:54 +08:00
db48a57fa7 Remove nullable disable annotation in some checks class. 2022-10-30 16:28:49 +08:00
24c27e62f6 Remove nullable disable annotation in the issue and issue template-related class. 2022-10-30 16:25:15 +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
d3173ab1bd Remove weird cast 2022-10-28 18:54:34 +09:00
ab78cde2d4 Fix crossthread mutations 2022-10-28 18:37:43 +09:00
169bcc2654 Use polling connector in tests 2022-10-28 18:08:08 +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
527b1d9db1 Generalise + add polling-style for usage in tests 2022-10-28 17:53: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
efa8256911 Use more verbatim strings 2022-10-28 16:32:17 +09:00
2f731f86ba Adjust ChannelManager to use notifications client 2022-10-28 16:28:58 +09:00
33bb1212d1 Add notifications websocket + chat implementation 2022-10-28 16:28:58 +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
6cca3a3dc8 Add new API requests 2022-10-27 14:55:24 +09: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