[PR #100] [MERGED] External and Fix #969

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/100
Author: @mnadareski
Created: 7/16/2018
Status: Merged
Merged: 7/17/2018
Merged by: @mnadareski

Base: masterHead: r13


📝 Commits (10+)

📊 Changes

30 files changed (+111 additions, -3878 deletions)

View changed files

📝 DICUI.Test/DICUI.Test.csproj (+10 -6)
📝 DICUI.Test/packages.config (+3 -3)
📝 DICUI/DICUI.csproj (+6 -15)
📝 DICUI/Data/Enumerations.cs (+2 -0)
DICUI/External/BurnOut/EVORE.cs (+0 -424)
DICUI/External/BurnOut/ProtectionFind.cs (+0 -1314)
DICUI/External/Unshield/CabDescriptor.cs (+0 -15)
DICUI/External/Unshield/CommonHeader.cs (+0 -48)
DICUI/External/Unshield/FileDescriptor.cs (+0 -17)
DICUI/External/Unshield/Header.cs (+0 -240)
DICUI/External/Unshield/LICENSE (+0 -24)
DICUI/External/Unshield/OffsetList.cs (+0 -9)
DICUI/External/Unshield/StringBuffer.cs (+0 -8)
DICUI/External/Unshield/UnshieldCabinet.cs (+0 -1180)
DICUI/External/Unshield/UnshieldComponent.cs (+0 -61)
DICUI/External/Unshield/UnshieldFileGroup.cs (+0 -36)
DICUI/External/Unshield/UnshieldReader.cs (+0 -327)
DICUI/External/Unshield/VolumeHeader.cs (+0 -22)
📝 DICUI/LogWindow.xaml (+1 -1)
📝 DICUI/LogWindow.xaml.cs (+6 -0)

...and 10 more files

📄 Description

This PR contains the following changes:

  • Split out of BurnOut and Unshield ported code to separate projects (fixes #98)
  • Fixes PSX EDC checking
  • A couple of tiny logging updates before the storm
  • Makes the former popup for copy protect scan after a dump into an option that is enabled by default
  • "Enhanced"-ments

🔄 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/100 **Author:** [@mnadareski](https://github.com/mnadareski) **Created:** 7/16/2018 **Status:** ✅ Merged **Merged:** 7/17/2018 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `r13` --- ### 📝 Commits (10+) - [`6542881`](https://github.com/SabreTools/MPF/commit/6542881597cb8d4e6e625eaf17b688bf13174b51) Progress report updates log - [`256b3a3`](https://github.com/SabreTools/MPF/commit/256b3a3c15e49df74ba8023953f8549f156ca613) Logging additions - [`20aea38`](https://github.com/SabreTools/MPF/commit/20aea3889ac4daeb228efbc3003324805bb1db0a) Minor update - [`43b6391`](https://github.com/SabreTools/MPF/commit/43b639188a34fd9dc9930224430e132494a75325) Set halfway point only if nothing can be found - [`276488e`](https://github.com/SabreTools/MPF/commit/276488e2c391d82a3b7a6dc8ee5823634554356f) Better population metrics - [`01baa6c`](https://github.com/SabreTools/MPF/commit/01baa6c545468e34bd2988d559e61096543e1b7b) QOL improvements - [`ba0f632`](https://github.com/SabreTools/MPF/commit/ba0f632e8ad8f357581b7493662bad6ad180b77a) More tiny logging updates - [`1950fde`](https://github.com/SabreTools/MPF/commit/1950fde6f94847b64f29176e818400a71bab8fcc) Autoscroll - [`effd6ec`](https://github.com/SabreTools/MPF/commit/effd6ec900e041e9e808fac47001c301883513f3) Be consistent - [`b471600`](https://github.com/SabreTools/MPF/commit/b471600c4ca56e0da574f58da103d0f4b929faf0) Update packages, use submodules ### 📊 Changes **30 files changed** (+111 additions, -3878 deletions) <details> <summary>View changed files</summary> 📝 `DICUI.Test/DICUI.Test.csproj` (+10 -6) 📝 `DICUI.Test/packages.config` (+3 -3) 📝 `DICUI/DICUI.csproj` (+6 -15) 📝 `DICUI/Data/Enumerations.cs` (+2 -0) ➖ `DICUI/External/BurnOut/EVORE.cs` (+0 -424) ➖ `DICUI/External/BurnOut/ProtectionFind.cs` (+0 -1314) ➖ `DICUI/External/Unshield/CabDescriptor.cs` (+0 -15) ➖ `DICUI/External/Unshield/CommonHeader.cs` (+0 -48) ➖ `DICUI/External/Unshield/FileDescriptor.cs` (+0 -17) ➖ `DICUI/External/Unshield/Header.cs` (+0 -240) ➖ `DICUI/External/Unshield/LICENSE` (+0 -24) ➖ `DICUI/External/Unshield/OffsetList.cs` (+0 -9) ➖ `DICUI/External/Unshield/StringBuffer.cs` (+0 -8) ➖ `DICUI/External/Unshield/UnshieldCabinet.cs` (+0 -1180) ➖ `DICUI/External/Unshield/UnshieldComponent.cs` (+0 -61) ➖ `DICUI/External/Unshield/UnshieldFileGroup.cs` (+0 -36) ➖ `DICUI/External/Unshield/UnshieldReader.cs` (+0 -327) ➖ `DICUI/External/Unshield/VolumeHeader.cs` (+0 -22) 📝 `DICUI/LogWindow.xaml` (+1 -1) 📝 `DICUI/LogWindow.xaml.cs` (+6 -0) _...and 10 more files_ </details> ### 📄 Description This PR contains the following changes: - Split out of BurnOut and Unshield ported code to separate projects (fixes #98) - Fixes PSX EDC checking - A couple of tiny logging updates before the storm - Makes the former popup for copy protect scan after a dump into an option that is enabled by default - "Enhanced"-ments --- <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:35 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#969