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

13722 Commits

Author SHA1 Message Date
HoutarouOreki
b3f789e19a Rewrite ChangelogOverlay.cs 2018-07-22 18:35:29 +02:00
HoutarouOreki
421c95156b Fix ClickableText test case 2018-07-22 15:16:42 +02:00
HoutarouOreki
2b7f657f2c Place HTML messages in a TextFlowContainer
Add missing accessibility modifier in ClickableText test case and fix disposal
2018-07-22 14:44:11 +02:00
HoutarouOreki
59cbc58edd Show changelog by default 2018-07-22 13:04:39 +02:00
HoutarouOreki
7e327fd084 Use using 2018-07-22 12:02:45 +02:00
HoutarouOreki
50b6f88a4e Merge branch 'changelog-overlay' of https://github.com/HoutarouOreki/osu into changelog-overlay 2018-07-22 10:58:47 +02:00
Jarosław Zgierski
44bdd0dbb6
Merge branch 'master' into changelog-overlay 2018-07-22 10:57:30 +02:00
HoutarouOreki
8de65066dd Use shorter expression 2018-07-22 10:28:53 +02:00
HoutarouOreki
2ea5a97784 Fix ClickableText test case 2018-07-22 09:31:51 +02:00
HoutarouOreki
2982fe3587 Compress Test Case; Remove empty summary 2018-07-22 09:19:26 +02:00
HoutarouOreki
9586ef7b0a ClickableText changes 2018-07-22 08:28:12 +02:00
HoutarouOreki
2d36062159 Add ClickableText 2018-07-22 06:01:04 +02:00
HoutarouOreki
c5bdfb8857 Use ClickableText for navigating to builds; Fix typo 2018-07-22 05:34:55 +02:00
HoutarouOreki
80808bddbf Add changelog listing 2018-07-22 05:28:43 +02:00
HoutarouOreki
8e7efafba3 Lower height of the cover image, Adjust height of the purple line 2018-07-21 23:10:42 +02:00
HoutarouOreki
8f43b883b1 Set the right colour for background 2018-07-21 23:00:05 +02:00
VperuS
41ffc17fe3
Small clarification about to run dotnet restore 2018-07-21 13:27:45 +03:00
HoutarouOreki
66eb0eb246 Show listing graph; Slight refactor 2018-07-21 10:22:01 +02:00
HoutarouOreki
b5207d65f7 Show listing graph; Slight refactor 2018-07-21 10:05:12 +02:00
HoutarouOreki
ba0430752c Check wether a chart is populated; Fixes to graph's colour setting 2018-07-21 09:45:14 +02:00
HoutarouOreki
e2af2b0409 Change chart's colour depending on release stream; Show whether it's populated
Fix chart requests
2018-07-21 09:39:54 +02:00
HoutarouOreki
22af3cd923 Handle possible null reference; 2018-07-21 09:37:58 +02:00
Dean Herbert
0f37758314 Update framework 2018-07-21 16:21:53 +09:00
HoutarouOreki
78f0f37ee6 Change graph's colour on stream selection 2018-07-21 07:16:22 +02:00
HoutarouOreki
eca5fb6f05 Introduce better formatting to changelog entries; Sort by category 2018-07-21 06:38:02 +02:00
HoutarouOreki
50c4f6ff95 Prevent scrolling to top on build change; Add bottom margin 2018-07-21 06:37:42 +02:00
HoutarouOreki
ce0029eabf Make build's creation date not nullable 2018-07-21 03:19:30 +02:00
HoutarouOreki
1492d5cb29 Improve primitive changelog entry formatting 2018-07-21 02:58:53 +02:00
HoutarouOreki
8d4de68c39 Nullables in APIChangelog; Primitive changelog entries display 2018-07-20 23:57:46 +02:00
HoutarouOreki
c36a303b36 Fix ChangelogEntries being a list of objects 2018-07-20 23:14:05 +02:00
HoutarouOreki
3115464238 Remove unnecessary statement; Uncapitalize private member; 2018-07-20 22:16:16 +02:00
HoutarouOreki
c9f3e72b7a Unify build div's dimming mechanics with osu-web 2018-07-20 22:13:10 +02:00
HoutarouOreki
709872d688 Improve showing up builds 2018-07-20 22:11:51 +02:00
HoutarouOreki
835a813715 Improvements to TooltipIconButton
Disable sounds when disabled; Remove default tooltip texts
2018-07-20 19:35:38 +02:00
HoutarouOreki
b049ffa11d Improve fake-api 2018-07-20 18:23:25 +02:00
HoutarouOreki
c50c946b35 Make chevrons updateable 2018-07-20 17:24:21 +02:00
Dan Balasescu
1796ffde14
Merge pull request #3063 from peppy/fix-model-import
Fix ArchiveModelManager's model import method not running import logic
2018-07-20 23:50:29 +09:00
Dean Herbert
77da100c0f
Merge branch 'master' into fix-model-import 2018-07-20 23:30:41 +09:00
HoutarouOreki
02a8fb2154 Update comments; Improve neighboring builds handling;
Apply fixes to things pointed out by AppVeyor
2018-07-20 15:48:20 +02:00
HoutarouOreki
227394925a Add neighboring builds handling;
+ provoke angry AppVeyor
2018-07-20 13:51:31 +02:00
HoutarouOreki
1b3010a1b5 Remove accidental partial modifier in APIChangelog 2018-07-20 12:33:44 +02:00
HoutarouOreki
c7669b2128 Add build-scoped requests;
Add OnClick to TooltipIconButton; Actions on pressing previous/next in builds
2018-07-20 12:22:31 +02:00
HoutarouOreki
1857c91647 Expand APIChangelog; Normalize its line endings 2018-07-20 11:20:01 +02:00
Dean Herbert
3fc7f33e90
Merge branch 'master' into centralise-judgement-display 2018-07-20 17:29:15 +09:00
Dean Herbert
f226e10033
Merge pull request #3042 from peppy/pause-input-fixes
Improve pause logic
2018-07-20 17:28:25 +09:00
Dean Herbert
7cc999027d
Merge branch 'master' into pause-input-fixes 2018-07-20 17:20:19 +09:00
Dean Herbert
241437c819 Remove unnecessary counting change logic 2018-07-20 17:08:25 +09:00
smoogipoo
1139f0dbf2 Centralise method of disabling playfield judgements 2018-07-20 17:04:33 +09:00
Dean Herbert
fc6deb6ab5 Merge remote-tracking branch 'upstream/master' into peppy-fix-model-import 2018-07-20 16:42:46 +09:00
Dean Herbert
7fea2b3a8b
Add ToList 2018-07-20 16:38:02 +09:00