Commit Graph
807 Commits
Author SHA1 Message Date
lotodore 2f1e371e4f Added code to calculate the MD5 sum of a file. To be used for avatars. 2007-09-08 13:38:06 +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
doitux c5c6bec710 2007-09-07 20:30:56 +00:00
doitux 783536f6b7 lobbychat class added 2007-09-07 20:26:13 +00:00
doitux 78a2db39a1 adds NickList to lobbydialog 2007-09-07 18:30:51 +00:00
doitux 94c8bb14ec libircclient compiles on linux; german translation update; tabfixes for windows 2007-09-07 18:00:52 +00:00
lotodore 75c02ec8c0 Now using the prepared password dialog. 2007-09-07 10:18:06 +00:00
doitux e50f9708af dutch, german translation update; string updates; IRC server configuration added; password-dialog to join a private game; return-event for chat-input (chat-classes not implementet) 2007-09-07 08:58:36 +00:00
doitux 731ea48c78 font fixes 2007-09-06 23:45:17 +00:00
doitux 489f5b2ae8 font fixes 2007-09-06 22:32:15 +00:00
doitux f14e6b00d6 font changes 2007-09-06 21:58:36 +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
doitux 040aadda3c 2007-09-06 19:02:03 +00:00
lotodore 9f6bf5206e The checkbox "fill up with computer players" is now working (protocol has been changed to implement this). Lobby dialog is now also used after joining the game. Leaving game not possible yet. 2007-09-05 19:14:34 +00:00
lotodore d789162a2a New version of the boost timer (addon lib). 2007-09-05 00:06:20 +00:00
lotodore 0900d3844b Fixed a bunch of compiler warnings (mingw compiler). 2007-09-04 23:37:32 +00:00
lotodore 232382e28f Use qt 4.3.0 for vc now. 2007-09-04 23:00:42 +00:00
doitux 2f9f603bef font fixes 2007-09-04 22:54:07 +00:00
lotodore def679e66c Deactivate kicker log code for now (as it might cause segfaults). Will be fixed later. 2007-09-04 22:36:03 +00:00
doitux b96bad9f69 font fixes 2007-09-04 22:30:58 +00:00
doitux d4459f9e14 2007-09-04 18:17:49 +00:00
doitux b6ccbc9c36 2007-09-04 18:02:37 +00:00
lotodore 6e7f2c06fc Fixed nasty GUI update bug in game list. Fixed compiler warning. 2007-09-04 17:38:13 +00:00
lotodore 46fe52aeb7 Added third party library libircclient (without modifications, license is LGPL). Added preliminary irc thread. Still work in progress. 2007-09-04 15:05:02 +00:00
lotodore 9ed217609b Internet game lobby dialog shows now overview of games and whether they are private. Now showing connection progress before the internet game lobby. 2007-09-04 12:44:11 +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
doitux ad54eb9924 2007-09-03 23:30:32 +00:00
doitux 95467e0b96 checkBox_fillUpWithComputerOpponents added; some startnetworkgamedialog behaviour changes 2007-09-03 22:51:00 +00:00
lotodore dee51b3df2 Trying to fix SDL definition conflict. 2007-09-03 19:17:45 +00:00
lotodore 23d9bb71c3 Fixed some compiler warnings. Added error if game is running. 2007-09-03 18:05:39 +00:00
lotodore ecab6ed86b Fixed a really nasty receive bug (TCP only). Using SCTP would be so much better... 2007-09-03 16:35:45 +00:00
floty 9fcd33d229 kicker detection (IV) - bugfix 2007-09-03 15:59:55 +00:00
floty 8fbc376706 kicker detection (III) - all possible hand 2007-09-03 14:42:49 +00:00
floty 32cf200c98 bugfix: Task #5 — bet error in turn 2007-09-03 14:04:12 +00:00
floty 9e31b06544 kicker detection (II) - highest card 2007-09-03 13:56:31 +00:00
doitux 35f2b645e2 some other gui fixes for qt-4.3.1 2007-09-03 01:09:22 +00:00
doitux 95b3c45750 some other gui fixes for qt-4.3.* 2007-09-03 00:26:38 +00:00
lotodore 4ca2c72978 Fixed problem with recursive mutex. 2007-09-02 22:54:33 +00:00
lotodore 40151ac51e Fixed debug/release problems with mingw. 2007-09-02 22:05:05 +00:00
floty 0765385240 minimum raise setting (III) 2007-09-02 21:34:04 +00:00
lotodore dde14654f9 Trying to add computer players in dedicated server. Not fully functional yet (names are not shown). 2007-09-02 20:59:16 +00:00
floty 33fdc95cec minimum raise setting (II) 2007-09-02 20:14:14 +00:00
floty f6f997ca3b minimum raise setting (I) 2007-09-02 19:20:49 +00:00
floty 5840937432 kicker detection (I) 2007-09-02 18:35:39 +00:00
lotodore bd53403752 Major redesign: Using game ids and player ids in gui (associated with tree view items).
Player list of all network games is now dynamically updated in lobby (no polling, server sends events).
2007-09-02 16:36:52 +00:00
floty 1b8616d079 bugfix heads up 2007-09-02 15:38:08 +00:00
doitux ba586fd751 sdl include fix 2007-09-02 11:30:48 +00:00
doitux 3677a2b4b4 some other gui fixes for qt-4.3.* 2007-09-02 07:58:30 +00:00
lotodore d35f4ae997 Player list is now sent in Game List New notification. Not shown in dialog yet. 2007-09-01 22:59:55 +00:00