Commit Graph

28040 Commits

Author SHA1 Message Date
cd15b672eb Implement left and right stage images 2020-04-08 16:20:47 +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
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
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
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
c9872f1d93 Retrieve dll resources using a more reliable method 2020-04-07 18:55:03 +09:00
2568f3f588 Fix off-by-one indexing 2020-04-07 17:11:32 +09:00
11d58fb7f6 Implement column background and light colours 2020-04-07 16:53:55 +09:00
9fd73492ca Implement judgement line colour 2020-04-07 16:53:55 +09:00
9cfeb60afc Fix missed speed removal in mania 2020-04-07 16:30:58 +09:00
9071bf5cbb Fix mania test scene not using mania skinnable test scene 2020-04-07 16:20:13 +09:00
0a340bac5a Ensure the correct (up-to-date) ruleset is retrieved 2020-04-07 16:20:13 +09:00
2c840c52a3 Add skinnable test scene per ruleset to better allow dynamic compilation 2020-04-07 16:20:13 +09:00
39fd297d7d Merge pull request #8650 from peppy/skinnable-test-scene-recompilation
Fix SkinnableTestScene losing test resources on dynamic recompilation
2020-04-07 16:20:00 +09:00
3ecb99462f Make note height scale by minimum column width 2020-04-07 16:07:18 +09:00
1a1301b7fc Merge pull request #8648 from peppy/fix-storyboard-video-offset
Fix storyboard videos being offset incorrectly
2020-04-07 14:53:32 +09:00
de99eab52a Merge branch 'master' into fix-storyboard-video-offset 2020-04-07 14:30:37 +09:00
5694898e7c Merge pull request #8619 from peppy/fix-sliderball-acent-colour
Fix sliderball accent colour not being set correctly
2020-04-07 14:14:45 +09:00
bbbc13021b Merge branch 'master' into fix-sliderball-acent-colour 2020-04-07 13:53:48 +09:00
8506029237 Fix SkinnableTestScene losing test resources on dynamic recompilation 2020-04-07 13:46:37 +09:00
7a1104b575 Merge pull request #8624 from Joehuu/fix-results-star-display-alignment
Fix results star rating display not being centered when no mods are present
2020-04-07 12:52:19 +09:00
5758a9fa4d Merge branch 'master' into fix-results-star-display-alignment 2020-04-07 12:28:33 +09:00
cc9757f958 Merge pull request #8630 from iiSaLMaN/add-break-period-constructor
Add a simple constructor for BreakPeriod
2020-04-07 12:13:40 +09:00
556e53fb1d Merge pull request #8613 from LittleEndu/animate-judgements
Make legacy skins use startAtCurrentTime by default
2020-04-07 11:52:25 +09:00
5dfa2a2bad Fix step namings 2020-04-07 11:50:40 +09:00
6fc9507cbf Merge branch 'master' into add-break-period-constructor 2020-04-07 11:39:31 +09:00
6dbe8cd575 Merge branch 'master' into animate-judgements 2020-04-07 11:29:07 +09:00
b7308f5ed4 Fix storyboard videos being offset incorrectly 2020-04-07 00:26:38 +09:00
e610b5e5b7 Merge pull request #8638 from ppy/dependabot/nuget/Microsoft.Build.Traversal-2.0.34
Bump Microsoft.Build.Traversal from 2.0.32 to 2.0.34
2020-04-06 22:15:43 +09:00
678ac0f9e1 Bump Microsoft.Build.Traversal from 2.0.32 to 2.0.34
Bumps [Microsoft.Build.Traversal](https://github.com/Microsoft/MSBuildSdks) from 2.0.32 to 2.0.34.
- [Release notes](https://github.com/Microsoft/MSBuildSdks/releases)
- [Changelog](https://github.com/microsoft/MSBuildSdks/blob/master/RELEASE.md)
- [Commits](https://github.com/Microsoft/MSBuildSdks/compare/Microsoft.Build.Traversal.2.0.32...Microsoft.Build.Traversal.2.0.34)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-06 12:08:26 +00:00
1c4ae3781f Merge pull request #8639 from ppy/dependabot/nuget/SharpCompress-0.25.0
Bump SharpCompress from 0.24.0 to 0.25.0
2020-04-06 21:07:11 +09:00
9ed0560da3 Bump SharpCompress from 0.24.0 to 0.25.0
Bumps [SharpCompress](https://github.com/adamhathcock/sharpcompress) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/adamhathcock/sharpcompress/releases)
- [Commits](https://github.com/adamhathcock/sharpcompress/compare/0.24...0.25)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-06 11:37:56 +00:00
d318dac94e Merge pull request #8644 from peppy/update-framework
Update framework
2020-04-06 20:36:43 +09:00