Add missing encyclopedia aircraft and dedupe C-130 variants#710
Merged
Conversation
Adds F-100D, C-130J-30, Mirage-F1AD/AZ, and the F-14A early export variant, and fixes the F-16C block 52D suffix (previously registered under a non-existent "bl.52" key). Also collapses the duplicated C-130/C-130J-30 struct literals into a shared c130Data/c130Variants pair, matching the pattern used for other aircraft families.
dharmab
enabled auto-merge (rebase)
July 12, 2026 04:23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pkg/encyclopedia/aircraft.go: F-100D, C-130J-30, Mirage-F1AD, Mirage-F1AZ, and the F-14A early export variant (F-14A-95-GR)."C bl.52"key instead of the correct"C bl.52d".c130Data/c130Variants()pair, consistent with how other aircraft families (A-10, F-16, etc.) are defined.Test plan
make lint vet fix formatclean, no diffmake testpasses (1143 tests)