8d3cab0e16
Trim whitespace
2020-03-13 18:58:32 +01:00
0bbae094dd
Add active tab closing behaviour tests
2020-03-13 18:34:51 +01:00
694e56b0d1
Add non-PM chat tabs to tests
2020-03-13 18:34:51 +01:00
8991e88039
Fix active tab closing behaviour
2020-03-13 18:34:51 +01:00
097bd37e37
Fix SelectorTab crashing tests after a reload
...
For some reason, the default channel type (Public) caused the channel manager to attempt to connect to an API, which was null at that time, after hot reloading the test environment (via dynamic compilation). Changing the channel type seems to fix that.
2020-03-13 18:34:51 +01:00
70427a19c1
Merge pull request #8261 from peppy/fix-mod-sprite-bleed
...
Fix mod sprite bleeding border colour
2020-03-13 16:58:20 +09:00
bee855bd1d
Remove using
2020-03-13 15:54:46 +09:00
edd444ea73
Fix mod sprite bleeding border colour
2020-03-13 14:36:46 +09:00
8fb41e4c67
Merge pull request #8219 from smoogipoo/remove-unlimited-timingpoints
...
Remove unlimited timing points in difficulty calculation
2020-03-13 12:34:02 +09:00
8d0bcf4bbb
Merge pull request #8245 from 2yangk23/master
...
Fallback on invalid AnimationFramerate for legacy skins
2020-03-12 20:34:33 +09:00
c8ea922577
Update osu.Game/Skinning/LegacySkinExtensions.cs
...
Co-Authored-By: Dean Herbert <pe@ppy.sh >
2020-03-12 04:18:57 -07:00
cc8a413f6b
Merge pull request #8230 from EVAST9919/catcher-fix
...
Fix catcher showing miss sprite upon missing bananas
2020-03-12 20:10:36 +09:00
317bb5d0a4
Fallback on invalid AnimationFramerate for legacy skins
2020-03-12 03:55:45 -07:00
9e52fbdd3e
Merge pull request #8226 from omkelderman/stable-install-path-from-env-var
...
Add ability to set stable path for tourney client via environment variable
2020-03-12 19:48:48 +09:00
9d9ee76888
Merge pull request #8220 from smoogipoo/fix-catch-beatmap-processor
...
Fix catch beatmap processing not matching stable
2020-03-12 19:47:15 +09:00
08dc4a0e8b
Merge pull request #8216 from smoogipoo/video-start-from-zero
...
Apply osu!-side video sprite changes
2020-03-12 19:46:46 +09:00
a69fabbd1f
Update framework
2020-03-12 18:58:07 +09:00
d4627921d5
Merge pull request #8241 from peppy/fix-carousel-test-loading-beatmaps
...
Fix beatmap carousel tests loading beatmap manager beatmaps in test browser
2020-03-12 18:58:04 +09:00
031505082b
Merge pull request #8237 from peppy/tournament-header-logo
...
Add back dynamic components of tournament header
2020-03-12 18:57:55 +09:00
604ce37064
Merge remote-tracking branch 'upstream/master' into video-start-from-zero
2020-03-12 18:57:53 +09:00
1b5cb3893a
Merge branch 'master' into fix-carousel-test-loading-beatmaps
2020-03-12 18:14:27 +09:00
f37444ad18
Merge branch 'master' into tournament-header-logo
2020-03-12 18:12:08 +09:00
bc2a1cdb62
Apply suggestions
2020-03-12 12:04:36 +03:00
4cdb94f3a5
Merge pull request #8236 from peppy/tournament-all-video-extensions
...
Allow videos to be loaded with any extension
2020-03-12 18:03:45 +09:00
869ea724f0
Merge pull request #8235 from peppy/disable-global-volume-via-select-bindings
...
Disable adjusting volume via "select next" and "select previous" as fallbacks
2020-03-12 18:02:28 +09:00
90259e1f69
Merge remote-tracking branch 'refs/remotes/ppy/master' into catcher-fix
2020-03-12 12:01:11 +03:00
88b1d5486d
Merge pull request #8229 from peppy/tournament-fixed-width-score
...
Use fixed width text for tournament score displays
2020-03-12 17:58:19 +09:00
28ac5af91c
Fix beatmap carousel tests loading beatmap manager beatmaps in test browser
2020-03-12 16:53:23 +09:00
ec1c6f88ee
Adjust metrics to align logo pieces correctly on gameplay / map pool
2020-03-12 14:27:56 +09:00
7b1ac03b18
Hide logo on gameplay screen
2020-03-12 14:27:56 +09:00
b6b802e821
Add back customisable header logo/text
...
Also adds test scene for MatchHeader component.
2020-03-12 14:27:56 +09:00
190ff97486
Rename classes to better suit purpose
2020-03-12 14:27:56 +09:00
39bb98bfb2
Allow videos to be loaded with any extension
...
Also moves all tournament user resources to a "tournament" subfolder.
2020-03-12 13:27:00 +09:00
fd21e87670
Disable adjusting volume via "select next" and "select previous" as fallbacks
2020-03-12 11:28:45 +09:00
e46c070d95
Add test scene
2020-03-11 23:09:29 +03:00
09b9983286
Fix CatcherAnimationState is Fail if missing banana shower
2020-03-11 21:14:07 +03:00
efceeba076
Use fixed width for tournament score displays
2020-03-12 02:22:02 +09:00
2866d62653
Use environment variable for initializing osuInstallPath
2020-03-11 16:26:53 +01:00
cb0e698e04
Merge pull request #8215 from peppy/tournament-design-seeding
...
Implement 2020 seeding screen design
2020-03-11 19:06:00 +09:00
5c051027e7
Fix different offset being applied from stable
2020-03-11 18:43:08 +09:00
919410c627
Remove always-false condition
2020-03-11 18:39:50 +09:00
f8e7579f45
Fix juice stream position reset not ever being applied
2020-03-11 18:38:05 +09:00
5b03b3e363
Fix hyperdashes not recalculated with HR application
2020-03-11 18:36:37 +09:00
40ab860ab5
Remove unused using
2020-03-11 18:23:30 +09:00
9667934ed9
Remove unlimited timing points in difficulty calculation
2020-03-11 18:17:32 +09:00
f49f9f40ae
Merge branch 'master' into tournament-design-seeding
2020-03-11 18:03:27 +09:00
8eb8572c73
Apply osu!-side video sprite changes
2020-03-11 18:00:39 +09:00
42bc8bc50d
Merge pull request #8199 from peppy/add-banana-scale-rotate
...
Add random rotation and scale factors to osu!catch bananas
2020-03-11 16:31:18 +09:00
6e43f617e0
Merge pull request #8198 from peppy/add-catcher-animation-states
...
Add catcher kiai/fail animation states
2020-03-11 16:29:29 +09:00
966e5bbc8a
User helper function to reduce copy paste
2020-03-11 15:54:21 +09:00