Skip to content
Success

Changes

Summary

  1. RCS fuel flow fixes and missing last stage in the VAB (commit: 30d949a) (details)
Commit 30d949ad5ba911104d9b785cb2ef175840275e67 by lamont
RCS fuel flow fixes and missing last stage in the VAB

In the ALL_VESSEL checks, it needs to be looking at "PartsRemainingInStage"
rather than Vessel.Parts since the latter isn't updated as the Sim runs.

This also affects ModuleEngines as well, but typically engines don't use
ALL_VESSEL flow, so it seems like it affects RCS.

This also should fix bugs with the bottom stage being missing in the
VAB.

Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
(commit: 30d949a)
The file was modified MechJebLib/FuelFlowSimulation/DecouplingAnalyzer.cs (diff)
The file was modified MechJebLib/FuelFlowSimulation/SimVessel.cs (diff)
The file was modified MechJebLib/FuelFlowSimulation/PartModules/SimModuleEngines.cs (diff)
The file was modified MechJebLibBindings/FuelFlowSimulation/SimVesselUpdater.cs (diff)
The file was modified MechJebLib/Utils/DictOfLists.cs (diff)
The file was modified MechJebLib/FuelFlowSimulation/PartModules/SimModuleRCS.cs (diff)
The file was modified MechJebLibBindings/FuelFlowSimulation/SimVesselBuilder.cs (diff)