diff --git a/Assets/Images/screenshot_nwnlr1.png b/Assets/Images/screenshot_nwnlr1.png index 64bc429..48da4f0 100644 Binary files a/Assets/Images/screenshot_nwnlr1.png and b/Assets/Images/screenshot_nwnlr1.png differ diff --git a/Assets/Images/screenshot_nwnlr2.png b/Assets/Images/screenshot_nwnlr2.png index 87e89b7..2b8bd63 100644 Binary files a/Assets/Images/screenshot_nwnlr2.png and b/Assets/Images/screenshot_nwnlr2.png differ diff --git a/Assets/Images/screenshot_nwnlr3.png b/Assets/Images/screenshot_nwnlr3.png index 7e4b24b..62f9375 100644 Binary files a/Assets/Images/screenshot_nwnlr3.png and b/Assets/Images/screenshot_nwnlr3.png differ diff --git a/Classes/FileHandler.cs b/Classes/FileHandler.cs index adc1145..8d2d075 100644 --- a/Classes/FileHandler.cs +++ b/Classes/FileHandler.cs @@ -1,4 +1,14 @@ -using System; +/* + * Author: © noblesigma + * Project: NWNLogRotator + * GitHub: https://github.com/noblesigma/NWNLogRotator + * Date: 3/3/2021 + * License: MIT + * Purpose: This program is designed used alongside the Neverwinter Nights game, either Enhanced Edition, or 1.69. + * This program does not come with a warranty. Any support may be found on the GitHub page. +*/ + +using System; using System.IO; using System.Linq; using System.Windows; diff --git a/Classes/LogParser.cs b/Classes/LogParser.cs index eeb3e9a..72f76ae 100644 --- a/Classes/LogParser.cs +++ b/Classes/LogParser.cs @@ -1,4 +1,14 @@ -using System; +/* + * Author: © noblesigma + * Project: NWNLogRotator + * GitHub: https://github.com/noblesigma/NWNLogRotator + * Date: 3/3/2021 + * License: MIT + * Purpose: This program is designed used alongside the Neverwinter Nights game, either Enhanced Edition, or 1.69. + * This program does not come with a warranty. Any support may be found on the GitHub page. +*/ + +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/Classes/Notification.cs b/Classes/Notification.cs index 27369f6..0f83daa 100644 --- a/Classes/Notification.cs +++ b/Classes/Notification.cs @@ -1,4 +1,14 @@ -using System.Reflection; +/* + * Author: © noblesigma + * Project: NWNLogRotator + * GitHub: https://github.com/noblesigma/NWNLogRotator + * Date: 3/3/2021 + * License: MIT + * Purpose: This program is designed used alongside the Neverwinter Nights game, either Enhanced Edition, or 1.69. + * This program does not come with a warranty. Any support may be found on the GitHub page. +*/ + +using System.Reflection; using System.Windows.Forms; namespace NWNLogRotator.Classes diff --git a/Classes/Settings.cs b/Classes/Settings.cs index ee2190b..495ac57 100644 --- a/Classes/Settings.cs +++ b/Classes/Settings.cs @@ -1,4 +1,14 @@ -namespace NWNLogRotator.Classes +/* + * Author: © noblesigma + * Project: NWNLogRotator + * GitHub: https://github.com/noblesigma/NWNLogRotator + * Date: 3/3/2021 + * License: MIT + * Purpose: This program is designed used alongside the Neverwinter Nights game, either Enhanced Edition, or 1.69. + * This program does not come with a warranty. Any support may be found on the GitHub page. +*/ + +namespace NWNLogRotator.Classes { public class Settings { diff --git a/ExportConfiguration.xaml.cs b/ExportConfiguration.xaml.cs index e00978a..fc66aaa 100644 --- a/ExportConfiguration.xaml.cs +++ b/ExportConfiguration.xaml.cs @@ -1,4 +1,14 @@ -using NWNLogRotator.Classes; +/* + * Author: © noblesigma + * Project: NWNLogRotator + * GitHub: https://github.com/noblesigma/NWNLogRotator + * Date: 3/3/2021 + * License: MIT + * Purpose: This program is designed used alongside the Neverwinter Nights game, either Enhanced Edition, or 1.69. + * This program does not come with a warranty. Any support may be found on the GitHub page. +*/ + +using NWNLogRotator.Classes; using System.Windows; using System.Windows.Controls; using System.Windows.Media; diff --git a/LauncherConfiguration.xaml.cs b/LauncherConfiguration.xaml.cs index 14b26be..37cc1e0 100644 --- a/LauncherConfiguration.xaml.cs +++ b/LauncherConfiguration.xaml.cs @@ -1,4 +1,14 @@ -using NWNLogRotator.Classes; +/* + * Author: © noblesigma + * Project: NWNLogRotator + * GitHub: https://github.com/noblesigma/NWNLogRotator + * Date: 3/3/2021 + * License: MIT + * Purpose: This program is designed used alongside the Neverwinter Nights game, either Enhanced Edition, or 1.69. + * This program does not come with a warranty. Any support may be found on the GitHub page. +*/ + +using NWNLogRotator.Classes; using System.Windows; using System.Windows.Controls; using System.Windows.Input; @@ -83,7 +93,6 @@ public void ActivateLightTheme() /* * Background */ - PathToClientLabel.Background = Brushes.White; PathToClientTextBox.Background = Brushes.White; ServerAddressTextBox.Background = Brushes.White; ServerPasswordTextBox.Background = Brushes.White; diff --git a/NWNLogRotator.xaml b/NWNLogRotator.xaml index ae80c96..998fca7 100644 --- a/NWNLogRotator.xaml +++ b/NWNLogRotator.xaml @@ -47,7 +47,7 @@