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-26 10:10:19 +08:00
Code
Issues
Releases
Wiki
Activity
32,726
Commits
4
Branches
797
Tags
7f5cf04b2b08beb00a971dff046bc65ab41b62ab
Commit Graph
155 Commits
Fix merge conflicts.
Lucas A
·
2020-10-07 13:28:49 +02:00
7f5cf04b2b
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
Move some suggestions to warnings, resolve issues
smoogipoo
·
2020-06-03 16:48:44 +09:00
f3b5149648
Fix catch crashing when finishing maps
smoogipoo
·
2020-05-07 12:22:07 +09:00
e91e4a73af
Add temporary solution for tick hit/miss count
smoogipoo
·
2020-04-16 18:16:08 +09:00
ae210d567d
Fix replay imports failing for certain mod combinations
Dean Herbert
·
2020-03-31 17:13:42 +09:00
9602ab17b0
Fix osu!mania replays recording incorrectly when key mod applied
Dean Herbert
·
2020-03-27 15:50:11 +09:00
f75c082601
Rename conversion methods for clarity
Dean Herbert
·
2020-03-25 20:21:34 +09:00
8a2aac5f83
Correctly handle missing positional data
Dean Herbert
·
2020-03-24 15:43:34 +09:00
2feb66d423
Fix incorrect ruleset being recorded to file
Dean Herbert
·
2020-03-24 15:43:22 +09:00
02a3c7c025
Add encoding and import support
Dean Herbert
·
2020-03-24 14:51:52 +09:00
022465f546
Add helper method to convert to legacy mods enums
Dean Herbert
·
2020-03-24 13:07:51 +09:00
546772192c
Rename decoder
Dean Herbert
·
2020-03-24 13:07:50 +09:00
e5f4d8686e
Introduce SortedStatistics
TheWildTree
·
2020-02-07 21:11:58 +01:00
59cf2037d0
Add FormatUtils.FormatAccuracy and usages
recapitalverb
·
2020-02-04 11:17:23 +07:00
a8ce50fadd
Replace
:P2
with
:0.00%
recapitalverb
·
2020-02-04 08:25:01 +07:00
ddf9317bec
Add {ScoreInfo,UserStatistics}.Accuracy
recapitalverb
·
2020-02-03 22:09:07 +07:00
257b4052e8
Fix typo in comment
Dean Herbert
·
2020-01-30 16:29:15 +09:00
d03723303d
Fix negative replay frames being played back incorrectly
Dean Herbert
·
2020-01-30 14:54:57 +09:00
7b4a658264
Fix score serialisation failing for unknown mod properties
Dean Herbert
·
2019-12-19 14:58:56 +09:00
b1533ae2a9
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
First
Previous
1
2
3
4
Next
Last