2025-08-05

Trying to get tests working. Looking into new data visualisation strategies.

  • Add tests for fighters intercepting a capital ship
  • Fixed bug with fighter indexing when capitals were queuing orders
  • Added test result exporting to data assets/tables/float curves
  • Add FTickCountdown, a tick-based timer
  • Add SimulationClockInterface, a limited way of getting simulation time info from the simulation orchestrator
  • Add data assets to bundle data like actor configs
  • Add tests for the simulation orchestrator
  • Support simulation pausing
  • Make fighter enemy scanning periodic
  • Moved some code into the SandboxCore plugin and changed the tests from automation tests to low-level Catch2 tests
  • Clamp fighter move distances to prevent overshoot
  • Add some variadic helpers for nullptr and size checks in my loop kernel functions