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-02 06:09:55 +08:00
Code
Issues
Releases
Wiki
Activity
30,180
Commits
4
Branches
800
Tags
02871c960ba37153075a2781f94de943e49b5ac0
Commit Graph
2206 Commits
Add better line smoothing
Dean Herbert
·
2020-06-25 19:02:04 +09:00
c095753f24
Standardise line thickness
Dean Herbert
·
2020-06-25 18:44:04 +09:00
fd13c0a6dd
Add basic heatmap colour scaling based on peak value
Dean Herbert
·
2020-06-24 22:29:30 +09:00
0d3bc1ac29
Merge branch 'master' into results-screen-statistics-overlapping-transition
Dean Herbert
·
2020-06-24 18:22:51 +09:00
9119f41604
Update naming
Dean Herbert
·
2020-06-23 21:27:01 +09:00
14ad3835ff
Improve visual display of arrow
smoogipoo
·
2020-06-22 21:09:47 +09:00
cb03e6faa9
Buffer the accuracy heatmap for performance
smoogipoo
·
2020-06-22 21:00:13 +09:00
beb6e6ea88
Fix off-by-one causing auto to not be centred
smoogipoo
·
2020-06-22 20:45:44 +09:00
1aec1ea53f
Increase number of points to ensure there's a centre
smoogipoo
·
2020-06-22 20:45:33 +09:00
983f0ada2d
Expand statistics to fill more of the screen
smoogipoo
·
2020-06-22 19:20:43 +09:00
988baad16f
Don't consider slider tails in accuracy heatmap
smoogipoo
·
2020-06-22 19:05:41 +09:00
30aa6ec2d3
Rename to Position
smoogipoo
·
2020-06-22 19:04:51 +09:00
2b7fb2b71d
Create a local playable beatmap instead
smoogipoo
·
2020-06-22 18:38:41 +09:00
261adfc4e6
Don't consider slider tails in timing distribution
smoogipoo
·
2020-06-22 18:06:52 +09:00
9dbd230ad3
Refactor + comment angle math
smoogipoo
·
2020-06-22 18:05:21 +09:00
533d6e72eb
Simplify/optimise heatmap point additoin
smoogipoo
·
2020-06-22 15:48:42 +09:00
21f776e51f
Merge branch 'master' into results-screen-statistics-overlapping-transition
smoogipoo
·
2020-06-22 15:38:48 +09:00
33fdd7466c
Add base legacy skin transformer
Bartłomiej Dach
·
2020-06-21 23:06:55 +02:00
ad85c5f538
Rename method
smoogipoo
·
2020-06-19 22:11:29 +09:00
486b899e8f
Move accuracy heatmap to osu! ruleset, rename, remove magic number
smoogipoo
·
2020-06-19 21:14:31 +09:00
863666f7c4
Remove unused class
smoogipoo
·
2020-06-19 21:14:17 +09:00
49997c54d0
Refactor OsuRuleset
smoogipoo
·
2020-06-19 21:02:20 +09:00
89a863a337
Fix hit event position offset not being set
smoogipoo
·
2020-06-19 20:49:05 +09:00
ad3bc99e7c
Adjust API for returning statistics
smoogipoo
·
2020-06-19 20:31:52 +09:00
83e6c3efdb
Move timing distribution graph to osu.Game
smoogipoo
·
2020-06-19 20:03:18 +09:00
1cbbd6b442
Move hit events to the ScoreProcessor
smoogipoo
·
2020-06-19 19:58:35 +09:00
eab00ec9d9
Rename CursorPosition -< PositionOffset
smoogipoo
·
2020-06-19 19:43:46 +09:00
ef56225d9a
Increase the number of bins in the timing distribution
smoogipoo
·
2020-06-19 19:41:46 +09:00
8c9506197d
Remove unnecessary class
smoogipoo
·
2020-06-19 19:12:48 +09:00
d3e4e63258
Rework heatmap for more consistent performance
smoogipoo
·
2020-06-19 19:08:36 +09:00
cae3a5f447
Rework score processor to provide more generic events
smoogipoo
·
2020-06-18 22:11:03 +09:00
20db5b33ab
Change interface for creating statistic rows
smoogipoo
·
2020-06-16 17:49:28 +09:00
a2ddb4edb4
Inset entire graph rather than just the axis
smoogipoo
·
2020-06-16 17:46:34 +09:00
076eac2362
Add some very basic safety checks around non-existent data
smoogipoo
·
2020-06-16 17:20:38 +09:00
3dbe164b2c
Make heatmap support dynamic sizing
smoogipoo
·
2020-06-16 16:31:02 +09:00
9ea7c3dc90
Add initial implementation of the statistics panel
smoogipoo
·
2020-06-15 22:45:18 +09:00
89b54be673
Populate hit offsets from score processor
smoogipoo
·
2020-06-15 22:44:55 +09:00
900da88498
Split out types
smoogipoo
·
2020-06-15 21:48:59 +09:00
f9db37a1de
Merge branch 'master' into results-screen-statistics
smoogipoo
·
2020-06-12 17:46:11 +09:00
3b630eabd6
Move some suggestions to warnings, resolve issues
smoogipoo
·
2020-06-03 16:48:44 +09:00
f3b5149648
Fix cursor trail not displaying
smoogipoo
·
2020-06-02 23:54:23 +09:00
dc41e74e19
Add timing distribution to OsuScoreProcessor
smoogipoo
·
2020-06-02 23:38:24 +09:00
e98f51923a
Merge pull request
#9123
from peppy/move-setter-to-duration
Move setter from EndTime to Duration
Dan Balasescu
·
2020-06-01 16:52:38 +09:00
a8b137bb71
Merge branch 'master' into move-setter-to-duration
Dan Balasescu
·
2020-06-01 15:55:48 +09:00
64d1b4b11b
Merge branch 'master' into editor-create-composer-fix
Dean Herbert
·
2020-06-01 15:38:15 +09:00
b9464a2aa8
Merge branch 'master' into i-has-curve-with-repeats
Dean Herbert
·
2020-05-31 22:30:18 +09:00
0ef971be28
Merge branch 'master' into results-screen-condensed-panel
Dean Herbert
·
2020-05-30 23:13:52 +09:00
d4b7c81f96
Merge branch 'master' into move-setter-to-duration
Dean Herbert
·
2020-05-29 16:04:23 +09:00
e8b43e8e1f
Pass hitobjects as a parameter to CreateBlueprintContainer
Dean Herbert
·
2020-05-29 12:20:50 +09:00
8fa8c561e7
Hide non-alive selection blueprints by default
Dean Herbert
·
2020-05-27 13:40:16 +09:00
f5c974dd89
First
Previous
1
2
3
4
5
...
Next
Last