diff --git a/docs/known-bugs-and-planned-features.txt b/docs/known-bugs-and-planned-features.txt index ced9c7cd..9fde4b0a 100644 --- a/docs/known-bugs-and-planned-features.txt +++ b/docs/known-bugs-and-planned-features.txt @@ -3,7 +3,7 @@ Everything is subject to change and especially the order will often change. Patc alpha2 (release by 17Aug) ====== -make HudData tables positional +fold to CB/2B/3B move version into seperate file for fpdb gui and db auto-import seperate and improve instructions for update @@ -17,6 +17,7 @@ update abbreviations.txt fix up bg colours in tv ebuild: symlink doesnt work, USE gtk, more automation, update install-in-gentoo.txt, set permissions in it, copy docs to correct place, use games eclass or whatever to get games group notice, print notice about install-in-gentoo.txt and mysql --config +verify positionalness of HudData printhand each and the 2/3 relevant printplayerflags respectively on ps-lhe-ring-successful-steal-by-cutoff.txt and ps-lhe-ring-call-3B-preflop-cb-no2b.txt alpha3 @@ -31,6 +32,7 @@ fix bug that sawFlop/Turn/River gets miscalculated if someone is allin - might a before beta =========== +optionally make tv positional gentoo ebuild: USE postgresql skins optionally combine FB/FS and CB/2B/3B diff --git a/docs/tabledesign.html b/docs/tabledesign.html index b5144967..30cd86cc 100644 --- a/docs/tabledesign.html +++ b/docs/tabledesign.html @@ -543,6 +543,11 @@ The program itself is licensed under AGPLv3, see agpl-3.0.txt
int
Player used chance to make third barrel bet
position
char(1)
Position for which this row applies. In this table this can be B(BB), S(SB), D(Dealer/Button), C(Cutoff), M(Middle - the 3 before cutoff) or E (Early - the 3 before Middle)
Table HandsActions
@@ -622,102 +627,47 @@ The program itself is licensed under AGPLv3, see agpl-3.0.txtbuyin
-int
-Buy-in in cents. Without rebuy/add-on
-buyin
int
Buy-in in cents. Without rebuy/add-on
fee
-int
-
-
fee
int
knockout
-int
-
-
knockout
int
entries
-int
--1 if unknown
-entries
int
-1 if unknown
prizepool
-int
-Need - this as separate field to support rebuy/addon
--1 if unknown
-prizepool
int
Need this as separate field to support rebuy/addon
-1 if unknown
startTime
-datetime (in UTC)
-Empty if unknown
-startTime
datetime (in UTC)
Empty if unknown
comment
-text
-
-
comment
text
commentTs
-datetime (in UTC)
-
-
commentTs
datetime (in UTC)
-
Table TourneysPlayers
References Tourneys.id |
|||||
- playerId - |
-
- int - |
-
- References Players.id - |
+ playerId |
+ int |
+ References Players.id |
- payinAmount - |
-
- int - |
-
- Buyin, fee, rebuys and add-ons - |
+ payinAmount |
+ int |
+ Buyin, fee, rebuys and add-ons |
- rank - |
-
- int - |
-
- Finishing rank - |
+ rank |
+ int |
+ Finishing rank |
- winnings - |
-
- signed int - |
-
- Winnings (not profit) by this player, -1 if unknown. - |
+ winnings |
+ signed int |
+ Winnings (not profit) by this player, -1 if unknown. |
- comment - |
-
- text - |
-
-
|
+ comment |
+ text |
+ |
- commentTs - |
-
- datetime (in UTC) - |
-
- |
+ commentTs |
+ datetime (in UTC) |
+