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 02:09:52 +08:00
Code
Issues
Releases
Wiki
Activity
36,171
Commits
4
Branches
791
Tags
edf9fe56112d30a6d2fbdd67bae107a587649dfd
Commit Graph
42 Commits
Rename BeatmapDifficultyManager to BeatmapDifficultyCache
Dean Herbert
·
2020-11-06 13:14:29 +09:00
5113d4af8f
Fix one more missed occurrence
Dean Herbert
·
2020-10-16 13:21:47 +09:00
83482ca15c
User IEnumerable for HandledExtensions
Dean Herbert
·
2020-10-02 16:17:10 +09:00
50eca202f4
Fix scores sometimes not being re-standardised correctly
smoogipoo
·
2020-09-29 19:06:09 +09:00
297168ecc4
Update judgement processors with new hit results
smoogipoo
·
2020-09-29 16:33:38 +09:00
31fae045fa
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
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
Rename decoder
Dean Herbert
·
2020-03-24 13:07:50 +09:00
e5f4d8686e
Merge branch 'master' into fix-local-score-availability
Dean Herbert
·
2019-12-18 01:15:20 +09:00
886db8eb22
Fix online replays not being available locally
smoogipoo
·
2019-12-17 15:47:08 +09:00
946a202ee5
CA1309: compare strings correctly.
Huo Yaoyuan
·
2019-12-17 13:00:15 +08:00
caf3f774ba
Fix crash when loading results after gameplay
smoogipoo
·
2019-11-20 12:21:49 +09:00
76ed573c56
Merge branch 'master' into import-stable-scores
Dean Herbert
·
2019-07-05 15:54:33 +09:00
598b0d668b
Fix path specification not being cross-platform compliant
Dean Herbert
·
2019-07-05 14:15:29 +09:00
87c8fd0035
Clean up stable lookup and mutate logic
Dean Herbert
·
2019-07-05 13:59:31 +09:00
ba8df3ba92
Check if the locally available score has files
iiSaLMaN
·
2019-07-05 05:16:40 +03:00
bff5ad22f4
Merge branch 'master' into import-stable-scores
Dean Herbert
·
2019-07-04 01:00:42 +09:00
7575047db8
Move replay button to score card
naoey
·
2019-06-29 10:55:30 +05:30
bc52f76556
Update to match upstream changes
naoey
·
2019-06-28 09:33:13 +05:30
53d6d74537
Implement replay downloading with ArchiveDownloadModelManager
naoey
·
2019-06-28 09:33:13 +05:30
ab0bb8b678
Move responsibility for selecting paths to model managers
HoLLy
·
2019-06-21 17:32:47 +02:00
802da225d4
Change FirstOrDefault back to First
HoLLy
·
2019-06-19 20:40:30 +02:00
c1c19243cd
Remove now unneeded check against file extension
HoLLy
·
2019-06-19 20:38:43 +02:00
8d62ce8967
Add basic score import from stable
HoLLy
·
2019-06-19 18:33:51 +02:00
15c75b4442
Add proper co-dependent beatmap/score deletion via events
Dean Herbert
·
2019-05-09 15:15:28 +09:00
24e64c1333
Update licence header (and remove year)
Dean Herbert
·
2019-01-24 17:43:03 +09:00
8617aaa2a7
Add leaderboard display for local scores
smoogipoo
·
2018-11-30 18:40:53 +09:00
10ed09521c
Update hashing method in line with master
Dean Herbert
·
2018-11-30 17:36:06 +09:00
66e43e6ed9
ScoreInfo scoreInfo -> ScoreInfo score
Dean Herbert
·
2018-11-30 15:18:52 +09:00
831cd3ed59
Fix local score infos conflicting
smoogipoo
·
2018-11-30 14:27:34 +09:00
b673eb79b1
Don't import replays with no existing beatmap
smoogipoo
·
2018-11-28 20:19:35 +09:00
2bb7a078c9
Move replays to an wrapping Score class
smoogipoo
·
2018-11-28 18:45:17 +09:00
b8e60afa69
Score -> ScoreInfo
smoogipoo
·
2018-11-28 18:33:01 +09:00
219929eb47
Implement importing of scores into ScoreManager
smoogipoo
·
2018-11-28 17:19:58 +09:00
1717d7defb
Initial scoremanager/scorestore structure
smoogipoo
·
2018-11-28 16:50:16 +09:00
4ba7690e04