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-06 13:54:26 +08:00
Code
Issues
Releases
Wiki
Activity
39,398
Commits
4
Branches
802
Tags
a1d63243a4287d705a1e99264c0cd74c7e3a0330
Commit Graph
84 Commits
Flip order back to original for romanisable strings
Dean Herbert
·
2021-02-25 14:14:07 +09:00
e82eaffaed
Update LocalisedString usages to RomanisedString
Dean Herbert
·
2021-02-22 19:01:42 +09:00
8a97e2e28d
Apply changes to UI components overriding functions with changing signatures
Dean Herbert
·
2021-02-22 19:01:42 +09:00
1fd76ea3fb
Remove synchronous lookup path from BeatmapDifficultyCache
Dean Herbert
·
2020-11-06 14:53:15 +09:00
c5b172d0dd
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
Rename BeatmapDifficultyManager to BeatmapDifficultyCache
Dean Herbert
·
2020-11-06 13:14:29 +09:00
5113d4af8f
Merge branch 'master' into results-dynamic-pp-calc
Dean Herbert
·
2020-11-02 14:47:33 +09:00
73b290aca3
Extract StatisticCounter to a separate class and use it instead.
Lucas A
·
2020-11-01 13:25:36 +01:00
6bfff43634
Add missing ctor parameters back
Dean Herbert
·
2020-10-31 18:56:30 +09:00
6a293dd536
Merge branch 'master' into results-screen-applause
Dean Herbert
·
2020-10-31 18:47:49 +09:00
979eb1685b
Remove unused parameter
Dean Herbert
·
2020-10-30 10:30:11 +09:00
0c1d12460f
Remove unused using
Dean Herbert
·
2020-10-29 18:16:04 +09:00
f1b8a8f7f5
Only play results panel animation once (and only for the local user)
Dean Herbert
·
2020-10-29 17:08:59 +09:00
0a0239a7c7
Make results panels aware of whether they are a local score that has just been set
Dean Herbert
·
2020-10-29 17:08:59 +09:00
71e373ff51
Only play results panel animation once (and only for the local user)
Dean Herbert
·
2020-10-29 17:04:33 +09:00
4a26084df8
Add skinning support for legacy applause playback
Dean Herbert
·
2020-10-29 16:32:29 +09:00
5d5b0221e5
Add rank appear sound (new default)
Dean Herbert
·
2020-10-29 16:11:37 +09:00
fb82c043a5
Make results panels aware of whether they are a local score that has just been set
Dean Herbert
·
2020-10-29 16:11:25 +09:00
a8e9c62583
Remove beatmap-based ctor to promote single flow
Dean Herbert
·
2020-10-23 14:57:27 +09:00
9141f48b04
Make StarRatingDisplay dynamic.
Lucas A
·
2020-10-21 19:05:14 +02:00
cf69eacae9
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
Move timestamp text out of flow and attach to bottom edge
Dean Herbert
·
2020-10-07 16:30:14 +09:00
67398b5d95
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
Refactor/add xmldocs
smoogipoo
·
2020-09-09 17:36:47 +09:00
37a659b2af
Merge branch 'master' into score-recalc
smoogipoo
·
2020-09-09 14:38:36 +09:00
117c7ec6b2
Remove unused methods and classes
Dean Herbert
·
2020-08-31 18:14:22 +09:00
a171d0e292
Add to more places
smoogipoo
·
2020-08-28 22:51:48 +09:00
c1838902a6
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
Fix single-frame glitch in SS grade display animation
Dean Herbert
·
2020-07-15 15:36:17 +09:00
0125a7ef3b
Use Mod.AdjustRank() instead
Joehu
·
2020-07-02 12:35:32 -07:00
718f06c690
Fix score panel not showing silver s/ss badges on hd/fl plays
Joehu
·
2020-07-01 17:37:38 -07:00
fa252d5e95
Fix test failures
smoogipoo
·
2020-06-11 14:55:49 +09:00
7b012f1def
Fix incorrect beatmap showing
smoogipoo
·
2020-06-09 19:01:02 +09:00
05b1edb9d8
Change format of date on score panel
smoogipoo
·
2020-06-04 21:33:38 +09:00
5d7bb8cb4e
Truncate beatmap title and artist on score panel
Joehu
·
2020-04-30 22:13:38 -07:00
700214d249
First
Previous
1
2
Next
Last