-
Notifications
You must be signed in to change notification settings - Fork 151
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
More JAM stuff #995
More JAM stuff #995
Conversation
- Sort #includes and their magwell classes in lexicographical order - Put all calibers in their own included .hpp file (except manpad AT and AA launchers, not sure what to do with those yet. - add a few new magwell calibers (.38 Special, .357 Mag, .408 Chey Tac, .45 Gap, 6.5 Creedmore, 6.5 Grendal) - add magwells for Glock pistols
6.8 SPC and .300 Blackout have previously been using metric designations ( I only noticed this after I'd added imperial in I've moved the two pre-existing metric classnames to those files so nothing gets broken, but I think we should switch to imperial for those calibers as metric is not commonly used for them. |
- 7.62x26 - 9x18 - 9x19 - .32 ACP - .380 ACP
762x39mm in STANAG mag ?? |
ref #108 |
class CBA_303B_BREN {}; // BREN gun | ||
class CBA_303B_LeeEn {}; // Lee Enfield |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just as a side note. We don't really need to shorten names to oblivion. Longer names don't hurt that much
I think it's enough to mark them with "deprecated, use X instead" for now. |
Wouldn't worry about deprecation much at this point. It's unreleased. Feel free to clean up extra crud. |
People are already starting to implement it |
@commy2 I hadn't quite pushed the last changes to this PR |
That's why you mark PR's as WIP :D |
lol, I don't have the ability to add labels to CBA. |
More changes in #997 |
Not labels. |
Ahh, sure, I will do that in future. |
* master: Add Turkish translations (#1002) Add french translations for CBA UI (#1001) JAM STANAG and 7.62.x51 (#997) Remove BOM character from stringtables (#1000) More JAM stuff (#995) minor last-minute tweaks for AK magwells (#994) add CBA_762x39_RPK Translate JAM and JR module nams into Polish (#987) add magwells for current IFA3, FOW, LEN weapons Split/extend the magwell classes by size
When merged this pull request will: