Commit Graph
35 Commits
Author SHA1 Message Date
lotodore b78dc5af75 Making list iterator standard conforming. 2011-02-28 17:12:55 +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
lotodore f4eb7221e3 Fixing more cppcheck issues. 2011-02-08 12:10:39 +00:00
floty f84e629f17 remove hand-object from board 2011-01-06 22:00:52 +00:00
lotodore edad47b7f4 Making cppcheck even happier. 2010-10-28 08:04:36 +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 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 1a5a5600ce lastMoneyWon 2007-10-29 22:26:50 +00:00
lotodore ded7ca7daf Added winner list for network client. 2007-10-29 19:57:46 +00:00
floty 97732c8b0d 2007-10-29 19:23:52 +00:00
floty fe3caa52c8 bugfix 2007-10-29 13:44:58 +00:00
lotodore b4848532f9 Added logging for server using syslog. 2007-10-23 21:26:07 +00:00
lotodore c5246aaef3 Remove debug message. 2007-10-20 22:18:16 +00:00
floty 7c2e8dc777 cleaning code and hopefully last part of refactoring playerArray to playerLists ;) 2007-10-19 14:03:12 +00:00
lotodore 4c56390dc7 Exceptions are now derived from std::exception and tell source code file and line. 2007-10-18 20:36:49 +00:00
floty 211d8fcefc comment out playerArray 2007-10-18 17:58:51 +00:00
floty a372f614e5 log side pot winners and player sits out 2007-10-17 14:46:20 +00:00
floty 7f07d066aa asserts -> LocalExceptions 2007-10-14 11:01:44 +00:00
doitux fc435f2769 exceptions & bugfixes 2007-09-29 00:08:19 +00:00
doitux aab3ac6b2c adds activePlayerList and runningPlayerList (XVII) - !!! network-BROKEN !!! 2007-09-27 00:37:01 +00:00
doitux 84c857cbff adds activePlayerList and runningPlayerList 2007-09-23 21:30:51 +00:00
doitux a9a2d33e3f buggy!!! 2007-08-10 23:16:21 +00:00
doitux 4ba33e88fb new distributePot function 2007-08-10 18:44:41 +00:00
doitux cf656d4ac2 new distributePot function 2007-08-10 00:17:46 +00:00
doitux 3ec9c3d0bd new distributePot function 2007-08-10 00:15:51 +00:00
doitux 3742f15db2 BeRo refactoring 2007-08-09 18:02:58 +00:00
lotodore b773c30ae0 Start position of dealer is now set via network. Added files for network client engine. Added factory code. 2007-05-18 17:13:27 +00:00
lotodore 27cd08ccb0 Maximum number of players is now a constant in game_defs.h. 2007-04-17 07:28:32 +00:00
doitux c198ff21a9 2007-01-14 12:40:30 +00:00
doitux 507ffdd2a8 2007-01-13 22:29:17 +00:00
doitux 1e8152e97c 2007-01-13 18:55:48 +00:00