From 0ec1bfa8cf611fec7b90c22c318ef9f88f6d1d58 Mon Sep 17 00:00:00 2001 From: SpoinkyNL Date: Tue, 20 Dec 2016 00:07:30 +0100 Subject: [PATCH] Implemented most LightFX functions --- .../Games/ProjectCars/ProjectCarsView.xaml | 30 +- .../LightFX2Artemis/LightFX2Artemis.vcxproj | 39 +-- .../LightFX2Artemis.vcxproj.filters | 21 +- Artemis/LightFX2Artemis/LightFxDevice.cpp | 12 + Artemis/LightFX2Artemis/LightFxDevice.h | 11 + Artemis/LightFX2Artemis/LightFxLight.cpp | 12 + Artemis/LightFX2Artemis/LightFxLight.h | 11 + Artemis/LightFX2Artemis/LightFxState.cpp | 7 + Artemis/LightFX2Artemis/LightFxState.h | 6 +- Artemis/LightFX2Artemis/Source.cpp | 212 +++++++++++ .../includes/LFXConfigurator.h | 205 ----------- Artemis/LightFX2Artemis/includes/log.h | 172 +++++++++ Artemis/LogiLed2Artemis/main.cpp | 328 ++++++++++++++---- 13 files changed, 752 insertions(+), 314 deletions(-) create mode 100644 Artemis/LightFX2Artemis/LightFxDevice.cpp create mode 100644 Artemis/LightFX2Artemis/LightFxDevice.h create mode 100644 Artemis/LightFX2Artemis/LightFxLight.cpp create mode 100644 Artemis/LightFX2Artemis/LightFxLight.h create mode 100644 Artemis/LightFX2Artemis/Source.cpp delete mode 100644 Artemis/LightFX2Artemis/includes/LFXConfigurator.h create mode 100644 Artemis/LightFX2Artemis/includes/log.h diff --git a/Artemis/Artemis/Modules/Games/ProjectCars/ProjectCarsView.xaml b/Artemis/Artemis/Modules/Games/ProjectCars/ProjectCarsView.xaml index 86adeed7d..0fd088dd3 100644 --- a/Artemis/Artemis/Modules/Games/ProjectCars/ProjectCarsView.xaml +++ b/Artemis/Artemis/Modules/Games/ProjectCars/ProjectCarsView.xaml @@ -16,7 +16,6 @@ - @@ -32,19 +31,19 @@ - The Euro Truck Simulator 2 module uses code from the + The Project CARS module uses code from the - ETS2 Telemetry Web Server + NavigateUri="https://bitbucket.org/MikeyTT/pcars-api-demo"> + pCars API Demo - project by Funbit + project by MikeyTT - - -