mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
DSM 48 Changes
This commit is contained in:
parent
b3db2df93e
commit
0a3185de11
11 changed files with 47 additions and 8 deletions
BIN
DSM/DnLServerManager_1.0.48.exe
Normal file
BIN
DSM/DnLServerManager_1.0.48.exe
Normal file
Binary file not shown.
BIN
DSM/DnLServerManager_1.0.48.zip
Normal file
BIN
DSM/DnLServerManager_1.0.48.zip
Normal file
Binary file not shown.
|
|
@ -5,7 +5,36 @@
|
|||
<title>DnL Server Manager Version Feed</title>
|
||||
<subtitle>This is the Dark and Light Server Manager release version feed.</subtitle>
|
||||
<link href="http://servermanagers.freeforums.net/" />
|
||||
<updated>2018-08-16T00:00:00Z</updated>
|
||||
<updated>2018-11-19T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:FB8FB305-5256-41BF-AF3A-00E83A30C552</id>
|
||||
<title>1.0.48 (1.0.48.1)</title>
|
||||
<summary>1.0.48.1</summary>
|
||||
<link href="http://servermanagers.freeforums.net/thread/2/downloads" />
|
||||
<updated>2018-11-19T00:00:00Z</updated>
|
||||
<content type="xhtml">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
|
||||
<p>
|
||||
<u style="font-size: .9em;">NEW</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Auto Update - Have added a delay settings to the auto-update for Sequential processing. The delay is in seconds (default 0) and will wait that number of seconds between each server update.</li>
|
||||
</ul>
|
||||
<u style="font-size: .9em;">CHANGE</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Main Window - Start position changed to 50,50.</li>
|
||||
<li>Server Status - removed server status call to offline WEB API.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:38D8952C-CCB0-4B5B-862B-2DEE95CB4AD1</id>
|
||||
|
|
|
|||
|
|
@ -5,21 +5,27 @@
|
|||
<title>DnL Server Manager Version Feed</title>
|
||||
<subtitle>This is the Dark and Light Server Manager beta version feed.</subtitle>
|
||||
<link href="http://servermanagers.freeforums.net/" />
|
||||
<updated>2018-08-16T00:00:00Z</updated>
|
||||
<updated>2018-11-19T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:2FE211A0-0081-4A40-8DE2-EAEC79F81953</id>
|
||||
<title>1.0.47 (1.0.47.1)</title>
|
||||
<summary>1.0.47.1</summary>
|
||||
<title>1.0.48 (1.0.48.1)</title>
|
||||
<summary>1.0.48.1</summary>
|
||||
<link href="" />
|
||||
<updated>2018-08-16T00:00:00Z</updated>
|
||||
<updated>2018-11-19T00:00:00Z</updated>
|
||||
<content type="xhtml">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
|
||||
<p>
|
||||
<u style="font-size: .9em;">NEW</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Auto Update - Have added a delay settings to the auto-update for Sequential processing. The delay is in seconds (default 0) and will wait that number of seconds between each server update.</li>
|
||||
</ul>
|
||||
<u style="font-size: .9em;">CHANGE</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Download Location Changed - Have moved the server manager files to a new location for hosting.</li>
|
||||
<li>Main Window - Start position changed to 50,50.</li>
|
||||
<li>Server Status - removed server status call to offline WEB API.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -421,6 +421,8 @@
|
|||
<sys:String x:Key="GlobalSettings_OverrideServerStartupTooltip">If enabled, when the auto-update is performed the server WILL NOT be restarted, regardless of if it was online before the auto-update.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ParallelUpdateLabel">Update servers in parallel</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ParallelUpdateTooltip">If enabled, when the auto-update is performed all servers will be updated at the same time, otherwise each server will be updated one after the other (this will take more time to complete).</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_SequencialDelayPeriodLabel">Delay between each server update</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_SequencialDelayPeriodTooltip">The amount of time to wait in between each server update, only available if Parallel Update is disabled.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ShutdownLabel">Shutdown Options</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ShutdownMessageInformationLabel">These warning messages will only be broadcast to your server if RCON is enabled and the RCON port set on your server profile.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ShutdownGraceIntervalLabel">Grace Period:</sys:String>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.0.47.1
|
||||
1.0.48.1
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -421,6 +421,8 @@
|
|||
<sys:String x:Key="GlobalSettings_OverrideServerStartupTooltip">If enabled, when the auto-update is performed the server WILL NOT be restarted, regardless of if it was online before the auto-update.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ParallelUpdateLabel">Update servers in parallel</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ParallelUpdateTooltip">If enabled, when the auto-update is performed all servers will be updated at the same time, otherwise each server will be updated one after the other (this will take more time to complete).</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_SequencialDelayPeriodLabel">Delay between each server update</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_SequencialDelayPeriodTooltip">The amount of time to wait in between each server update, only available if Parallel Update is disabled.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ShutdownLabel">Shutdown Options</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ShutdownMessageInformationLabel">These warning messages will only be broadcast to your server if RCON is enabled and the RCON port set on your server profile.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ShutdownGraceIntervalLabel">Grace Period:</sys:String>
|
||||
|
|
|
|||
BIN
DSM/latest.exe
BIN
DSM/latest.exe
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
1.0.47
|
||||
1.0.48
|
||||
|
|
|
|||
BIN
DSM/latest.zip
BIN
DSM/latest.zip
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue