Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missile_manpad - add MANPADs and IR seeker #10031

Open
wants to merge 18 commits into
base: missile_aim9
Choose a base branch
from

Conversation

TheCandianVendingMachine
Copy link
Contributor

@TheCandianVendingMachine TheCandianVendingMachine commented May 28, 2024

When merged this pull request will:

  • Stinger and RIM-116 and more IR SAMs
  • Physically based IR seeker

Merge Strategy

Follow #10019

Merge after #10022

IMPORTANT

  • If the contribution affects the documentation, please include your changes in this pull request so the documentation will appear on the website.
  • Development Guidelines are read, understood and applied.
  • Title of this PR uses our standard template Component - Add|Fix|Improve|Change|Make|Remove {changes}.

Base automatically changed from missile_guidance_rewrite to master August 23, 2024 14:21
@TheCandianVendingMachine TheCandianVendingMachine changed the base branch from master to missile_aim9 August 30, 2024 00:32
@TheCandianVendingMachine
Copy link
Contributor Author

removed IR seeker impl due to it existing in #10022

@TheCandianVendingMachine TheCandianVendingMachine changed the title Add - MANPAD and IR seeker missile_manpad - add MANPADs and IR seeker Sep 9, 2024
@TheCandianVendingMachine TheCandianVendingMachine changed the base branch from missile_aim9 to master September 10, 2024 01:04
@TheCandianVendingMachine TheCandianVendingMachine changed the base branch from master to missile_aim9 September 10, 2024 01:04
@@ -59,6 +59,7 @@ PREP(mwr_onFired);
PREP(IR_onFired);

// Navigation OnFired
PREP(los_onFired);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
PREP(los_onFired);
PREP(navigationType_lineOfSight);

I think this is right

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, los_onFired originally was a copy of pronav_onFired, but I reduced them to the same file for simplicity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants