Commit Graph
353 Commits
Author SHA1 Message Date
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
lotodore c5c9ce262a Additional LocalExceptions. 2007-10-14 17:49:15 +00:00
floty 7f07d066aa asserts -> LocalExceptions 2007-10-14 11:01:44 +00:00
floty a865c0a2bc bugfix: smallBlind 2007-10-11 08:44:24 +00:00
lotodore 253778bf30 Added error handling for networking stuff. Now checking the player action. 2007-10-10 22:21:24 +00:00
floty f3b3fd9d7c checkMyAction() 2007-10-09 21:19:22 +00:00
floty 28f33dea76 2007-10-07 12:00:34 +00:00
floty b437d8f7d2 firstRunGui 2007-10-07 11:12:02 +00:00
floty 952e433a18 bugfix: showing ai cards 2007-10-05 12:04:38 +00:00
doitux edee654b1b bugfix: no bigblind in network logs 2007-10-03 22:42:24 +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
doitux cffacbbe1a remove playerlist iterator from log 2007-10-01 09:16:54 +00:00
doitux f8be237ead adds activePlayerList and runningPlayerList (XXVI) 2007-09-30 00:06:34 +00:00
doitux 6e795d99d5 adds activePlayerList and runningPlayerList (XXV) - bugfixes 2007-09-29 17:08:05 +00:00
doitux 45774f4b75 adds activePlayerList and runningPlayerList (XXIV) - bugfixes 2007-09-29 16:08:48 +00:00
doitux 390837f332 adds activePlayerList and runningPlayerList (XXIII) - bugfixes 2007-09-29 13:22:00 +00:00
doitux fc435f2769 exceptions & bugfixes 2007-09-29 00:08:19 +00:00
doitux eec7e6c097 adds activePlayerList and runningPlayerList (XXI) - bugfixes 2007-09-28 15:04:52 +00:00
doitux 4728967f97 adds activePlayerList and runningPlayerList (XX) - bugfixes 2007-09-28 00:16:11 +00:00
doitux 73cf938496 adds activePlayerList and runningPlayerList (XIX): bugfixes 2007-09-27 20:36:02 +00:00
doitux 6d30e324e0 adds activePlayerList and runningPlayerList (XVIII) 2007-09-27 18:07:03 +00:00
lotodore 78bf4820af Changed network code for new player lists. 2007-09-27 14:17:07 +00:00
doitux 21e29247c6 adds activePlayerList and runningPlayerList (XVIII) - !!! network-BROKEN !!! 2007-09-27 09:47:02 +00:00
doitux aab3ac6b2c adds activePlayerList and runningPlayerList (XVII) - !!! network-BROKEN !!! 2007-09-27 00:37:01 +00:00
doitux ce75d91595 couts deleted 2007-09-26 22:32:00 +00:00
doitux 4f7d7ee277 adds activePlayerList and runningPlayerList (XVI) 2007-09-26 22:27:05 +00:00
doitux f41245f310 adds activePlayerList and runningPlayerList (XV) - !!! BROKEN !!! - last sable rev866 2007-09-26 20:11:49 +00:00
doitux 1f21fe815e adds activePlayerList and runningPlayerList (XIV) - !!! BROKEN !!! - last sable rev866 2007-09-26 19:45:58 +00:00
doitux 6c19233c18 adds activePlayerList and runningPlayerList (XIII) - BUGGY!!! - last sable rev866 2007-09-26 10:13:10 +00:00
doitux 8ac5673c00 adds activePlayerList and runningPlayerList (XII) - BUGGY!!! - last sable rev866 2007-09-26 00:08:45 +00:00
doitux 0ea06c8a96 adds activePlayerList and runningPlayerList (XI) - BUGGY!!! - last sable rev866 2007-09-25 21:46:38 +00:00
doitux bcc5966a68 adds activePlayerList and runningPlayerList (X) - !!! BROKEN !!! - last stable rev is 866 2007-09-25 18:00:05 +00:00
doitux af5b7f45dd adds activePlayerList and runningPlayerList (IX) 2007-09-25 13:10:10 +00:00
doitux 4efd19c758 adds activePlayerList and runningPlayerList (VIII) - BUGGY!!! - last sable rev856 2007-09-25 12:43:58 +00:00
doitux 96b47972d4 adds activePlayerList and runningPlayerList (VI) 2007-09-25 09:52:58 +00:00
doitux f39a7d393a adds activePlayerList and runningPlayerList (V) 2007-09-25 09:07:36 +00:00
doitux f6a316fc2e adds activePlayerList and runningPlayerList (IV) 2007-09-24 21:09:36 +00:00
doitux 876508c540 adds activePlayerList and runningPlayerList (III) 2007-09-24 14:57:37 +00:00
doitux d03f114b46 adds activePlayerList and runningPlayerList (II) 2007-09-24 10:02:17 +00:00
doitux 84c857cbff adds activePlayerList and runningPlayerList 2007-09-23 21:30:51 +00:00
doitux 8f029d2ea4 bugfix: segfault in kicker detection 2007-09-23 17:07:52 +00:00
lotodore d0898ed336 Now using openssl on windows instead of ms crypto api. Can't stand all these handles for the crypto api, openssl will be required later anyway. MD5 sums will be used when transfering avatars for efficient caching - avatars are identified by their MD5 sum.
Sorry for making it even harder to compile on windows...
2007-09-08 11:00:46 +00:00
lotodore 9d0edc5eee Major redesign: The game can not be left without disconnecting from the server. This happens if a player is kicked, if he wishes to leave, or for other reasons. Error packets from the server will always cause a disconnect, however.
If joining a game fails, there is a proper failure packet now.
2007-09-06 19:09:05 +00:00
lotodore 0900d3844b Fixed a bunch of compiler warnings (mingw compiler). 2007-09-04 23:37:32 +00:00
lotodore b0ef569da0 Fixed linefeeds. *sigh* 2007-09-04 09:45:29 +00:00
lotodore b9e5ed52dc Moved flopValues/preflopValues data from files to source code of engine. 2007-09-04 09:38:32 +00:00
lotodore 23d9bb71c3 Fixed some compiler warnings. Added error if game is running. 2007-09-03 18:05:39 +00:00
floty 9fcd33d229 kicker detection (IV) - bugfix 2007-09-03 15:59:55 +00:00