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-17 17:33:02 +08:00
Code
Issues
Releases
Wiki
Activity
75,266
Commits
4
Branches
791
Tags
12e29f0bcc9f80c221c5e97693613c8ca4ba94de
Commit Graph
76 Commits
Make mania award SS even if there are GREAT judgements
Dan Balasescu
·
2024-08-29 20:21:59 +09:00
d59d5685d0
Use new LINQ Order() instead of OrderBy() when possible
Berkan Diler
·
2024-02-08 18:01:00 +01:00
6adf0ac01e
Expose only as one method
Dan Balasescu
·
2023-12-21 14:58:23 +09:00
6b4b2a57fc
Relocate HitResult numeric score to ScoreProcessor
Dan Balasescu
·
2023-12-21 14:52:31 +09:00
4e3b994142
Change mania to 85% acc / 15% combo
Dan Balasescu
·
2023-12-20 18:43:06 +09:00
023bbda7db
Change mania scoring to match ScoreV2
Dan Balasescu
·
2023-12-20 18:35:45 +09:00
104fbbde94
Add ScoreProcessor methods to override numeric result
Dan Balasescu
·
2023-12-19 13:50:31 +09:00
c1b55c7fac
Fix incorrect comparer implementation
Dean Herbert
·
2023-07-15 11:19:34 +09:00
e58488d04a
Fix osu!mania scores failing to convert to new standardised score due to cast failure
Regressed in
https://github.com/ppy/osu/pull/23917
.
Closes
#24217
.
Dean Herbert
·
2023-07-14 19:38:10 +09:00
d4fb0bef95
Fix mania autoplay simulation judging objects in different order to gameplay
Bartłomiej Dach
·
2023-06-14 21:50:19 +02:00
0065334241
Change osu!mania scoring ratio to 99% acc (to match previous lazer scoring)
Dean Herbert
·
2023-06-08 20:55:13 +09:00
dbb7ddac52
Rename parameters
Dan Balasescu
·
2023-05-19 17:27:02 +09:00
30a296bd09
Refactor for safety
Dan Balasescu
·
2023-05-19 14:37:26 +09:00
d74bf2a096
Avoid NaN values during ApplyBeatmap processing()
Dan Balasescu
·
2023-05-19 14:14:34 +09:00
2ae34530f7
Fix TestSceneScoring and incorrect combo calculations
Dan Balasescu
·
2023-05-19 14:09:19 +09:00
7cbf48ffcf
Remove ClassicScoreMultiplier and DefaultScoreProcessor
Dan Balasescu
·
2023-05-19 12:24:52 +09:00
8b56a3f87d
Reimplement classic scoring mode
Dan Balasescu
·
2023-05-09 20:21:38 +09:00
a7b623f52a
Initial implementation of ScoreV2
Dan Balasescu
·
2023-05-09 19:33:33 +09:00
3c3c812ed6
Partial everything
Dan Balasescu
·
2022-11-27 00:00:27 +09:00
7bc8908ca9
Automated #nullable processing
Dan Balasescu
·
2022-06-17 16:37:17 +09:00
f8830c6850
Remove unnecessary ctor arguments
Dan Balasescu
·
2022-03-15 12:34:58 +09:00
daac933498
Prevent incorrect usages by hard-typing ctor type
Dan Balasescu
·
2022-03-15 09:11:59 +09:00
59d57a44d4
Require ScoreProcessor to receive ruleset
Dan Balasescu
·
2022-03-14 15:51:10 +09:00
3fff7f4b7e
Add per-ruleset score multipliers for classic scoring
Dan Balasescu
·
2022-03-10 10:26:09 +09:00
c36badab4b
Adjust scoring values to better fit osu!mania
smoogipoo
·
2021-04-05 13:28:46 +09:00
3acc612a67
Update judgement processors with new hit results
smoogipoo
·
2020-09-29 16:33:38 +09:00
31fae045fa
Adjust mania scoring to be 95% based on accuracy
smoogipoo
·
2020-07-28 17:58:58 +09:00
f7cd6e83aa
Make mania 80% acc 20% combo
smoogipoo
·
2020-07-16 14:10:52 +09:00
2b39857b8c
Simplify scoreprocesor/healthprocessor implementations
smoogipoo
·
2019-12-26 14:59:49 +09:00
90cb9d9162
Separate score and health parts of ScoreProcessor
smoogipoo
·
2019-12-19 20:03:14 +09:00
76f2fb378f
Remove abstract ScoreProcessor class
smoogipoo
·
2019-12-11 17:25:06 +09:00
48f1dad4aa
Refactor HitWindows for legibility
Dean Herbert
·
2019-09-06 15:24:14 +09:00
f925e781a9
Rename method + add xmldoc
smoogipoo
·
2019-04-22 18:08:15 +09:00
aeae759fcd
Make hp work + cleanup
smoogipoo
·
2019-04-22 18:02:49 +09:00
4edb17a88a
Implement hp increase for mania
smoogipoo
·
2019-04-22 17:04:18 +09:00
4c5f41e40f
Fix typo
Dean Herbert
·
2019-03-20 11:22:34 +09:00
3b7a76aa4e
Rename RulesetContainer to DrawableRuleset
Dean Herbert
·
2019-03-19 23:47:31 +09:00
baea7230bc
Merge remote-tracking branch 'upstream/master' into fix-replay-import-statistics
Dean Herbert
·
2019-02-04 12:15:53 +09:00
2d7c23dd9f
Update licence header (and remove year)
Dean Herbert
·
2019-01-24 17:43:03 +09:00
8617aaa2a7
Fix imported replays having excess statistics
Dean Herbert
·
2019-01-03 14:01:20 +09:00
aec3753863
Implement hit windows
smoogipoo
·
2018-12-27 22:39:15 +09:00
b64932f6db
Rename judgement-related methods/events + commenting
smoogipoo
·
2018-08-06 10:55:25 +09:00
5fd4ed2f4e
Make Rulesets.Mania use the new judgement result structure
smoogipoo
·
2018-08-02 20:36:54 +09:00
807794d512
Normalize all the line endings
Dean Herbert
·
2018-04-13 18:26:38 +09:00
32a74f95a5
Update licence headers
Dean Herbert
·
2018-01-05 20:21:19 +09:00
37d393bca0
move HitResult in Scoring namespace to replace HitCount
Aergwyn
·
2017-12-30 21:23:18 +01:00
ccb69d16d9
Make HitObjects construct nested hit objects
smoogipoo
·
2017-12-22 21:42:54 +09:00
6a29f6020a
Fix all remaining db structure issues
Dean Herbert
·
2017-10-19 14:05:11 +09:00
5d5ea5fb2e
Rework EF Core usage in model classes
TocoToucan
·
2017-10-06 00:23:26 +03:00
887aa7496b
Initial EF Core commit
TocoToucan
·
2017-10-04 22:52:12 +03:00
6a4198d0d6
First
Previous
1
2
Next
Last