From 565987da2083342572a843378eab2122352ce90b Mon Sep 17 00:00:00 2001 From: MarioE Date: Tue, 1 Oct 2013 20:55:19 -0400 Subject: [PATCH] Remove 2 year old config files... --- TShockAPI/Resources.Designer.cs | 68 +++------------------------------ TShockAPI/Resources.resx | 9 ----- TShockAPI/TShockAPI.csproj | 9 +---- TShockAPI/config/groups.txt | 53 ------------------------- TShockAPI/config/itembans.txt | 2 - TShockAPI/config/users.txt | 4 -- 6 files changed, 6 insertions(+), 139 deletions(-) delete mode 100644 TShockAPI/config/groups.txt delete mode 100644 TShockAPI/config/itembans.txt delete mode 100644 TShockAPI/config/users.txt diff --git a/TShockAPI/Resources.Designer.cs b/TShockAPI/Resources.Designer.cs index d22d260b..b4b9e8f4 100644 --- a/TShockAPI/Resources.Designer.cs +++ b/TShockAPI/Resources.Designer.cs @@ -1,25 +1,7 @@ -/* -TShock, a server mod for Terraria -Copyright (C) 2011-2013 Nyx Studios (fka. The TShock Team) - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ - -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.235 +// Runtime Version:4.0.30319.17929 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -27,6 +9,9 @@ along with this program. If not, see . //------------------------------------------------------------------------------ namespace TShockAPI { + using System; + + /// /// A strongly-typed resource class, for looking up localized strings, etc. /// @@ -74,48 +59,5 @@ namespace TShockAPI { resourceCulture = value; } } - - /// - /// Looks up a localized string similar to #Format - ///#name parent permisson1 permission2 permissionN - ///#if there is no parent, put null instead - ///#groups inherit permissions from their parents - ///#put a ! before a permission to negate it - ///#Do not remove the group default - ///#Do not name a group SuperAdmin, that is hard-coded into the code, it grants total permissions - ///#ALWAYS DECLARE A GROUP'S PARENT BEFORE YOU DECLARE THE GROUP - /// - ///#currently avaliable permissions: - ///#reservedslot - reserved slot for player - ///#canwater - allow players to use water - ///#canlav [rest of string was truncated]";. - /// - internal static string groups { - get { - return ResourceManager.GetString("groups", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to #see https://github.com/TShock/TShock/wiki/Item-List for a list of item ids - ///#List each banned item ID below this, with each on a new line. - /// - internal static string itembans { - get { - return ResourceManager.GetString("itembans", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to #format - ///#ip group - ///#see groups.txt for a list of groups - ///#127.0.0.1 superadmin. - /// - internal static string users { - get { - return ResourceManager.GetString("users", resourceCulture); - } - } } } diff --git a/TShockAPI/Resources.resx b/TShockAPI/Resources.resx index 21b8b3ab..2f96abec 100644 --- a/TShockAPI/Resources.resx +++ b/TShockAPI/Resources.resx @@ -118,13 +118,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - config\groups.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - - - config\itembans.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - - - config\users.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - \ No newline at end of file diff --git a/TShockAPI/TShockAPI.csproj b/TShockAPI/TShockAPI.csproj index 966e27b0..6732d26f 100644 --- a/TShockAPI/TShockAPI.csproj +++ b/TShockAPI/TShockAPI.csproj @@ -133,12 +133,8 @@ - - - - ResXFileCodeGenerator @@ -168,9 +164,6 @@ true - - - @@ -183,7 +176,7 @@ - +