From be592f0ab39166e03b87a65a6ba7a3b75cfd0b79 Mon Sep 17 00:00:00 2001 From: Lizzie Date: Wed, 17 Dec 2025 14:36:35 +0100 Subject: [PATCH] [dist, docs] Revolt renames itself to Stoat, change rvlt.gg to stt.gg (#2656) No badges.io yet, no new SVG logo from them Signed-off-by: lizzie Co-authored-by: Maufeat Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2656 Reviewed-by: Maufeat Reviewed-by: Caio Oliveira Co-authored-by: Lizzie Co-committed-by: Lizzie --- README.md | 10 +++++----- docs/Build.md | 2 +- .../java/org/yuzu/yuzu_emu/fragments/AboutFragment.kt | 2 +- .../main/res/drawable/{ic_revolt.xml => ic_stoat.xml} | 0 .../app/src/main/res/layout-w600dp/fragment_about.xml | 6 +++--- src/android/app/src/main/res/layout/fragment_about.xml | 8 ++++---- src/android/app/src/main/res/values/strings.xml | 2 +- src/yuzu/aboutdialog.ui | 2 +- src/yuzu/main_window.cpp | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) rename src/android/app/src/main/res/drawable/{ic_revolt.xml => ic_stoat.xml} (100%) diff --git a/README.md b/README.md index bdaba06ade..6836957e8e 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ It is written in C++ with portability in mind, and we actively maintain builds f Discord - - Revolt + + Stoat

@@ -52,10 +52,10 @@ Check out our [website](https://eden-emu.dev) for the latest news on exciting fe ## Development -Most of the development happens on our Git server. It is also where [our central repository](https://git.eden-emu.dev/eden-emu/eden) is hosted. For development discussions, please join us on [Discord](https://discord.gg/HstXbPch7X) or [Revolt](https://rvlt.gg/qKgFEAbH). +Most of the development happens on our Git server. It is also where [our central repository](https://git.eden-emu.dev/eden-emu/eden) is hosted. For development discussions, please join us on [Discord](https://discord.gg/HstXbPch7X) or [Stoat](https://stt.gg/qKgFEAbH). You can also follow us on [X (Twitter)](https://nitter.poast.org/edenemuofficial) for updates and announcements. -If you would like to contribute, we are open to new developers and pull requests. Please ensure that your work is of a high standard and properly documented. You can also contact any of the developers on Discord or Revolt to learn more about the current state of the emulator. +If you would like to contribute, we are open to new developers and pull requests. Please ensure that your work is of a high standard and properly documented. You can also contact any of the developers on Discord or Stoat to learn more about the current state of the emulator. See the [sign-up instructions](docs/SIGNUP.md) for information on registration. diff --git a/docs/Build.md b/docs/Build.md index 0bb70ee322..6e1df54198 100644 --- a/docs/Build.md +++ b/docs/Build.md @@ -137,7 +137,7 @@ If your initial configure failed: - Evaluate the error and find any related settings - See the [CPM docs](CPM.md) to see if you may need to forcefully bundle any packages -Otherwise, feel free to ask for help in Revolt or Discord. +Otherwise, feel free to ask for help in Stoat or Discord. ## Caveats diff --git a/src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/AboutFragment.kt b/src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/AboutFragment.kt index edd1b0765d..9745970c5b 100644 --- a/src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/AboutFragment.kt +++ b/src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/AboutFragment.kt @@ -100,7 +100,7 @@ class AboutFragment : Fragment() { } binding.buttonDiscord.setOnClickListener { openLink(getString(R.string.discord_link)) } - binding.buttonRevolt.setOnClickListener { openLink(getString(R.string.revolt_link)) } + binding.buttonStoat.setOnClickListener { openLink(getString(R.string.stoat_link)) } binding.buttonX.setOnClickListener { openLink(getString(R.string.x_link)) } binding.buttonWebsite.setOnClickListener { openLink(getString(R.string.website_link)) } binding.buttonGithub.setOnClickListener { openLink(getString(R.string.github_link)) } diff --git a/src/android/app/src/main/res/drawable/ic_revolt.xml b/src/android/app/src/main/res/drawable/ic_stoat.xml similarity index 100% rename from src/android/app/src/main/res/drawable/ic_revolt.xml rename to src/android/app/src/main/res/drawable/ic_stoat.xml diff --git a/src/android/app/src/main/res/layout-w600dp/fragment_about.xml b/src/android/app/src/main/res/layout-w600dp/fragment_about.xml index 9d9cf10bf8..3583dad262 100644 --- a/src/android/app/src/main/res/layout-w600dp/fragment_about.xml +++ b/src/android/app/src/main/res/layout-w600dp/fragment_about.xml @@ -220,12 +220,12 @@ app:iconPadding="0dp" /> @@ -270,4 +270,4 @@ - \ No newline at end of file + diff --git a/src/android/app/src/main/res/layout/fragment_about.xml b/src/android/app/src/main/res/layout/fragment_about.xml index aa8365608a..d5858635cb 100644 --- a/src/android/app/src/main/res/layout/fragment_about.xml +++ b/src/android/app/src/main/res/layout/fragment_about.xml @@ -215,12 +215,12 @@ @@ -235,7 +235,7 @@ app:icon="@drawable/ic_x" app:iconSize="24dp" app:iconGravity="textStart" - app:iconPadding="0dp" /> + app:iconPadding="0dp" /> - \ No newline at end of file + diff --git a/src/android/app/src/main/res/values/strings.xml b/src/android/app/src/main/res/values/strings.xml index 5c4854454a..9002d74bb8 100644 --- a/src/android/app/src/main/res/values/strings.xml +++ b/src/android/app/src/main/res/values/strings.xml @@ -447,7 +447,7 @@ Export cancelled Make sure the user data folders are at the root of the zip folder and contain a config file at config/config.ini and try again. https://discord.gg/HstXbPch7X - https://rvlt.gg/qKgFEAbH + https://stt.gg/qKgFEAbH https://nitter.poast.org/edenemuofficial https://eden-emu.dev https://git.eden-emu.dev/eden-emu diff --git a/src/yuzu/aboutdialog.ui b/src/yuzu/aboutdialog.ui index 60fde95601..78a340beed 100644 --- a/src/yuzu/aboutdialog.ui +++ b/src/yuzu/aboutdialog.ui @@ -128,7 +128,7 @@ li.checked::marker { content: "\2612"; } - <html><head/><body><p><a href="https://eden-emulator.github.io/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://git.eden-emu.dev"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://git.eden-emu.dev/eden-emu/eden/activity/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://discord.gg/HstXbPch7X"><span style=" text-decoration: underline; color:#039be5;">Discord</span></a> | <a href="https://rvlt.gg/qKgFEAbH"><span style=" text-decoration: underline; color:#039be5;">Revolt</span></a> | <a href="https://nitter.poast.org/edenemuofficial"><span style=" text-decoration: underline; color:#039be5;">Twitter</span></a> | <a href="https://git.eden-emu.dev/eden-emu/eden/src/branch/master/LICENSE.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html> + <html><head/><body><p><a href="https://eden-emulator.github.io/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://git.eden-emu.dev"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://git.eden-emu.dev/eden-emu/eden/activity/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://discord.gg/HstXbPch7X"><span style=" text-decoration: underline; color:#039be5;">Discord</span></a> | <a href="https://stt.gg/qKgFEAbH"><span style=" text-decoration: underline; color:#039be5;">Stoat</span></a> | <a href="https://nitter.poast.org/edenemuofficial"><span style=" text-decoration: underline; color:#039be5;">Twitter</span></a> | <a href="https://git.eden-emu.dev/eden-emu/eden/src/branch/master/LICENSE.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html> true diff --git a/src/yuzu/main_window.cpp b/src/yuzu/main_window.cpp index 711a5cc924..585752ad89 100644 --- a/src/yuzu/main_window.cpp +++ b/src/yuzu/main_window.cpp @@ -1900,7 +1900,7 @@ bool MainWindow::LoadROM(const QString& filename, Service::AM::FrontendAppletPar tr("Error while loading ROM! %1", "%1 signifies a numeric error code.") .arg(QString::fromStdString(error_code)); const auto description = - tr("%1
Please redump your files or ask on Discord/Revolt for help.", + tr("%1
Please redump your files or ask on Discord/Stoat for help.", "%1 signifies an error string.") .arg(QString::fromStdString( GetResultStatusString(static_cast(error_id))));