[PR #27] [MERGED] Write Centralized Disc Information #904

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (5)

  • 958aeea Add constants, create formatted output
  • a23a74f Attempt to write out all information
  • 557354c Fix build
  • 085916e Fix minor issues with output, ordering
  • af4f3e8 Add better default values, fix output

📊 Changes

4 files changed (+273 additions, -61 deletions)

View changed files

Constants.cs (+48 -0)
📝 DICUI.csproj (+1 -0)
📝 MainWindow.xaml.cs (+13 -8)
📝 Utilities.cs (+211 -53)

📄 Description

First round of outputting all required disc information to file for easy submission.

Currently fully supports:

  • Apple Macintosh (CD/DVD)
  • IBM PC Compatibles (CD/DVD)
  • Sega Saturn (CD, some values are not automatically generated)
  • Sony PlayStation (CD, some values are not automatically generated)
  • Sony PlayStation 2 (CD/DVD, some values are not automatically generated)
  • Generic CD, DVD, BD (only default information, no system-specific ones)

Current known issues:

  • PSX libcrypt, EDC, and Anti-modchip are not filled in automatically
  • PSX/PS2 EXE dates are not filled in automatically
  • Saturn header and build date are not filled in automatically
  • Not all system-specific values are supported

Addresses #9, #23


🔄 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/27 **Author:** [@mnadareski](https://github.com/mnadareski) **Created:** 6/12/2018 **Status:** ✅ Merged **Merged:** 6/12/2018 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`958aeea`](https://github.com/SabreTools/MPF/commit/958aeeae328546ddb3454bbde47b94e9dbfedf72) Add constants, create formatted output - [`a23a74f`](https://github.com/SabreTools/MPF/commit/a23a74ffa49128a61935468afc8bbdecb2bc2d27) Attempt to write out all information - [`557354c`](https://github.com/SabreTools/MPF/commit/557354c844305620cabdd583a32e3b2160879648) Fix build - [`085916e`](https://github.com/SabreTools/MPF/commit/085916e1e653f831e36ebb2036c25f142e1e4281) Fix minor issues with output, ordering - [`af4f3e8`](https://github.com/SabreTools/MPF/commit/af4f3e8444411073454cbc58d6d853197f3d24be) Add better default values, fix output ### 📊 Changes **4 files changed** (+273 additions, -61 deletions) <details> <summary>View changed files</summary> ➕ `Constants.cs` (+48 -0) 📝 `DICUI.csproj` (+1 -0) 📝 `MainWindow.xaml.cs` (+13 -8) 📝 `Utilities.cs` (+211 -53) </details> ### 📄 Description First round of outputting all required disc information to file for easy submission. Currently fully supports: - Apple Macintosh (CD/DVD) - IBM PC Compatibles (CD/DVD) - Sega Saturn (CD, some values are not automatically generated) - Sony PlayStation (CD, some values are not automatically generated) - Sony PlayStation 2 (CD/DVD, some values are not automatically generated) - Generic CD, DVD, BD (only default information, no system-specific ones) Current known issues: - PSX libcrypt, EDC, and Anti-modchip are not filled in automatically - PSX/PS2 EXE dates are not filled in automatically - Saturn header and build date are not filled in automatically - Not all system-specific values are supported Addresses #9, #23 --- <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:12 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#904