Commit Graph
1351 Commits
Author SHA1 Message Date
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
doitux 3f8086eba4 add aditional guilog message "player joined game" for rejoined players 2011-11-01 00:02:12 +00:00
doitux fb6edc997f implement #79 - show cards chances also after fold 2011-10-29 19:02:15 +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 44a1ca3a9b Changed message text. 2011-10-28 20:41:58 +00:00
doitux 552e45e4d5 prevent gui logging left-player and new-game-admin if gametable is not
visible
2011-10-28 20:32:46 +00:00
doitux 2a8b8d793f disable leave_game button during game-start or rejoin-start 2011-10-28 20:03:26 +00:00
doitux aaeef120a7 add special rejoin dialog for waiting game msg box 2011-10-27 09:04:19 +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
doitux f707c5eb32 personal messages enhancements: complex nicks are automatic formated
correctly with " " in the /msg command; also simple pm feedback for the
sender added
2011-10-21 21:20:51 +00:00
floty 8ae7db3e96 - updating sqlite-log
- handID in bero is unnecessary; removing parameter value
2011-10-21 00:16:43 +00:00
lotodore 2f588ffed7 Running astyle. 2011-10-20 14:13:25 +00:00
doitux b43909d742 add netLeaveTableWhenGameFinish config dialog option for ticket #2,
string changes, better recognizable (pm) support in chat
2011-10-19 20:49:34 +00:00
doitux ec721b9ea5 maemo support in pokerth_game.pro with a simple CONFIG switch 2011-10-17 13:33:16 +00:00
doitux 6f938c110c add simple maemo gui support into main pokerth_game.pro 2011-10-17 13:08:31 +00:00
lotodore 32843b2100 Use boost::random for random number generation. 2011-10-11 15:15:22 +00:00
lotodore a472bdb2fb Fixing compiler warning. 2011-10-03 14:44:09 +00:00
lotodore aee0adbffe More protocol changes for rejoin. Re-adding server password to protocol. 2011-10-03 08:03:58 +00:00
lotodore f8c89304d1 Some changes to make cppcheck happy. 2011-09-29 20:54:24 +00:00
lotodore 945a8f4588 More work on rejoin. Server still sends a denial message. 2011-09-11 17:41:56 +00:00
doitux 22a9cf8a86 next try for previous fix 2011-08-21 18:15:42 +00:00
doitux 3d98dd3445 fix overlapping dialog bug if internet connection is to slow during game
start
2011-08-21 06:32:28 +00:00
doitux a23ccb10f1 rejoin dialog with gameId instead of gameName string 2011-08-08 19:50:28 +00:00
doitux ade189fdc5 new rejoin possible dialog added 2011-08-07 20:16:03 +00:00
doitux d1e7266501 fix wrong include indents 2011-07-03 19:45:08 +00:00
doitux 29242aa47d Switching license from GPL2 to AGPL3. Translation files update 2011-07-02 23:03:18 +00:00
doitux 56ac857eb4 japanese translation added 2011-06-17 12:45:46 +00:00
lotodore 8bac902580 Fixing loads of msvc warnings (mainly size_t vs int issues). 2011-04-10 10:04:42 +00:00
lotodore 3cb3a5c3a8 Fixing msvc issue: compiler limit : blocks nested too deeply 2011-04-10 08:32:40 +00:00
floty 6ccd1d0d0e sqlite-log: transmitting some functions to cardsValue for logging hole cards 2011-03-20 22:16:57 +00:00
lotodore 07b448cf34 Running astyle. 2011-03-10 19:27:15 +00:00
doitux bf687e924f add country flag name tooltip in lobby dialog (Ticket #9) 2011-03-05 22:08:57 +00:00
doitux df66625b96 Possible fix for Ticket #59 2011-03-05 21:42:52 +00:00
doitux 62da7257d5 implement new "open stats page" context menu (ticket #63) 2011-03-05 21:20:08 +00:00
doitux 9b8e250876 ticket #6 implemented (new filter for ranking games in the lobby). Testing needed 2011-03-04 21:03:42 +00:00
lotodore 6f290be894 Removing several unnecessary allocations. 2011-02-28 22:05:44 +00:00
lotodore a87a12e8b0 Remove unnecessary allocation. 2011-02-28 21:19:04 +00:00
lotodore 2ad5f1cb40 Fixing possible memory leak and compiler warnings. 2011-02-28 19:59:14 +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 c4b8e567ed Implementing private messages in lobby chat, ticket #12. Some cosmetic improvements are still missing. 2011-02-11 23:02:29 +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 246c99e62e Trying to fix more cppcheck messages. 2011-02-10 13:54:53 +00:00
lotodore 26d5ab02bc More cppcheck fixes. Almost done now. 2011-02-09 16:44:26 +00:00
lotodore 49f6c4e757 More cppcheck fixes. 2011-02-09 16:25:05 +00:00
lotodore 024258e41c More cppcheck fixes. 2011-02-09 15:01:07 +00:00