mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
Fixed missing Tribename
This commit is contained in:
parent
a689fb67df
commit
c6e1db281f
3 changed files with 32 additions and 15 deletions
|
|
@ -5,7 +5,30 @@
|
||||||
<title>Ark Server Manager Version Feed</title>
|
<title>Ark Server Manager Version Feed</title>
|
||||||
<subtitle>This is the Ark Server Manager release version feed.</subtitle>
|
<subtitle>This is the Ark Server Manager release version feed.</subtitle>
|
||||||
<link href="http://arkservermanager.freeforums.net/" />
|
<link href="http://arkservermanager.freeforums.net/" />
|
||||||
<updated>2021-09-01T00:00:00Z</updated>
|
<updated>2021-11-14T00:00:00Z</updated>
|
||||||
|
|
||||||
|
<entry>
|
||||||
|
<id>urn:uuid:FE1BAB29-859F-4939-AC97-304772112929</id>
|
||||||
|
<title>1.1.404 (1.1.404.1)</title>
|
||||||
|
<summary>1.1.404.1</summary>
|
||||||
|
<link href="" />
|
||||||
|
<updated>2021-11-14T00: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;">BUGFIX</u>
|
||||||
|
<br/>
|
||||||
|
<ul>
|
||||||
|
<li>RCON Window - Fixed the tribe name missing from the player list.</li>
|
||||||
|
</ul>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</content>
|
||||||
|
<author>
|
||||||
|
<name>bletch</name>
|
||||||
|
<email>bletch1971@hotmail.com</email>
|
||||||
|
</author>
|
||||||
|
</entry>
|
||||||
|
|
||||||
<entry>
|
<entry>
|
||||||
<id>urn:uuid:191D15BB-817E-407B-882A-7CF063DD79A0</id>
|
<id>urn:uuid:191D15BB-817E-407B-882A-7CF063DD79A0</id>
|
||||||
|
|
|
||||||
|
|
@ -5,27 +5,21 @@
|
||||||
<title>Ark Server Manager Version Feed</title>
|
<title>Ark Server Manager Version Feed</title>
|
||||||
<subtitle>This is the Ark Server Manager beta version feed.</subtitle>
|
<subtitle>This is the Ark Server Manager beta version feed.</subtitle>
|
||||||
<link href="http://arkservermanager.freeforums.net/" />
|
<link href="http://arkservermanager.freeforums.net/" />
|
||||||
<updated>2021-11-11T00:00:00Z</updated>
|
<updated>2021-11-14T00:00:00Z</updated>
|
||||||
|
|
||||||
<entry>
|
<entry>
|
||||||
<id>urn:uuid:191D15BB-817E-407B-882A-7CF063DD79A0</id>
|
<id>urn:uuid:FE1BAB29-859F-4939-AC97-304772112929</id>
|
||||||
<title>1.1.403 (1.1.403.1)</title>
|
<title>1.1.404 (1.1.404.1)</title>
|
||||||
<summary>1.1.403.1</summary>
|
<summary>1.1.404.1</summary>
|
||||||
<link href="" />
|
<link href="" />
|
||||||
<updated>2021-11-11T00:00:00Z</updated>
|
<updated>2021-11-14T00:00:00Z</updated>
|
||||||
<content type="xhtml">
|
<content type="xhtml">
|
||||||
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
|
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
|
||||||
<p>
|
<p>
|
||||||
<u style="font-size: .9em;">NEW</u>
|
<u style="font-size: .9em;">BUGFIX</u>
|
||||||
<br/>
|
<br/>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Server Settings - haved added resizing to all the grids, so the height can be increased/decreased. The height is also remembered, so when you reopen ASM, it will size the grid correctly.</li>
|
<li>RCON Window - Fixed the tribe name missing from the player list.</li>
|
||||||
</ul>
|
|
||||||
<u style="font-size: .9em;">CHANGES</u>
|
|
||||||
<br/>
|
|
||||||
<ul>
|
|
||||||
<li>Server Settings - Supply Crate Section - Added indicator icons to each grid row, for better troubleshooting of possible issues.</li>
|
|
||||||
<li>ru-RU Translation file updated.</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -222,7 +222,7 @@
|
||||||
<Label Content="{Binding CharacterName}" Padding="0,-1,0,-1"/>
|
<Label Content="{Binding CharacterName}" Padding="0,-1,0,-1"/>
|
||||||
<TextBlock Text="{Binding PlayerData.Level, StringFormat=({0})}" Margin="5,0,0,0" Padding="0,-1,0,-1" />
|
<TextBlock Text="{Binding PlayerData.Level, StringFormat=({0})}" Margin="5,0,0,0" Padding="0,-1,0,-1" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
<Label Padding="0,-1,0,-1" Style="{DynamicResource Tribename}"/>
|
<Label Padding="0,-1,0,-1" Style="{DynamicResource TribeName}"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Grid>
|
</Grid>
|
||||||
</Border>
|
</Border>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue