Dean Herbert
|
a7acecc52b
|
Merge branch 'skin-components-bind-outwards-health' into remove-hud-overlay-unused-pieces
|
2021-05-07 17:51:41 +09:00 |
|
Dean Herbert
|
3044b1c432
|
Add missing cache rules
|
2021-05-07 17:50:44 +09:00 |
|
Dean Herbert
|
6c255a0572
|
Fix drain start time being weirdly incorrect
|
2021-05-07 17:47:33 +09:00 |
|
Dean Herbert
|
8e78cac058
|
Fix HealthProcessor cached as derived type in test
|
2021-05-07 17:31:29 +09:00 |
|
Dean Herbert
|
04d35826a3
|
Merge branch 'skin-components-bind-outwards-accuracy' into remove-hud-overlay-unused-pieces
|
2021-05-07 17:25:39 +09:00 |
|
Dean Herbert
|
84a4ff333e
|
Update skin editor test scene to cache a ScoreProcessor
|
2021-05-07 17:22:56 +09:00 |
|
Dean Herbert
|
755588258e
|
Update HealthDisplay components to use DI to attach data source
|
2021-05-07 17:22:45 +09:00 |
|
Dean Herbert
|
4ac234bf7f
|
Merge branch 'skin-components-bind-outwards' into skin-components-bind-outwards-accuracy
|
2021-05-07 17:15:57 +09:00 |
|
Dean Herbert
|
6dc591fc44
|
Merge branch 'skin-components-bind-outwards' into skin-components-bind-outwards-score-display
|
2021-05-07 17:15:37 +09:00 |
|
Dean Herbert
|
8d04eba960
|
Merge pull request #12703 from frenzibyte/editor-wrong-track
Fix editor clock not using the beatmap's virtual track when creating one
|
2021-05-07 17:12:16 +09:00 |
|
Dean Herbert
|
9d27b11e49
|
Update skin editor test scene to cache a ScoreProcessor
|
2021-05-07 17:10:31 +09:00 |
|
Gagah Pangeran Rosfatiputra
|
22677cfeaf
|
add CreateBorder method in markdown table cell
|
2021-05-07 14:54:46 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
d92e593ddd
|
extract out table head and body border into separate component
|
2021-05-07 14:47:46 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
64e9c5e9ba
|
add return xmldoc in markdown unordered list
|
2021-05-07 14:41:27 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
79a1d7b2b3
|
simplify CreateEmphasisedSpriteText
|
2021-05-07 14:40:01 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
17b8963cf8
|
simplify CreateSpriteText in markdown table cell
|
2021-05-07 14:38:19 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
3524cb7924
|
simplify CreateSpriteText in markdown heading
|
2021-05-07 14:36:35 +07:00 |
|
Dean Herbert
|
01eff7f316
|
Merge branch 'skin-components-bind-outwards' into skin-components-bind-outwards-score-display
|
2021-05-07 16:30:08 +09:00 |
|
Dean Herbert
|
93f10330e3
|
Merge branch 'skin-components-bind-outwards' into skin-components-bind-outwards-accuracy
|
2021-05-07 16:29:10 +09:00 |
|
Dean Herbert
|
ad398165a2
|
Update AccuracyCounter components to use DI to attach data source
|
2021-05-07 16:27:25 +09:00 |
|
Dean Herbert
|
17b93361d5
|
Merge branch 'master' into skin-components-bind-outwards
|
2021-05-07 16:20:24 +09:00 |
|
Dean Herbert
|
a2e4fb5b6b
|
Update ScoreCounter components to bind outwards
|
2021-05-07 16:16:48 +09:00 |
|
Salman Ahmed
|
fc2a527e9d
|
Revert "Guard against potentially null track if ever"
This reverts commit b1134c3857 .
|
2021-05-07 09:57:08 +03:00 |
|
Salman Ahmed
|
7c4e54a1d4
|
Unrevert null-colaescing/conditionals removal
|
2021-05-07 09:54:14 +03:00 |
|
Gagah Pangeran Rosfatiputra
|
5b003750f8
|
change CreateListItem method in OsuMarkdownContainer
|
2021-05-07 13:20:48 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
9233248a0b
|
add OsuMarkdownUnorderedListItem
|
2021-05-07 13:20:20 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
dfcf760b7b
|
add OsuMarkdownOrderedListItem
|
2021-05-07 13:20:06 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
bdfe44ddca
|
change OsuMarkdownListItem to abstract class
|
2021-05-07 13:19:30 +07:00 |
|
Dean Herbert
|
165f443ab5
|
Merge branch 'master' into add-missing-author-links
|
2021-05-07 14:32:44 +09:00 |
|
Salman Ahmed
|
b1134c3857
|
Guard against potentially null track if ever
|
2021-05-07 08:30:50 +03:00 |
|
Salman Ahmed
|
37f44d2e37
|
Revert wrong not-null track changes
This reverts commit f9d99a9882 .
This reverts commit 71547bece0 .
|
2021-05-07 08:28:44 +03:00 |
|
Salman Ahmed
|
71547bece0
|
Remove any null-coalescing/conditionals in WorkingBeatmap.Track usages
|
2021-05-07 07:46:23 +03:00 |
|
Salman Ahmed
|
f9d99a9882
|
Mark WorkingBeatmap.Track as not null
|
2021-05-07 07:25:14 +03:00 |
|
Salman Ahmed
|
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 |
|
Salman Ahmed
|
84da247002
|
Fix editor clock using the wrong beatmap track on creation
|
2021-05-07 05:32:55 +03:00 |
|
Dean Herbert
|
54fe10c82a
|
Refactor SliderSelectionBlueprint to not reference blueprint pieces for input handling
|
2021-05-07 10:36:03 +09:00 |
|
ekrctb
|
207f7f1e56
|
Rename FramedAutoGenerator<T> -> AutoGenerator<T>
|
2021-05-07 00:31:12 +09:00 |
|
ekrctb
|
95c74c906a
|
Use FramedAutoGenerator in template projects
|
2021-05-06 22:57:07 +09:00 |
|
ekrctb
|
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 |
|
ekrctb
|
ea35b72436
|
Remove unused IAutoGenerator interface
|
2021-05-06 22:57:07 +09:00 |
|
ekrctb
|
9be36230f9
|
Introduce AutoGenerator subclass for frame based replay generation
|
2021-05-06 21:59:11 +09:00 |
|
Gagah Pangeran Rosfatiputra
|
92022f2cba
|
add Separator component in OsuMarkdownSeparator
|
2021-05-06 17:17:14 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
7b43730fe6
|
add QuoteBackground in OsuMarkdownQuoteBlock
|
2021-05-06 17:13:46 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
010f625870
|
use derived component in OsuMarkdownFencedCodeBlock
|
2021-05-06 17:05:41 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
67f51959db
|
Merge branch 'master' into osu-markdown
|
2021-05-06 16:23:20 +07:00 |
|
Dean Herbert
|
fc04b88e1a
|
Merge pull request #12697 from peppy/update-framework
Update framework
|
2021-05-06 17:46:08 +09:00 |
|
Dean Herbert
|
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 |
|
Gagah Pangeran Rosfatiputra
|
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 |
|
Gagah Pangeran Rosfatiputra
|
91283d41ce
|
add paragraph test
|
2021-05-06 15:13:43 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
e7c563fb67
|
simplify CreateTextFlow in quote block
|
2021-05-06 15:11:45 +07:00 |
|