From 7373bad4468090e2e3638b3520440db20d0157e2 Mon Sep 17 00:00:00 2001 From: SpoinkyNL Date: Fri, 3 Feb 2017 19:32:24 +0100 Subject: [PATCH] Clean up Tweening Fix tweening performance Fix overlay rendering Fix LUA drawing scale on non-keyboard events Added 15 sec startup delay on autorun --- Artemis/Artemis/Artemis.csproj | 8 +- Artemis/Artemis/ArtemisBootstrapper.cs | 11 +++ Artemis/Artemis/Models/DeviceVisualModel.cs | 12 +++ Artemis/Artemis/Models/FrameModel.cs | 13 +++ .../GeneralProfile/GeneralProfileModel.cs | 2 +- .../Profiles/Layers/Models/TweenModel.cs | 84 +++++++++++-------- .../Profiles/Lua/Modules/LuaEventsModule.cs | 2 +- .../Profiles/Lua/Wrappers/LuaDrawWrapper.cs | 47 ++++++----- Artemis/Artemis/Profiles/ProfileModel.cs | 29 ++++--- Artemis/Artemis/Properties/AssemblyInfo.cs | 4 +- Artemis/Artemis/Settings/GeneralSettings.cs | 2 +- Artemis/Artemis/packages.config | 2 +- 12 files changed, 136 insertions(+), 80 deletions(-) diff --git a/Artemis/Artemis/Artemis.csproj b/Artemis/Artemis/Artemis.csproj index bfa85bf56..e46fc944c 100644 --- a/Artemis/Artemis/Artemis.csproj +++ b/Artemis/Artemis/Artemis.csproj @@ -159,8 +159,8 @@ ..\packages\CSCore.1.1.0\lib\net35-client\CSCore.dll True - - ..\packages\CUE.NET.1.1.1\lib\net45\CUE.NET.dll + + ..\packages\CUE.NET.1.1.2.1\lib\net45\CUE.NET.dll True @@ -1035,12 +1035,12 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - +