Commit Graph

1630 Commits

Author SHA1 Message Date
ba951b76f7 Unify and simplify input handling code 2022-09-09 15:28:40 +09:00
e6ba95ee16 Don't bother calculating active keys if input source was not handled 2022-09-09 15:22:12 +09:00
a42c1af09e Tidy up highlighting code and ensure read-only access to dictionary by highlight areas 2022-09-09 15:21:20 +09:00
715e9018da Tidy up code and naming 2022-09-09 15:11:26 +09:00
2709a4d398 Ensure overlay is always shown when movement is detected on mouse or keyboard 2022-09-09 15:04:25 +09:00
888d8b2817 Removed redudent code & converted use of OnDrag to OnMouseMove` 2022-09-08 20:39:53 +08:00
b9afe6f4cf Tidy up code quality 2022-09-08 19:44:29 +09:00
4f22616860 Rename class to match osu! version 2022-09-08 19:44:24 +09:00
161c54df1c Refactor UI and add drag support 2022-09-03 14:14:34 +08: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
6a35b233e5 Merge branch 'master' into remove-dispose-updates 2022-09-01 23:03:19 +09:00
105aa01e7d Update usages of RemoveInternal 2022-08-29 15:57:40 +09:00
a215d009fe Update Remove/RemoveRange/RemoveAll calls in line with framework changes 2022-08-29 15:57:40 +09:00
90b9c02ac6 Remove "internal" identifier as unnecessary 2022-08-29 14:01:15 +09:00
f5710d8000 Add ruleset API versioning 2022-08-22 16:35:08 +09:00
be7367b90e Invert the dash and normal hits. 2022-08-15 17:52:26 +08:00
ff497c452f Fix formatting + Add tests + fix touch UI 2022-08-15 17:23:29 +08:00
45e9eda9e7 Localise hit result name 2022-08-14 14:57:02 -04:00
09e45f39b2 Add the touchinputfield file because it was untracked 2022-08-13 19:55:47 +08:00
757d236e14 Add the UI file 2022-08-13 18:55:31 +08:00
fa2ebe1d5f add basic touch functionality 2022-08-13 18:02:29 +08:00
3e38baca3c Change ruleset mod description types 2022-08-10 16:09:11 -04:00
1fe7e4d19a Use non-nullable instead in the catch ruleset. 2022-08-02 00:45:47 +08:00
9088caa377 move LegacyComboCounter to osu.Game.Skinning 2022-07-28 08:36:26 +08:00
88db835e76 Merge branch 'master' into remove-nullable-disable-in-the-mods-for-catch-ruleset 2022-07-26 15:37:30 +08:00
9c2f6103c5 Following the suggestion to mark the property as nullable. 2022-07-21 19:30:04 +08:00
aca19a005e Add versioning to difficulty calculators 2022-07-21 18:15:25 +09:00
91bc7b9381 Mark the class as non-nullable.
Not the safe way but got no better idea.
2022-07-20 20:24:51 +08:00
53e61c5041 Remove the nullable annotation in the catch ruleset. 2022-07-20 20:24:51 +08:00
4210ec6502 Merge branch 'master' into remove-score-multiplier-on-custom-mod-settings 2022-07-19 19:21:26 +03:00
8f80a22ef9 Fix osu! and catch hitobjects no longer scaled to 1 by default 2022-07-19 07:00:13 +03:00
1051009827 Change bindable properties in all HitObjects to be lazily initialised 2022-07-19 05:39:10 +03:00
32ba58109b Remove score multiplier on difficulty-increasing mods with customised settings 2022-07-18 07:29:03 +03:00
1725a76fa0 Remove the nullable disable annotation for all rulesets. 2022-07-10 10:15:27 +08:00
857377e145 Move CreateConvertibleReplayFrame() into legacy ruleset interface because technically only legacy ruleset use it to convert the legacy frame.
But seems some of the customized ruleset use it for save the replay frame.
2022-07-10 10:15:27 +08:00
c95eb2d2c1 Fix incorrect case in CatcherArea parameter 2022-07-06 14:28:50 +09:00
19721a9bbb Remove the nullable disable annotation and fix the breaking api. 2022-07-02 13:33:05 +08:00
0fd2c010e5 Remove NRT disables from attributes classes 2022-06-27 16:07:15 +09:00
0579780bb8 Add IBeatmapOnlineInfo parameter and use to extract more data 2022-06-27 16:07:15 +09:00
31a447fda0 Update parameter discards 2022-06-24 21:26:19 +09:00
26c5b59f6d Replace usages of string.To{Lower,Upper}() 2022-06-24 11:57:45 +02:00
f8830c6850 Automated #nullable processing 2022-06-17 16:37:17 +09:00
6d2a2ba7d6 Rename Position -> Index 2022-06-09 18:49:11 +09:00
66a6467403 Pass object position to the object 2022-05-26 19:26:14 +01:00
30b9e0e7ab Use object list size for object position 2022-05-24 16:30:25 +01:00
26985ca8af Store hitobject history in the hitobject 2022-05-22 16:26:22 +01:00
64a371638e Merge pull request #18236 from peppy/snap-unification
Add `enum` to snap method as alternative to multiple nested invocations
2022-05-20 11:35:05 +09:00
c0abce918f Add enum to snap method as alternative to mutliple nested invocations 2022-05-12 16:19:07 +09:00
c7e9bd7751 Merge branch 'master' into catch-editor-per-object-sv 2022-05-09 19:18:01 +09:00