Commit Graph

31399 Commits

Author SHA1 Message Date
21aed80199 Merge pull request #10016 from smoogipoo/wedge-star-difficulty 2020-09-01 10:45:50 +09:00
44c02d7d58 Merge branch 'master' into wedge-star-difficulty 2020-09-01 09:33:28 +09:00
876fd21230 Apply shear to right-anchored items 2020-08-31 19:31:47 +02:00
2e2f26449d Change anchoring to TopRight 2020-08-31 19:23:19 +02:00
db7497538b Merge pull request #10021 from bdach/unstable-rate-exclude-misses
Exclude misses and empty window hits from unstable rate calculations
2020-08-31 23:41:37 +09:00
0980f97ea2 Replace precision check with absolute equality assert 2020-08-31 16:06:24 +02:00
3ca2a7767a Exclude misses and empty window hits from UR calculation 2020-08-31 14:29:37 +02:00
3b22b891d1 Add failing test cases 2020-08-31 14:29:18 +02:00
288c4142aa Merge pull request #10018 from peppy/fix-unhide-hud-not-updating-stats
Fix counters not updating correctly immediately after unhiding HUD
2020-08-31 20:25:02 +09:00
88ae9ca91d Merge branch 'master' into fix-unhide-hud-not-updating-stats 2020-08-31 11:48:19 +02:00
cccf5b8a35 Merge pull request #10017 from peppy/fix-first-editor-scroll-wheel
Fix first scroll wheel in editor incorrectly advancing twice
2020-08-31 18:32:34 +09:00
a171d0e292 Remove unused methods and classes 2020-08-31 18:14:22 +09:00
8b7446c43f Fix RollingCounter not updating initial value if changed before loaded 2020-08-31 18:13:51 +09:00
7d273d631b Do not show star difficulty on wedge if zero 2020-08-31 11:05:42 +02:00
bee01bdd38 Fix first scroll wheel in editor incorrectly advancing twice 2020-08-31 18:01:16 +09:00
4736845318 Add spacing between star rating and beatmap status 2020-08-31 10:56:06 +02:00
c3bfce6ccf Add star rating to beatmap wedge 2020-08-31 15:03:41 +09:00
cb2d2cfeb1 Merge pull request #10015 from peppy/dont-show-misses-on-timing-dist
Hide misses from timing distribution graph
2020-08-31 14:48:04 +09:00
abdb991923 Hide misses from timing distribution graph 2020-08-31 14:15:47 +09:00
d3245dda1c Merge pull request #10005 from bdach/legacy-mirror-mod-replays
Add support for importing legacy mania replays with mirror mod
2020-08-31 13:09:57 +09:00
8f02e05dde Merge pull request #10007 from Joehuu/fix-replay-download-button-always-being-disabled
Fix replay download button always being disabled when initial score's replay is unavailable
2020-08-31 13:09:43 +09:00
bd2f863b56 Merge branch 'master' into legacy-mirror-mod-replays 2020-08-31 12:41:17 +09:00
261a9c0fda Merge branch 'master' into fix-replay-download-button-always-being-disabled 2020-08-31 12:40:28 +09:00
cd638d455f Merge pull request #10003 from Craftplacer/beatmapskin-interface
Add marker interface for beatmap skins
2020-08-30 13:00:35 +09:00
814655770d Merge branch 'master' into beatmapskin-interface 2020-08-30 12:22:55 +09:00
d6e007b312 Merge pull request #10010 from bdach/old-style-spinner-alignment
Adjust old-style spinner alignment to be closer to stable
2020-08-30 12:09:12 +09:00
3ab32a5d35 Change structure of old style spinner to be closer to stable 2020-08-29 23:29:29 +02:00
c9723e541a Add metrics skin resources for old style spinner 2020-08-29 23:21:19 +02:00
d22768a98c Add scale specification to spinner scene for visibility 2020-08-29 23:20:59 +02:00
13df0783fe Use Single() instead of First() where applicable 2020-08-29 20:23:22 +02:00
e0eece11b1 Fix typo in test name 2020-08-29 20:13:03 +02:00
0a643fd5e5 Fix replay download button always being disabled when initial score's replay is unavailable 2020-08-29 09:33:01 -07:00
69fae0f412 Add failing replay download button test 2020-08-29 09:30:56 -07:00
43e91877a7 Scope and limit parameter to IBeatmapSkin 2020-08-29 14:47:26 +02:00
9ce9ba3a0d Update TestSceneSkinFallbacks.cs 2020-08-29 13:50:29 +02:00
cd0a73883d Merge pull request #9945 from smoogipoo/skin-colour-fix-2
Exactly reproduce osu!stable skin colour alphas
2020-08-29 20:06:26 +09:00
da82556f6b Add two-way legacy conversions for mirror mod 2020-08-29 11:49:17 +02:00
58742afd99 Add failing test case 2020-08-29 11:47:31 +02:00
658a1d159f Add legacy flag value for mirror mod 2020-08-29 11:45:59 +02:00
82acb3506c Add and change xmldocs 2020-08-29 11:07:28 +02:00
08329aa382 Remove comment again 2020-08-29 11:05:10 +02:00
1b81415a16 Correct comment 2020-08-29 10:50:25 +02:00
4cb9e1d443 Initial commit 2020-08-29 10:33:43 +02:00
4031f2d311 Merge pull request #9998 from smoogipoo/fix-difficulty-manager
Reduce redundant difficulty re-calculations
2020-08-28 16:08:10 +02:00
436dbafe57 Fix incorrect comparison for mods of different instances 2020-08-28 22:12:17 +09:00
43c61e5830 Re-query beatmap difficulty before computing 2020-08-28 22:08:28 +09:00
2a1511f436 Merge pull request #9985 from smoogipoo/hold-note-lighting 2020-08-28 19:11:24 +09:00
da34544fdc Merge branch 'master' into hold-note-lighting 2020-08-28 18:27:29 +09:00
65759e1d1e Merge pull request #9988 from bdach/unstable-rate
Add basic hit unstable rate display to results screen
2020-08-28 18:00:03 +09:00
4765f989b6 Merge branch 'master' into unstable-rate 2020-08-28 16:02:13 +09:00