-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add description of osu!(lazer)'s file storage system #8471
Conversation
|
||
On most Windows systems, osu!(lazer) will be able to import data from the stable version of the game without having to create a second copy of the data on disk. This is possible thanks to an operating system feature called *hard links*. | ||
|
||
A hard link is conceptually similar to a *shortcut* (also known as a *symbolic link*), in that it is a method that allows a user to have the same file available from multiple different places on their filesystem. However, while shortcuts are just plain files that point to a different file (and therefore require additional space), hard links work one level deeper, at the level of the filesystem itself. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shortcuts and symbolic links on windows are a different beast, but might be fine to gloss over this for the user's sake here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll just snip the mention for simplicity.
I'd probably want to get some user feedback on this. The coverage of hard links is detailed, but maybe too much for the average user. I think the important points to convey are:
|
I've attempted to simplify the explanation of hard links and cut down on the redundancy of the content. See if it feels any better now. |
Co-authored-by: Walavouchey <36758269+Walavouchey@users.noreply.github.com>
Co-authored-by: Walavouchey <36758269+Walavouchey@users.noreply.github.com>
By default, osu!(lazer) stores beatmaps, skins, and score replay files in the following directories: | ||
|
||
- `%appdata%/osu/files` (Windows), | ||
- `~/.local/share/osu/files` (Linux & macOS), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
macOS has been moved away to a more correct default, see https://github.com/ppy/osu-framework/blob/2eb1c60d6e72d8b2c478cf4376470ca614ef3f88/osu.Framework/Platform/MacOS/MacOSGameHost.cs#L31
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i forgor 💀
Should be better now i think? I'll update the pinned discussion osu!-side if yes because that still has the old one.
I've taken the liberty of adding back-links from the help centre upgrade guide to this new article in 7bd3de4. |
commit 961399bf7ac09dd7938ada25f5b8051a95f7ca5c Merge: d7f6415da1 f372d888e5 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Sun Dec 18 13:59:38 2022 +0100 Merge pull request #8488 from WindowsMeosu/rankedscore Expand `Ranked_score` commit f372d888e5b7873ca28c59604f2ad04a24b6dbde Merge: 6a2ba564ed d7f6415da1 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Sun Dec 18 13:56:36 2022 +0100 Merge branch 'master' into rankedscore commit 6a2ba564ed7105d4921360ac0673c9d5fcdb7abd Author: Milo <104236864+WindowsMeosu@users.noreply.github.com> Date: Sun Dec 18 13:42:28 2022 +0100 apply review Co-authored-by: Walavouchey <36758269+Walavouchey@users.noreply.github.com> commit d7f6415da164d4b49b43ac5d76c7a95e3f124026 Author: Dean Herbert <pe@ppy.sh> Date: Sun Dec 18 15:48:07 2022 +0900 Revert temporary assets fix on makeship news post commit 2630241054fccc4fa6d3d2e37d3833c4055edbbe Author: Milo <104236864+WindowsMeosu@users.noreply.github.com> Date: Sat Dec 17 23:28:15 2022 +0100 fixed linking (hopefully) commit 6d854a8605e0e99be7598bf7ae3c0611287906a4 Author: Milo <104236864+WindowsMeosu@users.noreply.github.com> Date: Sat Dec 17 23:18:46 2022 +0100 fixed linting commit 4da8a9761b1b30f56380e3eef96af505de1566a5 Author: Milo <104236864+WindowsMeosu@users.noreply.github.com> Date: Sat Dec 17 23:12:55 2022 +0100 Add `outdated_since` tags commit 2def7cc20c21aab5c74034c90d6ccd1fa4bd8ca9 Author: Milo <104236864+WindowsMeosu@users.noreply.github.com> Date: Sat Dec 17 23:10:58 2022 +0100 Add on to `ranked_score` commit ac936472e54fc75cbd5d1ec08b7d5a3e11e34249 Merge: 50406e4325 67fc317908 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Sat Dec 17 13:57:37 2022 +0100 Merge pull request #8484 from cl8n/nat-group-info Update NAT group-info commit 67fc317908cb52a8e044b9f8e7bb9a795f572c28 Author: clayton <me@clayton.cc> Date: Sat Dec 17 04:53:59 2022 -0800 Outdate translations commit 0522bc4c323f9a2b0c89a6b9582109a0608c6287 Author: clayton <me@clayton.cc> Date: Sat Dec 17 04:51:39 2022 -0800 Update NAT group-info commit 50406e4325d65fdce089e218121cd10534c8ccd2 Merge: 4b9c06be3b e32e934ab2 Author: Dean Herbert <pe@ppy.sh> Date: Sat Dec 17 20:40:12 2022 +0900 Merge pull request #8483 from Ephemeralis/tsunamix-fa Add New Featured Artist: tsunamix news post commit e32e934ab201cd8ebe0df2882d37304b2991d27a Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Sat Dec 17 22:07:59 2022 +1100 Add New Featured Artist: tsunamix news post Co-authored-by: pishifat <pishifat@users.noreply.github.com> commit 4b9c06be3b0c18b0e7d00aaff8ac9b364a209448 Merge: f27161f661 7bd3de4fcd Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Fri Dec 16 16:27:00 2022 +0100 Merge pull request #8471 from bdach/lazer-file-storage Add description of osu!(lazer)'s file storage system commit 7bd3de4fcd071596869de8f612d9e3f35632be92 Author: Bartłomiej Dach <dach.bartlomiej@gmail.com> Date: Fri Dec 16 15:59:06 2022 +0100 Link lazer upgrade guide with file storage description commit 40a5407a2e3f749731f64b3777998a3063496c6b Merge: 98efd38549 f27161f661 Author: Bartłomiej Dach <dach.bartlomiej@gmail.com> Date: Fri Dec 16 16:03:55 2022 +0100 Merge branch 'master' into lazer-file-storage commit 98efd3854909153b76d201dd946a8069c0ce8127 Author: Bartłomiej Dach <dach.bartlomiej@gmail.com> Date: Fri Dec 16 15:54:36 2022 +0100 Fix bad path to file store on macOS commit f27161f6613e501151f07889c65c422da74a86cc Merge: c5109d8e45 c7583c20de Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Sat Dec 17 01:09:12 2022 +1100 Merge pull request #8480 from Hiviexd/loved-dec-quickfix Fix links in Project Loved news post commit c7583c20def0b7d39d7deba3d11c4554ce4b46f3 Merge: 366c5527b3 c5109d8e45 Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Sat Dec 17 01:07:15 2022 +1100 Merge branch 'master' into loved-dec-quickfix commit 366c5527b3a699169239c6508a8679ccf085cb40 Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Sat Dec 17 01:07:09 2022 +1100 Update news/2022-12-16-project-loved-december-2022.md Co-authored-by: clayton <me@clayton.cc> commit c5109d8e45c4ab17c4a22d96db88ba44e75495d4 Merge: 5d8a6e2e6e 618600d4bb Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Fri Dec 16 15:00:16 2022 +0100 Merge pull request #8479 from The-Last-Cookie/de-help-lazer-1 [DE] Add lazer migration entry to help centre commit 618600d4bbb74007933d2636e3fd7a7c51478f01 Merge: ffeb9eb2da 5d8a6e2e6e Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Fri Dec 16 14:59:03 2022 +0100 Merge branch 'master' into de-help-lazer-1 commit 3cf47c066f5c1260ffe3bcc95828cc59a71c5d8c Author: Hivie <rayenattia@gmail.com> Date: Fri Dec 16 14:52:34 2022 +0100 fix links in project loved news post commit ffeb9eb2daff978de7e93f080b99f95492f3de0e Author: The-Last-Cookie <50201659+The-Last-Cookie@users.noreply.github.com> Date: Fri Dec 16 14:47:18 2022 +0100 Use better sounding phrase Co-authored-by: respektive <liambzw@gmail.com> commit 5d8a6e2e6e919b3cb5e547d6e14ecdfb5db90cf6 Merge: 4ec1fb5143 25219e2b32 Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Sat Dec 17 00:40:43 2022 +1100 Merge pull request #8458 from Hiviexd/loved-december-2022 Add `Project Loved: December 2022` news post commit 25219e2b32a60d10ffcf3a2b8feaca45fdfa7e9a Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Sat Dec 17 00:39:10 2022 +1100 Redate commit b81d1b6fc320d8a68c49be9aa23de67ce64c7d17 Merge: 0d7f631369 4ec1fb5143 Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Sat Dec 17 00:38:22 2022 +1100 Merge branch 'master' into loved-december-2022 commit 0d7f6313694b4cccdd408b351fd74abf93f49d36 Author: Hivie <rayenattia@gmail.com> Date: Fri Dec 16 14:35:32 2022 +0100 wikilinks commit 394af0b20ed4f54d9bc9614634f671671823508d Author: Hivie <rayenattia@gmail.com> Date: Fri Dec 16 14:31:39 2022 +0100 ci? commit a362e65038e184bc4951daa929d7465e769a9cea Author: The-Last-Cookie <50201659+The-Last-Cookie@users.noreply.github.com> Date: Fri Dec 16 14:28:31 2022 +0100 [DE] Add lazer migration entry to help centre commit ea1a8fe4704d67f1bff9a7680edb6037259d7e6d Author: Hivie <rayenattia@gmail.com> Date: Fri Dec 16 14:26:01 2022 +0100 forum posts + redate commit 4ec1fb5143d5c6f8fa5ce8759ba90650600fc8fc Merge: eedda7da7f 06423b8484 Author: Dean Herbert <pe@ppy.sh> Date: Fri Dec 16 20:38:31 2022 +0900 Merge pull request #8477 from peppy/lazer-introduction-no-emoji Use images instead of emoji in lazer migration page commit 06423b8484c5ca88b0c6ebf57ac7be1c5faca343 Author: Dean Herbert <pe@ppy.sh> Date: Fri Dec 16 20:38:11 2022 +0900 Equalise triangle by half a pixel commit 483a5e1956b828dbff28776368f142bf1d917755 Author: Dean Herbert <pe@ppy.sh> Date: Fri Dec 16 20:29:30 2022 +0900 Use images instead of emoji in lazer migration page commit eedda7da7f6ae26dc319f2466059401dce1dfdc8 Merge: 59a3563079 1761cb3771 Author: Dean Herbert <pe@ppy.sh> Date: Fri Dec 16 20:24:44 2022 +0900 Merge pull request #8476 from peppy/lazer-introduction-second-pass Add a few more questions and feature comparisons to lazer migrations page commit 59a3563079a2949467c37f05c66201d5ba5aa3c8 Merge: 57a28a9937 c7991fa083 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Fri Dec 16 12:16:57 2022 +0100 Merge pull request #8478 from LeoFLT/mwc7k-2023 Update `MWC 7K 2023` commit c7991fa08323e9c48438d7b3310fd6d0a9704c09 Author: LeoFLT <dev@leoflt.com> Date: Fri Dec 16 08:14:04 2022 -0300 Update `MWC 7K 2023` commit 1761cb377187b654a67c71ea02a6840ec46f5823 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Fri Dec 16 13:00:56 2022 +0200 remove space before footnote commit f328c3f6b075d5a92cac8e57d7691087c3dfb070 Author: Dean Herbert <pe@ppy.sh> Date: Fri Dec 16 19:47:36 2022 +0900 Apply suggestions from code review Co-authored-by: Walavouchey <36758269+Walavouchey@users.noreply.github.com> commit 0e02696068a85b597df3b74e494c41087c942009 Author: Dean Herbert <pe@ppy.sh> Date: Fri Dec 16 19:17:47 2022 +0900 Add a few more miscellaneous questions commit 19c024aaace3a3cba88934d8d5519a703d8ae297 Author: Dean Herbert <pe@ppy.sh> Date: Fri Dec 16 19:01:05 2022 +0900 Add mention of storyboard editro commit 560fbe7e2acbeb166421770cbb3549559b9dad73 Author: Dean Herbert <pe@ppy.sh> Date: Fri Dec 16 18:59:33 2022 +0900 Add more multiplayer specifics commit 3c09c64afc28c85a572c890c645d905dce3ff7bd Author: Dean Herbert <pe@ppy.sh> Date: Fri Dec 16 18:50:25 2022 +0900 Add footnote regarding stable chat delays commit 86140f562e70324a462bdc8b80af0f5f6d0a5980 Author: Dean Herbert <pe@ppy.sh> Date: Fri Dec 16 18:43:18 2022 +0900 Add footnote regarding offset calibration in stable commit 57a28a9937d75579b6019844f4edca9255ef56b7 Author: Dean Herbert <pe@ppy.sh> Date: Fri Dec 16 18:36:53 2022 +0900 Remove stub attrib and left-align tables commit d5702f6e5e23eff0dd5ce933d1622b0e723fc3d1 Merge: 9ec694c7a5 7562236c20 Author: Dean Herbert <pe@ppy.sh> Date: Fri Dec 16 18:33:20 2022 +0900 Merge pull request #8467 from peppy/lazer-introduction-final Add client introduction page for osu!(lazer) commit 7562236c20561be741491e5e5e9442580df1ab5a Author: Dean Herbert <pe@ppy.sh> Date: Fri Dec 16 18:30:06 2022 +0900 Remove duplicate row again Co-authored-by: Theighlin <53081750+Theighlin@users.noreply.github.com> commit 15afa451683abbf6979d3ac848e01f2f1d306fa7 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Fri Dec 16 10:42:16 2022 +0200 outdate translations commit b3b0edaecf48dd11c703bc056f0c1adba06af382 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Fri Dec 16 10:39:36 2022 +0200 fix capitalisation of osu! caused by macro and didn't notice until i skimmed through the new commits commit 15e370148a7cd0ea42237833ec8f8d89f0066cce Author: Dean Herbert <pe@ppy.sh> Date: Fri Dec 16 16:31:57 2022 +0900 Move table notes to footnotes commit f501203bf0f8bbe8ad766d07ee56de03d54a0ba1 Author: Dean Herbert <pe@ppy.sh> Date: Fri Dec 16 16:22:18 2022 +0900 Add link from help centre commit e16ca890899c93026965f6240751326a9bdba947 Author: Dean Herbert <pe@ppy.sh> Date: Fri Dec 16 16:20:58 2022 +0900 Remove duplicate changelog entry Co-authored-by: Theighlin <53081750+Theighlin@users.noreply.github.com> commit dec9f47478207ea81bd10f7d26323ae6ae13d6fc Author: Bartłomiej Dach <dach.bartlomiej@gmail.com> Date: Thu Dec 15 22:41:56 2022 +0100 Apply more suggestions from code review Co-authored-by: Walavouchey <36758269+Walavouchey@users.noreply.github.com> commit 702bc83670a8793c557213e25ad800e1604548c2 Author: Bartłomiej Dach <dach.bartlomiej@gmail.com> Date: Thu Dec 15 21:07:11 2022 +0100 Apply suggestions from code review Co-authored-by: Walavouchey <36758269+Walavouchey@users.noreply.github.com> commit 4f5007d2165ee0c7ff3882441b22e60297ef1654 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Thu Dec 15 21:12:35 2022 +0200 remove trailing characters after table fence i wonder why remark doesn't catch this. it breaks the table Co-authored-by: Theighlin <53081750+Theighlin@users.noreply.github.com> commit fe437f5843f58c2aa1da4e19759fb08da7214764 Author: Bartłomiej Dach <dach.bartlomiej@gmail.com> Date: Thu Dec 15 19:43:07 2022 +0100 Thin down description of hard linkage commit f0d335fb403b7e65ab0b7eeaacd88daba909084a Author: Hivie <rayenattia@gmail.com> Date: Thu Dec 15 16:21:42 2022 +0100 fix SR commit 629d83b826e2110917141844217b55989510fcfe Author: Hivie <rayenattia@gmail.com> Date: Thu Dec 15 16:19:39 2022 +0100 re-include excluded diff commit 9ec694c7a5778e8a204d8d4f868a77df02a9cb88 Merge: 5a6fbbc374 4d8f6ee3d1 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Thu Dec 15 14:43:43 2022 +0100 Merge pull request #8473 from LeoFLT/mwc7k-2023 Fix typo in `MWC 7K 2023` commit 4d8f6ee3d1419a85c68f497e3021f0d449f1085b Author: LeoFLT <dev@leoflt.com> Date: Thu Dec 15 10:40:42 2022 -0300 Fix typo in `MWC 7K 2023` commit 5a6fbbc374dd508206a8e66c8536888307e6d3ad Merge: 81d9573e37 ed861ede84 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Thu Dec 15 13:13:07 2022 +0100 Merge pull request #8459 from Hiviexd/sev-handbook Add `SEV rating` commit ed861ede8431ea9e8538a68adf98361c863dabbb Merge: a6a6f4a0ec 81d9573e37 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Thu Dec 15 13:11:59 2022 +0100 Merge branch 'master' into sev-handbook commit a6a6f4a0ec5514014d7ef26df1d84828d7801515 Author: Rayen <62819481+Hiviexd@users.noreply.github.com> Date: Thu Dec 15 13:08:55 2022 +0100 Apply suggestions from code review Co-authored-by: Walavouchey <36758269+Walavouchey@users.noreply.github.com> commit 11fee68a7dff5156b5d72beb5a668b15da9857b2 Author: Hivie <rayenattia@gmail.com> Date: Thu Dec 15 12:26:03 2022 +0100 adjust wording in percentages commit 81d9573e37d07270a4504c69a7d9b815266d754e Merge: bd8e64ab16 739e59d0c6 Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Thu Dec 15 20:12:31 2022 +1100 Merge pull request #8472 from LeoFLT/mwc7k-2023 Add `MWC 7K 2023` wiki article, news post commit 739e59d0c66769406c76c443660e67b740b40f2e Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Thu Dec 15 20:10:41 2022 +1100 Update article name and entry paragraph commit b370f2f07a3b9e26a569a55cb9fff9a8f73b8b02 Author: LeoFLT <dev@leoflt.com> Date: Thu Dec 15 05:34:06 2022 -0300 one last date fix commit 72f8b1660c11d1945c462fbddac1af4b74992271 Author: LeoFLT <dev@leoflt.com> Date: Thu Dec 15 05:06:52 2022 -0300 remove trailing slashes on wiki articles (remark) commit 303e278e4e2723e7c214cf7bf0772b0c2b6da6a9 Author: LeoFLT <dev@leoflt.com> Date: Thu Dec 15 05:04:43 2022 -0300 use hard links for the wiki article commit 01e09005a2657512f184baf7de5aac1d42d4ff02 Author: LeoFLT <dev@leoflt.com> Date: Thu Dec 15 04:52:11 2022 -0300 remove trailing slash commit b96f9d42a869bbeb3542f68629fd97d20b18c77b Merge: 64ef8129e8 bd8e64ab16 Author: LeoFLT <dev@leoflt.com> Date: Thu Dec 15 04:31:25 2022 -0300 Merge branch 'ppy:master' into mwc7k-2023 commit 64ef8129e83736e98f3ebbc3ab65525752d09a98 Author: LeoFLT <dev@leoflt.com> Date: Thu Dec 15 04:31:13 2022 -0300 assets, wiki article commit fa48acd87582be6e9147a8572b0d68b440243cd5 Author: Dean Herbert <pe@ppy.sh> Date: Thu Dec 15 12:51:22 2022 +0900 Apply second round suggestions from code review Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com> Co-authored-by: Walavouchey <36758269+Walavouchey@users.noreply.github.com> commit 4e192e6a0be8a11e7a239affcbea891e2f09e786 Author: Hivie <rayenattia@gmail.com> Date: Thu Dec 15 00:09:24 2022 +0100 parentheses commit eba4a45f88834aee549333ceca813ec656a90b17 Author: Rayen <62819481+Hiviexd@users.noreply.github.com> Date: Thu Dec 15 00:02:15 2022 +0100 Apply suggestions from code review Co-authored-by: Walavouchey <36758269+Walavouchey@users.noreply.github.com> commit 573c255d15d69cac2436017cd8d7a26867951fe9 Author: Bartłomiej Dach <dach.bartlomiej@gmail.com> Date: Wed Dec 14 22:52:55 2022 +0100 Add description of osu!(lazer)'s file storage system commit 03529bd9720de048d48965827e2d41eaf290bd47 Author: LeoFLT <dev@leoflt.com> Date: Wed Dec 14 16:28:44 2022 -0300 fix a few wrong dates commit bd8e64ab163b421c9e55077d93305c2c73e47d31 Merge: 244d1ec277 312b9612f8 Author: Dean Herbert <pe@ppy.sh> Date: Thu Dec 15 02:27:46 2022 +0900 Merge pull request #8469 from osuAntalf/Typo-fix-new-FA-post commit 312b9612f87d064d13e083389a8ec1f1d303d063 Author: Antalf <101658120+osuAntalf@users.noreply.github.com> Date: Wed Dec 14 13:09:27 2022 -0400 Typo fix "Piyacune" to "Picayune" [Satyr FA post] Changed one instance where the song Picayune was written as "Piyacune". commit 3811aed1adea9f651843b9cb916ae0efa58ce171 Author: Dean Herbert <pe@ppy.sh> Date: Wed Dec 14 23:59:43 2022 +0900 Apply suggestions from code review Co-authored-by: Walavouchey <36758269+Walavouchey@users.noreply.github.com> commit 244d1ec277a5ddf986995942c1b546a327c9ded1 Merge: 652e8571dc df1ab4853a Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Wed Dec 14 15:24:50 2022 +0100 Merge pull request #8462 from minusQuantumNeko/patch-6 Update `Community/Projects` commit df1ab4853a4eaadbbde116f3ec59274243428087 Merge: f54e01b0d0 652e8571dc Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Wed Dec 14 15:13:58 2022 +0100 Merge branch 'master' into patch-6 commit f54e01b0d0ba338fe43245801b629475ff769572 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Wed Dec 14 16:13:38 2022 +0200 put "medal" inside link text commit 362d88d548155b9a993e8cf8354290774344bdf3 Author: LeoFLT <dev@leoflt.com> Date: Wed Dec 14 10:32:14 2022 -0300 initial commit commit 652e8571dc0e6f84f9dd851af8f4972a396ed490 Merge: 0e073b59b7 5f0cc349a5 Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Thu Dec 15 00:01:06 2022 +1100 Merge pull request #8468 from Ephemeralis/satyr-fa Add New Featured Artist: Satyr news post commit d08456c453ec2c3a4e0e638f487cb8a5e68a7fe3 Author: Dean Herbert <pe@ppy.sh> Date: Wed Dec 14 21:56:16 2022 +0900 Reword question to avoid ending with a `.` commit dec0c7a23630c0df0b95aa546e9d2a2f6fc66ff2 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Wed Dec 14 14:13:02 2022 +0200 move and rename commit 5f0cc349a595759ee7ff01416c3e5e8a8c2b0771 Author: Dean Herbert <pe@ppy.sh> Date: Wed Dec 14 20:32:26 2022 +0900 Add wala-hyphen Co-authored-by: Walavouchey <36758269+Walavouchey@users.noreply.github.com> commit a5ad844b908f1925ef7d1f1cdcd56ffbe0880431 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Wed Dec 14 13:32:15 2022 +0200 remove trailing spaces in table fence lines commit 19715bab69aee3f66c5e72a6793b0ae6f069b7a5 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Wed Dec 14 13:23:15 2022 +0200 indent tags commit f1a1cc818092cff44dbdeb1c667fbb75a3d5581f Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Wed Dec 14 13:22:06 2022 +0200 fix formatting issues commit d1735bcef076d32c70521d2077e8b170d18fc465 Author: Hivie <rayenattia@gmail.com> Date: Wed Dec 14 11:52:54 2022 +0100 remove disclaimers + a heading fix commit 7d034cf242724e333467c70e3c1498584dd207f2 Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Wed Dec 14 20:57:57 2022 +1100 Add New Featured Artist: Satyr news post Co-authored-by: pishifat <pishifat@users.noreply.github.com> commit 171b6e845995da2b746d973a10001b9b9aa34e25 Author: Dean Herbert <pe@ppy.sh> Date: Wed Dec 14 17:32:24 2022 +0900 Add FAQ content commit 16f587cb0cd925c32ed4f911f78088eb06b6b900 Author: Dean Herbert <pe@ppy.sh> Date: Wed Dec 14 17:32:20 2022 +0900 Add comparison table commit 8e63bac4a373a4669e9e74c9aea01e16c25bd04f Author: MegaMix_Craft <43725099+minusQuantumNeko@users.noreply.github.com> Date: Wed Dec 14 11:00:01 2022 +0200 [FR] Outdate `Community/Projects` commit 1f6b0c49c8ad4d619960f21636df253aa0b08f66 Author: Dean Herbert <pe@ppy.sh> Date: Tue Dec 13 19:25:17 2022 +0900 Add introduction and general layout commit 0e073b59b7937119cecef084cac0e055c7afb39e Merge: b024aba009 54cc8597ab Author: TicClick <ya@ticclick.ch> Date: Wed Dec 14 03:04:39 2022 +0100 Merge pull request #8159 from The-Last-Cookie/en-hold-note commit 54cc8597aba92d98f2f7d076ce94ef1d1e0d1660 Merge: eb0032e437 b024aba009 Author: TicClick <ya@ticclick.ch> Date: Wed Dec 14 03:01:58 2022 +0100 Merge branch 'master' into en-hold-note commit eb0032e437f9967868eb996a8944b7cc5341169d Author: TicClick <ya@ticclick.ch> Date: Wed Dec 14 03:01:45 2022 +0100 slightly more clarity commit 2ad78de3aad0fefea3dcb8753fd1e3c136ca0acd Author: Hivie <rayenattia@gmail.com> Date: Wed Dec 14 00:02:54 2022 +0100 finish up rest of the review commit 0c057ccf26f05a15b8db07615e9e2c1b6fd0ba8d Author: Rayen <62819481+Hiviexd@users.noreply.github.com> Date: Tue Dec 13 23:57:10 2022 +0100 Apply suggestions from code review Co-authored-by: Naxess <30292137+Naxesss@users.noreply.github.com> commit b024aba00922078ebef3f2e1b5ed95a24a501d63 Merge: c283832aa8 b180731804 Author: TicClick <ya@ticclick.ch> Date: Tue Dec 13 21:22:15 2022 +0100 Merge pull request #8465 from agatemosu/season-8-date commit b1807318041c0cd7dbf10e57b5fba8b6e4ac8eee Author: Ana <agaatem@outlook.com> Date: Tue Dec 13 21:18:16 2022 +0100 Fix wrong date in `Beatmap Spotlights Winter 2023` commit 27d62853dbdaa178b399a9143f867d6e0504003e Author: TicClick <ya@ticclick.ch> Date: Tue Dec 13 20:30:13 2022 +0100 clarify o!m combo break conditions commit c283832aa8592484b318796141a256c08baf9b71 Merge: 18b7a6b1d2 b87f30c6f3 Author: TicClick <ya@ticclick.ch> Date: Tue Dec 13 19:32:01 2022 +0100 Merge pull request #8443 from maxuskazuma/patch-1 commit b87f30c6f3a51a09f78571b7a104a32fa7159183 Merge: c31698c134 18b7a6b1d2 Author: TicClick <ya@ticclick.ch> Date: Tue Dec 13 19:29:23 2022 +0100 Merge branch 'master' into patch-1 commit c31698c134e7b0d37c263f985a2401f9753e25e3 Author: Maxus <87571668+maxuskazuma@users.noreply.github.com> Date: Thu Dec 8 11:04:38 2022 +0700 Apply changes from ZeroPyrozen's review Co-authored-by: Pyrozen <william.oky@binus.ac.id> commit 18604fe6f4d4ae938edf5668f93ed5903aeb723d Author: Maxus <87571668+maxuskazuma@users.noreply.github.com> Date: Thu Dec 8 05:57:24 2022 +0700 Apply changes from FAMoss' review Co-authored-by: FAMoss <39128490+mousesalt@users.noreply.github.com> commit 18b7a6b1d247ebab6c1579857c3342f722894e1b Merge: d244eed8f9 d2108bfa1f Author: TicClick <ya@ticclick.ch> Date: Tue Dec 13 19:24:31 2022 +0100 Merge pull request #8394 from The-Last-Cookie/de-copyright commit d2108bfa1fd4a440bd98eafd43f5348ecd0074a0 Merge: cc89113adc d244eed8f9 Author: TicClick <ya@ticclick.ch> Date: Tue Dec 13 19:21:15 2022 +0100 Merge branch 'master' into de-copyright commit d244eed8f9f052b9d47c52a7a0320f983784cac8 Merge: cecb0969c2 742dc6dd73 Author: TicClick <ya@ticclick.ch> Date: Tue Dec 13 19:20:42 2022 +0100 Merge pull request #8342 from agatemosu/originals-es commit 742dc6dd733cd712542c233277a1da5c5f12aedd Merge: 2113dcac92 cecb0969c2 Author: TicClick <ya@ticclick.ch> Date: Tue Dec 13 19:18:49 2022 +0100 Merge branch 'master' into originals-es commit cecb0969c2f58be724671ba43bc5ed2d23a0fb02 Merge: 4d6337a205 175da690da Author: TicClick <ya@ticclick.ch> Date: Tue Dec 13 19:18:40 2022 +0100 Merge pull request #8451 from Nivalyx/almnew commit 2113dcac929b0b7d473dc17c32fd566b435c6c72 Author: TicClick <ya@ticclick.ch> Date: Tue Dec 13 19:18:04 2022 +0100 add no_native_review marker commit 175da690da06de0df8857387f9a10ece4af9fe4d Merge: 2ebd814ae7 4d6337a205 Author: TicClick <ya@ticclick.ch> Date: Tue Dec 13 19:15:38 2022 +0100 Merge branch 'master' into almnew commit 4d6337a2051b14b9e8dfb4156850f8bfb16c3940 Merge: 94b437a2fe 90ff9642c4 Author: TicClick <ya@ticclick.ch> Date: Tue Dec 13 19:15:10 2022 +0100 Merge pull request #8426 from Pisapou/update_related_to_bsc commit 90ff9642c43f7142e907b4c43024522773b1a4c5 Merge: 105a842695 94b437a2fe Author: TicClick <ya@ticclick.ch> Date: Tue Dec 13 19:12:08 2022 +0100 Merge branch 'master' into update_related_to_bsc commit 94b437a2fe52d458d6a3946e35ec7570c63d7c71 Merge: 7b64accbe5 2a6457ee50 Author: TicClick <ya@ticclick.ch> Date: Tue Dec 13 19:11:30 2022 +0100 Merge pull request #8400 from agatemosu/why-should-you-talk-to-peppy-personally-es commit 2a6457ee50d6cab8d1b2c297c2aafb45fecd93a3 Merge: 672868653f 7b64accbe5 Author: TicClick <ya@ticclick.ch> Date: Tue Dec 13 19:10:13 2022 +0100 Merge branch 'master' into why-should-you-talk-to-peppy-personally-es commit 7b64accbe57b63288565f460a61e6af10eeaf951 Merge: 7837d9bbaa 5b3a10d60d Author: TicClick <ya@ticclick.ch> Date: Tue Dec 13 19:09:14 2022 +0100 Merge pull request #8464 from The-Last-Cookie/en-agts-ro16 commit 672868653ff56ccb604bd9ecadf5736eaf65406b Merge: ce3cbcea61 7837d9bbaa Author: TicClick <ya@ticclick.ch> Date: Tue Dec 13 19:06:56 2022 +0100 Merge branch 'master' into why-should-you-talk-to-peppy-personally-es commit ce3cbcea61fef8481496a72aea962da1d8c92efa Author: TicClick <ya@ticclick.ch> Date: Tue Dec 13 19:06:25 2022 +0100 add no_native_review marker commit 5b3a10d60d95bf308ef4b732d915db601e55775f Author: The-Last-Cookie <50201659+The-Last-Cookie@users.noreply.github.com> Date: Tue Dec 13 16:25:51 2022 +0100 update French translation commit cddf98daa6a7e66006c00dfd508e2066114d5643 Author: The-Last-Cookie <50201659+The-Last-Cookie@users.noreply.github.com> Date: Tue Dec 13 15:45:24 2022 +0100 outdate French translation commit 5a3ebc439c3cf6450c7d2dad187b03200ece9275 Author: The-Last-Cookie <50201659+The-Last-Cookie@users.noreply.github.com> Date: Tue Dec 13 15:43:27 2022 +0100 Remove mention of round of 16 stage in rules This stage was planned originally but wasn't included in the final schedule apparently. commit 01062008367b6b8cf399c65e67300d7958f76a53 Author: Hivie <rayenattia@gmail.com> Date: Tue Dec 13 14:46:32 2022 +0100 fix wikilinks commit 8d1040ddacc569a4c4796482ec49a888ded4ef3f Author: Hivie <rayenattia@gmail.com> Date: Tue Dec 13 14:41:13 2022 +0100 ci hopefully commit f6a3186e614f7adca7168c455dd12e2d22269469 Author: Hivie <rayenattia@gmail.com> Date: Tue Dec 13 14:36:30 2022 +0100 fix navigation commit 206986b4f6224fe07a17dd7f6bc08cb2c5c7c285 Author: Hivie <rayenattia@gmail.com> Date: Tue Dec 13 14:35:53 2022 +0100 ci? commit 0f93eec8da7dfcdde9633ae4c427fed626b5e8e2 Author: Hivie <rayenattia@gmail.com> Date: Tue Dec 13 14:26:15 2022 +0100 apply reviews commit 9ad581842c57c6f9b57109efcdd0815bad38ff82 Author: Hivie <rayenattia@gmail.com> Date: Tue Dec 13 14:15:21 2022 +0100 ci commit cad582a34acc981a783816e00769123095c51b6e Author: MegaMix_Craft <43725099+minusQuantumNeko@users.noreply.github.com> Date: Tue Dec 13 15:06:36 2022 +0200 [FR] Outdate `Community/Projects` commit f31678789896bc4d36e44abb8d89925fb095dfb8 Author: MegaMix_Craft <43725099+minusQuantumNeko@users.noreply.github.com> Date: Tue Dec 13 14:52:40 2022 +0200 Update community project links and description commit bed45473f9f3a800d8fd2bbac413048340bfe5db Author: Hivie <rayenattia@gmail.com> Date: Tue Dec 13 11:21:31 2022 +0100 rename to SEV rating commit 7837d9bbaa9dc11c041010907f7533f1bf7ed2c7 Merge: c48f85f9e7 8db57ea97f Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Tue Dec 13 09:49:50 2022 +0100 Merge pull request #8461 from pishifat/showcase Update `Featured Artist showcase beatmaps` article commit 8db57ea97f8828f28f5e8572d43dab6a283f6fc7 Author: pishifat <pishifat@gmail.com> Date: Tue Dec 13 00:05:26 2022 -0800 update showcase beatmaps articles commit c9bb3fcb0089584d195e7ddc15621575892e9193 Author: Hivie <rayenattia@gmail.com> Date: Mon Dec 12 21:21:07 2022 +0100 specify date commit 17b490ae250507122633303b314582a010ef9da0 Author: agatemosu <agaatem@outlook.com> Date: Mon Dec 12 21:18:59 2022 +0100 Update osu! originals commit 1481daf0185e5c9e01765944754119fd163929ee Merge: d4c62300af c48f85f9e7 Author: Ana <agaatem@outlook.com> Date: Mon Dec 12 20:58:42 2022 +0100 Merge branch 'master' into originals-es commit 95e17b44f8d15f9386bb8ab9c01dff15135bfe7d Author: Hivie <rayenattia@gmail.com> Date: Mon Dec 12 20:58:33 2022 +0100 handbook->rating, use tables, small other fixes commit 880d47d6bbcbd6b8801d263d11adff6b8dad2ef5 Author: Hivie <rayenattia@gmail.com> Date: Mon Dec 12 20:16:19 2022 +0100 oops commit 5336d05f6ca47837f89442d35a7e3ee6033ad801 Author: Hivie <rayenattia@gmail.com> Date: Mon Dec 12 20:12:04 2022 +0100 Add `The SEV Handbook` commit 80ab9046d58edd9f9334ede3b60503185558de3d Author: Hivie <rayenattia@gmail.com> Date: Mon Dec 12 19:54:59 2022 +0100 Add `Project Loved: December 2022` news post commit c48f85f9e7fadb36affc4c3e1520e39143e728d1 Merge: 47ddad8162 ba979912ed Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Mon Dec 12 06:12:55 2022 +0100 Merge pull request #8435 from The-Last-Cookie/de-legal-formal [DE] Add formal language register rule for legal pages commit ba979912edec414735a33a7ef8f14f16a34d74e9 Merge: f0373f57c5 47ddad8162 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Mon Dec 12 06:04:17 2022 +0100 Merge branch 'master' into de-legal-formal commit 47ddad8162e940a795fc1c880f5e8089efe4b3b2 Merge: 382013f377 b82443be0d Author: TicClick <ya@ticclick.ch> Date: Mon Dec 12 00:34:20 2022 +0100 Merge pull request #8456 from Walavouchey/update-originals commit b82443be0d470768f861c3506fcac0ccf2e0911e Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Sun Dec 11 22:33:17 2022 +0200 add rgts 2022 grand finals tiebreaker track commit f0373f57c513a90ea810ed359b7f2fd282424f98 Merge: ba45cb5aa8 382013f377 Author: The-Last-Cookie <50201659+The-Last-Cookie@users.noreply.github.com> Date: Sun Dec 11 17:05:44 2022 +0100 Merge branch 'master' into de-legal-formal commit 382013f377ed9c042937788c1c0d8609c9bf160d Merge: 75ebe44e0e 041a16a6f9 Author: Dean Herbert <pe@ppy.sh> Date: Sat Dec 10 22:05:28 2022 +0900 Merge pull request #8454 from Ephemeralis/mxs-assets-fix Update makeship x osu! news post to use assets.ppy.sh (and redate) commit 041a16a6f9690b7a555a262150dc492678d62a34 Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Sun Dec 11 00:00:50 2022 +1100 Update makeship x osu! news post to use assets.ppy.sh (and redate) commit 75ebe44e0e37786bf010927c9f73d25b8ac3fe06 Author: Dean Herbert <pe@ppy.sh> Date: Sat Dec 10 21:56:14 2022 +0900 Revert "Revert "Remove broken post" fuxk knows i don't" This reverts commit 6aeb0db975755e4b087948a16c58b40bbcb3bf60. commit 6aeb0db975755e4b087948a16c58b40bbcb3bf60 Author: Dean Herbert <pe@ppy.sh> Date: Sat Dec 10 21:48:05 2022 +0900 Revert "Remove broken post" fuxk knows i don't This reverts commit acb1ea7249a612f5aa609179b3ea1386ff2c5960. commit acb1ea7249a612f5aa609179b3ea1386ff2c5960 Author: Dean Herbert <pe@ppy.sh> Date: Sat Dec 10 21:41:45 2022 +0900 Remove broken post commit c3a560cd23a2e23f3501cc13c569de7e78da2909 Merge: fba5979b54 9e6e265b84 Author: Dean Herbert <pe@ppy.sh> Date: Sat Dec 10 21:37:46 2022 +0900 Merge pull request #8453 from Ephemeralis/makeshipxosu Add Makeship x osu!: Limited Edition Plushies news post & assets commit 9e6e265b84988ed04e1ae2df4c13e10bc6ba1822 Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Sat Dec 10 23:31:34 2022 +1100 Mention discount and reword commit d4ed562136959250cabdd1a0b3b9968a4689932f Author: Dean Herbert <pe@ppy.sh> Date: Sat Dec 10 21:22:30 2022 +0900 Remove capitalisation of "ppy" commit e3f04e9fa8aee4155e559cc1ec95d13ff96668fc Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Sat Dec 10 23:10:47 2022 +1100 The cookie waves no more commit 581304ffa85a1a51ee7c462dbc5ea5286dfb867e Merge: 07e63dee9d 7266490580 Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Sat Dec 10 23:04:56 2022 +1100 Merge branch 'makeshipxosu' of https://github.com/Ephemeralis/osu-wiki into makeshipxosu commit 07e63dee9d67a542c2851adac24fab7aadd7830c Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Sat Dec 10 23:04:43 2022 +1100 Reduce frame count in waving cookie webp commit 72664905805b6663fb4346b4146eef95541588a0 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Sat Dec 10 13:53:30 2022 +0200 signoff fix suggestion was applied before i edited to fix it <.< commit 491be2d83f78f1ac74d3c9500b2e8668e368db2e Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Sat Dec 10 22:45:55 2022 +1100 Add space before team signoff Co-authored-by: Walavouchey <36758269+Walavouchey@users.noreply.github.com> commit 84818d497cc325e76b87d9d3be32853e738527c8 Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Sat Dec 10 22:44:46 2022 +1100 Hyphenation contemplation Co-authored-by: Walavouchey <36758269+Walavouchey@users.noreply.github.com> commit cd40b51f7fabd61b9a3f20f02102303d7b3531fc Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Sat Dec 10 20:57:04 2022 +1100 Add Makeship x osu!: Limited Edition Plushies news post & assets commit fba5979b54f395884a59ecbd97d3e8dd4b9ebc75 Merge: 0d94cccdc6 02f4cff966 Author: Dean Herbert <pe@ppy.sh> Date: Sat Dec 10 17:20:03 2022 +0900 Merge pull request #8452 from Ephemeralis/landroot-fa commit 02f4cff96673b4dd0459600baa2a2e0b32e80aad Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Sat Dec 10 19:15:37 2022 +1100 Redate commit b8444a0c7ef438c1376096a0495a4fe6f253a171 Author: Dean Herbert <pe@ppy.sh> Date: Sat Dec 10 17:00:56 2022 +0900 Capitalise "ranked" I guess Co-authored-by: Walavouchey <36758269+Walavouchey@users.noreply.github.com> commit 284ff774fc980080d1360563f7f6450baf247a6e Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Sat Dec 10 18:52:46 2022 +1100 Add New Featured Artist: LandRoot news post Co-authored-by: pishifat <pishifat@users.noreply.github.com> commit 2ebd814ae7fcc266466a3da81bf184c9a5a5b5e5 Author: Niva <36564236+Nivalyx@users.noreply.github.com> Date: Sat Dec 10 08:33:50 2022 +0700 [ID] Cleanup `osu! Alumni` commit 0d94cccdc6fe427b297662c5e7ab391bffc08ef7 Merge: 63ed3073c3 b164d163d6 Author: clayton <me@clayton.cc> Date: Fri Dec 9 15:14:17 2022 -0800 Merge pull request #8450 from UberFazz/nat-responsibilities Update old wording in `Nomination_Assessment_Team` commit b164d163d628f6ea1b6d287ccf5b969e46d51c77 Author: UberFazz <uberfazz@gmail.com> Date: Fri Dec 9 18:05:11 2022 -0500 Update en.md commit 63ed3073c3e62b9203c80ca8756d570acfc0419f Merge: a962b1707f 28d98f09aa Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Fri Dec 9 23:56:45 2022 +0100 Merge pull request #8318 from UberFazz/nat-responsibilities Update `Nomination_Assessment_Team` regarding evaluator/advisor split commit 28d98f09aa748e7d8f81aa4a3cb103c88ec8eaef Merge: 7da84d38d4 a962b1707f Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Fri Dec 9 23:55:37 2022 +0100 Merge branch 'master' into nat-responsibilities commit 7da84d38d43cfa9fa85c751dedd44b03f1795120 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Sat Dec 10 00:55:23 2022 +0200 fix plurality commit b2b6f8be43cb86c6c9185eaf4c996c3fdf25e878 Author: UberFazz <73870519+UberFazz@users.noreply.github.com> Date: Fri Dec 9 17:50:58 2022 -0500 apply Walavouchey's review Co-authored-by: Walavouchey <36758269+Walavouchey@users.noreply.github.com> commit 3bf22e9901994beb8bb385ef0deb0dace60c6c22 Author: Rayen <62819481+Hiviexd@users.noreply.github.com> Date: Fri Dec 9 22:45:16 2022 +0100 outdate translations commit 1607a60a60a6ca4c75cfc2777ddc15f756c97d67 Author: Rayen <62819481+Hiviexd@users.noreply.github.com> Date: Fri Dec 9 22:38:56 2022 +0100 add advisor footnotes + minor fixes commit 819b33530baa4829907f6c01788b094897ec3b50 Author: Rayen <62819481+Hiviexd@users.noreply.github.com> Date: Fri Dec 9 21:38:16 2022 +0100 cleanup commit 18cddbb27e125031c7a14ea44e631463df4e83aa Author: Rayen <62819481+Hiviexd@users.noreply.github.com> Date: Fri Dec 9 20:35:47 2022 +0100 Apply suggestions from code review Co-authored-by: Naxess <30292137+Naxesss@users.noreply.github.com> Co-authored-by: Mo <mail@a-mo.io> commit 105a842695414fe8daaa4bded4ee04d2a0bd14fe Author: Pisapou <38363343+Pisapou@users.noreply.github.com> Date: Fri Dec 9 13:53:09 2022 +0100 fixing wrong role assignation commit a962b1707fd28e75f06bef563e1a4ec53ef4936f Merge: 3ac5fafe3d 568ff36b5d Author: TicClick <ya@ticclick.ch> Date: Thu Dec 8 19:18:54 2022 +0100 Merge pull request #8429 from Walavouchey/rgts-original-final-tb commit 568ff36b5d950440db80e22687a8cedaab140bd4 Merge: be7dfe4c6a 3ac5fafe3d Author: TicClick <ya@ticclick.ch> Date: Thu Dec 8 19:17:45 2022 +0100 Merge branch 'master' into rgts-original-final-tb commit 3ac5fafe3d7167a6944eff115c70586051e81acb Merge: 82b718c080 4ca70a114b Author: TicClick <ya@ticclick.ch> Date: Thu Dec 8 19:17:36 2022 +0100 Merge pull request #8341 from The-Last-Cookie/de-updates commit 4ca70a114b04540ac0ee9140d0aebba301343b62 Merge: 87b0d27a73 82b718c080 Author: TicClick <ya@ticclick.ch> Date: Thu Dec 8 19:16:10 2022 +0100 Merge branch 'master' into de-updates commit 87b0d27a73c7d1d6f763a9a80c517f30096d07a2 Author: TicClick <ya@ticclick.ch> Date: Thu Dec 8 19:15:24 2022 +0100 add `no_native_review` marker where changes are more or less significant commit 82b718c08039d604a52d7ae7edfe429c869ce179 Merge: 4882e338e5 8e68ffe38a Author: TicClick <ya@ticclick.ch> Date: Thu Dec 8 19:13:44 2022 +0100 Merge pull request #8431 from ZeroPyrozen/pyrozen-update-break-tournament-management-commands commit 8e68ffe38a3e6c977d1216a0463617f41e88fb97 Merge: 3f301b2079 4882e338e5 Author: TicClick <ya@ticclick.ch> Date: Thu Dec 8 19:12:35 2022 +0100 Merge branch 'master' into pyrozen-update-break-tournament-management-commands commit 4882e338e5d5614fc795ba306582c84b3616336e Merge: f858ca3b9d b114cb1a4c Author: TicClick <ya@ticclick.ch> Date: Thu Dec 8 19:11:27 2022 +0100 Merge pull request #8444 from RushFTK/SFSchedule-GBC2022Autumn commit b114cb1a4cdb4e1d8667d73276dcf4b0279b11b8 Merge: 960c087cd4 f858ca3b9d Author: TicClick <ya@ticclick.ch> Date: Thu Dec 8 19:10:13 2022 +0100 Merge branch 'master' into SFSchedule-GBC2022Autumn commit dc8e88f2e39e944c35e4b7e4a58366a3d4ae532d Author: TicClick <ya@ticclick.ch> Date: Thu Dec 8 19:06:43 2022 +0100 sort team members alphabetically commit 629a8025fde117b2d963cca0ac0ecdc86b5361d4 Merge: 2f8fd5adae f858ca3b9d Author: TicClick <ya@ticclick.ch> Date: Thu Dec 8 19:04:17 2022 +0100 Merge branch 'master' into update_related_to_bsc commit f858ca3b9d8033830e808fadd1382813e8de7ec8 Merge: 146ebd4984 36e1578276 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Thu Dec 8 18:46:08 2022 +0100 Merge pull request #8445 from Hiviexd/remove-modscore Remove `ModScore` from `Becoming a Beatmap Nominator` commit 36e1578276f45265f4f25441935d812196424a0b Author: Rayen <62819481+Hiviexd@users.noreply.github.com> Date: Thu Dec 8 18:40:11 2022 +0100 Apply suggestions from code review Co-authored-by: Walavouchey <36758269+Walavouchey@users.noreply.github.com> commit fdf66ca8979d0178f00821bbd08d416894731d73 Author: Hivie <rayenattia@gmail.com> Date: Thu Dec 8 18:29:28 2022 +0100 outdate translations commit 053605ecbcbd1eb5a62e91a331315884fb4b00da Author: Hivie <rayenattia@gmail.com> Date: Thu Dec 8 18:27:58 2022 +0100 remove modscore commit 3f301b2079c39a586925f3cd38e3dd344ed91553 Author: William Agustinus Oky <zeropyrozen@gmail.com> Date: Thu Dec 8 16:49:38 2022 +0700 Apply suggestions from code review Co-Authored-By: Niva <36564236+Nivalyx@users.noreply.github.com> commit 960c087cd488eb0137059754f9b1998ffa036867 Author: Rush_FTK <867871766@qq.com> Date: Thu Dec 8 11:46:37 2022 +0800 Update unsaved changes. commit c4155eb7f04d61dfb953d9f5f52f2a9de07a4db4 Author: Rush_FTK <867871766@qq.com> Date: Thu Dec 8 11:45:37 2022 +0800 Update QF result & SF schedule for `GBC 2022 Autumn`. commit d6b9d7140e71a0dc5e80e14212ab7c72ace94d29 Author: Ana <agaatem@outlook.com> Date: Wed Dec 7 22:50:05 2022 +0100 contacting -> contact commit 146ebd49845cf4d141fe77ac70f1953d151bebb8 Merge: 4dfb9bb147 3a3658b1c2 Author: TicClick <ya@ticclick.ch> Date: Wed Dec 7 16:41:19 2022 +0100 Merge pull request #8369 from YumeMuzi/Badge-weighted_seeding commit 3a3658b1c26426df725d92fb7eaf71f5f6b9e240 Merge: 469ffc367e 4dfb9bb147 Author: TicClick <ya@ticclick.ch> Date: Wed Dec 7 16:31:46 2022 +0100 Merge branch 'master' into Badge-weighted_seeding commit 4dfb9bb147b56219f5bb6302719ae32228746431 Merge: 9fbce849b3 9c8a30cfda Author: Dean Herbert <pe@ppy.sh> Date: Thu Dec 8 00:19:55 2022 +0900 Merge pull request #8442 from Ephemeralis/ekcle-fa Add New Featured Artist: Ekcle news post commit 9c8a30cfdae93ce73ff7b57b99f64a0802f9f396 Merge: 00c8398b60 9fbce849b3 Author: Dean Herbert <pe@ppy.sh> Date: Thu Dec 8 00:10:56 2022 +0900 Merge branch 'master' into ekcle-fa commit 9fbce849b3aae552a94df91f69893b623d10e0b9 Merge: 262a6b1531 84605ecdd0 Author: TicClick <ya@ticclick.ch> Date: Wed Dec 7 16:09:47 2022 +0100 Merge pull request #8358 from agatemosu/modifier-es commit 84605ecdd01a2cc9ef9e38eb71cd378eab921287 Merge: 02b570b570 262a6b1531 Author: TicClick <ya@ticclick.ch> Date: Wed Dec 7 16:02:29 2022 +0100 Merge branch 'master' into modifier-es commit 262a6b153176aee30d8f5809dc9e6f5b9822699d Merge: 7c0af12ef0 bff200194f Author: TicClick <ya@ticclick.ch> Date: Wed Dec 7 16:02:05 2022 +0100 Merge pull request #8377 from agatemosu/ranking-procedure-es commit 00c8398b60a5735f8e6b2ea00cec43480cff3475 Merge: 12bf8a1d54 7c0af12ef0 Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Thu Dec 8 01:59:12 2022 +1100 Merge branch 'master' into ekcle-fa commit bff200194ff6d8a96e792dc7449411c1be595217 Merge: 2d6b09df36 7c0af12ef0 Author: TicClick <ya@ticclick.ch> Date: Wed Dec 7 15:13:12 2022 +0100 Merge branch 'master' into ranking-procedure-es commit 469ffc367e098487d70f27056b8b30f8788bd957 Author: TicClick <ya@ticclick.ch> Date: Wed Dec 7 15:12:50 2022 +0100 add no_native_review mark commit 7c0af12ef07b5b90f2f3e6e92f3ff75ea463bacd Merge: 24f168bb6d e7b7e300bc Author: TicClick <ya@ticclick.ch> Date: Wed Dec 7 15:11:41 2022 +0100 Merge pull request #8356 from agatemosu/medals-es commit 02b570b5700a86958bbc422f4e1b354978d0ab63 Author: TicClick <ya@ticclick.ch> Date: Wed Dec 7 15:10:57 2022 +0100 add no_native_review mark commit 2d6b09df363778862f26f8639182164214ae7df0 Author: TicClick <ya@ticclick.ch> Date: Wed Dec 7 15:08:06 2022 +0100 add no_native_review mark commit e7b7e300bcb70f1d85fba2432ead58ec2e51ecaa Merge: bacc0a0d5f 24f168bb6d Author: TicClick <ya@ticclick.ch> Date: Wed Dec 7 15:00:29 2022 +0100 Merge branch 'master' into medals-es commit bacc0a0d5fc554cfffefe5c855bfb18ae04ddd06 Author: TicClick <ya@ticclick.ch> Date: Wed Dec 7 15:00:17 2022 +0100 add no_native_review mark commit 24f168bb6d069182582096c9d0c915315a21752f Merge: 18e139a8f9 cb7d11a0f5 Author: TicClick <ya@ticclick.ch> Date: Wed Dec 7 14:49:16 2022 +0100 Merge pull request #8126 from TicClick/timing commit cb7d11a0f5a784c9aabada88748e57a0ad5b4993 Merge: c9a2d95986 18e139a8f9 Author: TicClick <ya@ticclick.ch> Date: Wed Dec 7 14:41:28 2022 +0100 Merge branch 'master' into timing commit 490c6e29920a5870e8d5a28998f8bfe7cdfe2c07 Author: Maxus <87571668+maxuskazuma@users.noreply.github.com> Date: Wed Dec 7 16:07:29 2022 +0700 Create new page for indonesia curator page. right now indonesia version doesn't have this new page being updated, so we need to have new one. commit 2f8fd5adaed2929e2bc9b4b6a2193b660c5c67e3 Author: Pisapou <38363343+Pisapou@users.noreply.github.com> Date: Wed Dec 7 09:27:00 2022 +0100 summer2022 -> winter2023 commit fecd6b3fd6285b9ae0442da788c612b5569e49e9 Author: Pisapou <38363343+Pisapou@users.noreply.github.com> Date: Wed Dec 7 09:17:12 2022 +0100 applied #8433 commit 343eb3cef2d8ff62af274e26f008d6f2426a28fb Merge: 865ec822f4 18e139a8f9 Author: Pisapou <38363343+Pisapou@users.noreply.github.com> Date: Wed Dec 7 09:09:16 2022 +0100 Merge branch 'master' into update_related_to_bsc commit 12bf8a1d54a1d8a95bc72d9d644ad29cc01836a7 Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Wed Dec 7 18:27:31 2022 +1100 Hyphenate Co-authored-by: Walavouchey <36758269+Walavouchey@users.noreply.github.com> commit de62028d19dfdecee23d2feb643f104951548d65 Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Wed Dec 7 18:22:58 2022 +1100 Add New Featured Artist: Ekcle news post Co-authored-by: pishifat <pishifat@users.noreply.github.com> commit 18e139a8f961cbaaa74c31aab2bd6f36408e64d8 Merge: 04e0e97ee3 43b678a7ca Author: Dean Herbert <pe@ppy.sh> Date: Wed Dec 7 15:47:01 2022 +0900 Merge pull request #8441 from venix12/patch-1 Fix member order in `The Team` commit c9a2d95986994ec64b16161ec6fccbb69092d43c Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Wed Dec 7 07:32:14 2022 +0200 small wording adjustment commit a7d3f849278bb4aecfef3f6a52be8ee67a7e9a71 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Wed Dec 7 06:27:25 2022 +0200 fix link commit 43b678a7ca7d1363367ec8ed659f74b5398cbe92 Author: Venix <30481900+venix12@users.noreply.github.com> Date: Tue Dec 6 23:20:53 2022 +0100 alphabetical order commit 17edffb16a90386ccc9415a0c9343423a7672793 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Tue Dec 6 21:35:05 2022 +0200 outdate translations commit e94e24c7ece448f53534306951591330c8d06378 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Tue Dec 6 21:22:56 2022 +0200 adjust wording regarding offsets the article linked in the ranking criteria doesn't describe what is meant by "offset", which in this case is timing point offset and one instance of video offset. offset-related articles will be reworked as per #7254 commit 04e0e97ee3d4ada4d6c1db380e66aa773b148278 Merge: 329c7ad2f6 bdf1ab7a6b Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Wed Dec 7 05:41:11 2022 +1100 Merge pull request #8427 from venix12/spotlights-winter-2023 Add Beatmap Spotlights winter 2023 news post & wiki article commit bdf1ab7a6b7575d6aaeb8fa8d0da7a727b85e37d Merge: 00104d6932 329c7ad2f6 Author: Venix <30481900+venix12@users.noreply.github.com> Date: Tue Dec 6 19:36:20 2022 +0100 Merge branch 'master' into spotlights-winter-2023 commit 00104d69321017a15e25720889dac5101c33cb0f Author: Venix <30481900+venix12@users.noreply.github.com> Date: Tue Dec 6 19:32:53 2022 +0100 redate + add missing taiko mod commit 329c7ad2f6d0450db736c81855c913f2eec06c8a Merge: 5af59fe0b4 d384c6a5ba Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Wed Dec 7 05:01:22 2022 +1100 Merge pull request #8439 from 0x84f/osumonthly-5-fixxx Fix crediting in slider picturator section of `osu!monthly, November 2022` commit d384c6a5ba88c04acf0055bb234306917e18d448 Merge: 14549f5ccc 5af59fe0b4 Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Wed Dec 7 04:58:58 2022 +1100 Merge branch 'master' into osumonthly-5-fixxx commit 5af59fe0b491de73dd7d274174d416b341478b86 Merge: 8b780cc744 5cc4813889 Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Wed Dec 7 04:52:45 2022 +1100 Merge pull request #8399 from Hiviexd/mca-results Add `Results - Mappers' Choice Awards 2021` news post commit 5cc4813889a85a85d518d9d3d003b7ae5e12d069 Merge: 05c8bcf5d3 8b780cc744 Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Wed Dec 7 04:48:04 2022 +1100 Merge branch 'master' into mca-results commit 8b780cc74449c7bfcb0775963e3b550eea0ab8d0 Merge: 588981bbda be7b226e22 Author: TicClick <ya@ticclick.ch> Date: Tue Dec 6 18:39:53 2022 +0100 Merge pull request #8402 from tematikkp/patch-10 commit 05c8bcf5d357dce6faf46ec9cf6886b6f80c1bf4 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Tue Dec 6 19:36:21 2022 +0200 words commit be7b226e229014e5bd99cac4721a1070ee6a78b8 Merge: afbdf9e946 588981bbda Author: TicClick <ya@ticclick.ch> Date: Tue Dec 6 18:31:07 2022 +0100 Merge branch 'master' into patch-10 commit 588981bbda0fa1984c57bf35d1b01d05dd027957 Merge: da63d5311b 0cc79cb4bb Author: TicClick <ya@ticclick.ch> Date: Tue Dec 6 18:29:39 2022 +0100 Merge pull request #8348 from sylphi/formatting commit afbdf9e9468fdb2b106058e64e2113891aa52710 Author: TicClick <ya@ticclick.ch> Date: Tue Dec 6 18:24:25 2022 +0100 fix misspelling commit ef0aa48216332ca380686c4701af9fdd14b39d61 Author: Hivie <rayenattia@gmail.com> Date: Tue Dec 6 18:20:21 2022 +0100 redate commit 0cc79cb4bbb127ecb351e71eccb84cf9a7d09971 Merge: ee677daf51 da63d5311b Author: TicClick <ya@ticclick.ch> Date: Tue Dec 6 18:19:46 2022 +0100 Merge branch 'master' into formatting commit da63d5311bf8daac2804b43c9be540c3499f83ac Merge: 54ad51fad3 0be01134ed Author: TicClick <ya@ticclick.ch> Date: Tue Dec 6 17:46:48 2022 +0100 Merge pull request #8420 from The-Last-Cookie/de-ban-player commit 0be01134edb1c5b04d1a1f4c9ecb476078f7b933 Merge: 291e7d2310 54ad51fad3 Author: TicClick <ya@ticclick.ch> Date: Tue Dec 6 17:36:07 2022 +0100 Merge branch 'master' into de-ban-player commit 54ad51fad3ccc33141932a54e10352169ad7ed08 Merge: 1652f628b0 0e79dfddbc Author: TicClick <ya@ticclick.ch> Date: Tue Dec 6 17:35:41 2022 +0100 Merge pull request #8412 from qia-1/qia-1-patch-1 commit 0e79dfddbcb554cc7d03e263baeb17bcc23c633a Merge: f1015c4fa7 1652f628b0 Author: TicClick <ya@ticclick.ch> Date: Tue Dec 6 16:28:07 2022 +0100 Merge branch 'master' into qia-1-patch-1 commit f1015c4fa7701e948483ed9a436ae945cb3baf91 Author: TicClick <ya@ticclick.ch> Date: Tue Dec 6 16:27:29 2022 +0100 outdate existing translations commit 291e7d231076c3f2758584bf4a961e743ab4f9d7 Merge: 9599b18596 1652f628b0 Author: TicClick <ya@ticclick.ch> Date: Tue Dec 6 16:26:32 2022 +0100 Merge branch 'master' into de-ban-player commit 1652f628b0dbfccb6622b1ea800d7c1e6df5f2f1 Merge: 1c3e274753 02068baea9 Author: TicClick <ya@ticclick.ch> Date: Tue Dec 6 16:24:29 2022 +0100 Merge pull request #8440 from fajar13k/tournament-rgts-2022-finals commit 02068baea92c79fea64312b423988ed86762ea34 Merge: 6955e71c1a 1c3e274753 Author: TicClick <ya@ticclick.ch> Date: Tue Dec 6 16:07:31 2022 +0100 Merge branch 'master' into tournament-rgts-2022-finals commit 1c3e2747536866ca545ddab47a35de41b25ba1cf Merge: a95e87bb10 f066e2aafc Author: TicClick <ya@ticclick.ch> Date: Tue Dec 6 16:05:20 2022 +0100 Merge pull request #8438 from hikikuman/master commit 14549f5ccc8c9eeeec88340bd47fef510c8ee89f Author: 0x84f <24534022+0x84f@users.noreply.github.com> Date: Tue Dec 6 15:59:16 2022 +0100 ™ commit 6955e71c1a36ba2ea8ee05606dc13dd64008f9c5 Author: fajar13k <fajar.fj13@gmail.com> Date: Tue Dec 6 21:58:36 2022 +0700 Line break commit 5a3551b1796ee4b49697007ce6831083756b5086 Author: fajar13k <fajar.fj13@gmail.com> Date: Tue Dec 6 21:58:18 2022 +0700 Add Finals mappool commit c46a312b645f060f536d1fb40c9173836f007cc7 Author: 0x84f <24534022+0x84f@users.noreply.github.com> Date: Tue Dec 6 15:57:29 2022 +0100 section name change commit d55dacfa60a1ee26bb04e4c7d2ec24250c7c7fa1 Author: fajar13k <fajar.fj13@gmail.com> Date: Tue Dec 6 21:48:09 2022 +0700 Add Semifinals match results commit ef7265c5bfd57de33d1636296775b1dd2ebc66e6 Author: Venix <30481900+venix12@users.noreply.github.com> Date: Tue Dec 6 14:53:47 2022 +0100 missing table fence commit f42e4888b4417e95c1ec39be1bec436e4c3eb023 Author: Venix <30481900+venix12@users.noreply.github.com> Date: Tue Dec 6 14:52:24 2022 +0100 fix improper catch map commit 7cfe4e1345ca78272b8c86ebca41e7de03198888 Author: Venix <30481900+venix12@users.noreply.github.com> Date: Tue Dec 6 14:33:11 2022 +0100 proper current season commit 7e92047b2e8b21553766fdbf4b5cc4909efdd457 Author: Venix <30481900+venix12@users.noreply.github.com> Date: Tue Dec 6 14:32:19 2022 +0100 redate + reschedule commit 60a9babed8c6e924bef4bf8152516446e8bf318e Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Tue Dec 6 23:09:00 2022 +1100 Grammar changes commit d1ffebb7737b51d7813e1cd40bfabd6268cac4a0 Author: 0x84f <24534022+0x84f@users.noreply.github.com> Date: Tue Dec 6 13:01:31 2022 +0100 add back ™ commit 97df36ec676c840e93a411429e2daab28f8c9469 Author: 0x84f <24534022+0x84f@users.noreply.github.com> Date: Tue Dec 6 12:56:29 2022 +0100 fix crediting commit f066e2aafc3148b3f82ae8a5d8ed0a2ed1366c33 Author: hikikuman <johanesmartbug2@gmail.com> Date: Tue Dec 6 17:42:53 2022 +0700 Fix Protastic101's name commit 6ed38057d190bd79581f68f02f3885e56f0572ca Author: hikikuman <johanesmartbug2@gmail.com> Date: Tue Dec 6 17:41:34 2022 +0700 Update BN/GMT/ALM and Staff Log commit a95e87bb10e0f5a43bb43970a9a0a2bc56708bf7 Merge: 966e84da72 7ecb00e6ef Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Tue Dec 6 09:11:11 2022 +0100 Merge pull request #8437 from fajar13k/tournament-omln3-conlude Conclude `osu!mania LN Tournament 3` wiki article commit b8a974dbf6097b84698d5c1b6baf033af8947e7a Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Tue Dec 6 09:48:09 2022 +0200 support linking to individual sections commit 2405e4ac6b78859739291bbd7122fa854f7d70d4 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Tue Dec 6 09:21:57 2022 +0200 standardise image file names commit 7ecb00e6eff27b6a6958fdef97d073aeab324aed Author: fajar13k <fajar.fj13@gmail.com> Date: Tue Dec 6 14:31:07 2022 +0700 Add o!mLN3 to Tournaments index commit ee465886c02a7184fdb9de4c828836edc06d08b6 Author: fajar13k <fajar.fj13@gmail.com> Date: Tue Dec 6 14:27:28 2022 +0700 Add podium commit 06a169a24541642542d1d65ec71387c2e2201598 Author: fajar13k <fajar.fj13@gmail.com> Date: Tue Dec 6 14:25:51 2022 +0700 Past tense commit 09f40b4a7fb953bb47f1b00d117b340b656d332d Author: fajar13k <fajar.fj13@gmail.com> Date: Tue Dec 6 14:24:57 2022 +0700 Add badge design commit 170f54c9e0970bae306d5ccd92b3903e2858c9ab Author: fajar13k <fajar.fj13@gmail.com> Date: Tue Dec 6 14:22:53 2022 +0700 jeremkyurem is french commit eb36fef0fa1f1e57763138c1b747aa094f59a4ff Author: fajar13k <fajar.fj13@gmail.com> Date: Tue Dec 6 14:22:17 2022 +0700 Staff adjustment commit 2f0626efaaaa5c0bef5c5494e85a748f438c12fe Author: fajar13k <fajar.fj13@gmail.com> Date: Tue Dec 6 14:19:54 2022 +0700 Add Semifinals mappool mappack link commit 15421afd23f47a6f08fe0abd61e28f363aa346f8 Author: fajar13k <fajar.fj13@gmail.com> Date: Tue Dec 6 14:17:04 2022 +0700 Add Grand Finals match results commit 027b29eb8f1d4fc36739f7338a676b6159973034 Author: Hivie <rayenattia@gmail.com> Date: Tue Dec 6 00:58:30 2022 +0100 new designs commit 7b8e54b84dc0dada8faff46d4d44e09e14be4c72 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Mon Dec 5 22:01:27 2022 +0100 year commit ee48e12293f6bf73f72f00d9db67b59e1345ea24 Author: Venix <30481900+venix12@users.noreply.github.com> Date: Mon Dec 5 21:06:36 2022 +0100 missing newline commit 399060f5d1decbe1bc85ebf7c70f51beceff0e1f Author: Venix <30481900+venix12@users.noreply.github.com> Date: Mon Dec 5 20:53:27 2022 +0100 reductant newline commit 7e9b2ccb79fa493a1f4026c54eec2cd59db8e671 Author: Venix <30481900+venix12@users.noreply.github.com> Date: Mon Dec 5 20:52:37 2022 +0100 languages commit 387cbba3d828316c4ca891603e517c828330b248 Author: Venix <30481900+venix12@users.noreply.github.com> Date: Mon Dec 5 20:46:36 2022 +0100 osu folder commit 9f352d4d3ff319144324dc936fe0e1ed8ed33370 Author: Venix <30481900+venix12@users.noreply.github.com> Date: Mon Dec 5 20:39:49 2022 +0100 upload badges commit 8932fc56bc82299408a9f4195b1e28e993bae307 Author: Venix <30481900+venix12@users.noreply.github.com> Date: Mon Dec 5 20:29:24 2022 +0100 underscore incident commit cc89113adc2ecc25026b6a0ea4fb3c076c524d70 Author: The-Last-Cookie <50201659+The-Last-Cookie@users.noreply.github.com> Date: Mon Dec 5 19:49:52 2022 +0100 Use formal form in legal pages commit 218205a9cac489f7990d9e4011239434a32a6b12 Author: The-Last-Cookie <50201659+The-Last-Cookie@users.noreply.github.com> Date: Mon Dec 5 19:45:08 2022 +0100 Use more fitting word Co-authored-by: Philipp <34287258+Phippe@users.noreply.github.com> commit ba45cb5aa8bb83a6d04db79a783b5d07b0649d01 Author: The-Last-Cookie <50201659+The-Last-Cookie@users.noreply.github.com> Date: Mon Dec 5 19:15:50 2022 +0100 [DE] Add formal language register rule for legal pages commit 966e84da72df2d30371daaac6155ec5c1de4918e Merge: a22cce9021 19760ba427 Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Tue Dec 6 01:51:11 2022 +1100 Merge pull request #8434 from 0x84f/osumonthly-5-fixagain Add link to chromb's profile in `osu!monthly, November 2022` commit 19760ba4274e1cf3e80da813c3be4367a8d36d17 Author: 0x84f <24534022+0x84f@users.noreply.github.com> Date: Mon Dec 5 15:20:58 2022 +0100 add back ™ commit 51dd6370a27da777b64017e84232876e9039b80f Author: 0x84f <24534022+0x84f@users.noreply.github.com> Date: Mon Dec 5 15:19:12 2022 +0100 add link to chromb's profile commit a22cce902119ad65d9644a06e848c52200c32821 Merge: 5b6fbf4748 6262598e4a Author: Dean Herbert <pe@ppy.sh> Date: Mon Dec 5 22:51:48 2022 +0900 Merge pull request #8433 from venix12/the-team-update Update The Team members listing commit 6262598e4a0f5a2e1c0c3c6b0d3c05274f33b378 Author: Venix <30481900+venix12@users.noreply.github.com> Date: Mon Dec 5 14:37:55 2022 +0100 proper ids commit f54f02880ab2175ba7b27ef269297d730bd22d1a Author: Venix <30481900+venix12@users.noreply.github.com> Date: Mon Dec 5 14:35:19 2022 +0100 update team listing commit d8981f32c6c6ef760d9124eb7b296f5980956ca0 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Mon Dec 5 15:26:00 2022 +0200 fix erroneous links commit 6bcde7144d071ca86c7274ed8d2b7aabb7aa7ad2 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Mon Dec 5 15:19:27 2022 +0200 correct line endings commit dee542a74da6f68f43bd3e958bf91c82c7f7f153 Author: Venix <30481900+venix12@users.noreply.github.com> Date: Mon Dec 5 14:02:22 2022 +0100 Apply suggestions from code review Co-authored-by: Walavouchey <36758269+Walavouchey@users.noreply.github.com> commit 5b6fbf474862e3cae3deca8316f291ad841979ad Merge: ca2ed6be40 1ead892273 Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Mon Dec 5 22:44:33 2022 +1100 Merge pull request #8432 from 0x84f/osumonthly-5-fix Fix incorrectly sized images for the new medal showcase within `osu!monthly, November 2022` commit 1ead892273521cd206fa2891415a3abdefa95011 Author: 0x84f <24534022+0x84f@users.noreply.github.com> Date: Mon Dec 5 12:39:51 2022 +0100 fixed images for medal showcase commit 3ae98fcba698c26277f47f8cd5ffb9ff7f9c1786 Author: William Agustinus Oky <zeropyrozen@gmail.com> Date: Mon Dec 5 17:08:41 2022 +0700 [ID] Update `osu! tournament client/osu!tourney/Tournament management commands` commit a0f09d399ee78fafd1acc26a11deab6a4eeb364d Author: William Agustinus Oky <zeropyrozen@gmail.com> Date: Mon Dec 5 17:03:01 2022 +0700 [ID] Clean up `osu! tournament client/osu!tourney` commit 63e99e380bdd5af53984f5f8c4a114af1152ac73 Author: William Agustinus Oky <zeropyrozen@gmail.com> Date: Mon Dec 5 16:52:40 2022 +0700 [ID] Clean up `Beatmap/Break` commit ca2ed6be407923798763d1f1d1c0514861dd7025 Merge: 18a475e356 26de01a052 Author: Dean Herbert <pe@ppy.sh> Date: Mon Dec 5 18:24:38 2022 +0900 Merge pull request #8411 from WindowsMeosu/owc1archives Add archived links to `OWC1` commit 18a475e35681d97bd77ca74ae1d6cbc86fc03e55 Merge: 0b468d0bc2 2076082a02 Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Mon Dec 5 20:19:13 2022 +1100 Merge pull request #8416 from 0x84f/osumonthly-5 Add `osu!monthly November 2022` news post commit 2076082a02514b0cfb81a91d3c80aaea592c7e37 Merge: 444484a877 9c5e42af79 Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Mon Dec 5 20:05:20 2022 +1100 Merge branch 'osumonthly-5' of https://github.com/0x84f/osu-wiki into pr/0x84f/8416 commit 444484a8775c31b285686e2f41d195f1429d27c2 Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Mon Dec 5 20:05:18 2022 +1100 Final redate commit 9c5e42af79177d7fd13aef9bb77dd102117db649 Merge: 1f0254c424 0b468d0bc2 Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Mon Dec 5 20:04:47 2022 +1100 Merge branch 'master' into osumonthly-5 commit 1f0254c4248b6499b11897881bd33fc0f4a0f539 Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Mon Dec 5 20:04:29 2022 +1100 Add monthly quiz line commit 0b468d0bc270b4943aea874b68d0ec6dab7262b5 Merge: dd3c0954bf d35aa157db Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Mon Dec 5 09:44:00 2022 +0100 Merge pull request #8430 from nanaya/outdated-translation-fix Fix outdated translation data being added to tag commit d35aa157dbf918d3f4505ede56adf510a733879e Author: nanaya <me@nanaya.pro> Date: Mon Dec 5 17:13:18 2022 +0900 Fix outdated translation being added to tag commit be7dfe4c6a837dda8078456f72eb54d17ecfc8e4 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Mon Dec 5 08:33:02 2022 +0200 add new RGTS 2022 original track (and update fr) commit dd3c0954bf8ad8c19e31bea0624e5c8c36ba9ef3 Merge: 31ac17db87 b12e22eb6d Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Mon Dec 5 07:11:05 2022 +0100 Merge pull request #8428 from indekkusu-era/master Add original tracks from osu!mania LN Tournament 3 in `osu! originals` commit b12e22eb6d5394c2341c41ba210f9fc68dd2bd60 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Mon Dec 5 08:03:16 2022 +0200 outdate translations commit cf2531b4b7e50621b0aea871f4b0a2454a406706 Author: IndexError_ <59074449+indekkusu-era@users.noreply.github.com> Date: Mon Dec 5 12:40:00 2022 +0700 Update wiki/osu!_originals/en.md Co-authored-by: Walavouchey <36758269+Walavouchey@users.noreply.github.com> commit 4a356e50d805a6b267885c66004bb70e7be7fbc5 Author: IndexError_ <59074449+indekkusu-era@users.noreply.github.com> Date: Mon Dec 5 12:39:50 2022 +0700 Update wiki/osu!_originals/en.md Co-authored-by: Walavouchey <36758269+Walavouchey@users.noreply.github.com> commit 4132bd109a133e65afd698228ae89996e8b13a6a Author: indekkusu-era <lkycst@gmail.com> Date: Mon Dec 5 11:58:41 2022 +0700 Add original tracks for osu!mania LN Tournament 3 commit c68866d5db2b96bb29c899493f5203e0a900866d Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Mon Dec 5 15:25:59 2022 +1100 Minor wording fixes & adjustments commit 2a96f8c786e3db2450c281b462a7bc1d001a365b Author: David Sinclair <Ephemeralis@users.noreply.github.com> Date: Mon Dec 5 15:21:06 2022 +1100 Redate & add video asset commit 31ac17db87d251737b31791e0d092e2a7ac6a929 Merge: a854cccdc6 adfe0801be Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Mon Dec 5 05:17:32 2022 +0100 Merge pull request #8374 from Nivalyx/id-beatmap [ID] Cleanup `Beatmap` commit adfe0801beeac5d9e753d8066ff993d4c524e226 Merge: b0bc736000 a854cccdc6 Author: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Mon Dec 5 05:15:33 2022 +0100 Merge branch 'master' into id-beatmap commit 6141613f59a0ef7754b7d83e2b50eb462641041f Author: Mitchell McCulley <90729492+Blooshing@users.noreply.github.com> Date: Sun Dec 4 19:08:45 2022 -0500 Rewordings and fix of non-embedded youtube links * = https://discord.com/channels/1886304813…
The intention for this article is to link it up with #8467 so that it can be read from within the game client.
Content has been mostly pulled from here and here, and lightly retouched to become a somewhat-coherent article and to use a neutral register.
Curious if the hard link description makes sense to readers. There may be too much content there, please advise if you think there's too much info there and some needs to be snipped.
Self-check