From d8a8ba3be959132a02c13a620a8bc430efca2518 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Wed, 25 Mar 2015 23:15:51 -0600 Subject: [PATCH 1/3] New version codename --- TShockAPI/TShock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 6ba0251e..7d233033 100755 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -45,7 +45,7 @@ namespace TShockAPI public class TShock : TerrariaPlugin { public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version; - public static readonly string VersionCodename = "nicatronTg hotfixes 4.2.8 in less than an hour edition"; + public static readonly string VersionCodename = "TY: Wolfje, Kro, DankBud, Atreon, Elevatorguy"; public static string SavePath = "tshock"; private const string LogFormatDefault = "yyyy-MM-dd_HH-mm-ss"; From 3821d67359336abbbd263c11fdef54f360da3fb3 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Fri, 27 Mar 2015 23:21:44 -0600 Subject: [PATCH 2/3] JSON is a pretty cool feature to advertise --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 77ab3948..7f0f0f41 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ TShock is a server modification for Terraria, written in C#, and based upon the * Reserved slots * User punishment (kicking, banning, muting) * Server side characters +* JSON based configuration management ## Community From 7cd6db8d0c10b565489fe43f2d455bacd4433393 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Mon, 30 Mar 2015 21:57:33 -0600 Subject: [PATCH 3/3] $10 says we don't need postbuild.bat --- TShockAPI/postbuild.bat | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 TShockAPI/postbuild.bat diff --git a/TShockAPI/postbuild.bat b/TShockAPI/postbuild.bat deleted file mode 100644 index 1ecae508..00000000 --- a/TShockAPI/postbuild.bat +++ /dev/null @@ -1,11 +0,0 @@ -set pluginspath=C:\Program Files (x86)\Steam\steamapps\common\terraria\serverplugins\ -IF NOT EXIST "%pluginspath%" GOTO SkipCopy -attrib -r "%pluginspath%TShockAPI.dll" -attrib -r "%pluginspath%TShockAPI.pdb" -copy "TShockAPI.dll" "%pluginspath%" -copy "TShockAPI.pdb" "%pluginspath%" -echo Files copied -GOTO end -:SkipCopy -echo Skipped copying files -:end \ No newline at end of file