Commit Graph
138 Commits
Author SHA1 Message Date
floty e4d358f97a cleanup game logging; delete old code and disused defines 2014-04-04 18:51:26 +02:00
floty 8a1e3a4371 bugfix check log-object for debug_mode 2014-03-25 21:33:10 +01:00
floty 1f0e256fe6 reorgranize debug_mode 2014-03-23 23:11:16 +01:00
floty 2a78c06d03 reorgranize debug_mode 2014-03-16 21:45:35 +01:00
lotodore f0f3d2eb04 Running astyle. 2013-10-06 16:30:09 +02:00
floty 52830ba4a6 bugfix #177 (reading array overflow in flopCardsValue) 2013-03-21 21:53:52 +01:00
lotodore 45a5c7cef8 License change: OpenSSL exception (for Windows 8 support, because gcrypt does not work on Windows 8). 2012-12-25 15:06:23 +01:00
floty dc5f7fb495 adapt log of local game to log of network/internet game 2012-12-22 00:19:53 +01:00
lotodore 03a1a1dc55 Implement chat bot mute on server side (#1). 2012-01-08 13:02:29 +00:00
floty c3dc99620e resolve warnings of cppcheck 2012-01-08 12:21:11 +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
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
floty 385a641ede optimizing local sqlite-logging; implementing first steps network client sqlite-logging 2011-11-09 21:39:37 +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
lotodore 024f10328a Making cppcheck happier. 2011-10-27 20:14:48 +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
lotodore 32843b2100 Use boost::random for random number generation. 2011-10-11 15:15:22 +00:00
floty 8c61403fb5 Switching license from GPL2 to AGPL3. 2011-07-03 22:27:36 +00:00
lotodore 5857f07309 Remove reference to network session from player objects. 2011-03-10 19:26:04 +00:00
floty e74d0fbf47 implementing pair for level-list 2011-03-06 15:22:13 +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
floty 1f833d106a sqlite-log: implementing action logging 2011-02-27 00:03:39 +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 4032bf48a2 Fixing cppcheck "Prefer prefix ++/-- operators for non-primitive types." issues. 2011-02-09 14:33:39 +00:00
floty a2d0272ed3 remove board-pointer from player 2011-01-12 22:33:03 +00:00
floty a1837a43f6 initialize some variables in constructor 2010-11-01 21:12:29 +00:00
lotodore edad47b7f4 Making cppcheck even happier. 2010-10-28 08:04:36 +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
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
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
doitux 96fa7c642c show cards button gui action hopefully implemented ;-) 2010-07-16 09:13:43 +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 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
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
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
doitux eb38dd7640 bugfix for http://www.pokerth.net/mantis/view.php?id=9 2009-04-12 18:59:35 +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