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-18 16:10:48 +08:00
Code
Issues
Releases
Wiki
Activity
36,171
Commits
4
Branches
793
Tags
edf9fe56112d30a6d2fbdd67bae107a587649dfd
Commit Graph
175 Commits
Merge branch 'master' into move-cache-logic-to-base-impl
Dean Herbert
·
2020-11-06 16:56:35 +09:00
9bb32f0914
Merge pull request
#10710
from peppy/user-id-as-int
Use int instead of long for user_id fields for now
Dan Balasescu
·
2020-11-06 14:35:14 +09:00
972fc54c2d
Move lookup/storage/compute logic to base class (and consume in ScorePerformanceCache)
Dean Herbert
·
2020-11-06 13:51:41 +09:00
a2606d31c7
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
Use int instead of long for user_id fields for now
Dean Herbert
·
2020-11-06 12:59:46 +09:00
1e1569eb53
Add note about missing expiration logic
Dean Herbert
·
2020-11-02 14:53:32 +09:00
7b320a991f
Add xmldoc for new component
Dean Herbert
·
2020-11-02 14:50:44 +09:00
d46f7535c9
Remove uncessary async-await state machine level.
Lucas A
·
2020-10-27 13:45:21 +01:00
a96c067bea
Merge branch 'master' into results-dynamic-pp-calc
Bartłomiej Dach
·
2020-10-19 21:41:07 +02:00
ba818e3ae0
Fix one more missed occurrence
Dean Herbert
·
2020-10-16 13:21:47 +09:00
83482ca15c
Simplify implementation of CalculatePerformanceAsync
Bartłomiej Dach
·
2020-10-12 22:10:02 +02:00
d4ba9d2682
Rename LocalId -> LocalScoreID
Lucas A
·
2020-10-10 19:19:24 +02:00
a0e6226b7a
Make CalculatePerformanceAsync() nullable.
Lucas A
·
2020-10-10 19:16:21 +02:00
de522d53ea
Don't calculate performance if difficulty attributes aren't locally computable.
Lucas A
·
2020-10-09 18:32:03 +02:00
6459ce28a3
Simplify PerformanceCacheLookup
Lucas A
·
2020-10-08 18:31:29 +02:00
fa201be2ad
Update ScorePerformanceCalculator code path.
Lucas A
·
2020-10-07 14:10:25 +02:00
cd15f83f85
Fix merge conflicts.
Lucas A
·
2020-10-07 13:28:49 +02:00
7f5cf04b2b
Show bonus judgements on expanded panel
Dean Herbert
·
2020-10-07 16:17:28 +09:00
6ac70945f2
Extract tuple into class
Dean Herbert
·
2020-10-07 15:34:03 +09:00
d6d0bd90a3
User IEnumerable for HandledExtensions
Dean Herbert
·
2020-10-02 16:17:10 +09:00
50eca202f4
Merge branch 'master' into fix-score-recalc
Dean Herbert
·
2020-10-01 17:00:20 +09:00
a1b8ced46d
Reuse BeatmapDifficultyManager cache for beatmap difficulty attributes.
Lucas A
·
2020-09-29 18:32:02 +02:00
2766cf73b4
Apply review suggestions.
Lucas A
·
2020-09-29 18:08:21 +02:00
35f7de2084
Fix scores sometimes not being re-standardised correctly
smoogipoo
·
2020-09-29 19:06:09 +09:00
297168ecc4
Make osu/taiko/catch use Ok+Great
smoogipoo
·
2020-09-29 17:16:55 +09:00
f439c1afbc
Update judgement processors with new hit results
smoogipoo
·
2020-09-29 16:33:38 +09:00
31fae045fa
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
Adjust displays to use new results/orderings
smoogipoo
·
2020-09-25 20:22:59 +09:00
a07597c369
Add cancellation support
smoogipoo
·
2020-09-09 17:37:11 +09:00
5cdc8d2e7b
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
Merge branch 'master' into score-recalc
smoogipoo
·
2020-09-09 14:38:36 +09:00
117c7ec6b2
Fix nullref with null beatmap
smoogipoo
·
2020-08-28 22:51:39 +09:00
ec2674e1ea
Separate bindables
smoogipoo
·
2020-08-28 22:51:19 +09:00
d7bbb362bf
Fix possible NaN values
smoogipoo
·
2020-08-28 22:23:44 +09:00
8ffc4309fb
Use async difficulty calculation
smoogipoo
·
2020-08-28 21:45:27 +09:00
39f8b5eb85
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
Use extension methods instead of reading directly
Bartłomiej Dach
·
2020-08-27 18:18:32 +02:00
af59e2c179
Fix some legacy mania replays crashing on import
Bartłomiej Dach
·
2020-08-27 18:16:20 +02:00
fc51e9d81a
Add position display in contracted score panels
smoogipoo
·
2020-07-31 22:02:25 +09:00
b361761d86
Merge branch 'master' into results-screen-statistics-overlapping-transition
smoogipoo
·
2020-06-22 15:38:48 +09:00
33fdd7466c
Move hit events to the ScoreProcessor
smoogipoo
·
2020-06-19 19:58:35 +09:00
eab00ec9d9
Rework score processor to provide more generic events
smoogipoo
·
2020-06-18 22:11:03 +09:00
20db5b33ab
Populate hit offsets from score processor
smoogipoo
·
2020-06-15 22:44:55 +09:00
900da88498
Allow legacy score to be constructed even if replay file is missing
Dean Herbert
·
2020-06-15 20:31:47 +09:00
90d69c1216
Fix crash on local score display
Dean Herbert
·
2020-06-13 18:18:46 +09:00
c490dba7b3
First
Previous
1
2
3
4
Next
Last