Skip to content

Commit

Permalink
Cleanup and sync versions and update author info.
Browse files Browse the repository at this point in the history
  • Loading branch information
voc0der committed Dec 3, 2024
1 parent 6b3b094 commit 66f8163
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions Classes/FileHandler.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Author: © xNetrunner
* Author: © voc0der
* Project: NWNLogRotator
* GitHub: https://github.com/xNetrunner/NWNLogRotator
* GitHub: https://github.com/voc0der/NWNLogRotator
* Date: 3/3/2021
* License: MIT
* Purpose: This program is designed used alongside the Neverwinter Nights game, either Enhanced Edition, or 1.69.
Expand Down
4 changes: 2 additions & 2 deletions Classes/LogParser.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Author: © xNetrunner
* Author: © voc0der
* Project: NWNLogRotator
* GitHub: https://github.com/xNetrunner/NWNLogRotator
* GitHub: https://github.com/voc0der/NWNLogRotator
* Date: 3/3/2021
* License: MIT
* Purpose: This program is designed used alongside the Neverwinter Nights game, either Enhanced Edition, or 1.69.
Expand Down
4 changes: 2 additions & 2 deletions Classes/Notification.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Author: © xNetrunner
* Author: © voc0der
* Project: NWNLogRotator
* GitHub: https://github.com/xNetrunner/NWNLogRotator
* GitHub: https://github.com/voc0der/NWNLogRotator
* Date: 3/3/2021
* License: MIT
* Purpose: This program is designed used alongside the Neverwinter Nights game, either Enhanced Edition, or 1.69.
Expand Down
4 changes: 2 additions & 2 deletions Classes/Settings.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Author: © xNetrunner
* Author: © voc0der
* Project: NWNLogRotator
* GitHub: https://github.com/xNetrunner/NWNLogRotator
* GitHub: https://github.com/voc0der/NWNLogRotator
* Date: 3/3/2021
* License: MIT
* Purpose: This program is designed used alongside the Neverwinter Nights game, either Enhanced Edition, or 1.69.
Expand Down
4 changes: 2 additions & 2 deletions ExportConfiguration.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Author: © xNetrunner
* Author: © voc0der
* Project: NWNLogRotator
* GitHub: https://github.com/xNetrunner/NWNLogRotator
* GitHub: https://github.com/voc0der/NWNLogRotator
* Date: 3/3/2021
* License: MIT
* Purpose: This program is designed used alongside the Neverwinter Nights game, either Enhanced Edition, or 1.69.
Expand Down
4 changes: 2 additions & 2 deletions LauncherConfiguration.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Author: © xNetrunner
* Author: © voc0der
* Project: NWNLogRotator
* GitHub: https://github.com/xNetrunner/NWNLogRotator
* GitHub: https://github.com/voc0der/NWNLogRotator
* Date: 3/3/2021
* License: MIT
* Purpose: This program is designed used alongside the Neverwinter Nights game, either Enhanced Edition, or 1.69.
Expand Down
4 changes: 2 additions & 2 deletions NWNLogRotator.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Author: © xNetrunner
* Author: © voc0der
* Project: NWNLogRotator
* GitHub: https://github.com/xNetrunner/NWNLogRotator
* GitHub: https://github.com/voc0der/NWNLogRotator
* Date: 3/3/2021
* License: MIT
* Purpose: This program is designed used alongside the Neverwinter Nights game, either Enhanced Edition, or 1.69.
Expand Down
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[assembly: AssemblyTitle("NWNLogRotator")]
[assembly: AssemblyDescription("Transforms and parses any Neverwinter Nights chat log into beautiful HTML. Written in C# .NET. NWNLogRotator is both Enhanced Edition and 1.69 compatible.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("xNetrunner")]
[assembly: AssemblyCompany("voc0der")]
[assembly: AssemblyProduct("NWNLogRotator")]
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyTrademark("")]
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# NWNLogRotator
Use this NWN Log Rotator to colorize, clean, and automatically save Neverwinter Nights chat logs into beautiful HTML. Enhanced Edition and 1.69 compatible.
##### <a href="http://htmlpreview.github.io/?https://github.com/noblesigma/NWNLogRotator-Node.js/blob/master/output/NWNLogExample.html">Click here</a> for an example of a parsed log.
##### <a href="http://htmlpreview.github.io/?https://github.com/voc0der/NWNLogRotator-Node.js/blob/master/output/NWNLogExample.html">Click here</a> for an example of a parsed log.
##### <a href="https://www.youtube.com/watch?v=b2jie6fbSOA">Click here</a> to see a usage video.

# Download
Latest version can be found <a href="https://github.com/noblesigma/NWNLogRotator/releases/latest">here</a>.
Latest version can be found <a href="https://github.com/voc0der/NWNLogRotator/releases/latest">here</a>.

# Screenshots
![Screenshot of NWNLogRotator main would be here](https://raw.githubusercontent.com/noblesigma/NWNLogRotator/master/Assets/Images/screenshot_nwnlr1.png)
![Screenshot of NWNLogRotator export would be here](https://raw.githubusercontent.com/noblesigma/NWNLogRotator/master/Assets/Images/screenshot_nwnlr2.png)
![Screenshot of NWNLogRotator launcher would be here](https://raw.githubusercontent.com/noblesigma/NWNLogRotator/master/Assets/Images/screenshot_nwnlr3.png)
![Screenshot of NWNLogRotator main would be here](https://raw.githubusercontent.com/voc0der/NWNLogRotator/master/Assets/Images/screenshot_nwnlr1.png)
![Screenshot of NWNLogRotator export would be here](https://raw.githubusercontent.com/voc0der/NWNLogRotator/master/Assets/Images/screenshot_nwnlr2.png)
![Screenshot of NWNLogRotator launcher would be here](https://raw.githubusercontent.com/voc0der/NWNLogRotator/master/Assets/Images/screenshot_nwnlr3.png)

# Automation (How it works)
While open, NWNLogRotator will process new logs automatically based on the status of whether Neverwinter Nights is running. Configure the directories to match with your Neverwinter Nights default log storage, and it will process them automatically.
Expand Down

0 comments on commit 66f8163

Please sign in to comment.