Commit Graph

472 Commits

Author SHA1 Message Date
354cd23874 removed all usage of hitobject's DifficultyControlPoint 2023-04-26 18:17:02 +02:00
3183f5cee2 Merge branch 'master' into revert-result-in-playfield 2023-02-19 16:33:10 +01:00
3ee046000e Merge branch 'master' into revert-result-in-playfield 2023-02-16 21:54:29 +01:00
a92e42bb84 Rename SkinnableTargetContainer to SkinComponentsContainer
Also use full `SkinComponentsContainerLookup` instead of the sub-type.
This will potentially be useful once we bring in per-ruleset targets.
2023-02-15 18:37:41 +09:00
20f3ab167e Re-centralise BannedApiAnalysers nuget package 2023-02-11 19:36:40 +09:00
86c8675910 Update realm and other dependencies 2023-02-11 13:52:24 +09:00
32acaa44be Remove now-redundant code 2023-01-19 19:57:25 +09:00
812a4b412a Move judgement result revert logic to Playfield
Previously, some judgement results were not reverted
when the source DHO is not alive (e.g. frames skipped in editor).
Now, all results are reverted in the exact reverse order.
2023-01-19 19:57:13 +09:00
71125afcb4 Add test coverage 2023-01-03 15:43:44 +03:00
77e282ada9 Add test coverage for catch relax mod hiding cursor 2022-11-30 20:14:35 +01:00
7bc8908ca9 Partial everything 2022-11-27 00:00:27 +09:00
ab458320c4 Fix some lingering inspections 2022-11-09 17:46:24 +09:00
e02c477008 Merge pull request #21017 from andy840119/remove-nullable-disable-in-the-checks
Remove nullable disable in the checks.
2022-11-06 18:39:03 +09:00
4d4d7cf863 Remove nullable disable annotation in the cache ruleset. 2022-11-05 16:49:55 +08:00
923d44a769 Update dependencies 2022-11-04 17:00:58 +09:00
516e99df72 Add test coverage for flashlight mod 2022-10-14 02:38:43 +03:00
9d0ae3f0ca Update test scene to work with new data source 2022-10-12 15:32:58 +09:00
a10fda2843 Merge branch 'master' into catch-combo-hide 2022-10-12 15:00:35 +09:00
072b64b8d4 Update all dependencies 2022-10-07 21:16:11 +09:00
f3262103c4 Move test into existing catch touch test scene 2022-10-07 02:22:13 +09:00
6543171169 Fix formating. 2022-10-06 18:30:49 +08:00
0f6a6287f2 Fix bugs and add test 2022-10-06 18:17:33 +08:00
7527d815e8 Remove unused using 2022-09-22 20:58:23 +09:00
a2ff31f37d Fix failing test 2022-09-22 20:43:38 +09:00
cc21e42e35 Merge branch 'master' into fix-catch-clamp 2022-09-21 11:35:58 +02:00
cb8ed1f144 Adjust variables slightly for readability 2022-09-21 01:29:12 +09:00
979f7f88a1 Fixed TestCatcherWidth and added TestFruitClampedToCatchableRegion 2022-09-20 12:41:06 +02:00
18fe37bb22 Reverted changes 2022-09-19 17:25:35 +02:00
ca9fe9f240 Fixed TestCatcherCatchWidth failing 2022-09-18 22:05:09 +02:00
41e69fbca6 Remove "default" prefix from naming 2022-09-18 00:15:26 +09:00
51841988bf Rename references to DefaultSkin to have Triangles suffix 2022-09-17 23:57:25 +09:00
65d1c40dd5 Remove remaining package references and replace with SQLitePCLRaw direct reference
This may require further consideration for test and iOS projects.
2022-09-15 16:58:58 +09:00
2bd72fd9b4 add test for hide catchercombo 2022-09-12 19:56:05 +09:00
bffc9555bf Adjust visuals slightly further (and remove double-gray application) 2022-09-09 16:12:54 +09:00
4f22616860 Rename class to match osu! version 2022-09-08 19:44:24 +09:00
40ff2d50dd Refactor UI and add drag support 2022-09-03 02:31:58 +08:00
7168cb27c5 Merge branch 'master' into master 2022-09-03 00:52:58 +08:00
4b72e55770 Fix various test scenes not adding EditorClock to the draw hierarchy 2022-08-26 18:08:43 +09:00
ff497c452f Fix formatting + Add tests + fix touch UI 2022-08-15 17:23:29 +08:00
9088caa377 move LegacyComboCounter to osu.Game.Skinning 2022-07-28 08:36:26 +08:00
6a096cf11f Remove nullable disable annotation in the Catch test case. 2022-07-20 20:40:53 +08:00
958c0fb390 Remove Appveyor.TestLogger 2022-07-11 15:01:16 +09:00
6c2d02fefd Fix tests 2022-06-30 12:37:03 +09:00
35745c83b7 Replace dodgy SetUpSteps overriding with usage of HasCustomSteps 2022-06-28 15:19:02 +09:00
31a447fda0 Update parameter discards 2022-06-24 21:26:19 +09:00
f8830c6850 Automated #nullable processing 2022-06-17 16:37:17 +09:00
77b4bd97f8 Merge pull request #18156 from ekrctb/catch-editor-per-object-sv
Automatically adjust per-hit object slider velocity in osu!catch editor
2022-05-19 19:12:38 +09:00
fecf92e16f Update libraries to latest versions 2022-05-11 19:54:59 +09:00
c7e9bd7751 Merge branch 'master' into catch-editor-per-object-sv 2022-05-09 19:18:01 +09:00
158f134260 Fix duration is negative while placing banana shower in catch editor.
Timeline blueprint is glitched when the hit object has negative duration.
Negative duration is unwanted anyways so placement implementation is fixed instead of supporting it in timline blueprint.
2022-05-09 00:01:05 +09:00