This website requires JavaScript.
Explore
Help
Sign In
h1or4dme8
/
osu-lazer
Watch
1
Star
0
Fork
0
You've already forked osu-lazer
mirror of
https://github.com/ppy/osu.git
synced
2026-05-24 06:19:55 +08:00
Code
Issues
Releases
Wiki
Activity
75,266
Commits
4
Branches
796
Tags
12e29f0bcc9f80c221c5e97693613c8ca4ba94de
Commit Graph
22 Commits
refactor(ManiaFilterCriteria): exclude converted beatmaps from long note filter
Binwalker
·
2025-08-26 21:36:20 +09:00
6a82b7331f
fix(ManiaFilterCriteria): converted beatmaps are not included
Binwalker
·
2025-08-26 21:36:20 +09:00
556c2469bf
feat(ManiaFilterCriteria): add long note ratio filter for mania
Binwalker
·
2025-08-26 21:36:19 +09:00
68677200f3
Remove unreachable code
Dan Balasescu
·
2025-04-04 10:47:40 +09:00
db2366b736
Simplify filter logic
Bartłomiej Dach
·
2025-04-02 09:59:44 +02:00
446b26c1e6
Fixed the filter empty condition
iamnotcoding
·
2025-03-31 20:27:22 +09:00
8e3d05cbb0
Made key with equal operator intersect with other filters and removed unnecessary value range check
iamnotcoding
·
2025-03-31 20:26:31 +09:00
9761a64d52
Added the "!:" option for NotEqual operator
iamnotcoding
·
2025-03-31 18:39:02 +09:00
e2bdb70daa
Made it use only one has variable and deleted key exclude function for now
iamnotcoding
·
2025-03-31 18:32:51 +09:00
e6f3c5351c
Changed code quality issues
iamnotcoding
·
2025-03-31 17:48:56 +09:00
80879319bb
Made it able to include or exclude multiple key mods by comma separated values
iamnotcoding
·
2025-03-30 17:47:33 +09:00
acffe31e41
Don't re-filter unless mods may change the filter
Dan Balasescu
·
2024-04-15 21:07:36 +09:00
343b3ba0e6
Fully qualify LegacyBeatmapConversionDifficultyInfo
Dan Balasescu
·
2024-04-01 17:02:32 +09:00
8e0ca11d1c
Add mods to FilterCriteria, pass to ruleset method
Dan Balasescu
·
2024-03-28 23:03:26 +09:00
9fd6449fd8
Add keycount to song select details panel and carousel panels
Dan Balasescu
·
2023-12-09 22:31:51 +09:00
b36db3518c
Add LegacyBeatmapConversionDifficultyInfo abstraction
Dan Balasescu
·
2023-10-02 16:52:01 +09:00
b4b7a7ea5e
Remove the nullable disable annotation in the mania ruleset.
andy840119
·
2022-07-03 21:04:39 +08:00
a7bcc32cc2
Automated #nullable processing
Dan Balasescu
·
2022-06-17 16:37:17 +09:00
f8830c6850
Update all usages of
RulesetID
and
Ruleset.ID
to use
Ruleset.OnlineID
Dean Herbert
·
2022-01-27 15:38:03 +09:00
5288eedd31
Rename all remaining cases
Dean Herbert
·
2021-10-03 00:55:29 +09:00
ec61c3c5ee
Fix misplaced parenthesis
Dean Herbert
·
2021-03-30 16:55:39 +09:00
e769ef45be
Add osu!mania key filtering using "keys=4" at song select
Dean Herbert
·
2021-03-30 16:09:35 +09:00
1d968009c2