From 53c9025337166a408febc15078af3e9b136b3bab Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Wed, 19 Aug 2020 15:26:25 -0700 Subject: Add natural gain accel; add scale by DPI, poll rate in GUI --- grapher/grapher.csproj | 1 + 1 file changed, 1 insertion(+) (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index cbda661..cc7a8b4 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -47,6 +47,7 @@ + -- cgit v1.2.3 From 3dd0bb9163380de64d0df4f0b5c16dd86979714e Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Thu, 20 Aug 2020 00:32:11 -0700 Subject: Sigmoid gain --- grapher/grapher.csproj | 1 + 1 file changed, 1 insertion(+) (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index cc7a8b4..2d9f4ab 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -48,6 +48,7 @@ + -- cgit v1.2.3 From fe17d04e571d180e663c7014e803ce790693f4b1 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Thu, 20 Aug 2020 12:51:33 -0700 Subject: Display active values --- grapher/grapher.csproj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 2d9f4ab..64f5e3c 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -58,6 +58,8 @@ + + -- cgit v1.2.3 From 55b739c50db217e6a61678c1eb1412e8884e3462 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Thu, 20 Aug 2020 15:46:04 -0700 Subject: Serialization mostly working --- grapher/grapher.csproj | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 64f5e3c..54b73c8 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -33,6 +33,9 @@ 4 + + ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll + @@ -81,6 +84,8 @@ + + @@ -95,6 +100,7 @@ True Resources.resx + SettingsSingleFileGenerator Settings.Designer.cs -- cgit v1.2.3 From b874058d82a60a39163e91a26f370ff308b8af32 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Sat, 22 Aug 2020 02:46:45 -0700 Subject: Saving and loading fully works --- grapher/grapher.csproj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 54b73c8..6e03ae0 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -85,7 +85,9 @@ + + -- cgit v1.2.3