[PR #41] [MERGED] Miscellaneous Fixes #924

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

📋 Pull Request Information

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

Base: masterHead: submission-info-updates


📝 Commits (10+)

  • 97da632 Make error count more accurate
  • 67027e7 Extract dump information to separate file
  • 996e1d7 Remove TODO
  • 1f665e4 Add subIntention field check to other formats
  • 1636984 Correct Wii and WiiU disc types
  • 2be746e Nuon correction (hard to base on the limited releases)
  • 046ffef Update Sega Lindbergh
  • 471cda2 Add two Sega arcade platforms
  • 4e64831 Clearer TODO
  • f4e614b Validate "swap" command

📊 Changes

5 files changed (+739 additions, -661 deletions)

View changed files

📝 DICUI.csproj (+1 -0)
DumpInformation.cs (+665 -0)
📝 Enumerations.cs (+4 -0)
📝 MainWindow.xaml.cs (+9 -7)
📝 Utilities.cs (+60 -654)

📄 Description

This PR encompasses many smaller fixes that address TODOs and other things that have changed. Some of these changes are non-functional, while others, like the better Error count, can be more accurate for submission information. Please see the full scope of the changes to get an idea of what changed.


🔄 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/41 **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:** `submission-info-updates` --- ### 📝 Commits (10+) - [`97da632`](https://github.com/SabreTools/MPF/commit/97da6322919e0ed30e5cf02d9c50e42dc1245038) Make error count more accurate - [`67027e7`](https://github.com/SabreTools/MPF/commit/67027e721405241461f2fb345d458312d6448634) Extract dump information to separate file - [`996e1d7`](https://github.com/SabreTools/MPF/commit/996e1d793a522d523660de21ef21f056fdf8e2a8) Remove TODO - [`1f665e4`](https://github.com/SabreTools/MPF/commit/1f665e4a97df05828a76f36afab940a8b585b1d4) Add subIntention field check to other formats - [`1636984`](https://github.com/SabreTools/MPF/commit/1636984f987053fdeda20f7d0c848b97376909fd) Correct Wii and WiiU disc types - [`2be746e`](https://github.com/SabreTools/MPF/commit/2be746ec79f6d2d102d4b3572b5ea6aa5ac25894) Nuon correction (hard to base on the limited releases) - [`046ffef`](https://github.com/SabreTools/MPF/commit/046ffef4aa90c71f31d559e823a652297d6785c5) Update Sega Lindbergh - [`471cda2`](https://github.com/SabreTools/MPF/commit/471cda29c56175fc027c46658992c38e47256e63) Add two Sega arcade platforms - [`4e64831`](https://github.com/SabreTools/MPF/commit/4e6483180bf327f0c3930880ab793a42a036e568) Clearer TODO - [`f4e614b`](https://github.com/SabreTools/MPF/commit/f4e614b8cf87e2c0eb334ecab79edf6b33d167e0) Validate "swap" command ### 📊 Changes **5 files changed** (+739 additions, -661 deletions) <details> <summary>View changed files</summary> 📝 `DICUI.csproj` (+1 -0) ➕ `DumpInformation.cs` (+665 -0) 📝 `Enumerations.cs` (+4 -0) 📝 `MainWindow.xaml.cs` (+9 -7) 📝 `Utilities.cs` (+60 -654) </details> ### 📄 Description This PR encompasses many smaller fixes that address TODOs and other things that have changed. Some of these changes are non-functional, while others, like the better Error count, can be more accurate for submission information. Please see the full scope of the changes to get an idea of what changed. --- <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:20 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#924