mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-08 13:49:48 +00:00
[PR #276] [MERGED] Parametrics #990
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/276
Author: @mnadareski
Created: 4/25/2021
Status: ✅ Merged
Merged: 4/25/2021
Merged by: @mnadareski
Base:
master← Head:re-param📝 Commits (6)
0e71653Begin reducing complexity of parameters classes0ff4898Make the method virtual, not the field3e8e31fConsolidate helper methods88f0d41Fix "empty" commands; Fix DD generationc34fa7bHandle all sorts of numerical values4c09f46Rip out remaining unneeded enum📊 Changes
19 files changed (+2393 additions, -3141 deletions)
View changed files
📝
MPF.Library/Aaru/Constants.cs(+2 -0)📝
MPF.Library/Aaru/Converters.cs(+0 -402)➖
MPF.Library/Aaru/Enumerations.cs(+0 -149)📝
MPF.Library/Aaru/Parameters.cs(+876 -858)📝
MPF.Library/CleanRIp/Parameters.cs(+0 -1)📝
MPF.Library/DD/Constants.cs(+1 -0)📝
MPF.Library/DD/Converters.cs(+0 -82)➖
MPF.Library/DD/Enumerations.cs(+0 -34)📝
MPF.Library/DD/Parameters.cs(+90 -306)📝
MPF.Library/Data/BaseParameters.cs(+642 -10)📝
MPF.Library/Data/DumpEnvironment.cs(+2 -2)📝
MPF.Library/DiscImageCreator/Constants.cs(+1 -0)📝
MPF.Library/DiscImageCreator/Converters.cs(+32 -249)➖
MPF.Library/DiscImageCreator/Enumerations.cs(+0 -75)📝
MPF.Library/DiscImageCreator/Parameters.cs(+690 -915)📝
MPF.Library/UmdImageCreator/Parameters.cs(+0 -1)📝
MPF.Test/Utilities/ConvertersTest.cs(+36 -36)📝
MPF.Test/Utilities/ParametersTest.cs(+20 -20)📝
MPF/Windows/MainWindow.xaml.cs(+1 -1)📄 Description
This PR is focused around making each of the parameter classes share more in common. This is not currently either and ideal nor complete solution.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.