[PR #579] [MERGED] Maintenance #648

Closed
opened 2026-02-15 15:56:31 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/579
Author: @13xforever
Created: 5/1/2020
Status: Merged
Merged: 5/1/2020
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (8)

  • b96ec47 unconfuse resharper
  • 6433c76 fix "unknown since forever" for logs without game run
  • 4904f4d add new shader mode setting and squash vsync into frame limit
  • f21300f check for some debug settings
  • e5580cf add audio buffer duration check
  • 4a7274f fix misc compiler complaints
  • 839fbdb update dependencies
  • f7669dd add azure job timeout for build & test

📊 Changes

12 files changed (+67 additions, -22 deletions)

View changed files

📝 CompatBot/Commands/CompatList.cs (+2 -2)
📝 CompatBot/Commands/Misc.cs (+1 -1)
📝 CompatBot/Commands/Sudo.Bot.Configuration.cs (+1 -1)
📝 CompatBot/CompatBot.csproj (+9 -9)
📝 CompatBot/Database/Providers/SqlConfiguration.cs (+1 -1)
📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+5 -1)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.CurrentSettingsSections.cs (+2 -2)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs (+15 -2)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+25 -1)
📝 CompatBot/Utils/ResultFormatters/TitleInfoFormatter.cs (+4 -1)
📝 Tests/Tests.csproj (+1 -1)
📝 azure-pipelines.yml (+1 -0)

📄 Description

No description provided


🔄 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/579 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 5/1/2020 **Status:** ✅ Merged **Merged:** 5/1/2020 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (8) - [`b96ec47`](https://github.com/RPCS3/discord-bot/commit/b96ec47ecc85ad40c6da8a6ec312bbf481e5ed9b) unconfuse resharper - [`6433c76`](https://github.com/RPCS3/discord-bot/commit/6433c76641d2ddd4924170de59c089d070089019) fix "unknown since forever" for logs without game run - [`4904f4d`](https://github.com/RPCS3/discord-bot/commit/4904f4d78f9693ebda0f3f156909beab2625b10b) add new shader mode setting and squash vsync into frame limit - [`f21300f`](https://github.com/RPCS3/discord-bot/commit/f21300f1567fe4e465a5c177bdbfc2bf7a8ecc6f) check for some debug settings - [`e5580cf`](https://github.com/RPCS3/discord-bot/commit/e5580cf096b9d22c4513db82fbb7a2267ae73b12) add audio buffer duration check - [`4a7274f`](https://github.com/RPCS3/discord-bot/commit/4a7274f59bef33f4160622c6e8c45cbce5231654) fix misc compiler complaints - [`839fbdb`](https://github.com/RPCS3/discord-bot/commit/839fbdb4359756c51a0e66e2f763a8225d3754db) update dependencies - [`f7669dd`](https://github.com/RPCS3/discord-bot/commit/f7669ddb9cf777a8d34a50537bf7c3f357140cb9) add azure job timeout for build & test ### 📊 Changes **12 files changed** (+67 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/CompatList.cs` (+2 -2) 📝 `CompatBot/Commands/Misc.cs` (+1 -1) 📝 `CompatBot/Commands/Sudo.Bot.Configuration.cs` (+1 -1) 📝 `CompatBot/CompatBot.csproj` (+9 -9) 📝 `CompatBot/Database/Providers/SqlConfiguration.cs` (+1 -1) 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+5 -1) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.CurrentSettingsSections.cs` (+2 -2) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs` (+15 -2) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+25 -1) 📝 `CompatBot/Utils/ResultFormatters/TitleInfoFormatter.cs` (+4 -1) 📝 `Tests/Tests.csproj` (+1 -1) 📝 `azure-pipelines.yml` (+1 -0) </details> ### 📄 Description _No description provided_ --- <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:56:31 -05:00
yindo closed this issue 2026-02-15 15:56:31 -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#648