[PR #46] [MERGED] Update Commands for new DIC Version #934

Closed
opened 2026-01-29 16:24:23 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/46
Author: @mnadareski
Created: 6/14/2018
Status: Merged
Merged: 6/14/2018
Merged by: @mnadareski

Base: masterHead: newcommands


📝 Commits (10+)

  • cfa6a77 Split constants further
  • 8d55bdc Fix TODOs in the dump information
  • 35c5ea3 Add TODO for sg-raw
  • 9443dc3 Use DIC flags, add XBOX command
  • 1718647 Add .dat output for floppy disks, add note
  • b64259d Better custom parameter checking
  • 1bc42d6 Remove postfix from commands, add /74 flag
  • 74b0edb Update DIC flag constant names
  • 13085c8 Add descripion for Template constants
  • aad5a1b Add description for UIElements

📊 Changes

7 files changed (+959 additions, -596 deletions)

View changed files

📝 Constants.cs (+58 -41)
📝 DICUI.csproj (+3 -2)
📝 Enumerations.cs (+44 -1)
📝 MainWindow.xaml.cs (+21 -16)
Utilities/Converters.cs (+488 -0)
📝 Utilities/DumpInformation.cs (+34 -6)
📝 Utilities/Validation.cs (+311 -530)

📄 Description

This change adds a bunch of notes, and the few new commands in DIC (both test and recent released version). It also fixes the custom parameter checking to be a much more granular experience.


🔄 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/SabreTools/MPF/pull/46 **Author:** [@mnadareski](https://github.com/mnadareski) **Created:** 6/14/2018 **Status:** ✅ Merged **Merged:** 6/14/2018 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `newcommands` --- ### 📝 Commits (10+) - [`cfa6a77`](https://github.com/SabreTools/MPF/commit/cfa6a774a6ecf02752033574c742b6e3ff0a1f9b) Split constants further - [`8d55bdc`](https://github.com/SabreTools/MPF/commit/8d55bdc2570c9852bfaf1d0045bdd972bcf5a1db) Fix TODOs in the dump information - [`35c5ea3`](https://github.com/SabreTools/MPF/commit/35c5ea3c8894eeb97c37d60dbbaee261b2099ef6) Add TODO for sg-raw - [`9443dc3`](https://github.com/SabreTools/MPF/commit/9443dc3aca62d18cbac1924b858dde36982410a7) Use DIC flags, add XBOX command - [`1718647`](https://github.com/SabreTools/MPF/commit/17186470c87f016e8d2c69a3b041b268c78ff29c) Add .dat output for floppy disks, add note - [`b64259d`](https://github.com/SabreTools/MPF/commit/b64259d4d425b8c7fd2e18764e4baa949122acf2) Better custom parameter checking - [`1bc42d6`](https://github.com/SabreTools/MPF/commit/1bc42d68cdb774be369aacf5f7aac2d74d94e72d) Remove postfix from commands, add /74 flag - [`74b0edb`](https://github.com/SabreTools/MPF/commit/74b0edb3058e8ffc132df574d929e623c818aa0c) Update DIC flag constant names - [`13085c8`](https://github.com/SabreTools/MPF/commit/13085c88295cb8f1894086d51d2a2d17efa0a716) Add descripion for Template constants - [`aad5a1b`](https://github.com/SabreTools/MPF/commit/aad5a1b9edbaf6f5bd1026da21ce69c4d1615ef7) Add description for UIElements ### 📊 Changes **7 files changed** (+959 additions, -596 deletions) <details> <summary>View changed files</summary> 📝 `Constants.cs` (+58 -41) 📝 `DICUI.csproj` (+3 -2) 📝 `Enumerations.cs` (+44 -1) 📝 `MainWindow.xaml.cs` (+21 -16) ➕ `Utilities/Converters.cs` (+488 -0) 📝 `Utilities/DumpInformation.cs` (+34 -6) 📝 `Utilities/Validation.cs` (+311 -530) </details> ### 📄 Description This change adds a bunch of notes, and the few new commands in DIC (both test and recent released version). It also fixes the custom parameter checking to be a much more granular experience. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:24:23 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#934