825a9bcf42
Merge pull request #8681 from peppy/fix-drum-alignment
...
Fix osu!taiko input drum alignment for old skin versions
2020-04-08 23:11:33 +09:00
d27d8671ab
Convert all static getter-only properties to static readonly fields
2020-04-08 14:23:29 +03:00
61d8cfd224
Fix triangle intro video being out of time
2020-04-08 19:51:55 +09:00
d786a2c5b3
Add alignment support for skin versions older than 2.1
2020-04-08 19:42:31 +09:00
4b16b2e720
Bump legacy skin version
2020-04-08 19:42:31 +09:00
40267cb1fe
Add test sprites and make alignment initially better
2020-04-08 19:42:31 +09:00
d0aa791ad4
Merge pull request #8680 from peppy/fix-slider-ball-blending
...
Fix slider ball and follow circle blending for legacy skins
2020-04-08 19:40:52 +09:00
1c88ac31da
Merge branch 'master' into arrow-easing
2020-04-08 19:04:54 +09:00
067ec27859
Also fix slider repeat circles
2020-04-08 18:59:31 +09:00
69693ecac7
Merge pull request #8679 from peppy/fix-test-scene-column
...
Fix TestSceneColumn columns not getting a width
2020-04-08 18:47:02 +09:00
f3e909539d
Fix slider ball and follow circle blending for legacy skins
2020-04-08 18:39:18 +09:00
d13231eff7
Use ctor for default width
2020-04-08 18:23:24 +09:00
7d787dde89
Move comparison to decoder
2020-04-08 18:17:45 +09:00
e6b87656ba
Fix TestSceneColumn columns not getting a width
2020-04-08 18:04:53 +09:00
e68cf60bdb
Merge branch 'master' into timing-equivalence
2020-04-08 01:58:57 -07:00
3d975f30a3
Merge branch 'timing-equivalence' of https://github.com/Alchyr/osu into timing-equivalence
2020-04-08 01:45:53 -07:00
65823fb2e1
Use redundancy test
2020-04-08 01:42:35 -07:00
2ddea018cf
Fix hidden notes due to 0 minimum width
2020-04-08 17:15:59 +09:00
83db6cebb6
Implement bottom stage image
2020-04-08 16:20:54 +09:00
cd15b672eb
Implement left and right stage images
2020-04-08 16:20:47 +09:00
6575f589b4
Merge pull request #8673 from peppy/fix-tourney-ladder-dragging
...
Fix dragging tournament ladder too far causing it to disappear
2020-04-08 15:37:23 +09:00
e429c274a9
Initial structure
2020-04-08 15:35:37 +09:00
d774e7c324
Merge pull request #8674 from peppy/mania-default-key-area-clearance
...
Increase size of default osu!mania skin's keys to allow clearance with HUD
2020-04-08 14:36:33 +09:00
9db996a91f
Increase size of default osu!mania skin's keys to allow clearance with HUD
2020-04-08 14:13:31 +09:00
3794b55eef
Rename ManiaStage to Stage
2020-04-08 14:13:31 +09:00
f4dc604dbf
Fix dragging tournament ladder too far causing it to disappear
2020-04-08 13:32:37 +09:00
46ce258ebb
Merge branch 'master' into timing-equivalence
2020-04-07 18:57:18 -07:00
d63cfdc024
Merge pull request #8669 from bdach/fix-legacy-skin-fallback
...
Fix legacy skin texture fallback logic
2020-04-08 10:47:11 +09:00
76dabf78e5
Merge pull request #8671 from Alchyr/goodbye
...
Fix Exit Confirmation "Goodbye" Spelling
2020-04-08 10:35:51 +09:00
66a474619c
Adjust TimingControlPoint equivalency
2020-04-07 18:13:26 -07:00
737a3b608a
Correct spelling
2020-04-07 17:34:18 -07:00
f5f0b94944
Fix incorrect fallback logic
...
The recently-modified skin texture fallback logic was very subtly
incorrect. If at the end of the first loop no texture was found, it
would be checked for null to avoid setting scale adjust on a null
texture, but then returned anyway, bypassing the fallback logic for
subsequent possible paths entirely.
Invert the check and explicitly continue to the next fallback path
if neither a 2x, nor 1x texture with the given name is found in the
store.
2020-04-07 22:50:25 +02:00
65db64e13e
Add failing test cases
2020-04-07 22:41:20 +02:00
2e8e451c17
Merge pull request #8657 from smoogipoo/more-mania-colours
...
Implement mania judgement line/column background/column light colours
2020-04-08 00:48:28 +09:00
35d66c3c1d
Fix missing comma
2020-04-07 23:37:30 +09:00
2062087155
Merge branch 'master' into more-mania-colours
2020-04-07 23:36:42 +09:00
955361be08
Merge pull request #8656 from peppy/per-ruleset-skinnable-tests
...
Add per-ruleset skinnable test scenes to correct dynamic compilation cases
2020-04-07 23:35:52 +09:00
6612332b31
Merge pull request #8642 from smoogipoo/mania-skin-note-images
...
Implement mania note + key image configs
2020-04-07 23:23:30 +09:00
0b70c20aa3
Merge branch 'master' of https://github.com/ppy/osu into arrow-easing
2020-04-07 17:16:56 +03:00
16d906d769
Get rid of unnecessary removal
2020-04-07 17:16:06 +03:00
2087d8d09e
Don't search for user rulesets if rulesetsStorage isn't set (Testing environnment)
2020-04-07 16:01:47 +02:00
7951a52a15
Merge branch 'master' into per-ruleset-skinnable-tests
2020-04-07 22:59:42 +09:00
9ff4458fd6
Merge branch 'master' into mania-skin-note-images
2020-04-07 22:41:22 +09:00
2118998243
Merge pull request #8653 from smoogipoo/better-mania-scrollspeed
...
Fix inconsistent scroll speeds in mania
2020-04-07 22:38:55 +09:00
780784217d
Merge pull request #8652 from smoogipoo/mania-multiple-columnwidth
...
Make note height scale by minimum column width
2020-04-07 22:38:12 +09:00
fcb3d3091a
Merge pull request #8660 from peppy/better-resources-retrieval
...
Retrieve dll resources using a more reliable method
2020-04-07 22:31:50 +09:00
e597ee9ffd
Update framework
2020-04-07 21:52:15 +09:00
f0443bca3c
Merge pull request #8643 from smoogipoo/fix-legacy-version
...
Make version-less skins fallback to version 1.0
2020-04-07 21:28:06 +09:00
08308e07e7
Apply review suggestions
2020-04-07 12:22:09 +02:00
c9872f1d93
Retrieve dll resources using a more reliable method
2020-04-07 18:55:03 +09:00