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 |
|
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 |
|
doitux
|
7da3ad5481
|
starts human player input filed redesign - PART VII (firtst steps for network game)
|
2007-10-19 20:43:53 +00:00 |
|
floty
|
7c2e8dc777
|
cleaning code and hopefully last part of refactoring playerArray to playerLists ;)
|
2007-10-19 14:03:12 +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
|
7f07d066aa
|
asserts -> LocalExceptions
|
2007-10-14 11:01:44 +00:00 |
|
lotodore
|
253778bf30
|
Added error handling for networking stuff. Now checking the player action.
|
2007-10-10 22:21:24 +00:00 |
|
floty
|
b437d8f7d2
|
firstRunGui
|
2007-10-07 11:12:02 +00:00 |
|
lotodore
|
cb5315dd73
|
Set small/big blind position id on client.
|
2007-10-02 22:56:26 +00:00 |
|
lotodore
|
4d68e58da2
|
Fixed a few nasty networking-related bugs.
|
2007-10-02 20:50:28 +00:00 |
|