mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-08 13:49:48 +00:00
[PR #82] [MERGED] Merge DumpEnvironment/DumpInformation; Add Copy Protection Scan #954
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/SabreTools/MPF/pull/82
Author: @mnadareski
Created: 7/4/2018
Status: ✅ Merged
Merged: 7/5/2018
Merged by: @mnadareski
Base:
master← Head:r3📝 Commits (10+)
c1d691cMerge DumpEnvironment and DumpInformation6107047None of these need to be static81bfc53Start adding protection checks1699032Convert all BurnOut-related files from VB3db2348Placeholders for SafeDisc 3 and 453783dbFix some small things2d0b52aSubIntention not always output70b66e6Make copy protect scan optional6bbb3c6Try/catch on disc information to avoid crashes443ccc9Add placeholders for Origin, Steam, UPlay📊 Changes
20 files changed (+2430 additions, -871 deletions)
View changed files
📝
DICUI.Test/DICUI.Test.csproj(+2 -2)📝
DICUI.Test/Utilities/ConvertersTest.cs(+36 -1)➕
DICUI.Test/Utilities/DriveTest.cs(+21 -0)📝
DICUI.Test/Utilities/DumpEnvironmentTest.cs(+63 -10)➖
DICUI.Test/Utilities/DumpInformationTest.cs(+0 -61)📝
DICUI.Test/Utilities/KnownSystemExtensionsTest.cs(+49 -1)📝
DICUI.Test/Utilities/ValidatorsTest.cs(+1 -1)📝
DICUI/DICUI.csproj(+3 -3)📝
DICUI/Data/Constants.cs(+28 -2)📝
DICUI/Data/Enumerations.cs(+21 -1)➕
DICUI/External/EVORE.cs(+427 -0)➖
DICUI/External/IOrderedDictionary.cs(+0 -10)➖
DICUI/External/OrderedDictionary.cs(+0 -330)➕
DICUI/External/ProtectionFind.cs(+1218 -0)📝
DICUI/MainWindow.xaml(+19 -5)📝
DICUI/MainWindow.xaml.cs(+83 -51)📝
DICUI/Tasks.cs(+28 -77)📝
DICUI/Utilities/Converters.cs(+56 -0)📝
DICUI/Utilities/DumpEnvironment.cs(+315 -247)📝
DICUI/Utilities/Validators.cs(+60 -69)📄 Description
This PR does two major things:
Fixes #80, introduces #83
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.