Commit Graph
100 Commits
Author SHA1 Message Date
floty 0852a7a2a5 changelog for 0.9-beta1 2011-11-13 20:40:28 +00:00
floty d38bd0fef0 establishing new parameter roundBeforePostRiver; deleting needless parameter bettingRoundsPlayed 2011-11-13 16:00:19 +00:00
floty 982b6ec686 resolving warnings 2011-11-13 11:55:18 +00:00
floty 2437407ffc optimizing local sqlite-logging; implementing second steps network client sqlite-logging 2011-11-13 01:05:28 +00:00
floty 385a641ede optimizing local sqlite-logging; implementing first steps network client sqlite-logging 2011-11-09 21:39:37 +00:00
floty 77cda8da32 clientThreat gets log-object now 2011-11-06 20:03:32 +00:00
floty 6fbb5c9841 running astyle 2011-11-02 18:27:15 +00:00
floty 3352a199fc sqlite-logging at the end of hand/game possible; moving winner/sitOut-logging from gui to engine 2011-11-01 18:03:48 +00:00
floty 7798bd0f37 delete unused variable "myWinnerState" in player 2011-10-29 16:21:29 +00:00
floty bb3fb9e13c delete unused function "getMyWinnerState"; activate Engine-Action-Log in localHand; run astyle 2011-10-29 14:41:17 +00:00
floty 7f13da91e5 applying astyle 2011-10-26 22:29:47 +00:00
floty f1dc2e90a5 - rename lastPlayersTurn -> previousPlayerID and lastActionPlayer -> lastActionPlayerID 2011-10-26 19:34:57 +00:00
floty c867a789d3 - bugfix new entry in PlayerActionLog 2011-10-24 20:53:32 +00:00
floty fb01a698d5 - some changes in sqlite logging
- replace myAction-int by PlayerAction in player-object
2011-10-24 20:44:22 +00:00
floty ad4aace71d - some changes in sqlite logging
- replace beroID-int by GameState in hand
2011-10-22 23:57:02 +00:00
floty a958c4916e some changes in hole cards logging 2011-10-22 14:00:33 +00:00
floty 8ae7db3e96 - updating sqlite-log
- handID in bero is unnecessary; removing parameter value
2011-10-21 00:16:43 +00:00
floty 8c61403fb5 Switching license from GPL2 to AGPL3. 2011-07-03 22:27:36 +00:00
floty 7715063fe6 implementing sqlite3_free for error-messages 2011-04-19 19:42:49 +00:00
floty 0b6ab97d26 sqlite-log: logging hole cards 2011-03-25 01:17:56 +00:00
floty 6ccd1d0d0e sqlite-log: transmitting some functions to cardsValue for logging hole cards 2011-03-20 22:16:57 +00:00
floty e74d0fbf47 implementing pair for level-list 2011-03-06 15:22:13 +00:00
floty 2032ccaec9 fixing Ticket #61 by limiting small Blind; highestSet and minimumRaise should thus limited too 2011-03-06 13:22:52 +00:00
floty 9c2dc64fbd sqlite-log: deleting unused parameters and implementing logging board cards 2011-02-27 16:34:39 +00:00
floty 1f833d106a sqlite-log: implementing action logging 2011-02-27 00:03:39 +00:00
floty e17b5fa74e sqlite-log: complete new hand log 2011-02-25 21:21:36 +00:00
floty a2d0272ed3 remove board-pointer from player 2011-01-12 22:33:03 +00:00
floty f84e629f17 remove hand-object from board 2011-01-06 22:00:52 +00:00
floty 924d6a38b7 remove configFile from Log 2011-01-03 17:56:06 +00:00
floty a0f91b04c7 putting log from local_engine to engine; implementing hand-logging 2010-12-30 01:57:23 +00:00
floty 121575caa5 sqlite-logging: include log in pokerth_lib; new function for game-logging 2010-12-28 23:01:39 +00:00
floty 29e16e3489 create log in session; put some include from header to cpp 2010-12-20 20:30:12 +00:00
floty 0e46188ff3 some bugfixes in Log and guiLog 2010-12-18 23:10:10 +00:00
floty 4f89969bd3 implementing first function in new log.cpp 2010-12-17 23:18:30 +00:00
floty 4e2a989031 bugfix guilog, adding new log in local_engine 2010-12-15 23:01:10 +00:00
floty 6b3ed95b1a Log -> guiLog (delete old log.h and log.cpp) 2010-12-13 22:11:26 +00:00
floty ad055022f3 Log -> guiLog 2010-12-13 22:09:48 +00:00
floty 06771c8848 implementing tables für sqlite-logging 2010-12-06 20:42:34 +00:00
floty 79f3a283b1 include SQLITE3-LIB 2010-11-27 23:31:47 +00:00
floty 8c136a6559 improvements of figures inside the rectangle 2010-11-21 21:46:41 +00:00
floty a1837a43f6 initialize some variables in constructor 2010-11-01 21:12:29 +00:00
floty 7cb9f78c97 minor changes in sqlite-logging 2010-10-03 11:10:42 +00:00
floty 3141743430 delete no longer required "playersTurn" 2010-09-29 20:56:38 +00:00
floty 377f6dde6e active sqlite-log with symbol constant 2010-09-29 17:43:49 +00:00
floty 9dfe3dc344 bugfix deadlock when computer player are going all in with their raise 2010-09-22 21:26:57 +00:00
floty cefe5b9240 bugfix full bet rule 2010-09-08 19:21:15 +00:00
floty 03be7c2f16 localboard without 'cout' 2010-09-04 23:41:13 +00:00
floty 0380ae0ced bugfix: playerNeedToShowCards-List for all in situations 2010-09-04 23:30:55 +00:00
floty 8157ff63b6 bugfix: update lastActionPlayer in network-games 2010-09-04 22:45:55 +00:00
floty ee910b27ba comment the sqlite-log 2010-07-22 21:34:11 +00:00
floty 7f3e3f6dfd delete some bug for determining the list of player who have to show their cards. additionally the lastActionPlayer is now determined correctly (especially in every betting roud) 2010-07-22 21:17:22 +00:00
floty aae32164ff detemine player who need to show their cards at the end of the hand. this version is possibly buggy, because its tested marginal. additionally the lastActionPlayer is determined not correctly so far. 2010-07-22 06:03:11 +00:00
floty 756e92aeab implement frame for list of player who need to show their cards at the end of the hand 2010-07-15 22:37:46 +00:00
floty e2cef18b57 changes in logging with sqlite-db 2010-07-15 22:36:06 +00:00
floty dad7c694ce bugfix in logging with sqlite-db 2010-07-14 16:05:18 +00:00
floty bebc215e88 changes in logging with sqlite-db 2010-07-13 20:26:46 +00:00
floty 51126fad7c changes in logging with sqlite-db 2010-07-02 23:29:30 +00:00
floty 4643e7ff89 additional log in sqlite-db + preparation for replay mode 2010-05-29 14:05:41 +00:00
floty 8017d1c8cb full bet rule (part 4) 2010-01-19 20:33:15 +00:00
floty 0191118138 full bet rule (part 3) 2010-01-06 21:32:18 +00:00
floty 6807449a33 BUGFIX: full bet rule (part 2) -> solved BugID: 0000001 2010-01-03 13:06:09 +00:00
floty 8bafd61f3c full bet rule (part 1) 2010-01-02 18:10:36 +00:00
floty e1aad00800 delete division by 0 in localplayer.cpp which arised with the change to 10 players 2009-04-15 16:24:46 +00:00
floty aac3e2c988 fixes: "Bug ID 0000007: Highlighting of cards on split pot could be better " --> http://www.pokerth.net/mantis/view.php?id=7 2009-01-18 22:47:50 +00:00
floty 97617753fa fixes: "Bug ID 0000003: Low straight flush (with A) incorrectly picked" --> http://www.pokerth.net/mantis/view.php?id=3 2009-01-15 22:11:45 +00:00
floty e7a63b1a99 vector in cardsChance 2008-12-20 19:01:07 +00:00
floty c95b4aecf8 vector in cardsChance 2008-12-20 18:47:38 +00:00
floty 7ba70be3ac vector in cardsChance 2008-12-20 16:47:02 +00:00
floty 53af719071 cardsChance 2008-12-17 21:50:05 +00:00
floty 76ad3f55be showdown beginning 2008-10-20 20:09:08 +00:00
floty 030fd6a8c5 showdown beginning 2008-10-20 20:08:18 +00:00
floty 1c5e5767da - exclude bad numbers in getRandNumber (tools.cpp)
- delete warnings in localplayer
2008-10-20 09:25:45 +00:00
floty 05737fb7e5 calcHandsChance 2008-10-17 11:25:58 +00:00
floty 48124f21f4 2008-10-17 11:22:14 +00:00
floty b71a06d243 calcHandsChance 2008-10-17 11:00:14 +00:00
floty 9d77cbedeb calcHandsChance 2008-10-17 10:58:03 +00:00
floty dae1eb1605 calcHandsChance 2008-10-17 09:49:36 +00:00
floty 77a66b310d calcHandsChance 2008-10-17 09:48:37 +00:00
floty 7f25130f66 calcHandsChance 2008-10-16 20:10:48 +00:00
floty 9fdd7805da calcCardsChance 2008-10-16 09:21:30 +00:00
floty d3aed3209d calcCardsChance 2008-10-15 19:03:55 +00:00
floty 544c7ec952 blind logging 2007-12-02 20:52:18 +00:00
floty 22051d38ed 2007-11-16 23:41:35 +00:00
floty 639bb21cc4 human player handling for engine 2007-11-12 22:11:16 +00:00
floty 19343ef8f8 handRanking-redraw 2007-11-11 23:49:43 +00:00
floty 9dd683fb59 log side pot in network & handRanking-redraw 2007-11-11 23:47:38 +00:00
floty 7b47cad473 winner log in local game 2007-11-03 14:25:59 +00:00
floty a31ee1a003 2007-11-01 20:41:14 +00:00
floty 60b3ac4c22 log playerWinsGame in local game 2007-11-01 19:18:52 +00:00
floty 1a5a5600ce lastMoneyWon 2007-10-29 22:26:50 +00:00
floty 97732c8b0d 2007-10-29 19:23:52 +00:00
floty fe3caa52c8 bugfix 2007-10-29 13:44:58 +00:00
floty c85e683b03 2007-10-19 14:03:23 +00:00
floty 7c2e8dc777 cleaning code and hopefully last part of refactoring playerArray to playerLists ;) 2007-10-19 14:03:12 +00:00
floty 1974abeee8 bugfix 2007-10-19 09:40:21 +00:00
floty 211d8fcefc comment out playerArray 2007-10-18 17:58:51 +00:00
floty 06a8fd5730 actual -> current ;) 2007-10-18 17:40:12 +00:00
floty a372f614e5 log side pot winners and player sits out 2007-10-17 14:46:20 +00:00
floty 6822e60805 new log-window design 2007-10-14 13:09:16 +00:00
floty 9a9bd9e552 new log-window design 2007-10-14 11:55:40 +00:00