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-06-02 13:30:29 +08:00
Code
Issues
Releases
Wiki
Activity
36,171
Commits
4
Branches
800
Tags
edf9fe56112d30a6d2fbdd67bae107a587649dfd
Commit Graph
24 Commits
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
Merge branch 'master' into results-dynamic-pp-calc
Bartłomiej Dach
·
2020-10-19 21:41:07 +02:00
ba818e3ae0
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
Fix broken class reference.
Lucas A
·
2020-10-07 13:29:10 +02:00
a425cf4a31
Fix merge conflicts.
Lucas A
·
2020-10-07 13:28:49 +02:00
7f5cf04b2b
Show auxiliary judgements on next line
Dean Herbert
·
2020-10-07 16:17:17 +09:00
c0bc6a75b3
Consume display name logic
Dean Herbert
·
2020-10-07 15:43:52 +09:00
e281d724b8
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
Adjust displays to use new results/orderings
smoogipoo
·
2020-09-25 20:22:59 +09:00
a07597c369
Remove unused methods and classes
Dean Herbert
·
2020-08-31 18:14:22 +09:00
a171d0e292
Use
With(s => ...)
extension for better readability
Salman Ahmed
·
2020-08-19 07:47:02 +03:00
ee9fa11d14
Allow providing custom sprite text for RollingCounter<T>
Salman Ahmed
·
2020-08-03 20:14:17 +03:00
9d10658e3c
Colourise hit result statistics
smoogipoo
·
2020-03-18 17:26:17 +09:00
66558ca8c5
Add xmldocs / cleanup
smoogipoo
·
2020-03-17 17:34:16 +09:00
2ee480f1d8
Implement middle panel contents
smoogipoo
·
2020-03-17 17:25:24 +09:00
1521f25c96