p42 - started implementing autoimport.
renamed some files to match the future more precise splitting of processing and frontend code changing from gitX to pX to match Gentoo portage's convention. changed table design on feedback from ray but not yet the actual code - more coming shortly
This commit is contained in:
@@ -136,6 +136,13 @@ The program itself is licensed under AGPLv3, see agpl-3.0.txt</p>
|
||||
ring - ringgames aka cash games<br>
|
||||
tour - tournament incl SnG</P></TD>
|
||||
</TR>
|
||||
<TR VALIGN=TOP>
|
||||
<TD><P>base</P></TD>
|
||||
<TD><P>char(4)</P></TD>
|
||||
<TD><p>The underlying structure. valid entries:<br>
|
||||
hold - Holdem and Omaha<br>
|
||||
stud - Stud and Razz </P></TD>
|
||||
</TR>
|
||||
<TR VALIGN=TOP>
|
||||
<TD><P>category</P></TD>
|
||||
<TD><P>varchar(9)</P></TD>
|
||||
@@ -156,6 +163,14 @@ The program itself is licensed under AGPLv3, see agpl-3.0.txt</p>
|
||||
cp=Cap Pot Limit<br>
|
||||
fl=Fixed Limit</P></TD>
|
||||
</TR>
|
||||
<TR VALIGN=TOP>
|
||||
<TD><P>hiLo</P></TD>
|
||||
<TD><P>char(1)</P></TD>
|
||||
<TD><p>Whether the game is hi, lo or both. Valid Entries:<br>
|
||||
h - High only<br>
|
||||
l - Low only<br>
|
||||
s - Hi/Lo Split</P></TD>
|
||||
</TR>
|
||||
<TR VALIGN=TOP>
|
||||
<TD><P>smallBlind</P></TD>
|
||||
<TD><P>int</P></TD>
|
||||
|
||||
Reference in New Issue
Block a user