From 3ccd0013b4bd700128246e863608cc732944be69 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Mon, 13 Nov 2017 17:17:10 -0600 Subject: [PATCH] Version 1.5 Updated Readme --- Admin/Application.csproj | 68 +++++++++--------- Admin/Main.cs | 2 +- Admin/Manager.cs | 16 ++--- Admin/Properties/AssemblyInfo.cs | 2 +- Admin/lib/SharedLibrary.dll | Bin 111104 -> 111104 bytes Admin/version.txt | 2 + Plugins/Tests/Plugin.cs | 8 +++ README.md | 118 +++++++++++++++++-------------- 8 files changed, 120 insertions(+), 96 deletions(-) diff --git a/Admin/Application.csproj b/Admin/Application.csproj index 9bcdf6b0b..cae355cce 100644 --- a/Admin/Application.csproj +++ b/Admin/Application.csproj @@ -156,93 +156,93 @@ - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest Always - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + Always - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest PreserveNewest - + PreserveNewest @@ -276,7 +276,7 @@ - + False @@ -286,7 +286,7 @@ True File - + False @@ -296,7 +296,7 @@ True File - + False @@ -365,9 +365,13 @@ copy /Y "$(TargetDir)IW4MAdmin.exe.config" "$(SolutionDir)BUILD" copy /Y "$(ProjectDir)lib\Kayak.dll" "$(SolutionDir)BUILD\lib" xcopy /Y /I /E "$(ProjectDir)webfront\*" "$(SolutionDir)BUILD\Webfront" +xcopy /Y /I /E "$(TagetDir)Config\*" "$(SolutionDir)BUILD\Config" -if $(ConfigurationName) == Release-Nightly powershell.exe -file "$(SolutionDir)DEPLOY\publish_nightly.ps1" 1.4 -if $(ConfigurationName) == Release-Stable powershell.exe -file "$(SolutionDir)DEPLOY\publish_stable.ps1" 1.4 + +if $(ConfigurationName) == Release-Nightly powershell.exe -file "$(SolutionDir)DEPLOY\publish_nightly.ps1" 1.5 +if $(ConfigurationName) == Release-Stable powershell.exe -file "$(SolutionDir)DEPLOY\publish_stable.ps1" 1.5 + + xcopy /Y "$(SolutionDir)BUILD\Plugins" "$(TargetDir)Plugins\" diff --git a/Admin/Main.cs b/Admin/Main.cs index 9c623f3d6..424375350 100644 --- a/Admin/Main.cs +++ b/Admin/Main.cs @@ -15,7 +15,7 @@ namespace IW4MAdmin static void Main(string[] args) { - Version = 1.4; + Version = 1.5; handler = new ConsoleEventDelegate(OnProcessExit); SetConsoleCtrlHandler(handler, true); diff --git a/Admin/Manager.cs b/Admin/Manager.cs index bc928cd42..ea1ab1701 100644 --- a/Admin/Manager.cs +++ b/Admin/Manager.cs @@ -146,7 +146,7 @@ namespace IW4MAdmin #region COMMANDS if ((ClientDatabase as ClientsDB).GetOwner() == null) - Commands.Add(new COwner("owner", "claim ownership of the server", "owner", Player.Permission.User, 0, false)); + Commands.Add(new COwner("owner", "claim ownership of the server", "o", Player.Permission.User, 0, false)); Commands.Add(new CQuit("quit", "quit IW4MAdmin", "q", Player.Permission.Owner, 0, false)); Commands.Add(new CKick("kick", "kick a player by name. syntax: !kick .", "k", Player.Permission.Trusted, 2, true)); @@ -154,31 +154,31 @@ namespace IW4MAdmin Commands.Add(new CTempBan("tempban", "temporarily ban a player for for specified time (defaults to 1 hour). syntax: !tempban