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-24 12:50:42 +08:00
Code
Issues
Releases
Wiki
Activity
59,166
Commits
4
Branches
796
Tags
ec1bf7b0b2d34ec00ade4e02fcdf55fa96667a8c
Commit Graph
50 Commits
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
Use existing web localisation for most hardcoded strings
Joseph Madamba
·
2022-04-20 16:31:11 -07:00
5e5c8e78a6
Compute the beatmap maximum achievable combo instead of
Beatmap.MaxCombo
Salman Ahmed
·
2022-03-20 05:38:14 +03:00
eca7975864
Display beatmap maximum combo in score panel
Salman Ahmed
·
2022-03-18 13:11:41 +03:00
9215384229
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
Hide attribute if the maximum is 0
Henry Lin
·
2022-02-02 11:02:01 +08:00
b4fd1ecba2
Split total pp into 2 lines
Henry Lin
·
2022-02-01 22:26:30 +08:00
39524f3dd2
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
Improve display of "total PP"
Henry Lin
·
2022-01-18 22:11:43 +08:00
31e03e99cd
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
Add a comment
Henry Lin
·
2022-01-17 21:41:17 +08:00
83387cb00b
Fix code quality issues
Henry Lin
·
2022-01-17 21:32:13 +08:00
eddf453294
Add bar chart to tooltip
Henry Lin
·
2022-01-17 21:26:55 +08:00
c49cd60487
Improve tooltip design
Henry Lin
·
2022-01-17 20:36:18 +08:00
85c60bfc2d
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
Localise accuracy display.
Lucas A
·
2021-07-23 22:37:08 +02:00
ff3d38de6f
Remove redundant arguments
PercyDan54
·
2021-07-05 23:52:39 +08:00
e1c646b9b2
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