Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
7750 commits
Select commit Hold shift + click to select a range
40d373b
Correct Radar + Debug Statement Issues
BillNyeTheIE Mar 13, 2026
5eeb2ce
Fix Bizarre Logic In PooledRocket
BillNyeTheIE Mar 13, 2026
720ac1a
Update ChangeLog.txt
SuicidalInsanity Mar 14, 2026
d4d71fc
Merge branch 'dev' into dev-main
SuicidalInsanity Mar 14, 2026
2036cba
Update ChangeLog.txt
BillNyeTheIE Mar 14, 2026
993dc7f
Update BDArmorySetup.cs
SuicidalInsanity Mar 15, 2026
aca717e
Merge branch 'dev-main' of https://github.com/SuicidalInsanity/BDArmo…
SuicidalInsanity Mar 15, 2026
343af0f
Merge branch 'dev' into HEAD
BrettRyland Mar 15, 2026
095ca47
Efficiency
BillNyeTheIE Mar 15, 2026
9905700
-Improvements to kinematic missile evasion:
josuenos Mar 16, 2026
9c0f7a6
Merge commit 'refs/pull/787/head' of github.com:BrettRyland/BDArmory …
BrettRyland Mar 16, 2026
22958b7
Remove the PR questions/comments.
BrettRyland Mar 16, 2026
9744e72
Don't change vessel type of EVA kerbals as it breaks KerbalEVA. Some …
BrettRyland Mar 17, 2026
7ad94a1
Remove duplicate line that shouldn't be there.
BrettRyland Mar 17, 2026
dba3426
Fixes for PR
josuenos Mar 17, 2026
8d5a056
Fix speling mitsakes
SuicidalInsanity Mar 17, 2026
2414259
Fix NRE in GetTweakScaleDryCost
BillNyeTheIE Mar 17, 2026
085a3c1
Use Mass Multiplier for Dry Cost
BillNyeTheIE Mar 18, 2026
b5eb80b
Merge branch 'dev' into HEAD
BrettRyland Mar 18, 2026
8805f4b
Merge branch 'dev' into dev-main
SuicidalInsanity Mar 18, 2026
5b01614
Craft Utilities GUI fixes
SuicidalInsanity Mar 18, 2026
8383f73
BattleDamage tweaks
SuicidalInsanity Mar 18, 2026
0c60464
TweakScaleMassMultiplier Fixes
BillNyeTheIE Mar 19, 2026
a84d6e3
Improve Missile Active Radar Debug Statements
BillNyeTheIE Mar 19, 2026
56c0e08
Update MissileBase.cs
BillNyeTheIE Mar 19, 2026
eb2af34
Disable Kappa Debug Statement
BillNyeTheIE Mar 19, 2026
5235243
Update HitpointTracker.cs
SuicidalInsanity Mar 19, 2026
ea01837
Allow Multiple RWR Entries for Same Vessel
BillNyeTheIE Mar 20, 2026
89c24ae
Add Torpedo Support In PointDefenseTurretFiring
BillNyeTheIE Mar 20, 2026
1505372
Point-Defense Torpedo Exclusion + Persistence Fix
BillNyeTheIE Mar 21, 2026
71f73f9
Single-frame massUpdate
SuicidalInsanity Mar 21, 2026
2f235a0
Ignore Interceptor Missiles in PD
BillNyeTheIE Mar 24, 2026
e24f90b
Fix IRST Scan
BillNyeTheIE Mar 24, 2026
f2ed653
Ensure IRST Isn't Magic Sonar
BillNyeTheIE Mar 24, 2026
4ed3e4f
Various Attempts to Fix Neutral Missile Issue
BillNyeTheIE Mar 24, 2026
1d581dc
Blast Armor Damage Fixes
BillNyeTheIE Mar 24, 2026
c65ce3b
More NullRef Checks in MissileFire
BillNyeTheIE Mar 25, 2026
13d0812
Fix Various Conversion Errors
BillNyeTheIE Mar 25, 2026
5d7cef7
Remove Shrapnel Calc From Contact Detonations
BillNyeTheIE Mar 25, 2026
4d4932e
ARH maxOffBoresight Change
BillNyeTheIE Mar 24, 2026
43eeead
HP/mass/hull/armor initialisation/onEditorShipModified changes. HP no…
BrettRyland Mar 25, 2026
0a5d0d1
Fix PD NullRef
BillNyeTheIE Mar 25, 2026
294e3ad
Simple Repaint HP fix
SuicidalInsanity Mar 26, 2026
0dbde52
Merge commit 'refs/pull/788/head' of github.com:BrettRyland/BDArmory …
BrettRyland Mar 26, 2026
f692d67
Split FARUtils.cs into B9PartSwitch.cs, FerramAerospace.cs and Proced…
BrettRyland Mar 26, 2026
cb0d3b2
Add a SimpleRepaint.cs to ModIntegration and adjust the check to look…
BrettRyland Mar 26, 2026
9423a39
Clean up debugging and commented out sections of code.
BrettRyland Mar 26, 2026
202cdd7
Merge branch 'dev' into HEAD
BrettRyland Mar 26, 2026
a9de8c4
More Radar Debug
BillNyeTheIE Mar 27, 2026
2425bbf
Clamp spallArea Via Blast Pressure
BillNyeTheIE Mar 27, 2026
5621ebc
Merge branch 'dev' into dev
BillNyeTheIE Mar 27, 2026
6c854dc
Fix Screwed Up Merge
BillNyeTheIE Mar 27, 2026
64a8d04
Update RadarUtils.cs
BillNyeTheIE Mar 28, 2026
d2621bc
Swap To Inv Sqr Model For Spall Area Clamping
BillNyeTheIE Mar 28, 2026
baae738
More CalculateExplosiveArmorDamage Fixes
BillNyeTheIE Mar 28, 2026
7de0eeb
Fix Incorrect Usage of `Armour`
BillNyeTheIE Mar 28, 2026
c2ee9bf
Implement "RealArmor" and "RealArmorPercentage" for Damage Calcs
BillNyeTheIE Mar 29, 2026
01d55d2
Merge commit 'refs/pull/791/head' of github.com:BrettRyland/BDArmory …
BrettRyland Mar 29, 2026
231620f
Fix NRE if a vessel has the AI active in the SPH. Fix NRE if a hit co…
BrettRyland Mar 29, 2026
52c218b
Merge branch 'dev' into pr791
BrettRyland Mar 29, 2026
f66d4bb
MMM UI Fix + HitpointTracker NRE Fix + Misc.
BillNyeTheIE Mar 29, 2026
dcf0302
Implement Progress-Based Turret Timeout
BillNyeTheIE Mar 29, 2026
33140be
Replaced Various GMR Turret Loops With Functions
BillNyeTheIE Mar 29, 2026
f180461
Update Changelog + Missile Debug Formatting
BillNyeTheIE Mar 30, 2026
3a008c7
Merge commit 'refs/pull/791/head' of github.com:BrettRyland/BDArmory …
BrettRyland Mar 30, 2026
dc6e22e
Remove Unnecessary Waits in GMR + Armor/Mat Loc
BillNyeTheIE Mar 31, 2026
c80e4db
Add a toggle for the 'Weapons Respect Crossfeed' gameplay option. Syn…
BrettRyland Mar 31, 2026
4c77c56
Merge branch 'dev' into pr791
BrettRyland Mar 31, 2026
9d9a1d7
Merge commit 'refs/pull/791/head' of github.com:BrettRyland/BDArmory …
BrettRyland Mar 31, 2026
9f16518
Update changelog
BrettRyland Mar 31, 2026
0adcdca
Merge branch 'dev' into pr791
BrettRyland Mar 31, 2026
4e36e65
Fix MML Bug With Dumb Bombs
BillNyeTheIE Apr 1, 2026
00e8b73
Merge commit 'refs/pull/791/head' of github.com:BrettRyland/BDArmory …
BrettRyland Apr 2, 2026
19d4727
PD Missile Debug + MissilesAway Fixes + Bomb Fixes
BillNyeTheIE Apr 2, 2026
bb2c4dc
Fix Fixed Missiles Still Waiting For Turrets
BillNyeTheIE Apr 4, 2026
7ab078b
Implement MissileType Enum
BillNyeTheIE Apr 5, 2026
9a514e5
Add "aswmissile" To Torpedo Editor Category
BillNyeTheIE Apr 5, 2026
fad2967
Fix SARH Guidance Re-Lock Mechanics
BillNyeTheIE Apr 6, 2026
a2aeaf0
Fix Missing None MissileType
BillNyeTheIE Apr 6, 2026
289c404
More Missile Notch Debug Reformatting
BillNyeTheIE Apr 7, 2026
81b33b6
Implement Proper Notching
BillNyeTheIE Apr 7, 2026
ea072fc
Hack Support for TweakScale Rescaled + Changelog
BillNyeTheIE Apr 7, 2026
508caa7
Merge commit 'refs/pull/791/head' of github.com:BrettRyland/BDArmory …
BrettRyland Apr 7, 2026
c6e67a7
Add Comments + Sign Convention for Notch Logic
BillNyeTheIE Apr 7, 2026
1d99781
Josue's Changes to Kinematic Evasion + Adj. Armor Limits
BillNyeTheIE Apr 8, 2026
26d66ff
Fix INS Missile Dumbfired From MML
BillNyeTheIE Apr 9, 2026
370a1e8
Change Turret Aiming Logic When Destroyed
BillNyeTheIE Apr 9, 2026
4568520
Add Pre-Aiming for Radar Missiles + Changelog
BillNyeTheIE Apr 9, 2026
cea7409
Merge commit 'refs/pull/791/head' of github.com:BrettRyland/BDArmory …
BrettRyland Apr 9, 2026
5a1b3b1
Add custom GetRendererBounds and GetColliderBounds Vessel extensions.
BrettRyland Apr 9, 2026
ef99d42
Add bounds benchmark test (with caller commented out).
BrettRyland Apr 9, 2026
4679ed0
Convert various v.SetWorldVelocity (which doesn't account for Krakens…
BrettRyland Apr 10, 2026
c6b037a
Remove clamp on requestEngineAccel as it breaks braking logic for wea…
BrettRyland Apr 10, 2026
de04faa
Add a makeLocal flag to GetColliderBounds and GetRendererBounds to ce…
BrettRyland Apr 10, 2026
58fe412
Add a MakeBoundsLocal function to convert bounds local to a vessel in…
BrettRyland Apr 10, 2026
758c1c5
Optimise MakeBoundsLocal a bit.
BrettRyland Apr 10, 2026
1c2ca4d
Remove old part.cfg that shouldn't be there. Change dropTime on mk82B…
BrettRyland Apr 10, 2026
7aaec56
Replace custom AlmostEqual function with built-in Mathf.Approximately.
BrettRyland Apr 10, 2026
b07fe53
Unify Adjustable Armor MaxArmor Calcs
BillNyeTheIE Apr 9, 2026
0ecbe68
TargetInfo Bounds + Bound-Scaled Vector Calc
BillNyeTheIE Apr 10, 2026
e002c9c
Initial Glint Setup + Gaussian
BillNyeTheIE Apr 11, 2026
92f8399
Radar Glint (+ Allow notching to work with CHECK_WATER_TERRAIN)
BillNyeTheIE Apr 12, 2026
c33e966
Fix Interceptor Conga
BillNyeTheIE Apr 13, 2026
d2c21fb
Fixes to RWR + Changes to Time-Code + Debug Telemetry
BillNyeTheIE Apr 13, 2026
5a9eaee
Add Emergency Notch Behavior
BillNyeTheIE Apr 14, 2026
898e184
Account for Vessel.RefTransform != Vessel.Transform
BillNyeTheIE Apr 14, 2026
de3cf7c
Fix Krakensbane correction in VesselExtensions.SetWorldVelocity
BrettRyland Apr 14, 2026
acbff80
Overhaul the bomb aimer logic for level- and dive-bombing both landed…
BrettRyland Apr 14, 2026
f0340f8
RWR Bugfixes
BillNyeTheIE Apr 16, 2026
e41cd90
Misc. Bugfixes
BillNyeTheIE Apr 15, 2026
a6bedc9
Glint Fixes
BillNyeTheIE Apr 16, 2026
b6cc5ff
Fix usage of part.force_activate in various PartModules that should o…
BrettRyland Apr 16, 2026
9e2cf90
Add a weaponManager.missileIsIncoming check in the pilot AI evasion l…
BrettRyland Apr 16, 2026
96b073d
Renew INSTarget After Lock Checks
BillNyeTheIE Apr 16, 2026
57c5fbb
Actually Fix ReferenceTransform Based Bounds
BillNyeTheIE Apr 17, 2026
1c61f66
Un-Nerf Triangle Panels
BillNyeTheIE Apr 17, 2026
49bc871
Fix Flipped Comparison
BillNyeTheIE Apr 17, 2026
74bc9c4
Add Bill's changes to GetXBounds to account for the vessel's referenc…
BrettRyland Apr 17, 2026
afe7f1e
Fix auto-formatting not adding some spaces.
BrettRyland Apr 17, 2026
19bb9c7
Add commented out debug test for ViewBoundsFrom.
BrettRyland Apr 17, 2026
e48fd26
Emergency Notch AI Slider
BillNyeTheIE Apr 17, 2026
1ec175a
Update Changelog + Loc
BillNyeTheIE Apr 17, 2026
ae625a8
Merge branch 'dev' into dev
BillNyeTheIE Apr 17, 2026
2340f3c
Fix adding comments to the PartsBlacklists.cfg
BrettRyland Apr 18, 2026
2ce1ca3
Fix thermal conduction values using the wrong config values during ar…
BrettRyland Apr 18, 2026
290b0f6
Revert Back to Using Scaled Vector for localGlint
BillNyeTheIE Apr 19, 2026
9281605
CLOS Additions
BillNyeTheIE Apr 19, 2026
8e9d7d6
Update ChangeLog.txt
BillNyeTheIE Apr 19, 2026
d71f0b8
Gradual Application of "Elevated by k" Method
BillNyeTheIE Apr 20, 2026
b7c99cb
Merge branch 'dev' into bombing-improvements
BrettRyland Apr 21, 2026
e85c3ff
Fix NRE in extend debugging.
BrettRyland Apr 21, 2026
d708aef
Update Missile Bounds with RCS
BillNyeTheIE Apr 22, 2026
bab70b5
Missile Fuze Fixes + Proxy Alt Inhibition
BillNyeTheIE Apr 22, 2026
1909bb9
Fix Incorrect vessel.name + Slight APS Debug Re-Org
BillNyeTheIE Apr 22, 2026
3ca9b80
Fix Missile TargetInfo Team Issue + Set targetVessel Properly
BillNyeTheIE Apr 22, 2026
5656c83
Replace getAltitudeAtPos(vessel.CoM) with vessel.altitude
BillNyeTheIE Apr 22, 2026
6c19e92
Unify InitialDetonationDistance Logic
BillNyeTheIE Apr 22, 2026
2539d84
Update ChangeLog.txt
BillNyeTheIE Apr 22, 2026
4349adc
Remove Sort In CheckDetonationState + Minor Tweaks
BillNyeTheIE Apr 24, 2026
c62e52b
Merge pull request #131 from BrettRyland/bombing-improvements
SuicidalInsanity Apr 24, 2026
ff632d0
Fix MMLs No Scaling Correctly
BillNyeTheIE Apr 24, 2026
4d7585e
Fix ViewBoundsFrom Center (?)
BillNyeTheIE Apr 24, 2026
87e4251
Fix Math + AntiRad Vel Prediction
BillNyeTheIE Apr 25, 2026
0ccd273
Update MissileBase.cs
BillNyeTheIE Apr 25, 2026
608621e
Better MML TargetAcquired + Drop Aero + Bomb Aero + Laser
BillNyeTheIE Apr 28, 2026
29569ef
Rework the WingCommander main window to allow resizing. UI tweaks.
BrettRyland Apr 29, 2026
9c0f39d
Check that the guardTarget hasn't becoming null while waiting for tar…
BrettRyland Apr 29, 2026
af853d3
Replace ',' with '.' in the parsing script when writing to the summar…
BrettRyland Apr 29, 2026
5a36ab2
Merge branch 'dev' into wingmanager
BrettRyland Apr 29, 2026
0e0c115
Add a 'Retreat Distance' slider to the AI to allow customising the di…
BrettRyland Apr 30, 2026
4241ef3
Switch all windows to allow dragging from any non-functional area ins…
BrettRyland Apr 30, 2026
1eb789d
Merge branch 'dev' into wingmanager
BrettRyland Apr 30, 2026
8bb1684
Tweak styles and style setups for consistency.
BrettRyland Apr 30, 2026
8bbe160
Update the AGWindow to newer code.
BrettRyland Apr 30, 2026
827799a
Add custom formations to the wing commander.
BrettRyland May 1, 2026
09bf3aa
Add icons for different vessel types to the formation window. Use bla…
BrettRyland May 1, 2026
6fde36e
Add the icon files.
BrettRyland May 1, 2026
0ac1a69
Fix confusion between 'friendlies' and 'wingmen'. Avoid follow loops …
BrettRyland May 1, 2026
6ecc464
Comment out the 'savedWingmen' field, which doesn't seem to be functi…
BrettRyland May 1, 2026
5a6f76c
ColorSwatches
SuicidalInsanity May 2, 2026
75710a0
Update BDColorPicker.cs
SuicidalInsanity May 2, 2026
314017c
Update BDTISetup.cs
SuicidalInsanity May 2, 2026
0bcbe0f
Update ChangeLog.txt
SuicidalInsanity May 2, 2026
38f419d
Update BDTISettingsFields.cs
SuicidalInsanity May 2, 2026
97eaeac
Merge branch 'dev' into dev
BillNyeTheIE May 2, 2026
ee04609
Add ability to set color of swatch via right-click
SuicidalInsanity May 2, 2026
c15a94c
Update BallisticGuidance.cs
BillNyeTheIE Apr 30, 2026
2b39bb3
Kappa Guidance Target Local Terminal Vel
BillNyeTheIE May 1, 2026
767c728
Re-Enable Kappa Thrust Equations
BillNyeTheIE May 1, 2026
ae77598
Update ChangeLog.txt
BillNyeTheIE May 2, 2026
f6edda3
Replace all the auto-included 'using UniLinq' statements with 'using …
BrettRyland May 2, 2026
fd49b9a
Update BDColorPicker.cs
SuicidalInsanity May 2, 2026
958de54
Merge branch 'dev' into HEAD
BrettRyland May 2, 2026
5ee94a5
Merge branch 'dev' into bombing-improvements
BrettRyland May 2, 2026
0f15a62
Add hidden settings for the max slider values of various tournament o…
BrettRyland May 3, 2026
1327950
color picker
SuicidalInsanity May 3, 2026
cd78cd2
detonateAG for nukes
SuicidalInsanity May 3, 2026
fcd182f
Add a try-catch in ReloadModuleInfos to avoid breaking on broken parts.
BrettRyland May 3, 2026
2cc9c3e
Merge branch 'dev' into bombing-improvements
BrettRyland May 4, 2026
82f2cdc
Add numeric input fields for wing command formation window. Rename so…
BrettRyland May 4, 2026
21a1dbf
Merge branch 'dev' into bombing-improvements
BrettRyland May 4, 2026
b28729a
Adjust the divebomb roll-target override to allow rolling as soon as …
BrettRyland May 5, 2026
78de1e7
Replace GUI.DragWindow with custom GUIUtils.DragWindow that only resp…
BrettRyland May 6, 2026
8ec48c5
Merge branch 'dev' into bombing-improvements
BrettRyland May 6, 2026
c0a4088
Fix Kappa At Long Ranges
BillNyeTheIE May 2, 2026
33893ab
Slight Opt + Larger Range for LoftRangeOverride in Debug
BillNyeTheIE May 2, 2026
f2091a7
Bombing improvements.
BrettRyland May 10, 2026
fd1828b
Add back in some missing guardTarget acceleration terms.
BrettRyland May 10, 2026
ef2ea2c
Add missing velocity correction to the corrected starting point of th…
BrettRyland May 10, 2026
dd94af3
Use string+string for GameDatabase queries instead of Path.Combine du…
BrettRyland May 10, 2026
6faa4a5
New Boost Guidance for Kappa + More Detailed maneuvergLimit
BillNyeTheIE May 11, 2026
e4710ef
Fix Radar Issue
BillNyeTheIE May 9, 2026
c47a11f
Better ARH Target Search Method
BillNyeTheIE May 11, 2026
1f3a154
Update MissileLauncher.cs
BillNyeTheIE May 11, 2026
2d261f2
Rename 'extend distance A2G' to 'bombing extend distance', change its…
BrettRyland May 11, 2026
9e80c78
tweaks
SuicidalInsanity May 11, 2026
fb6d568
Merge branch 'pr/134' into dev-main
SuicidalInsanity May 11, 2026
84d6164
Slight Tweaks to Kappa Loft + Debug Formatting + More Debug for ARH
BillNyeTheIE May 11, 2026
e0c869e
Update ChangeLog.txt
SuicidalInsanity May 12, 2026
d8835c6
dev sync
SuicidalInsanity May 12, 2026
bc1d2b3
various fixes
SuicidalInsanity May 12, 2026
825236f
Update changelog
SuicidalInsanity May 12, 2026
d46df9e
Fix GPS Missile Timing Out
BillNyeTheIE May 12, 2026
3d1f4e5
Improve Kappa Perf. Against High Alt Targets
BillNyeTheIE May 12, 2026
a4307b4
Further High Alt Improvements
BillNyeTheIE May 12, 2026
71b033c
Replaced Fields[""] with Fields[nameof()] as Proposed by Doc
BillNyeTheIE May 12, 2026
6d84315
tweaks
SuicidalInsanity May 13, 2026
3d8a7b3
Allow terminalHomingRange to be Tweaked via Debug
BillNyeTheIE May 13, 2026
48c572d
Final Tweaks to High Alt
BillNyeTheIE May 13, 2026
ce8a04d
Update MissileGuidance.cs
BillNyeTheIE May 13, 2026
d086974
gCommand Option
BillNyeTheIE May 13, 2026
9c68ffa
Add a UI element for adding and removing color picker swatches. Hide …
BrettRyland May 13, 2026
a3f0adb
Convert ColorPresets to a list to maintain consistent ordering when a…
BrettRyland May 13, 2026
2702c64
Merge branch 'dev' into bombing-improvements
BrettRyland May 13, 2026
292df0a
Move the bombing improvements changelog entries to the AI/WM section.
BrettRyland May 13, 2026
736e33f
Minor Fixes + Debug Statements
BillNyeTheIE May 14, 2026
4f5e4b4
Minor Tweaks to Guidance
BillNyeTheIE May 14, 2026
d0f80b6
Update MissileGuidance.cs
BillNyeTheIE May 14, 2026
674c4cc
Minor Adjustments + Efficiency
BillNyeTheIE May 14, 2026
d997fd3
Update MissileGuidance.cs
BillNyeTheIE May 15, 2026
9bf59a4
Update ModuleMissileMagazine.cs
SuicidalInsanity May 16, 2026
a77729c
Update MultiMissileLauncher.cs
SuicidalInsanity May 16, 2026
0960852
Merge branch 'dev' into HEAD
BrettRyland May 18, 2026
f5f28f1
Improvements to Kappa + Bugfix for Radars
BillNyeTheIE May 16, 2026
b131813
Merge branch 'dev' into dev
BillNyeTheIE May 19, 2026
fb678c3
Fix sorting issue in parse_pvp_scores.py
BrettRyland May 19, 2026
3ada898
Add changelog entry for prev commit.
BrettRyland May 19, 2026
e3b0645
Convert Events["func"] to Events[nameof(func)].
BrettRyland May 19, 2026
4e74d65
If spawning and switching to the spawnProbe fails, try once more.
BrettRyland May 19, 2026
d618a69
Fix thumbnail generation when recursing folders not recursing properl…
BrettRyland May 20, 2026
dbb6fa3
Add another TODO and adjust a logging entry.
BrettRyland May 20, 2026
a6b12ee
Fix one way in which partMass fails to converge due to min mass.
BrettRyland May 20, 2026
1864099
Update TODO
BrettRyland May 20, 2026
410ba3c
Adjust the climb-slope limiter to allow maintaining a decent slope at…
BrettRyland May 22, 2026
8723773
Update ModuleWeapon.cs
SuicidalInsanity May 27, 2026
837eb6e
Update BD_Armors.cfg
SuicidalInsanity May 27, 2026
f008d2f
Update BD_Armors.cfg
SuicidalInsanity May 27, 2026
695a766
Update en-us.cfg
SuicidalInsanity May 27, 2026
1f508a7
Update BD_Armors.cfg
SuicidalInsanity May 27, 2026
50cec9b
Update ChangeLog.txt
SuicidalInsanity May 27, 2026
190b9ab
Fix Laser Velocity Estimate
BillNyeTheIE May 23, 2026
f1bbe12
Minor Bugfixes + Kappa Debug
BillNyeTheIE May 26, 2026
aae52d8
Kappa Shaping Angle Debug
BillNyeTheIE May 27, 2026
9d3b608
Fix Laser + Add Final srfSpeed to Engagement Summary
BillNyeTheIE May 29, 2026
59410e1
Update ChangeLog.txt
BillNyeTheIE May 29, 2026
b017756
Merge branch 'dev' into HEAD
BrettRyland May 29, 2026
c01fa1d
Don't force the vessel spawner window to open when resuming a tournam…
BrettRyland May 29, 2026
785c9e0
Add laserStartPosition to Krakensbane corrections.
BrettRyland May 29, 2026
1c4c85e
Fix iteration over RaycastNonAlloc results using wrong count.
BrettRyland May 29, 2026
d9b97fe
Bump version numbers for release.
BrettRyland May 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
115 changes: 14 additions & 101 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,61 +1,23 @@
#######################################
BDArmory Ignore
#######################################
BDArmory/BDArmory.csproj.user
*.user
*.userprefs
_LocalDev
LocalDev

BahaTurret/.vs
BahaTurret/obj
BahaTurret/bin/Debug/
BDArmory/.vs
BDArmory/obj
BDArmory/bin/Debug/

BahaTurret/.vs/config
BahaTurret/LocalDev/7za_dir.txt
BahaTurret/LocalDev/dist_dir.txt
BahaTurret/LocalDev/ksp_dir.txt
BahaTurret/LocalDev/ksp_production_dir.txt
BahaTurret/LocalDev/mono_exe.txt
BahaTurret/LocalDev/pdb2mdb_exe.txt
BahaTurret/BahaTurret.userprefs
BahaTurret/bin/Release

BDArmory/.vs
BDArmory.Core/.vs

BDArmory/obj
BDArmory/bin/Debug/

BDArmory/.vs/config
BDArmory/LocalDev/7za_dir.txt
BDArmory/LocalDev/dist_dir.txt
BDArmory/LocalDev/ksp_dir.txt
BDArmory/LocalDev/ksp_production_dir.txt
BDArmory/LocalDev/mono_exe.txt
BDArmory/LocalDev/pdb2mdb_exe.txt
BDArmory/BahaTurret.userprefs
BDArmory/Distribution/GameData/BDArmory/Plugins/BDArmory.Core.dll
BDArmory/Distribution/GameData/BDArmory/Plugins/BDArmory.dll

BDArmory/packages

BDArmory.Core/obj/Debug/BDArmory.Core.csproj.FileListAbsolute.txt
BDArmory.Core/obj/Release/BDArmory.Core.csproj.FileListAbsolute.txt
BDArmory/bin/Debug
BDArmory.Core/obj/
BDArmory.Core/.vs
BDArmory.Core/packages.config
BDArmory/packages.config
BDArmory.Multiplayer/obj
BDArmory.Core/bin/Debug/Assembly-CSharp.dll
BDArmory.Core/bin/Debug/BDArmory.Core.dll
BDArmory.Core/bin/Debug/KSPAssets.dll
BDArmory.Core/bin/Debug/UnityEngine.dll
BahaTurret/BDArmory.sln.DotSettings.user
BahaTurret/BDArmory.csproj.user
BDArmory.Core/bin/Debug/UnityEngine.UI.dll
# Generated or local folders and files
.envrc
.env
.vscode
**/.vs
**/obj
**/bin
**/*.[Cc]ache*
**/packages*
**/UpgradeLog*

BDArmory/Distribution/GameData/BDArmory/Plugins/

#######################################
Unity Ignore
Expand Down Expand Up @@ -114,52 +76,3 @@ Icon
# Files that might appear on external disk
.Spotlight-V100
.Trashes
/.vs
/.vs
/.vs/slnx.sqlite
/.vs/ProjectSettings.json
/.vs/BDArmory_JRODRIGV/v15/Browse.VC.db
/.vs/BDArmory_JRODRIGV/v15
/.vs/slnx.sqlite
/BahaTurret/bin/Release
/BDArmory.Core/obj/Debug/BDArmory.Core.csproj.FileListAbsolute.txt
/BDArmory.Core/obj/Release/BDArmory.Core.csproj.FileListAbsolute.txt
/BDArmory/bin/Debug
BDArmory.Core/obj/
/BDArmory.Multiplayer/obj
BDArmory.Core/bin/Debug/Assembly-CSharp.dll
BDArmory.Core/bin/Debug/BDArmory.Core.dll
BDArmory.Core/bin/Debug/KSPAssets.dll
BDArmory.Core/bin/Debug/UnityEngine.dll
BahaTurret/BDArmory.sln.DotSettings.user
BahaTurret/BDArmory.csproj.user
BDArmory.Core/bin/Debug/UnityEngine.UI.dll
BDArmory/LocalDev/Refs/UnityEngine.UI.dll
BDArmory/LocalDev/Refs/KSPAssets.dll
BDArmory/LocalDev/Refs/Assembly-CSharp.dll
BDArmory/LocalDev/Refs/Assembly-CSharp-firstpass.dll
BDArmory/LocalDev/Refs/UnityEngine.dll
/BDArmory/UpgradeLog3.htm
/BDArmory/UpgradeLog2.htm
/BDArmory/UpgradeLog.htm
/BDArmory/bin/Release
/BDArmory.Core/bin
/BDArmory.Guidance/bin/Release
/BDArmory.Guidance/obj/Release
/BDArmory/BDArmory.sln.DotSettings.user
/BDArmory.Events/obj/Debug
/BDArmory/LocalDev/Refs
/BDArmory.Events/obj/Release
/Binaries
/BDArmory/Distribution/GameData/BDArmory/Plugins
/BDArmory/_ReSharper.Caches/ReSharperPlatformVs15182_74c703de.BDArmory.00
/packages/Microsoft.Net.Compilers.2.8.0
/_ReSharper.Caches/ReSharperPlatformVs15182_74c703de.BDArmory.00
/BDArmory/_ReSharper.Caches/ReSharperPlatformVs15183_74c703de.BDArmory.00
/BDArmory/_ReSharper.Caches/ReSharperPlatformVs16191_4011600b.BDArmory.00
/BDArmory/_ReSharper.Caches/ReSharperPlatformVs16191_4011600b.BDArmory.01
/_ReSharper.Caches/ReSharperPlatformVs16191_4011600b.00
/BDArmory/_ReSharper.Caches/ReSharperPlatformVs16193_4011600b.BDArmory.00
/_ReSharper.Caches/ReSharperPlatformVs16193_4011600b.00
.envrc
.vscode
19 changes: 1 addition & 18 deletions .gitignore.orig
Original file line number Diff line number Diff line change
Expand Up @@ -98,24 +98,7 @@ Icon
/.vs/BDArmory_JRODRIGV/v15
/.vs/slnx.sqlite
/BahaTurret/bin/Release
/BDArmory.Core/obj/Debug/BDArmory.Core.csproj.FileListAbsolute.txt
/BDArmory/bin/Debug
/BDArmory.Core/obj
/BDArmory/bin
/BDArmory.Multiplayer/obj
<<<<<<< HEAD
BahaTurret/BDArmory.sln.DotSettings.user
BDArmory.Core/bin/Debug/UnityEngine.dll
BDArmory.Core/bin/Debug/KSPAssets.dll
BDArmory.Core/bin/Debug/BDArmory.Core.dll
BDArmory.Core/bin/Debug/Assembly-CSharp.dll
BDArmory.Core/bin/Debug/UnityEngine.UI.dll
BahaTurret/BDArmory.csproj.user
=======
BDArmory.Core/bin/Debug/Assembly-CSharp.dll
BDArmory.Core/bin/Debug/BDArmory.Core.dll
BDArmory.Core/bin/Debug/KSPAssets.dll
BDArmory.Core/bin/Debug/UnityEngine.dll
BahaTurret/BDArmory.sln.DotSettings.user
BahaTurret/BDArmory.csproj.user
BDArmory.Core/bin/Debug/UnityEngine.UI.dll
>>>>>>> 311105e5c29cb0a842f90aa18021dbbdf54390a8
121 changes: 0 additions & 121 deletions BDArmory.Core/BDAPersistantSettingsField.cs

This file was deleted.

121 changes: 0 additions & 121 deletions BDArmory.Core/BDArmory.Core.csproj

This file was deleted.

Loading