mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #1002] [MERGED] Add CPU tier list info #1006
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RPCS3/discord-bot/pull/1002
Author: @13xforever
Created: 7/12/2025
Status: ✅ Merged
Merged: 7/12/2025
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (9)
0a11980update win32 error codes to v23 ("significant changes" 😹)2cfede4organize resource files9c1f3fbupdate syntax in code generatorse3ba48badd cpu tier info management system15f3aafMove tier list version inside the file for simpler update flow58318b5simplify matchingd593350upgrade packages3b54093upgrade d#+ packages5a9abe7fix name pool importing📊 Changes
28 files changed (+408 additions, -84 deletions)
View changed files
📝
.resources/confusables.txt(+0 -0)➕
.resources/cpu_tier_list.conf(+174 -0)📝
.resources/fortunes.txt(+0 -0)📝
.resources/fortunes_fortuneandframe.txt(+0 -0)📝
.resources/metacritic_ps3.json(+0 -0)📝
.resources/names_anidb.txt(+0 -0)📝
.resources/names_anilist.txt(+0 -0)📝
.resources/names_anime.txt(+0 -0)📝
.resources/win32_error_codes_v23.0.txt(+1 -1)📝
Clients/CirrusCiClient/CirrusCiClient.csproj(+3 -3)📝
Clients/CompatApiClient/CompatApiClient.csproj(+1 -1)📝
Clients/GithubClient/GithubClient.csproj(+1 -1)📝
Clients/IrdLibraryClient/IrdLibraryClient.csproj(+2 -2)📝
Clients/PsnClient/PsnClient.csproj(+1 -1)📝
CompatBot/CompatBot.csproj(+15 -13)📝
CompatBot/Database/DbImporter.cs(+3 -2)📝
CompatBot/EventHandlers/LogParsing/LogParser.RegexPatterns.cs(+2 -2)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.CurrentSettingsSections.cs(+5 -2)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs(+27 -2)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs(+9 -9)...and 8 more files
📄 Description
There's a new text file that has ranked cpu models (
cpu_tier_list.conf).It is being used to match the sysinfo part of the bot log results, and to add cpu tier information if it matches anything.
Matching is linear until the first match is found, so there might be false positives.
This implements most of #1001
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.