Commit Graph
123 Commits
Author SHA1 Message Date
lotodore 03a1a1dc55 Implement chat bot mute on server side (#1). 2012-01-08 13:02:29 +00:00
floty 3a659dd5d5 logging missing network actions in sqlite; run astyle. 2012-01-05 20:54:27 +00:00
doitux fb94675aee another way to initialize stayOnTableStatus for player-objects 2011-12-18 22:34:55 +00:00
lotodore 0a8cd1cce4 Implementing automatic kick of players after a certain timeout within a game. 2011-12-16 22:39:24 +00:00
lotodore 1bf12328ee Remove players from game (without possibility to rejoin) if they did not act within a certain time. Feature is still broken, because the timer is canceled on disconnect. 2011-12-11 19:37:51 +00:00
floty d38bd0fef0 establishing new parameter roundBeforePostRiver; deleting needless parameter bettingRoundsPlayed 2011-11-13 16:00:19 +00:00
lotodore edef79e9d1 Disable rejoin for players who have been kicked. 2011-11-13 14:28:54 +00:00
floty 2437407ffc optimizing local sqlite-logging; implementing second steps network client sqlite-logging 2011-11-13 01:05:28 +00:00
lotodore 32d26e3644 Removing AFK-warning message. Preparing integration of a new auto-AFK mode. 2011-11-07 21:07:13 +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 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 8ae7db3e96 - updating sqlite-log
- handID in bero is unnecessary; removing parameter value
2011-10-21 00:16:43 +00:00
lotodore d6ab25d816 Trying to make rejoin work, still broken due to change of unique id during game. 2011-09-28 20:20:08 +00:00
lotodore 32ba77709e More work on rejoin: The server now detects when a rejoin is possible and allows the player to login directly, without waiting for a possible existing connection to be terminated. A session GUID is stored in the cache directory on client side for this purpose. 2011-08-28 17:14:03 +00:00
lotodore 0e85294519 Switching license from GPL2 to AGPL3. 2011-07-02 14:57:03 +00:00
lotodore 5857f07309 Remove reference to network session from player objects. 2011-03-10 19:26:04 +00:00
lotodore 6f290be894 Removing several unnecessary allocations. 2011-02-28 22:05:44 +00:00
floty 9c2dc64fbd sqlite-log: deleting unused parameters and implementing logging board cards 2011-02-27 16:34:39 +00:00
lotodore 63b28d7167 Running astyle. 2011-02-26 10:09:45 +00:00
floty e17b5fa74e sqlite-log: complete new hand log 2011-02-25 21:21:36 +00:00
lotodore 02518c67b2 Reformatting code using Kernighan & Ritchie style, tabs, tab width=4.
Command line: astyle --style=kr --indent=force-tab=4 --lineend=linux -n -r <file names>
2011-02-11 20:02:08 +00:00
lotodore 024258e41c More cppcheck fixes. 2011-02-09 15:01:07 +00:00
lotodore 4032bf48a2 Fixing cppcheck "Prefer prefix ++/-- operators for non-primitive types." issues. 2011-02-09 14:33:39 +00:00
lotodore f4eb7221e3 Fixing more cppcheck issues. 2011-02-08 12:10:39 +00:00
lotodore 2a7456998a Improve thread safety. 2011-01-12 23:35:45 +00:00
floty a2d0272ed3 remove board-pointer from player 2011-01-12 22:33:03 +00:00
lotodore 3974e7cac5 More shared_ptr in engine to prevent race conditions when accessing client engine from gui. Still incomplete. 2011-01-09 14:16:20 +00:00
floty f84e629f17 remove hand-object from board 2011-01-06 22:00:52 +00:00
lotodore 6952ad8a70 Some header file changes. 2011-01-03 20:23:34 +00:00
floty a0f91b04c7 putting log from local_engine to engine; implementing hand-logging 2010-12-30 01:57:23 +00:00
lotodore edad47b7f4 Making cppcheck even happier. 2010-10-28 08:04:36 +00:00
floty 3141743430 delete no longer required "playersTurn" 2010-09-29 20:56:38 +00:00
lotodore 6464700d94 AFK players are now kicked from ranking games after some timeouts if they do not enable autocheck/fold. 2010-09-05 14:33:34 +00:00
lotodore cc897745c4 Send list of cards which need to be shown instead of all cards of non-fold players. 2010-07-23 15:55:52 +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
lotodore 3acaf0ce5a Return winner list as need to show cards for now. 2010-07-17 21:14:32 +00:00
lotodore 0a15afacbb Let the server send cards on request of the corresponding user. 2010-07-17 21:11:12 +00:00
doitux 96fa7c642c show cards button gui action hopefully implemented ;-) 2010-07-16 09:13:43 +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 4643e7ff89 additional log in sqlite-db + preparation for replay mode 2010-05-29 14:05:41 +00:00
floty 8bafd61f3c full bet rule (part 1) 2010-01-02 18:10:36 +00:00
doitux c9615e264c Add stay on table animation for inactive network players which doent leave the table. some vote kick fixes. 2009-04-22 22:32:45 +00:00
lotodore a24a93caba Use unix linefeeds for all files. Finally. It's about time. 2007-11-16 15:24:25 +00:00
floty 9dd683fb59 log side pot in network & handRanking-redraw 2007-11-11 23:47:38 +00:00
lotodore 26157027dc Fixed macro redefinition. Set money won in server. 2007-10-29 22:37:42 +00:00