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 18:50:16 +08:00
Code
Issues
Releases
Wiki
Activity
59,756
Commits
4
Branches
793
Tags
07efa7d660a404df00a82df4b263db4597802edd
Commit Graph
27 Commits
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
Use existing web localisation for most hardcoded strings
Joseph Madamba
·
2022-04-20 16:31:11 -07:00
5e5c8e78a6
Fix performance statistic not handling rulesets with unimplemented calculator
Salman Ahmed
·
2022-03-01 20:43:20 +03:00
97c54de3bf
Remove tooltip from performance statistic
Henry Lin
·
2022-02-05 21:18:23 +08:00
c35ef917a1
Schedule setPerformanceValue
Henry Lin
·
2022-01-21 08:54:08 +08:00
e0fe8af365
Move checks out of PopIn()
Henry Lin
·
2022-01-20 08:39:33 +08:00
261fae6873
Split off
PerformanceBreakdown
and its own calculation logic
Henry Lin
·
2022-01-19 15:33:33 +08:00
0d708efb73
Add comments and tidy up
Henry Lin
·
2022-01-18 21:59:51 +08:00
a5b53c01c8
Compare performance to a perfect play
Henry Lin
·
2022-01-18 21:57:12 +08:00
43e5bd731c
Fix code quality issues
Henry Lin
·
2022-01-17 21:32:13 +08:00
eddf453294
Display performance breakdown in a tooltip
Henry Lin
·
2022-01-17 18:28:17 +08:00
511a607599
Update usages to new naming
Dean Herbert
·
2022-01-06 22:54:43 +09:00
00177a3ae1
Update continuation usages to use
GetCompletedResult
Dean Herbert
·
2022-01-06 22:53:07 +09:00
3ea7588a91
Replace usage of
.Result
with
.WaitSafelyForResult
Dean Herbert
·
2022-01-04 11:51:41 +09:00
73b40e6833
Add basic base class to begin to standardise function across caching components
Dean Herbert
·
2020-11-06 13:26:39 +09:00
0103b12575
Rename ScorePerformanceManager to ScorePerformanceCache
Dean Herbert
·
2020-11-06 13:15:33 +09:00
14bb079feb
Extract StatisticCounter to a separate class and use it instead.
Lucas A
·
2020-11-01 13:25:36 +01:00
6bfff43634
Extract helper function for pp value handling
Bartłomiej Dach
·
2020-10-12 22:14:45 +02:00
68b505ab86
Round pp values to nearest integer.
Lucas A
·
2020-10-10 19:58:06 +02:00
e845cc92b8
Make CalculatePerformanceAsync() nullable.
Lucas A
·
2020-10-10 19:16:21 +02:00
de522d53ea
Apply review suggestions.
Lucas A
·
2020-09-29 18:08:21 +02:00
35f7de2084
Cache performance calculations to prevent recomputations.
Lucas A
·
2020-09-28 19:04:39 +02:00
6efc4c4250
Split performance calculation to its own class.
Lucas A
·
2020-09-27 12:44:29 +02:00
ddede85704
Inherit PerformanceStatistic from CounterStatistic
Lucas A
·
2020-09-27 09:37:57 +02:00
3cb9103fe0
Rename CalculateScorePerformance -> CalculatePerformance
Lucas A
·
2020-09-25 19:16:33 +02:00
4d94bf3163
Add dynamic pp calculation to score panels for local scores
Lucas A
·
2020-09-25 19:15:40 +02:00
77a9d92f42