forked from PapaJoesSoup/BDArmory
-
Notifications
You must be signed in to change notification settings - Fork 5
Update to v1.4.2.3 #21
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
Open
BrettRyland
wants to merge
7,296
commits into
illectro:runwayproject
Choose a base branch
from
BrettRyland:master
base: runwayproject
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
- Forgot to swap radial over to 128 as well
- Fix inefficiencies with `UpdateRadarTarget()` code - Directly set `radarLOALSearching` to true in MissileLauncher if needed - Fix `TargetAcquired` not being set in `radarLOALSearching` branch.
- Add weave frequency randomization
…ings.cfg file. Formatting.
…re accurate VectorUtils.Angle.
- Added `weaponChannel` checks - Removed two `weaponChannel` checks in `PointDefenseTurretFiring()` as all missiles in `pointDefenseMissileArray` should be of the correct `weaponChannel`
- Fix issues where the missile would overfly the target due to the use of low `gVert` values when sea-skimming.
- Fix `UpdateRangeCapability()` not also updating `rangeIndex` - Fix `CheckRadarForLock()` not accounting for WM-less vessels - Account for vessels about to be destroyed in the various `RadarUpdateScan` functions
- Fix various inefficiencies and a bug in the ARH seeker logic - Add current torque to missile telemetry display
- Correct MissileCount display
- Also account for weaponChannel in ammo count display
- Fix scaling issues when alt-clicking in editor, due to un-reset scaling of the model affecting the OrigScale vectors.
- Use "PopulateMissileDummies(true)" on startup to ensure the missile dummies are fresh on-load.
Pre-aim IR missile turrets in order to ensure they can acquire the target. NOTE: THIS ASSUMES WE KNOW WHERE THE TARGET IS
- Replace the convoluted process with just grabbing the part.partPrefab's localScales, much more efficient and bug-free
- TGP search also relies on missile boresight
- Anti-rad missiles also need to be pre-rotated for target acquisition
-Switch off slightly buggy SignedAngle for pitch calcs. -Optimize CustomTurretID slider toggling. Cleanup some changes made for debugging.
- Just adding f to values used as floats. I'm sure the compiler can tell but just to clarify the intent. - Address PN over-leading by swapping to aam when missile vel < target vel - Dot product is of two directions, fix missing vessel.CoM.
- Fix NRE due to not checking for the existence of `vesselRadarData` - Improve CLOS interaction with smoke, CLOS now only affected once it enters the smoke
- Bandaid fix until we find the root cause, stops the recursive infinite loop from happening
- CalculateExplosiveArmorDamage is supposed to return true when the explosive does not penetrate the armor, however right now it's returning false when blowthroughFactor is not > 0.33 or 0.66 for ductile materials
- Shaped charge code was being applied where it shouldn't - Increase proportion of damageWithoutIntermediateParts vs. armor attenuated damage for HEAT
- Fix missing customAmmoBeltIndexes construction which causes NRE in SetupAmmo
- UpdateJammerStrength now takes in tInfoIn, by default this is null, however RadarUtils.GetVesselRadarSignature will call the function using the ti it already has, thus preventing recursion.
- Allows drawing labels in 3D space
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.
See the changelog at https://spacedock.info/mod/2487/BDArmory%20for%20Runway%20Project for changelog details.
v1.4.0.3 -> v.1.4.2.3