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-21 01:00:27 +08:00
Code
Issues
Releases
Wiki
Activity
24,822
Commits
4
Branches
793
Tags
32843ffef55c9dc956120ef8a4c8c96fd94de106
Commit Graph
59 Commits
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
Fix allowed results omissions
Dean Herbert
·
2019-09-06 15:37:20 +09:00
6cdc87bd29
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 taiko
smoogipoo
·
2019-04-22 17:04:46 +09:00
b59f23d094
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
Docstring change
Ivan Pavluk
·
2018-12-10 04:59:35 +00:00
839e177d2a
SuccessfulHitWindow->SuccessfulHitResult
Ivan Pavluk
·
2018-12-10 09:04:12 +07:00
8457324044
Remove unused using directives
Ivan Pavluk
·
2018-12-06 20:05:03 +07:00
94f01b6678
Removed unnecessary JudgementResult casts
Ivan Pavluk
·
2018-12-06 19:52:16 +07:00
394c038c33
Remove unused TaikoScoreProcessor constants
Ivan Pavluk
·
2018-12-06 15:58:03 +07:00
8cae549541
Remove extra newline
Ivan Pavluk
·
2018-12-06 14:08:32 +07:00
b5277de3f4
Remove swell miss HP from TaikoScoreProcessor
Ivan Pavluk
·
2018-12-04 21:36:43 +07:00
f2b806d303
Fixed being able to miss taiko objects by hitting them too early
Revamped taiko HP system
Ivan Pavluk
·
2018-12-04 21:20:44 +07:00
7d692939fc
Decrease taiko swell HP drain
Ivan Pavluk
·
2018-11-30 01:33:04 +07:00
743598a1ac
Fixed too strong HP drain
Ivan Pavluk
·
2018-11-30 01:07:15 +07:00
6b07d4581a
...Revert AffectsHP->AffectsHp, add HP abbrev
Ivan Pavluk
·
2018-11-29 23:12:02 +07:00
4184f17709
rename TaikoJudgement.AffectsHP to AffectsHp
Ivan Pavluk
·
2018-11-29 22:26:23 +07:00
13a166a645
fixed whitespace
Ivan Pavluk
·
2018-11-29 22:12:01 +07:00
d30ab4f77c
Fixed taiko swell hp and scoring
Ivan Pavluk
·
2018-11-29 22:05:13 +07:00
2ca9864301
Update TaikoScoreProcessor.cs
Ivan Pavluk
·
2018-11-29 09:45:57 +07:00
ce1e6d93e4
Fixed
#3777
Ivan Pavluk
·
2018-11-29 08:56:19 +07:00
36b458bdee
Rename judgement-related methods/events + commenting
smoogipoo
·
2018-08-06 10:55:25 +09:00
5fd4ed2f4e
Make Rulesets.Taiko use the new judgement result structure
smoogipoo
·
2018-08-02 20:36:19 +09:00
9c2122c0ca
Fix potential quadratic complexity in taiko autoplay
ekrctb
·
2018-07-17 17:00:28 +09:00
c6816a6cf3
Apply review feedback
Dean Herbert
·
2018-07-17 16:33:08 +09:00
9f933187e9
Use switch with type matching in place of if-else where possible
Dean Herbert
·
2018-07-17 14:35:09 +09:00
825941aff1
Normalize all the line endings
Dean Herbert
·
2018-04-13 18:26:38 +09:00
32a74f95a5
Hits -> JudgedHits
Dean Herbert
·
2018-02-01 18:08:15 +09:00
1cc7c23982
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
Cleanup + renaming
smoogipoo
·
2017-11-21 17:09:22 +09:00
1b27ce6198
Implements virtual Failcondition in scoreprocessor and enforces nofail in UpdateFailed
Jacob Odgård Tørring
·
2017-10-22 20:32:59 +02:00
9b54e834d9
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
Make BasePortion and ComboPortion constants
smoogipooo
·
2017-09-13 16:13:27 +09:00
e146bcacf1
Simplify standardized scoring to BasePortion (raw scoring) + ComboPortion (highest combo)
smoogipooo
·
2017-09-13 15:17:32 +09:00
ba3e44cd71
Add storeResults as a parameter to Reset
Whether to store the current state of the ScoreProcessor for future use.
smoogipooo
·
2017-09-12 22:27:27 +09:00
b5f48c2368
ComputeTargets -> SimulateAutoplay + improve xmldoc
smoogipooo
·
2017-09-12 21:16:47 +09:00
d0774c7bc6
More cleanups
smoogipooo
·
2017-09-12 21:12:57 +09:00
3e3618d724
Revamp score processing to once more unify scoring methods
smoogipooo
·
2017-09-12 21:05:50 +09:00
abab2a4878
First
Previous
1
2
Next
Last