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-18 00:00:40 +08:00
Code
Issues
Releases
Wiki
Activity
75,266
Commits
4
Branches
791
Tags
12e29f0bcc9f80c221c5e97693613c8ca4ba94de
Commit Graph
90 Commits
Make
RankFromScore()
's dictionary param readonly
Just to make sure nobody tries any "funny" business.
Bartłomiej Dach
·
2024-01-22 19:56:30 +01:00
cb8ec48717
Change S rank to require no miss
Dean Herbert
·
2024-01-22 21:43:32 +09:00
c8521b49cd
Remove unused usings
Dean Herbert
·
2023-08-22 16:07:48 +09:00
bbe4635a50
Scoring : Remove ComputeTotalScore overide in OsuScoreProcessor
Zyf
·
2023-07-15 15:22:59 +02:00
ecb633f8fb
Add back required override to make
AccuracyHeatmap
work
Dean Herbert
·
2023-06-01 13:26:47 +09:00
e830b96e61
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
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
Update parameter discards
Dean Herbert
·
2022-06-24 21:26:19 +09:00
31a447fda0
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
Update judgement processors with new hit results
smoogipoo
·
2020-09-29 16:33:38 +09:00
31fae045fa
Fix hit event position offset not being set
smoogipoo
·
2020-06-19 20:49:05 +09:00
ad3bc99e7c
Move hit events to the ScoreProcessor
smoogipoo
·
2020-06-19 19:58:35 +09:00
eab00ec9d9
Rename CursorPosition -< PositionOffset
smoogipoo
·
2020-06-19 19:43:46 +09:00
ef56225d9a
Rework score processor to provide more generic events
smoogipoo
·
2020-06-18 22:11:03 +09:00
20db5b33ab
Populate hit offsets from score processor
smoogipoo
·
2020-06-15 22:44:55 +09:00
900da88498
Split out types
smoogipoo
·
2020-06-15 21:48:59 +09:00
f9db37a1de
Add timing distribution to OsuScoreProcessor
smoogipoo
·
2020-06-02 23:38:24 +09:00
e98f51923a
Initial implementation of contracted score panel
smoogipoo
·
2020-05-16 18:20:19 +09:00
2bde4fc3ee
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
Merge branch 'master' into stop-counting-to-score-after-fail
Dean Herbert
·
2019-09-06 16:12:53 +09:00
6ce36bd39e
Expose full hitobject rather than hit windows
smoogipoo
·
2019-09-02 17:14:40 +09:00
0c73c5acf3
Add HitWindows to JudgementResult to indicate timing errors
smoogipoo
·
2019-09-02 16:28:14 +09:00
f2bdf94a1d
Remove unused combo result count statistic
smoogipoo
·
2019-08-09 14:04:51 +09:00
d47a8c0826
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 osu!
smoogipoo
·
2019-04-22 17:24:42 +09:00
144e6012dc
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
Fix missing hitwindows
smoogipoo
·
2018-12-28 00:14:00 +09:00
5c1280c092
Populate statistics for all rulesets' scores
Dean Herbert
·
2018-12-27 21:52:09 +09:00
fb10d15870
ScoreInfo scoreInfo -> ScoreInfo score
Dean Herbert
·
2018-11-30 15:18:52 +09:00
831cd3ed59
Score -> ScoreInfo
smoogipoo
·
2018-11-28 18:33:01 +09:00
219929eb47
Re-namespacing
smoogipoo
·
2018-11-28 16:12:57 +09:00
5fd6e6ca77
CreateJudgementResult -> CreateResult
smoogipoo
·
2018-08-06 11:07:41 +09:00
ab642b563f
Rename judgement-related methods/events + commenting
smoogipoo
·
2018-08-06 10:55:25 +09:00
5fd4ed2f4e
Fix osu score processor crashing
smoogipoo
·
2018-08-02 21:07:11 +09:00
8d81e66f88
First
Previous
1
2
Next
Last