mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #227] [MERGED] Reorganize log parsing result formatter #306
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/227
Author: @13xforever
Created: 2/23/2019
Status: ✅ Merged
Merged: 2/23/2019
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (5)
dd0b341fix 8ball when asking the bot directlye67aa1aadd note on nvidia drivers08239c2notes on disabled vertex cache and async shader compilerb418bc9removed Thread Scheduler and Disable Vertex Cache options64ba791change presentation of how bot analyzes the log📊 Changes
6 files changed (+625 additions, -470 deletions)
View changed files
📝
CompatBot/EventHandlers/LogParsingHandler.cs(+33 -9)📝
CompatBot/EventHandlers/UnknownCommandHandler.cs(+2 -2)➕
CompatBot/Utils/ResultFormatters/LogParserResult.CurrentSettingsSections.cs(+137 -0)➕
CompatBot/Utils/ResultFormatters/LogParserResult.GeneralNotesSection.cs(+315 -0)➕
CompatBot/Utils/ResultFormatters/LogParserResult.WeirdSettingsSection.cs(+90 -0)📝
CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs(+48 -459)📄 Description
Thread SchedulerandDisable Vertex Cacheoptions from the settings sectionsDisable Async ShadersforVSync🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.