[PR #337] [MERGED] Add support for Redump.org GD-ROM cue extensions #1091

Closed
opened 2026-01-29 15:41:07 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aaru-dps/Aaru/pull/337
Author: @FakeShemp
Created: 4/15/2020
Status: Merged
Merged: 4/15/2020
Merged by: @claunia

Base: masterHead: redumpGDROM


📝 Commits (5)

  • df6a465 Add support for Redump.org GD-ROM cue extensions
  • 10df16c Merge remote-tracking branch 'upstream/master' into redumpGDROM
  • 822cea7 Tidy logging and var names
  • bc61fad Move code to correct place
  • ad6cdc3 Multi-file cue parsing fixes

📊 Changes

5 files changed (+80 additions, -55 deletions)

View changed files

📝 Aaru.Images/CDRWin/CDRWin.cs (+1 -0)
📝 Aaru.Images/CDRWin/Constants.cs (+5 -0)
📝 Aaru.Images/CDRWin/Properties.cs (+9 -1)
📝 Aaru.Images/CDRWin/Read.cs (+63 -54)
📝 Aaru.Images/CDRWin/Structs.cs (+2 -0)

📄 Description

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • New filesystem, test images in [url]
  • New disc image, test images in [url]
  • New partition scheme, test images in [url]
  • Breaking change (fix or feature that would cause existing functionality to change)
  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

🔄 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/aaru-dps/Aaru/pull/337 **Author:** [@FakeShemp](https://github.com/FakeShemp) **Created:** 4/15/2020 **Status:** ✅ Merged **Merged:** 4/15/2020 **Merged by:** [@claunia](https://github.com/claunia) **Base:** `master` ← **Head:** `redumpGDROM` --- ### 📝 Commits (5) - [`df6a465`](https://github.com/aaru-dps/Aaru/commit/df6a46587564f92f8c7572206cb660a50e312cd2) Add support for Redump.org GD-ROM cue extensions - [`10df16c`](https://github.com/aaru-dps/Aaru/commit/10df16c87c06059de95d14ecaeeeba2262e57f0f) Merge remote-tracking branch 'upstream/master' into redumpGDROM - [`822cea7`](https://github.com/aaru-dps/Aaru/commit/822cea7123eb54d1bd0a99d4c38ce2b179f04868) Tidy logging and var names - [`bc61fad`](https://github.com/aaru-dps/Aaru/commit/bc61fad233fff211be986326f8e73f610e5e4c7c) Move code to correct place - [`ad6cdc3`](https://github.com/aaru-dps/Aaru/commit/ad6cdc3313378d8a03daac594aea44fee1bb0497) Multi-file cue parsing fixes ### 📊 Changes **5 files changed** (+80 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `Aaru.Images/CDRWin/CDRWin.cs` (+1 -0) 📝 `Aaru.Images/CDRWin/Constants.cs` (+5 -0) 📝 `Aaru.Images/CDRWin/Properties.cs` (+9 -1) 📝 `Aaru.Images/CDRWin/Read.cs` (+63 -54) 📝 `Aaru.Images/CDRWin/Structs.cs` (+2 -0) </details> ### 📄 Description ## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Bug fix (non-breaking change which fixes an issue) - [X] New feature (non-breaking change which adds functionality) - [ ] New filesystem, test images in [url] - [ ] New disc image, test images in [url] - [ ] New partition scheme, test images in [url] - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [X] I have read the **CONTRIBUTING** document. - [X] My code follows the code style of this project. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. --- <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 15:41:07 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: aaru-dps/Aaru-aaru-dps#1091