add docs and comments in xml files for building styles

This commit is contained in:
doitux
2009-04-04 00:35:18 +00:00
parent 82fe9869e6
commit b611eca1a0
7 changed files with 1289 additions and 1119 deletions
+22
View File
@@ -0,0 +1,22 @@
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Copyright information for PokerTH default card deck style
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Maintainer: PokerTH development team
EMail: webmaster@pokerth.net
The maintainer of this PokerTH card deck style assures that all distributed gfx files are builded by himself
or adaptation of gfx files which are released under a free licence. By building this style the maintainer
doesnt violate any third party rights.
Below you will find a list of all adaptation source gfx files which was used when building this style.
-----------------------------------------------------------------------------------------------------------------
| Source of gfx file | Licence |
|----------------------------------------------------------------------------------------------------------------
| 0.png - 52.png | http://commons.wikimedia.org/wiki/Poker_(cards_deck) |
| | |
| | |
| | |
| | |
-----------------------------------------------------------------------------------------------------------------
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" ?>
<PokerTH>
<TableStyle>
<StyleDescription value="danuxi table design (1024x600 fixed)" />
<StyleMaintainerEMail value="webmaster@pokerth.net" />
<IfFixedWindowSize value="1" />
<StyleDescription value="danuxi table design (1024x600 fixed)" /> <!-- This string will be shown in settings/game table style list -->
<StyleMaintainerEMail value="webmaster@pokerth.net" /> <!-- This string will be shown in error message if there is a problem with the style -->
<IfFixedWindowSize value="1" /> <!-- value [1,0] 1 = fixed window size, 0 = resizeable window -->
<FixedWindowWidth value="1024" />
<FixedWindowHeight value="600" />
<MinimumWindowWidth value="1024" />
Binary file not shown.

Before

Width:  |  Height:  |  Size: 499 KiB

After

Width:  |  Height:  |  Size: 494 KiB

+22
View File
@@ -0,0 +1,22 @@
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Copyright information for PokerTH default game table style
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Maintainer: PokerTH development team
EMail: webmaster@pokerth.net
The maintainer of this PokerTH game table style assures that all distributed gfx files are builded by himself
or adaptation of gfx files which are released under a free licence. By building this style the maintainer
doesnt violate any third party rights.
Below you will find a list of all adaptation source gfx files which was used when building this style.
-----------------------------------------------------------------------------------------------------------------
| Source of gfx file | Licence |
|----------------------------------------------------------------------------------------------------------------
| | |
| | |
| | |
| | |
| | |
-----------------------------------------------------------------------------------------------------------------
@@ -1,16 +1,20 @@
<?xml version="1.0" encoding="UTF-8" ?>
<PokerTH>
<TableStyle>
<StyleDescription value="PokerTH default table style" />
<StyleMaintainerEMail value="webmaster@pokerth.net" />
<IfFixedWindowSize value="0" />
<FixedWindowWidth value="1024" />
<FixedWindowHeight value="600" />
<MinimumWindowWidth value="1024" />
<MinimumWindowHeight value="600" />
<MaximumWindowWidth value="1980" />
<MaximumWindowHeight value="1200" />
<Preview value="preview.png" />
<StyleDescription value="PokerTH default table style" /><!-- This string will be shown in settings/game table style list -->
<StyleMaintainerEMail value="webmaster@pokerth.net" /> <!-- This string will be shown in error message if there is a problem with 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. -->
<!-- Windows Settings -->
<IfFixedWindowSize value="0" /><!-- value [1,0] 1 = fixed window size, 0 = resizeable window -->
<FixedWindowWidth value="1024" /> <!-- value [min 1024] This will set the fixed window width if IfFixedWindowsSize=1 -->
<FixedWindowHeight value="600" /> <!-- value [min 600] This will set the fixed window height if IfFixedWindowsSize=1 -->
<MinimumWindowWidth value="1024" /> <!-- value [min 1024] This will set the minimum window width if IfFixedWindowsSize=0 -->
<MinimumWindowHeight value="600" /> <!-- value [min 600] This will set the minimum window height if IfFixedWindowsSize=0 -->
<MaximumWindowWidth value="1980" /> <!-- value [min 1024] This will set the maximum window width if IfFixedWindowsSize=0 -->
<MaximumWindowHeight value="1200" /> <!-- value [min 600] This will set the maximum window height if IfFixedWindowsSize=0 -->
<!-- Table Pictures - values should contain filenames of pictures which have to be stored in the same folder as this xml file. if you wanna have an item to be not shown please write "NULL" instead of the picture file name -->
<ActionAllIn value="action_allin.png" />
<ActionRaise value="action_raise.png" />
<ActionBet value="action_bet.png" />
@@ -53,6 +57,8 @@
<Table value="table.png" />
<ToolBoxBackground value="toolboxbg.png" />
<HandRanking value="handranking.png" />
<!-- Table Colors - values should be set in hexcode RGB style without "#" -->
<FKeyIndicatorColor value="FFFFFF" />
<ChanceLabelPossibleColor value="9CD500" />
<ChanceLabelImpossibleColor value="55632F" />
@@ -104,6 +110,8 @@
<BetSpeedSliderGrooveBorderColor value="286400" />
<BetSpeedSliderHandleBgColor value="99D500" />
<BetSpeedSliderHandleBorderColor value="286400" />
<!-- Table Font Sizes - values should be set in px -->
<ChatLogTextSize value="11" />
</TableStyle>
</PokerTH>