From 4cddefd54261ae22f51882c125c37a785b5369c7 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Fri, 29 Sep 2017 21:42:24 -0500 Subject: [PATCH] -reconfigured solution and projects to be correct debug/release and files copy properly -started working on more advanced statistics --- .gitignore | 4 + Admin/Application.csproj | 24 +- Admin/Manager.cs | 28 +- Admin/Server.cs | 29 +- Admin/lib/SharedLibrary.dll | Bin 107520 -> 107008 bytes Admin/version.txt | 2 + IW4MAdmin.sln | 437 +++--- Plugins/EventAPI/EventAPI.csproj | 21 +- Plugins/FastRestart/FastRestartPlugin.csproj | 26 +- .../MessageBoard/MessageboardPlugin.csproj | 35 +- Plugins/MessageBoard/packages.config | 6 +- Plugins/SimpleStats/IW4Info.cs | 1230 +++++++++++++++++ Plugins/SimpleStats/Plugin.cs | 64 +- Plugins/SimpleStats/StatsPlugin.csproj | 19 +- Plugins/SimpleStats/Vector3.cs | 44 + Plugins/Tests/Plugin.cs | 53 +- Plugins/Tests/Tests.csproj | 42 +- Plugins/VoteMap/VotemapPlugin.csproj | 17 +- Plugins/Welcome/WelcomePlugin.csproj | 17 +- SharedLibrary/Commands/NativeCommands.cs | 2 +- SharedLibrary/Event.cs | 26 +- SharedLibrary/Helpers/PlayerHistory.cs | 2 +- SharedLibrary/Interfaces/IManager.cs | 4 +- SharedLibrary/PluginImporter.cs | 6 +- SharedLibrary/SharedLibrary.csproj | 18 +- SharedLibrary/WebService.cs | 2 +- 26 files changed, 1824 insertions(+), 334 deletions(-) create mode 100644 Plugins/SimpleStats/IW4Info.cs create mode 100644 Plugins/SimpleStats/Vector3.cs diff --git a/.gitignore b/.gitignore index da4d46d95..3eb7bf1ba 100644 --- a/.gitignore +++ b/.gitignore @@ -194,3 +194,7 @@ ModelManifest.xml /DEPLOY *.bat /DEPLOY/clean_for_publish.bat +/.vs/IW4MAdmin/v15 +/.vs/IW4MAdmin/v15 +/.vs/IW4MAdmin/v15 +/.vs/IW4MAdmin/v15/Browse.VC.db diff --git a/Admin/Application.csproj b/Admin/Application.csproj index e8822e813..ee6fbf3c3 100644 --- a/Admin/Application.csproj +++ b/Admin/Application.csproj @@ -48,9 +48,11 @@ 4 true false - ..\..\..\RuleSet1.ruleset + MinimumRecommendedRules.ruleset + false + true - + x86 pdbonly true @@ -104,6 +106,21 @@ false MinimumRecommendedRules.ruleset + + x86 + bin\x86\Debug\ + TRACE;DEBUG + + + x86 + bin\x86\Release\ + true + + + x86 + bin\x86\Release-Stable\ + true + False @@ -338,8 +355,7 @@ if $(ConfigurationName) == Release powershell.exe -file "$(SolutionDir)DEPLOY\pu if $(ConfigurationName) == Release-Stable powershell.exe -file "$(SolutionDir)DEPLOY\publish_stable.ps1" 1.4 - - + xcopy "$(SolutionDir)BUILD\plugins" "$(TargetDir)plugins" /Y