more error handling for styles

This commit is contained in:
doitux
2009-04-14 21:00:22 +00:00
parent 16416aeafe
commit 49cc2364f2
10 changed files with 216 additions and 137 deletions
+2 -2
View File
@@ -3,9 +3,9 @@
<CardDeck>
<StyleDescription value="PokerTH default card deck" /> <!-- This string will be shown in settings/game table style list -->
<StyleMaintainerName value="PokerTH Development Team" /> <!-- This string should contain the name of the style maintainer and will be shown in style information -->
<StyleMaintainerEMail value="webmaster@pokerth.net" /> <!-- This string will be shown in error message if there is a problem with the style -->
<StyleMaintainerEMail value="webmaster@pokerth.net" /> <!-- This string should contain the email address of the style maintainer and will be shown in style information and also in error message if there is a problem with the style. If you dont like to post your mail address here please write value="NULL". -->
<StyleCreateDate value="04.04.2009" /> <!-- This string should contain the create date or last date of modification and will be shown in style information-->
<PokerTHStyleFileVersion value="1" /> <!-- This number matches the current PokerTH internal version that is supported, you should not change it unless PokerTH tells you to update the style -->
<Preview value="preview.png" /> <!-- This preview picture will be shown in settings/card deck style if this style is selected. The value should contain a filename of the preview picture which have to be stored in the same folder as this xml file. -->
</CardDeck>
</PokerTH>
</PokerTH>
@@ -3,9 +3,9 @@
<CardDeck>
<StyleDescription value="PokerTH default card deck (4 color)" /> <!-- This string will be shown in settings/game table style list -->
<StyleMaintainerName value="PokerTH Development Team" /> <!-- This string should contain the name of the style maintainer and will be shown in style information -->
<StyleMaintainerEMail value="webmaster@pokerth.net" /> <!-- This string will be shown in error message if there is a problem with the style -->
<StyleMaintainerEMail value="webmaster@pokerth.net" /> <!-- This string should contain the email address of the style maintainer and will be shown in style information and also in error message if there is a problem with the style. If you dont like to post your mail address here please write value="NULL". -->
<StyleCreateDate value="04.04.2009" /> <!-- This string should contain the create date or last date of modification and will be shown in style information-->
<PokerTHStyleFileVersion value="1" /> <!-- This number matches the current PokerTH internal version that is supported, you should not change it unless PokerTH tells you to update the style -->
<Preview value="preview.png" /> <!-- This preview picture will be shown in settings/card deck style if this style is selected. The value should contain a filename of the preview picture which have to be stored in the same folder as this xml file. -->
</CardDeck>
</PokerTH>
</PokerTH>
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" ?>
<PokerTH>
<TableStyle>
<StyleDescription value="danuxi table design" /> <!-- This string will be shown in settings/game table style list -->
<StyleDescription value="danuxi table design" />
<StyleMaintainerName value="Daniel Hammer" />
<StyleMaintainerEMail value="webmaster@pokerth.net" /> <!-- This string will be shown in error message if there is a problem with the style -->
<StyleMaintainerEMail value="webmaster@pokerth.net" />
<StyleCreateDate value="06.04.2009" />
<PokerTHStyleFileVersion value="1" />
<Preview value="preview.png" />
<IfFixedWindowSize value="1" /> <!-- value [1,0] 1 = fixed window size, 0 = resizeable window -->
<IfFixedWindowSize value="1" />
<FixedWindowWidth value="1024" />
<FixedWindowHeight value="600" />
<MinimumWindowWidth value="1024" />
@@ -49,17 +49,13 @@
<Table value="table.png" />
<ToolBoxBackground value="toolboxbg.png" />
<HandRanking value="handranking.png" />
<!-- Action*I18NPic: If you wanna set action pics with specific language strings you can set them here. If you wanna use the default english strings just write "NULL" instead of picture files names. PokerTH will automatically display the english ones. -->
<ActionAllInI18NPic value="NULL" /> <!-- optimal size width:height in px [100:40] -->
<ActionRaiseI18NPic value="NULL" /> <!-- optimal size width:height in px [100:40] -->
<ActionBetI18NPic value="NULL" /> <!-- optimal size width:height in px [100:40] -->
<ActionCallI18NPic value="NULL" /> <!-- optimal size width:height in px [100:40] -->
<ActionCheckI18NPic value="NULL" /> <!-- optimal size width:height in px [100:40] -->
<ActionFoldI18NPic value="NULL" /> <!-- optimal size width:height in px [100:40] -->
<ActionWinnerI18NPic value="NULL" /> <!-- optimal size width:height in px [100:40] -->
<!-- I18NString: If you wanna set specific language strings for poker actions like call, check, raise etc. which will be shown on human players buttons for this style, and some other game strings you can define them here, If you wanna use the default english strings just write value="NULL". PokerTH will automatically display the english ones. -->
<ActionAllInI18NPic value="NULL" />
<ActionRaiseI18NPic value="NULL" />
<ActionBetI18NPic value="NULL" />
<ActionCallI18NPic value="NULL" />
<ActionCheckI18NPic value="NULL" />
<ActionFoldI18NPic value="NULL" />
<ActionWinnerI18NPic value="NULL" />
<ActionAllInI18NString value="NULL" />
<ActionRaiseI18NString value="NULL" />
<ActionBetI18NString value="NULL" />
@@ -75,7 +71,6 @@
<FlopI18NString value="NULL" />
<TurnI18NString value="NULL" />
<RiverI18NString value="NULL" />
<FKeyIndicatorColor value="FFFFFF" />
<ChanceLabelPossibleColor value="A1B4FF" />
<ChanceLabelImpossibleColor value="252C50" />
@@ -129,4 +124,4 @@
<BetSpeedSliderHandleBorderColor value="00177D" />
<ChatLogTextSize value="11" />
</TableStyle>
</PokerTH>
</PokerTH>
@@ -3,7 +3,7 @@
<TableStyle>
<StyleDescription value="PokerTH default table style" /><!-- This string will be shown in settings/game table style list -->
<StyleMaintainerName value="PokerTH Development Team" /> <!-- This string should contain the name of the style maintainer and will be shown in style information -->
<StyleMaintainerEMail value="webmaster@pokerth.net" /> <!-- This string should contain the email address of the style maintainer and will be shown in style information and also in error message if there is a problem with the style -->
<StyleMaintainerEMail value="webmaster@pokerth.net" /> <!-- This string should contain the email address of the style maintainer and will be shown in style information and also in error message if there is a problem with the style. If you dont like to post your mail address here please write value="NULL". -->
<StyleCreateDate value="04.04.2009" /> <!-- This string should contain the create date or last date of modification and will be shown in style information-->
<PokerTHStyleFileVersion value="1" /> <!-- This number matches the current PokerTH internal version that is supported, you should not change it unless PokerTH tells you to update the style -->
<Preview value="preview.png" /> <!-- This preview picture will be shown in settings/game table style if this style is selected. The value should contain a filename of the preview picture which have to be stored in the same folder as this xml file. -->
@@ -136,4 +136,4 @@
<!-- Table Font Sizes - values should be set in px -->
<ChatLogTextSize value="11" />
</TableStyle>
</PokerTH>
</PokerTH>