[PR #227] [MERGED] Reorganize log parsing result formatter #306

Closed
opened 2026-02-15 15:55:37 -05:00 by yindo · 0 comments
Owner

📋 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: masterHead: vnext


📝 Commits (5)

  • dd0b341 fix 8ball when asking the bot directly
  • e67aa1a add note on nvidia drivers
  • 08239c2 notes on disabled vertex cache and async shader compiler
  • b418bc9 removed Thread Scheduler and Disable Vertex Cache options
  • 64ba791 change 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

  • removed Thread Scheduler and Disable Vertex Cache options from the settings sections
  • swapped Disable Async Shaders for VSync
  • added a bunch of new notes, in part to compensate for the changes mentioned above

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/227 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 2/23/2019 **Status:** ✅ Merged **Merged:** 2/23/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (5) - [`dd0b341`](https://github.com/RPCS3/discord-bot/commit/dd0b3415ca0b137753506fd7cbc35b395a440a49) fix 8ball when asking the bot directly - [`e67aa1a`](https://github.com/RPCS3/discord-bot/commit/e67aa1a054789ec404ae744288abc26af7b0216a) add note on nvidia drivers - [`08239c2`](https://github.com/RPCS3/discord-bot/commit/08239c24059bf80540f7c663df3683ec499e5997) notes on disabled vertex cache and async shader compiler - [`b418bc9`](https://github.com/RPCS3/discord-bot/commit/b418bc99f2a2c019eb6a5af985526e7a25aa69d7) removed Thread Scheduler and Disable Vertex Cache options - [`64ba791`](https://github.com/RPCS3/discord-bot/commit/64ba791882874a29193a0cc6d8722d5ecdee1d6c) change presentation of how bot analyzes the log ### 📊 Changes **6 files changed** (+625 additions, -470 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description * removed `Thread Scheduler` and `Disable Vertex Cache` options from the settings sections * swapped `Disable Async Shaders` for `VSync` * added a bunch of new notes, in part to compensate for the changes mentioned above --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:55:37 -05:00
yindo closed this issue 2026-02-15 15:55:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#306