floty
196c4b2e0a
delete waste code fpr cppcheck
2013-09-15 16:10:43 +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
floty
bf5f0cc1a7
bugfix für issue #3 (money disappears in rare case)
2012-12-20 18:15:06 +01:00
floty
31c1dad938
fixing chip miscalculation ( #152 )
2012-12-09 19:41:39 +01:00
lotodore
d48c9f59c7
Several cppcheck fixes.
2012-11-26 23:01:16 +01:00
lotodore
f145ae2b42
Fixing cppcheck issues.
2012-09-02 12:35:41 +02:00
John Karahalis
8a3e3cb155
Renamed the hand "Two Pairs" to "Two Pair".
...
Nitpick, but the name of the hand is "Two Pair".
https://en.wikipedia.org/wiki/Two_pair#Two_pair
English is a funny language.
This commit does not correct the name of the hand in any images (for
example data/gfx/gui/table/default/handranking.png) because the
corresponding GIMP templates do not have separate text layers, making
them difficult to edit.
2012-08-14 00:10:25 -04:00
doitux
93aaabdef3
refactoring qmessageboxes to make them useable on android
2012-05-17 01:35:59 +02:00
lotodore
21c1aa392e
Android random number generator fixes (use deterministic rng on android).
2012-04-22 12:01:43 +00:00
floty
2ed4410da6
bugfix: wrong hand name ( #97 )
2012-01-24 18:03:36 +00:00
lotodore
4b0630f900
Use .c_str() instead of .data() to access null terminated char array of std::string. Use boost::filesystem::path when opening the log files ( #99 ).
2012-01-11 22:28:41 +00: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
floty
cbcc12da42
bugfix: program crash by logging in network games
2012-01-07 20:46:30 +00:00
floty
800199f6f0
changing parameter in some log-functions; run astyle
2012-01-07 18:42:24 +00:00
floty
d2aeabb47a
creating log-object in main-function and commiting it to session
2012-01-02 22:07:25 +00:00
lotodore
25ed93f477
Making cppcheck happy.
2011-12-23 17:14:36 +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
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
lotodore
32d26e3644
Removing AFK-warning message. Preparing integration of a new auto-AFK mode.
2011-11-07 21:07:13 +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
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
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
lotodore
32843b2100
Use boost::random for random number generation.
2011-10-11 15:15:22 +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
floty
8c61403fb5
Switching license from GPL2 to AGPL3.
2011-07-03 22:27:36 +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
lotodore
5857f07309
Remove reference to network session from player objects.
2011-03-10 19:26:04 +00:00
lotodore
4ec5f4eae9
Removing dependency to gnutls, only gcrypt is required now.
2011-03-08 18:42:57 +00:00
floty
e74d0fbf47
implementing pair for level-list
2011-03-06 15:22:13 +00:00
lotodore
5144690bee
Hacking around memory leak.
2011-03-01 09:07:39 +00:00
lotodore
6f290be894
Removing several unnecessary allocations.
2011-02-28 22:05:44 +00:00
lotodore
2cd2ac57ca
Fixing cppcheck issue and compiler warning.
2011-02-28 18:29:57 +00:00