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-19 23:40:44 +08:00
Code
Issues
Releases
Wiki
Activity
36,171
Commits
4
Branches
793
Tags
edf9fe56112d30a6d2fbdd67bae107a587649dfd
Commit Graph
309 Commits
Source display accuracy from header and remove from ScoreProcessor function
Dean Herbert
·
2020-12-24 14:57:23 +09:00
d66e218318
Fix realtime leaderboard showing accuracy based on final base score, not rolling
Dean Herbert
·
2020-12-23 14:20:35 +09:00
be427a4ec0
Extract combo & accuracy ratio calculation helpers
Bartłomiej Dach
·
2020-12-19 19:08:29 +01:00
ee33c0be93
Correctly account for max combo of the input, rather than the global
Dean Herbert
·
2020-12-17 16:05:41 +09:00
f13683dc90
Revert MaxBaseScore to being a private field (no longe required to be public)
Dean Herbert
·
2020-12-17 15:47:20 +09:00
41d8b84bd7
Add method to ScoreProcessor to calculate score and accuracy from statistics
Dean Herbert
·
2020-12-16 16:20:29 +09:00
2954218897
Always store standardised score when populating ScoreInfo
Bartłomiej Dach
·
2020-11-10 08:41:00 +01:00
109abc0e29
Rename variable as suggested
Bartłomiej Dach
·
2020-10-07 21:06:24 +02:00
7109c3b6cd
Award max combo portion score if max achievable is 0
Endrik Tombak
·
2020-10-07 17:04:55 +03:00
2b6e4e575e
Rework ScoreProcessor
Endrik Tombak
·
2020-10-07 17:00:00 +03:00
74af7cc503
Merge branch 'master' into adjust-hit-result-types
smoogipoo
·
2020-10-01 16:19:07 +09:00
7890319802
Merge branch 'master' into scoring-standardisation
smoogipoo
·
2020-10-01 12:28:51 +09:00
cb6b35116a
Merge pull request
#10251
from smoogipoo/additional-hit-results
Dean Herbert
·
2020-10-01 12:19:48 +09:00
9d07dce5e4
Remove padding from HitResult
smoogipoo
·
2020-09-30 21:32:50 +09:00
77651be2ca
Remove XMLDocs from Ok/Perfect hit results
smoogipoo
·
2020-09-29 17:17:06 +09:00
91262620d3
Merge branch 'master' into scoring-standardisation
smoogipoo
·
2020-09-29 16:33:38 +09:00
bad48d6d44
Update judgement processors with new hit results
smoogipoo
·
2020-09-29 16:33:38 +09:00
31fae045fa
Add guard against using the wrong hit result
smoogipoo
·
2020-09-29 16:33:38 +09:00
6264a01ecc
Add xmldocs
smoogipoo
·
2020-09-29 16:33:23 +09:00
07226c79b6
Pad hit results
smoogipoo
·
2020-09-29 16:32:02 +09:00
cee58e89a3
Split ignore into hit/miss
smoogipoo
·
2020-09-29 14:41:50 +09:00
1a70002cdd
Fix HP drain edgecase potentially causing insta-fails
smoogipoo
·
2020-09-25 23:29:40 +09:00
9a24346a00
Add AffectsAccuracy extension
smoogipoo
·
2020-09-25 22:16:14 +09:00
4bcc3ca828
Add bonus hit results and orderings
smoogipoo
·
2020-09-25 20:11:27 +09:00
1c4baa4e2a
Fix maps with only bonus score having NaN scores
smoogipoo
·
2020-09-11 01:13:55 +09:00
447fd07b4e
Refactor/add xmldocs
smoogipoo
·
2020-09-09 17:36:47 +09:00
37a659b2af
Move max score calculation inside ScoreProcessor
smoogipoo
·
2020-09-09 16:51:53 +09:00
e271408fca
Add support for standardised -> classic changes
smoogipoo
·
2020-08-28 21:34:34 +09:00
1e5e5cae0c
Implement basic score recalculation
smoogipoo
·
2020-08-28 19:16:46 +09:00
4d15f0fe52
Ensure 0 score from miss judgements, add test
smoogipoo
·
2020-08-18 19:51:26 +09:00
a4ad0bd174
Expose accuracy/combo portion adjustments
smoogipoo
·
2020-07-16 14:10:44 +09:00
6b2b3f4d4d
Merge pull request
#9530
from peppy/fix-memory-retention
Clean up HitEvents after use to avoid near-permanent memory retention
Dean Herbert
·
2020-07-12 01:27:38 +09:00
fda45997db
Clean up HitEvents after use to avoid near-permanent memory retention
Dean Herbert
·
2020-07-12 00:52:55 +09:00
2bb0283a68
Fix bonus judgements being required toward HP
smoogipoo
·
2020-07-11 20:17:40 +09:00
acfb6eecc6
Rename to Position
smoogipoo
·
2020-06-22 19:04:51 +09:00
2b7fb2b71d
Merge branch 'master' into results-screen-statistics-overlapping-transition
smoogipoo
·
2020-06-22 15:38:48 +09:00
33fdd7466c
Add comments, change to clamp
smoogipoo
·
2020-06-21 19:31:00 +09:00
9fbe2fa80a
Reduce mania's HP drain by 20%
smoogipoo
·
2020-06-21 18:05:26 +09:00
44925b3951
Add xmldoc
smoogipoo
·
2020-06-19 22:05:58 +09:00
740b01c049
General cleanups
smoogipoo
·
2020-06-19 21:41:48 +09:00
25abdc2903
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
Add timing distribution to OsuScoreProcessor
smoogipoo
·
2020-06-02 23:38:24 +09:00
e98f51923a
Expose LowestSuccessfulHitResult()
smoogipoo
·
2020-06-02 23:36:56 +09:00
a7f8c5935d
Take hitobject start/end times into account in drain
Bartłomiej Dach
·
2020-05-11 19:06:36 +02:00
848a3fb6d7
Integrate PeriodTracker changes
Bartłomiej Dach
·
2020-05-10 18:32:38 +02:00
1d999bb634
Merge branch 'master' into fix-draining-in-between-break-sections
Bartłomiej Dach
·
2020-05-10 17:57:44 +02:00
ee2ff77b89
Reorder tick hit results
smoogipoo
·
2020-05-04 15:55:42 +09:00
6d3a24ff01
Merge branch 'master' into sorcerer-catch-changes
smoogipoo
·
2020-05-04 15:25:09 +09:00
f42be7a6d7
Centralize updating HasCompleted bindable logic
Salman Ahmed
·
2020-04-20 06:40:51 +03:00
6f233917b1
First
Previous
1
2
3
4
5
...
Next
Last