CounterDroneBackend/src/CounterDrone.Core
tian 92d1131dc1 fix: 统一选择远点命中 + FlightDuration 传递,喷气式通过
PlanUnitLane: ParabolicMotion.GetFlightTimes 选远点(离无人机近)
FireEvent: 新增 FlightDuration 字段
MunitionEntity: 接收 flightDuration → _useTimeArrival,按时间到达
地基: FlightDuration = interceptShellTime(保持 InterceptCalculator 一致性)
空基: FlightDuration = ParabolicMotion 选出的远点 tof

238 全部通过
2026-06-18 10:04:30 +08:00
..
Algorithms fix: 统一选择远点命中 + FlightDuration 传递,喷气式通过 2026-06-18 10:04:30 +08:00
Models feat: 编队轴配置 + LaneDivider 策略 + 数据版本 V3 2026-06-17 18:52:53 +08:00
Repository feat: 基础数据 CRUD — 统一命名,建表入库,DataService 提供全 CRUD 2026-06-17 12:36:49 +08:00
Services feat: 基础数据 CRUD — 统一命名,建表入库,DataService 提供全 CRUD 2026-06-17 12:36:49 +08:00
Simulation fix: 统一选择远点命中 + FlightDuration 传递,喷气式通过 2026-06-18 10:04:30 +08:00
CounterDrone.Core.csproj Phase 10: 探测实时链路开发 + planner 诊断 + 硬编码消除 2026-06-16 14:10:23 +08:00
DatabaseManager.cs feat: 编队轴配置 + LaneDivider 策略 + 数据版本 V3 2026-06-17 18:52:53 +08:00
DefaultData.cs feat: 编队轴配置 + LaneDivider 策略 + 数据版本 V3 2026-06-17 18:52:53 +08:00
DefaultScenarios.cs fix: 空基/地基统一发射角计算,风偏纳入;三机全灭 2026-06-17 20:20:00 +08:00
IPathProvider.cs Phase 1: 核心基础 — 项目骨架、数据模型、Repository、ModelService/GroupService,27个单元测试全部通过 2026-06-11 14:08:37 +08:00
TestPathProvider.cs Phase 10: 探测实时链路开发 + planner 诊断 + 硬编码消除 2026-06-16 14:10:23 +08:00