mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[PR #362] [MERGED] Keep track of what games use what syscalls #438
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/362
Author: @13xforever
Created: 8/7/2019
Status: ✅ Merged
Merged: 8/7/2019
Merged by: @13xforever
Base:
master← Head:vnext📝 Commits (10+)
d6e377eslight tweaks to the clairvoyance unitec73bbfrecommend mega block size for gow3f09a265support new lib loader modesb70cbd7improve event editor6d37c2aextract log parsing method for testing purposes2e493bado not react on github lookupsbc14931collect function call stats per gamefda07e4persist syscall information0a582f3update deps22820cdfix build📊 Changes
23 files changed (+684 additions, -137 deletions)
View changed files
📝
CompatBot/Commands/EventsBaseCommand.cs(+3 -1)📝
CompatBot/Commands/Explain.cs(+1 -1)📝
CompatBot/Commands/Misc.cs(+24 -14)➕
CompatBot/Commands/Syscall.cs(+84 -0)📝
CompatBot/Commands/Warnings.ListGroup.cs(+1 -1)📝
CompatBot/CompatBot.csproj(+5 -5)📝
CompatBot/Database/BotDb.cs(+3 -3)➕
CompatBot/Database/Migrations/ThumbnailDb/20190807141221_SyscallInfo.Designer.cs(+183 -0)➕
CompatBot/Database/Migrations/ThumbnailDb/20190807141221_SyscallInfo.cs(+72 -0)📝
CompatBot/Database/Migrations/ThumbnailDb/ThumbnailDbModelSnapshot.cs(+59 -1)➕
CompatBot/Database/Providers/SyscallInfoProvider.cs(+47 -0)📝
CompatBot/Database/ThumbnailDb.cs(+28 -0)📝
CompatBot/EventHandlers/GithubLinksHandler.cs(+8 -16)📝
CompatBot/EventHandlers/LogParsing/ArchiveHandlers/IArchiveHandler.cs(+1 -1)📝
CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs(+6 -0)📝
CompatBot/EventHandlers/LogParsing/LogParser.StateMachineGenerator.cs(+49 -26)📝
CompatBot/EventHandlers/LogParsing/POCOs/LogParseState.cs(+2 -1)📝
CompatBot/EventHandlers/LogParsing/SourceHandlers/ISourceHandler.cs(+2 -2)📝
CompatBot/EventHandlers/LogParsingHandler.cs(+92 -59)📝
CompatBot/Program.cs(+1 -0)...and 3 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.