feat: new lights and number of engines increased to 6

This commit is contained in:
tzobler
2025-11-13 13:58:36 +01:00
parent dbe7bf69fb
commit a3d6bb871f
22 changed files with 667 additions and 330 deletions

View File

@@ -58,7 +58,7 @@ namespace swift::misc::simulation::msfs2024
// TODO TZ Implement model queries via SimConnect if possible
// misc shut not include simconnect headers or plugins directly
// still no idea how to do that
const CSimulatorInfo simulatorInfo = CSimulatorInfo::msfs2024();
allModels =
CCentralMultiSimulatorModelCachesProvider::modelCachesInstance().getSynchronizedCachedModels(simulatorInfo);
@@ -83,7 +83,7 @@ namespace swift::misc::simulation::msfs2024
if (m_parserWorker && !m_parserWorker->isFinished()) { return; }
emit this->diskLoadingStarted(simulator, mode);
// TODO TZ simplify, we don't need directories
// TODO TZ need help: simplify, we don't need directories in this->performParsing for MSFS2024
m_parserWorker = CWorker::fromTask(this, "CAircraftModelLoaderMsfs2024::performParsing",
[this, modelDirs, excludedDirectoryPatterns, modelConsolidation]() {
auto models = this->performParsing();