Commit Graph
3426 Commits
Author SHA1 Message Date
doitux ec46f06d61 add autostart timer display, bad word game name check gui 2010-09-05 02:00:23 +00:00
lotodore 8a83a1dd07 Fixing config option. 2010-09-05 00:22:00 +00:00
lotodore 981bea60ce Adding new protocol notification. 2010-09-05 00:20:24 +00:00
lotodore 3c7cde9429 New protocol files. 2010-09-05 00:17:12 +00:00
lotodore 7a1a10abf5 Block bad game names on server. 2010-09-05 00:15:25 +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
lotodore 0829e80d49 Do not autostart network games. Do not start admin timer for network games. 2010-09-04 23:00:39 +00:00
floty 8157ff63b6 bugfix: update lastActionPlayer in network-games 2010-09-04 22:45:55 +00:00
lotodore e8eda4f189 Delay auto-start of games when they are full. 2010-09-04 20:08:40 +00:00
lotodore 7d145bf0e1 Fixed server crash when disconnecting during login. 2010-09-04 16:43:30 +00:00
doitux 17f10632e3 fix lan game chat 2010-09-04 13:22:38 +00:00
lotodore dc9bd92fcf Fixing double name in protocol. 2010-09-04 12:59:08 +00:00
lotodore bcdc089390 Fixing double name in protocol. 2010-09-04 12:36:39 +00:00
lotodore 5e9d22f38e Fixing issue with encrypted cards. 2010-09-04 12:27:20 +00:00
lotodore c2ba56aba9 Encrypt own cards which are sent at the beginning of the hand - only applicable to registered users. 2010-09-04 11:56:40 +00:00
lotodore daf99deac3 Sending AES encrypted cards is optional, not mandatory, since there is not always a secret available. 2010-09-04 09:59:42 +00:00
doitux 45fd81f4a7 string change 2010-09-04 07:27:55 +00:00
lotodore 9bf9aea7f2 Do not perform denial of service check in LAN games. 2010-09-03 21:40:14 +00:00
lotodore 9254cacdf7 After win32 build, move the server exe to a location where it is able to load the required dlls. 2010-08-30 16:58:47 +00:00
lotodore 3cb8e0a042 Fixing possible copy problem of mingw dlls. 2010-08-30 16:56:15 +00:00
doitux 2d3e38f670 remember lobby nick list sorting settings 2010-08-30 10:41:56 +00:00
lotodore 35b3edfa12 2010-08-30 09:16:57 +00:00
lotodore 4ebc245c0e Fixing runtime error (wrong iterator used). 2010-08-30 09:13:07 +00:00
doitux 54761f80a2 lobby: add filter for idle players in the nicklist 2010-08-30 08:31:42 +00:00
doitux e0afbfdd15 lobby: add sort by flag option, align player names in available players list 2010-08-29 21:50:18 +00:00
lotodore 46372b2b15 New protocol stuff, still for 0.8, not yet implemented. 2010-08-29 21:35:29 +00:00
lotodore 9fe9f3ce07 If multiple players leave/sit out at the same time, the one with more money at start of hand will get the better place. If people have the same stack, all will get the worse place. 2010-08-29 16:51:41 +00:00
lotodore 073ef0ea01 Adding AES128 encryption/decryption which works both with gcrypt and openssl. This can be used for encryption of player's cards (not implemented yet). 2010-08-29 15:39:46 +00:00
lotodore 698432279f Set place for all players (not only first place) in ranked games. Simple version (all players who leave/lose at the same time get the same place). 2010-08-28 14:34:02 +00:00
lotodore b6723e5ebf Store server database config in config file. 2010-08-28 10:50:17 +00:00
lotodore dfb27a0674 Win32 link fixes. 2010-08-28 09:24:54 +00:00
doitux 56ecd96ce7 french translation update 2010-08-23 21:06:43 +00:00
lotodore 1f5447bd1f Store avatar type of current avatar in db. 2010-08-23 17:37:22 +00:00
lotodore 6972437f64 Only set avatar hash in db if not zero. 2010-08-22 19:35:43 +00:00
lotodore 73cf41de27 Store hash of last used avatar in db. 2010-08-22 18:42:54 +00:00
lotodore d63b048a45 Fixing mingw build issues. Use dll version of boost on Windows. Use official mingw gcc 4.5 with dynamic libs. This means that all boost build issues should be fixed, even on Windows. 2010-08-22 16:24:40 +00:00
lotodore 5f84bbc411 Fixing issue with boost 1.44. However, Windows build using boost 1.44 is currently broken due to thread issues. 2010-08-22 10:53:27 +00:00
doitux 2d3bedf5a6 slovak translation update 2010-08-21 19:40:14 +00:00
doitux 38fbd34c62 pokerth_cz translation update 2010-08-17 21:36:01 +00:00
doitux af73aa37af show button and logging bugfix 2010-08-16 23:02:56 +00:00
doitux 1b475637a5 tataaaa beta2 now! 2010-08-15 20:25:38 +00:00
doitux 27a73d521f show new beta release info bugfix 2010-08-15 20:11:31 +00:00
lotodore 8685af480a Continue client even if wrong beta revision. 2010-08-15 19:02:20 +00:00
doitux acf38c550e beta2 updated translation files 2010-08-15 18:29:12 +00:00
lotodore 1e4bf1db64 Trying to fix postriver issue in client. 2010-08-12 22:12:08 +00:00
doitux 868e9f3e12 string freeze for beta2. translation files updated 2010-08-12 09:59:37 +00:00
lotodore d375845425 Trying to fix client issue with current game round postriver. 2010-08-11 20:41:28 +00:00
lotodore c95a33e0ce Trying to fix client issue with current game round postriver. 2010-08-11 20:39:47 +00:00
doitux 3ddb92d656 icon changes. logging bugfixes 2010-08-10 20:39:24 +00:00