Commit Graph

25248 Commits

Author SHA1 Message Date
a7865d3f22 move colour provider to BDL 2021-05-27 08:46:24 +07:00
649163e13b Merge branch 'master' into main-page-wiki 2021-05-26 23:51:49 +07:00
f6dee13991 Merge pull request #12948 from gagahpangeran/markdown-wiki
Add wiki markdown container
2021-05-27 01:49:32 +09:00
735e7b9c74 Pass fetch more action in via ctor to avoid potential nullref 2021-05-26 22:49:39 +09:00
9947867e84 Remove unnecessary bindable flow 2021-05-26 22:46:43 +09:00
71de541245 Minor spacing / reformatting 2021-05-26 22:35:11 +09:00
1bde11a07e Refactor ArticleListing 2021-05-26 15:35:38 +03:00
2344a1a411 use image block in markdown container 2021-05-26 19:22:33 +07:00
62fb09774a create WikiMarkdownImageBlock 2021-05-26 19:22:21 +07:00
82d977f80a Merge remote-tracking branch 'refs/remotes/ppy/master' into news-request 2021-05-26 14:52:42 +03:00
db8ccad0b8 Merge branch 'master' into markdown-wiki 2021-05-26 15:25:46 +07:00
9c31b8856d change image url replace implementation 2021-05-26 15:10:09 +07:00
47cbbee4d1 remove CreateNotice method and move implementation to local 2021-05-26 15:01:16 +07:00
eeb6647bc5 remove schedule in set current path 2021-05-26 14:59:36 +07:00
1e77a87fab Merge pull request #12947 from gagahpangeran/markdown-link
Handle link action in `OsuMarkdownLinkText`
2021-05-26 16:56:24 +09:00
02f0e2f212 Merge branch 'markdown-link' into markdown-wiki 2021-05-26 14:55:32 +07:00
34d1d5198f Merge pull request #12943 from nbvdkamp/fix-zero-area-skin-element-scale-crash
Prevent skin editor crash when scaling 0 area drawables
2021-05-26 16:37:58 +09:00
e02739a136 remove unused colour provider 2021-05-26 13:57:35 +07:00
04f16c0783 Set DocumentUrl inside CreateChildDependencies
Co-authored-by: Dean Herbert <pe@ppy.sh>
2021-05-26 13:55:16 +07:00
b36b40cb34 Remove unnecessary double specification 2021-05-26 15:20:47 +09:00
e4780abdfd Split out base call from switch statement 2021-05-26 14:43:59 +09:00
d165a75823 Inline request flow to make it easier to understand 2021-05-26 14:37:52 +09:00
0f21510b8b Move code around 2021-05-26 14:29:46 +09:00
8ffa7f4a5a Tidy up code 2021-05-26 14:28:20 +09:00
7b09955d59 Remove redundant default bindable value 2021-05-26 14:17:40 +09:00
200592114f Make protected variables private 2021-05-26 14:13:02 +09:00
774611f142 Merge pull request #12933 from peppy/fix-scroll-wheel-gameplay-bindings
Disallow using scroll wheel for gameplay bindings
2021-05-25 16:04:18 +09:00
9de07de467 move text flow container inside markdown container 2021-05-25 12:14:07 +07:00
65649e5a62 Prevent skin editor crash when scaling 0 area drawables
Some skinnable drawables can have 0 width or height in certain
cases, leading to division by 0 and a crash when the position is
updated.
2021-05-24 21:36:42 +02:00
728258d93a add website root url as document url 2021-05-25 00:29:59 +07:00
6263ebf9da Merge pull request #12495 from peppy/localisation-proof-of-concept
Add language selection and general structure for localisation support
2021-05-24 23:33:49 +09:00
3b4fbe22f0 Merge pull request #12928 from Firmatorenio/fix-colour-hitmeter-not-registering-taiko-misses
Fix colour hit error meter incorrectly assuming taiko hits were of correct colour
2021-05-24 23:31:54 +09:00
eeda33a453 Merge branch 'master' into localisation-proof-of-concept 2021-05-24 22:56:18 +09:00
37f6ceef79 Add test coverage 2021-05-24 21:57:04 +09:00
62b6cadb64 Ensure settings rows cannot set an invalid value in the first place 2021-05-24 21:56:41 +09:00
fe9abd5b80 Upgrade packages and fix ResX files 2021-05-24 21:37:05 +09:00
02cdd0b2de use drawable link compiler in markdown link 2021-05-24 19:10:37 +07:00
471f17547a switch determining the hit result by offset to getting it from the judgement directly 2021-05-24 16:49:58 +06:00
a00f226ab3 Add assert on storing to database 2021-05-24 18:41:39 +09:00
deabce7140 Disallow updating the database to an invalid value 2021-05-24 18:40:56 +09:00
57640810b5 Ignore certain banned InputKeys for gameplay purposes 2021-05-24 18:40:40 +09:00
af2a831c83 Merge pull request #12926 from peppy/fix-placement-blueprint-disappearing
Fix editor placement ending early if a blueprint becomes alive from a pool
2021-05-24 17:42:18 +09:00
91acf16e52 Merge pull request #12912 from peppy/fix-legacy-combo-counter-positioning
Fix legacy combo counter not accounting for song progress bar
2021-05-24 17:26:25 +09:00
7a343c1576 Merge pull request #12915 from peppy/regenerate-replay-less
Ensure `RegenerateAutoplay` is only run once per frame
2021-05-24 17:25:42 +09:00
28f91f8d65 Merge pull request #12921 from peppy/fix-hud-offsets-out-of-bounds
Limit automatically calculated HUD offsets to keep menu items on screen
2021-05-24 17:25:03 +09:00
7961dba1d3 Reorder OrderBy for legibility 2021-05-24 17:22:55 +09:00
f8c6150493 Update framework 2021-05-24 17:11:01 +09:00
65c3c0d53f Merge branch 'master' into localisation-proof-of-concept 2021-05-24 17:10:56 +09:00
4fc6ba50b7 Fix editor placement ending early if a blueprint becomes alive from a pool
Closes https://github.com/ppy/osu/issues/12630.
2021-05-24 17:04:02 +09:00
68364081f2 Merge pull request #11582 from frenzibyte/mbd-beatmap-set-cover
Refactor beatmap set covers into using `ModelBackedDrawable<T>`
2021-05-24 16:30:14 +09:00