mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #498] [MERGED] Log parser updates #569
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/498
Author: @13xforever
Created: 2/2/2020
Status: ✅ Merged
Merged: 2/2/2020
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (9)
efec132better section end marker01b780cr&c:tod do not require wcb anymore1e7ba4dadd support for embedded spu patches, and checks for mlaa patches8731057update thread scheduler notice to hopefully make people less confusedc528daeadd check for low res scale threshold4d60b96spice up your life2bec7canew command to fix game titles in the bot database9d3e99cupdate nvidia recommended driver version to accommodate ubuntu65e9353only set log parser timeout error if there were no actual errors before📊 Changes
10 files changed (+111 additions, -38 deletions)
View changed files
📝
CompatBot/Commands/Misc.cs(+14 -1)📝
CompatBot/Commands/Psn.cs(+21 -7)📝
CompatBot/Database/ThumbnailDb.cs(+2 -0)📝
CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs(+4 -3)📝
CompatBot/EventHandlers/LogParsing/LogParser.PipeReader.cs(+4 -1)📝
CompatBot/EventHandlers/LogParsingHandler.cs(+0 -6)📝
CompatBot/Utils/Extensions/EnumerableExtensions.cs(+3 -0)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs(+13 -4)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs(+18 -8)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs(+32 -8)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.