Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 86d9a0a

Browse files
committed
ValveQuery files cleanup
1 parent 3bd6122 commit 86d9a0a

9 files changed

+4
-1697
lines changed

Deploy/Compress.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ LiteralPath=
1313
"Xceed.Wpf.AvalonDock.dll",
1414
"Xceed.Wpf.AvalonDock.Themes.Metro.dll",
1515
"smxdasm.dll",
16-
"QueryMaster.dll",
17-
"Ionic.BZip2.dll",
16+
"ValveQuery.dll",
1817
"SourcepawnCondenser.dll",
1918
"Renci.SshNet.dll",
2019
"Newtonsoft.Json.dll",

Deploy/SPCode.nsi

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ File System.Windows.Interactivity.dll
4141
File Xceed.Wpf.AvalonDock.dll
4242
File Xceed.Wpf.AvalonDock.Themes.Metro.dll
4343
File smxdasm.dll
44-
File QueryMaster.dll
45-
File Ionic.BZip2.dll
44+
File ValveQuery.dll
4645
File MdXaml.dll
4746
File SourcepawnCondenser.dll
4847
File ByteSize.dll
@@ -134,8 +133,7 @@ Delete $INSTDIR\Xceed.Wpf.AvalonDock.dll
134133
Delete $INSTDIR\Xceed.Wpf.AvalonDock.Themes.Metro.dll
135134
Delete $INSTDIR\smxdasm.dll
136135
Delete $INSTDIR\LysisForSpedit.dll
137-
Delete $INSTDIR\QueryMaster.dll
138-
Delete $INSTDIR\Ionic.BZip2.dll
136+
Delete $INSTDIR\ValveQuery.dll
139137
Delete $INSTDIR\SourcepawnCondenser.dll
140138
Delete $INSTDIR\Renci.SshNet.dll
141139
Delete $INSTDIR\Newtonsoft.Json.dll

Spcode.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@
7171
<Reference Include="netstandard" />
7272
<Reference Include="PresentationCore" />
7373
<Reference Include="PresentationFramework" />
74-
<Reference Include="QueryMaster">
75-
<HintPath>QueryMaster\QueryMaster.dll</HintPath>
76-
</Reference>
7774
<Reference Include="smxdasm">
7875
<HintPath>App\smxdasm.dll</HintPath>
7976
</Reference>

UI/MainWindow/MainWindowServerQuery.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ private void Server_Query()
8989
switch ((SocketError)socketEx.ErrorCode)
9090
{
9191
case SocketError.ConnectionReset:
92-
output.Add("The connection was reset. You were probably IP banned for rcon hacking attempts.");
92+
output.Add("The connection was reset. Check your connection data and try again. You also could've been RCON banned for hacking attempts.");
9393
goto Dispatcher;
9494
case SocketError.NotConnected:
9595
case SocketError.TimedOut:

ValveQuery/DotNetZip.dll

-448 KB
Binary file not shown.

ValveQuery/Newtonsoft.Json.dll

-647 KB
Binary file not shown.
-41 KB
Binary file not shown.

0 commit comments

Comments
 (0)