1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-24 09:27:24 +08:00
Commit Graph

25392 Commits

Author SHA1 Message Date
mcendu
76c70a7622 Move hit target bar height def to defaulthittarget 2020-01-11 21:19:46 +08:00
Dean Herbert
811716ce18
Merge pull request #7490 from peppy/update-framework
Update framework
2020-01-11 19:20:14 +08:00
Dean Herbert
0c995244b2
Merge branch 'master' into update-framework 2020-01-11 17:47:11 +08:00
Dean Herbert
5cffc81e1c
Fix default button absorbing drag scroll on settings (#7494)
Fix default button absorbing drag scroll on settings
2020-01-11 17:24:03 +08:00
Andrei Zavatski
e6210f10b7 Add unicode metadata support 2020-01-11 07:32:40 +03:00
Andrei Zavatski
d59cae33d3 Some animation adjustments 2020-01-11 07:17:13 +03:00
Joehu
820f9f2273 Fix default button absorbing drag scroll on settings 2020-01-10 20:16:46 -08:00
Andrei Zavatski
7716a555ec Move only ButtonSystem on screen changes rather than everything 2020-01-11 07:08:00 +03:00
Andrei Zavatski
6500cc967f Implement SongTicker component 2020-01-11 06:58:35 +03:00
Joehu
19033e0ef8 Fix user status dropdown having no padding around items 2020-01-10 19:25:33 -08:00
Dean Herbert
bd175118e9 Update framework 2020-01-11 04:16:07 +08:00
Huo Yaoyuan
c4131e01da Downgrade NUnit for now. 2020-01-10 20:20:44 +08:00
Huo Yaoyuan
20f426cda0 Add beatmap parsing as sample benchmark. 2020-01-10 20:20:04 +08:00
Dean Herbert
f745d74666
Add ability to delete individual scores (#7252)
Add ability to delete individual scores

Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
Co-authored-by: Dean Herbert <pe@ppy.sh>
2020-01-10 01:58:35 +08:00
Dean Herbert
14829837c4 Update namespace specifications 2020-01-10 01:38:03 +08:00
Dean Herbert
66a61c80ba
Merge pull request #7484 from turbedi/Remove_osuTK.MathHelper
Remove remaining usage of osuTK.MathHelper
2020-01-10 01:34:19 +08:00
Dean Herbert
87645f6a41 Remove excess namespace specification 2020-01-10 01:13:42 +08:00
Dean Herbert
56724d2580
Merge branch 'master' into #7146 2020-01-10 01:08:20 +08:00
Dean Herbert
3be2fc27f3
Merge branch 'master' into Remove_osuTK.MathHelper 2020-01-10 00:28:46 +08:00
Dean Herbert
3391e21fc4
Merge pull request #7486 from smoogipoo/update-framework
Update framework
2020-01-10 00:28:13 +08:00
Dean Herbert
056e3ee75d
Merge pull request #7458 from EVAST9919/allow-loading-layer-scrolling
Allow scrolling through DimmedLoadingLayer
2020-01-09 19:38:27 +08:00
Dan Balasescu
03c778df75
Merge branch 'master' into update-framework 2020-01-09 19:02:26 +09:00
smoogipoo
6a2bcbcef8 Bump version 2020-01-09 18:47:00 +09:00
Dean Herbert
dca4b350fd Merge remote-tracking branch 'upstream/master' into allow-loading-layer-scrolling 2020-01-09 17:29:02 +08:00
Dean Herbert
ffa0cf2d44 Add comment detailing why this is requried 2020-01-09 17:28:48 +08:00
Dean Herbert
26c80e35fb Fix missing namespace 2020-01-09 17:17:08 +08:00
Dean Herbert
ab9603b06a Merge remote-tracking branch 'upstream/master' into #7146 2020-01-09 17:08:12 +08:00
smoogipoo
b2db2ee259 Update package version 2020-01-09 15:35:54 +09:00
Dean Herbert
7c3b04c0a7
Show replay mods instead of current selection during replay load (#7485)
Show replay mods instead of current selection during replay load
2020-01-09 14:13:10 +08:00
smoogipoo
dde8432684 Fix exception through due to multiple binds 2020-01-09 13:43:57 +09:00
smoogipoo
91735ff367 Update MathUtils namespace usages 2020-01-09 13:43:44 +09:00
Andrei Zavatski
0d9fb065da Move CountryPill to it's own class 2020-01-09 00:27:22 +03:00
Andrei Zavatski
29c4ae68d9 Add some content to test scene for better visual representation 2020-01-09 00:14:29 +03:00
Andrei Zavatski
6cb763a019 Improve animations 2020-01-09 00:06:28 +03:00
Berkan Diler
ed2bf5154d Use tuple deconstruction to swap values 2020-01-08 20:46:17 +01:00
Berkan Diler
34d8740ec4 Remove remaining usage of osuTK.MathHelper 2020-01-08 20:21:13 +01:00
Bartłomiej Dach
f0fe3bc804 Pass bindable to BeatmapMetadataDisplay
It was reported that mods selected in song select would show up during
loading of replays which were recorded under a different set of mods.
This was caused by BeatmapMetadataDisplay accepting a plain read-only
value of the Mods bindable in PlayerLoader.load(), therefore making the
mod value assignment in ReplayPlayerLoader.OnEntering() have no effect
on that component.

To resolve this issue, make BeatmapMetadataDisplay accept the
higher-level bindable, bind to it locally and pass it down the hierarchy
to ModDisplay.
2020-01-08 20:10:43 +01:00
Bartłomiej Dach
a3f7d3c445 Add failing test
Add test case demonstrating the lack of update of the metadata display's
mods upon setting the Mods property in PlayerLoader.
2020-01-08 19:55:35 +01:00
Andrei Zavatski
1dbae21f98 Fix crashing test 2020-01-08 19:40:28 +03:00
Andrei Zavatski
dc64ba8ed8 Remove unused variable 2020-01-08 19:22:07 +03:00
Andrei Zavatski
1428952377 Implement CountryFilter component for RankingsOverlay 2020-01-08 18:59:13 +03:00
Huo Yaoyuan
7f393c61f8 Add BDN artifacts to gitignore. 2020-01-08 21:55:39 +08:00
Huo Yaoyuan
bd22d5b0f4 Add benchmark launch profiles. 2020-01-08 21:54:25 +08:00
Dean Herbert
a74fc70627
Merge branch 'master' into allow-loading-layer-scrolling 2020-01-08 21:19:37 +08:00
Huo Yaoyuan
1b9f8d2737 Add benchmark runner. 2020-01-08 20:36:00 +08:00
Huo Yaoyuan
c2fc7d5cbd Add empty benchmark project. 2020-01-08 20:18:20 +08:00
Dean Herbert
d33a507d96
Implement a login placeholder (#7438)
Implement a login placeholder
2020-01-08 16:55:41 +08:00
Dean Herbert
6dd45e52ef Move text definition inside class 2020-01-08 17:22:51 +09:00
Dan Balasescu
2e5af9adda
Merge pull request #7464 from GSculerlor/difficulty-tooltip-unused-var
Remove unused variable on DifficultyIcon
2020-01-08 14:57:14 +09:00
Dean Herbert
b12d7b9ce5
Downgrade NUnit adapter to fix discovery issues (#7472)
Downgrade NUnit adapter to fix discovery issues
2020-01-08 13:51:31 +08:00