ConanServerManager 1.1.77.3

This commit is contained in:
Brett Hewitson 2022-06-25 11:40:33 +10:00
parent 9aa3239458
commit ccc9686dc4
7 changed files with 41 additions and 8 deletions

Binary file not shown.

Binary file not shown.

View file

@ -7,6 +7,32 @@
<link href="http://servermanagers.freeforums.net/" />
<updated>2022-06-21T00:00:00Z</updated>
<entry>
<id>urn:uuid:CDD1853D-66EA-4649-AD24-E491D64C853E</id>
<title>1.1.77 (1.1.77.3)</title>
<summary>1.1.77.3</summary>
<link href="" />
<updated>2022-06-24T00: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;">CHANGE</u>
<br/>
<ul>
<li>Availability Status - Changed the Waiting for Publication status into two new statuses, to clarify the issue.</li>
<li>Main Window - changed the control coloring (now blue) that are NOT included in the profile sync.</li>
<li>Server Monitor - Added a Ports column that shows the main server ports.</li>
<li>3rd Party Libraries - updated all library to latest versions.</li>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:15FEC514-38B7-4367-BE79-1E00983E7EBB</id>
<title>1.1.76 (1.1.76.3)</title>

View file

@ -412,6 +412,7 @@
<sys:String x:Key="ServerMonitor_SelectedColumnLabel">Selected</sys:String>
<sys:String x:Key="ServerMonitor_ProfileColumnLabel">Profile</sys:String>
<sys:String x:Key="ServerMonitor_ServerColumnLabel">Server</sys:String>
<sys:String x:Key="ServerMonitor_PortsColumnLabel">Ports</sys:String>
<sys:String x:Key="ServerMonitor_MapColumnLabel">Map</sys:String>
<sys:String x:Key="ServerMonitor_ModsColumnLabel">Mods</sys:String>
<sys:String x:Key="ServerMonitor_VersionColumnLabel">Version</sys:String>
@ -869,8 +870,8 @@
<sys:String x:Key="GlobalSettings_Alerts_ServerStatusChangeTooltip">This message will be displayed when the status of the server changes.</sys:String>
<sys:String x:Key="GlobalSettings_Alerts_ModUpdateDetectedLabel">Mod Update Detected:</sys:String>
<sys:String x:Key="GlobalSettings_Alerts_ModUpdateDetectedTooltip">This message will be displayed when the server manager detects one or more mods are out of date.</sys:String>
<sys:String x:Key="GlobalSettings_Alerts_ForceRespawnDinosLabel">Force Respawn Creatures Warning:</sys:String>
<sys:String x:Key="GlobalSettings_Alerts_ForceRespawnDinosTooltip">This message will be displayed when the server is being started and a wild creature wipe is scheduled.</sys:String>
<sys:String x:Key="GlobalSettings_Alerts_OnlinePlayerCountChangeLabel">Online Player Count Change:</sys:String>
<sys:String x:Key="GlobalSettings_Alerts_OnlinePlayerCountChangeTooltip">This message will be displayed when the online player count changes.</sys:String>
<sys:String x:Key="GlobalSettings_DiscordBotLabel">Enable Discord Bot</sys:String>
<sys:String x:Key="GlobalSettings_DiscordBotInformationLabel">You will need to restart the server manager if you change any settings for the Discord Bot.</sys:String>
@ -1012,14 +1013,19 @@
<sys:String x:Key="ServerSettings_LastStartedLabel">Last Start Time:</sys:String>
<sys:String x:Key="ServerSettings_AvailabilityLabel">Availability:</sys:String>
<sys:String x:Key="ServerSettings_AvailabilityTooltip">The status of the server on Steam.</sys:String>
<sys:String x:Key="ServerSettings_Availability_Unknown">Unknown</sys:String>
<sys:String x:Key="ServerSettings_Availability_SetPublicIP">Set Public IP</sys:String>
<sys:String x:Key="ServerSettings_Availability_Unavailable">Unavailable</sys:String>
<sys:String x:Key="ServerSettings_Availability_Waiting">Waiting for publication</sys:String>
<sys:String x:Key="ServerSettings_Availability_Available">Available</sys:String>
<sys:String x:Key="ServerSettings_PlayersLabel">Players:</sys:String>
<sys:String x:Key="ServerSettings_PlayersTooltip">The current number of players connected to the server.</sys:String>
<sys:String x:Key="ServerSettings_Availability_Unknown">Unknown</sys:String>
<sys:String x:Key="ServerSettings_Availability_Unavailable">Unavailable</sys:String>
<sys:String x:Key="ServerSettings_Availability_UnavailableTootip">Server in not accessible</sys:String>
<sys:String x:Key="ServerSettings_Availability_LocalOnly">LAN Only</sys:String>
<sys:String x:Key="ServerSettings_Availability_LocalOnlyTootip">Server accessible via Local IP only. Port Forwarding, Firewall or CGNAT etc are preventing public access.</sys:String>
<sys:String x:Key="ServerSettings_Availability_PublicOnly">Available - No Loopback</sys:String>
<sys:String x:Key="ServerSettings_Availability_PublicOnlyTootip">Server accessible via Local IP and Public IP, loopback not available. Server is public but Public IP not accessible via LAN.</sys:String>
<sys:String x:Key="ServerSettings_Availability_Available">Available</sys:String>
<sys:String x:Key="ServerSettings_Availability_AvailableTootip">Server accessible via Local IP and Public IP</sys:String>
<sys:String x:Key="ServerSettings_RuntimeStatusInitializingLabel">Initializing</sys:String>
<sys:String x:Key="ServerSettings_RuntimeStatusRunningLabel">Running</sys:String>
<sys:String x:Key="ServerSettings_RuntimeStatusStoppedLabel">Stopped</sys:String>
@ -1368,6 +1374,7 @@
<sys:String x:Key="DiscordBot_ProfileNotFound">Profile/Alias '{0}' was not found or is not associated with the channel.</sys:String>
<sys:String x:Key="DiscordBot_ProfileBadStatus">Profile '{0}' is in a state '{1}' that cannot run this command.</sys:String>
<sys:String x:Key="DiscordBot_ProfileUpdating">Profile '{0}' is currently being updated.</sys:String>
<sys:String x:Key="DiscordBot_NoChannelProfiles">No profiles are associated with the channel.</sys:String>
<sys:String x:Key="DiscordBot_InfoFailed">Call to server '{0}' failed.</sys:String>
<sys:String x:Key="DiscordBot_BackupRequested">A backup request for server '{0}' has been sent.</sys:String>

Binary file not shown.

View file

@ -1 +1 @@
1.1.76
1.1.77

Binary file not shown.