Commit Graph

42938 Commits

Author SHA1 Message Date
9233248a0b add OsuMarkdownUnorderedListItem 2021-05-07 13:20:20 +07:00
dfcf760b7b add OsuMarkdownOrderedListItem 2021-05-07 13:20:06 +07:00
bdfe44ddca change OsuMarkdownListItem to abstract class 2021-05-07 13:19:30 +07:00
165f443ab5 Merge branch 'master' into add-missing-author-links 2021-05-07 14:32:44 +09:00
b1134c3857 Guard against potentially null track if ever 2021-05-07 08:30:50 +03:00
37f44d2e37 Revert wrong not-null track changes
This reverts commit f9d99a9882.
This reverts commit 71547bece0.
2021-05-07 08:28:44 +03:00
c7325f0f77 Add missing load delay
That was a bad one... `ModelBackedDrawable` has a default of 0ms load delay, while previously the wrapper created for beatmap set cover used default 500ms, this change is bringing the load delay back, to avoid firing hundreds of web requests just when doing a quick long scroll on beatmap listing.
2021-05-07 08:09:02 +03:00
71547bece0 Remove any null-coalescing/conditionals in WorkingBeatmap.Track usages 2021-05-07 07:46:23 +03:00
f9d99a9882 Mark WorkingBeatmap.Track as not null 2021-05-07 07:25:14 +03:00
539643c72b Set loadable beatmap track to clock immediately in BDL
This reverts commit 84da247002.

Use loadable beatmap track for clock directly in BDL
2021-05-07 07:21:56 +03:00
48b834d12a Merge branch 'master' into mbd-beatmap-set-cover 2021-05-07 13:19:17 +09:00
84da247002 Fix editor clock using the wrong beatmap track on creation 2021-05-07 05:32:55 +03:00
54fe10c82a Refactor SliderSelectionBlueprint to not reference blueprint pieces for input handling 2021-05-07 10:36:03 +09:00
283488ea53 Use TransformImmediately instead at beatmap listing search control
Applies two changes:
 - Use `TransformImmediately` which achieves the same wanted transition behaviour without any issues.
 - Move the transition behaviour override into `BeatmapListingSearchControl` in a nested subclass of `UpdateableBeatmapSetCover`.
2021-05-07 03:36:32 +03:00
207f7f1e56 Rename FramedAutoGenerator<T> -> AutoGenerator<T> 2021-05-07 00:31:12 +09:00
95c74c906a Use FramedAutoGenerator in template projects 2021-05-06 22:57:07 +09:00
cf39178099 Use FramedAutoGenerator in Taiko, Catch, Mania
OsuAutoGenerator is not included in this change because it uses SortedList-like thing
2021-05-06 22:57:07 +09:00
ea35b72436 Remove unused IAutoGenerator interface 2021-05-06 22:57:07 +09:00
9be36230f9 Introduce AutoGenerator subclass for frame based replay generation 2021-05-06 21:59:11 +09:00
92022f2cba add Separator component in OsuMarkdownSeparator 2021-05-06 17:17:14 +07:00
7b43730fe6 add QuoteBackground in OsuMarkdownQuoteBlock 2021-05-06 17:13:46 +07:00
010f625870 use derived component in OsuMarkdownFencedCodeBlock 2021-05-06 17:05:41 +07:00
67f51959db Merge branch 'master' into osu-markdown 2021-05-06 16:23:20 +07:00
fc04b88e1a Merge pull request #12697 from peppy/update-framework
Update framework
2021-05-06 17:46:08 +09:00
39067e6926 Fix slider input handling potentially being offset after composer area resize
Closes https://github.com/ppy/osu/issues/12671.
2021-05-06 17:19:19 +09:00
ba634cbf11 change line spacing to 21
We use margin bottom in osu-web markdown paragraph[1] as reference for
this line spacing value.

The value from osu-web itself is 1.5em[2]. Because the base font size of
the paragraph is 14px[3][4], the actual value is 14 * 1.5 = 21px

[1] 376cac43a0/resources/assets/less/bem/osu-md.less (L230)
[2] 376cac43a0/resources/assets/less/variables.less (L58)
[3] 376cac43a0/resources/assets/less/bem/osu-md.less (L9)
[4] 376cac43a0/resources/assets/less/variables.less (L161)
2021-05-06 15:15:50 +07:00
91283d41ce add paragraph test 2021-05-06 15:13:43 +07:00
e7c563fb67 simplify CreateTextFlow in quote block 2021-05-06 15:11:45 +07:00
b6560a616a add comment for base font size heading 2021-05-06 15:00:12 +07:00
f1b79865bf Merge pull request #12696 from Joehuu/fix-bg-source-supp-text
Fix warning text of bg source setting not being updated when user with supporter signs in/out
2021-05-06 16:28:30 +09:00
af75c9ac82 Update framework 2021-05-06 16:08:28 +09:00
ee23124bb1 Remove no-longer-used interface 2021-05-06 15:18:06 +09:00
d4658c609b Fix warning text of bg source setting not being updated when user with supporter signs in/out 2021-05-05 22:54:35 -07:00
aff32b0d19 Merge branch 'master' into skin-components-list 2021-05-06 14:17:33 +09:00
0d3ca8dde1 change font weight of table header 2021-05-06 08:43:38 +07:00
550e6c0fbb change quote block margin padding to use vertical and horizontal 2021-05-06 08:28:37 +07:00
cfd28c51bb change block quote backgroudn width
Reference : 376cac43a0/resources/assets/less/base.less (L7-L10)
2021-05-06 08:28:37 +07:00
4567abe3db add xmldoc for GetTextMarker 2021-05-06 08:28:37 +07:00
9bb80492c5 add level and isOrdered parameter 2021-05-06 05:29:29 +07:00
99e0cc9bbe rename CreateTextMarker to GetTextMarker 2021-05-06 05:15:32 +07:00
3ddf551b03 remove unused this 2021-05-06 05:13:54 +07:00
266d8d8282 move list item constant position 2021-05-06 05:13:39 +07:00
bb496d05f7 Merge pull request #12626 from peppy/skin-bindables 2021-05-05 21:25:33 +02:00
2a67361dc0 OnOperation -> TriggerOperation 2021-05-05 21:50:16 +03:00
3cac837acf Merge branch 'master' into skin-bindables 2021-05-05 20:16:27 +02:00
cb8bda2248 Merge pull request #12503 from Denrage/split-BufferedWedgeInfo 2021-05-06 03:16:16 +09:00
cffeb8641f Make setters private for protected containers 2021-05-06 02:14:57 +09:00
fe9ade6754 Rename Container to DisplayedContent 2021-05-06 02:14:04 +09:00
b6b9a69601 Removed unnecessary class for wrapping 2021-05-05 18:50:49 +02:00
bb385f4255 Reverted difficulty and mod updates 2021-05-05 18:15:59 +02:00