doitux
|
bc63661d96
|
add sound-system SDL_mixer
|
2007-05-29 12:22:05 +00:00 |
|
doitux
|
61e2131470
|
add changeHumanPlayerNameDialog
|
2007-05-28 19:56:57 +00:00 |
|
doitux
|
0c4648e194
|
bigger toolboxes. chat --> left
|
2007-05-28 13:13:48 +00:00 |
|
doitux
|
654ce481ca
|
chat-blinking if invisible and message received
|
2007-05-25 10:49:26 +00:00 |
|
doitux
|
c37cafbf70
|
|
2007-05-24 22:51:06 +00:00 |
|
doitux
|
73626eb40d
|
avatar gallery started
|
2007-05-23 10:19:10 +00:00 |
|
lotodore
|
b773c30ae0
|
Start position of dealer is now set via network. Added files for network client engine. Added factory code.
|
2007-05-18 17:13:27 +00:00 |
|
lotodore
|
5f033730da
|
Restructured network server.
|
2007-05-14 21:18:24 +00:00 |
|
lotodore
|
37bf6e4eb9
|
Added packet type to start a "Hand". Added generic gui for the server.
|
2007-05-13 17:50:48 +00:00 |
|
doitux
|
a37fe9969e
|
|
2007-05-11 00:15:42 +00:00 |
|
doitux
|
9a717fb0c2
|
fixes 20/40 bug
|
2007-05-03 22:44:08 +00:00 |
|
doitux
|
d5bc78813d
|
|
2007-05-02 23:22:03 +00:00 |
|
doitux
|
00064928d0
|
|
2007-05-02 19:31:28 +00:00 |
|
doitux
|
0c45c62189
|
|
2007-05-02 10:32:19 +00:00 |
|
doitux
|
bd40897b9b
|
dutch translation added
|
2007-05-01 19:34:54 +00:00 |
|
doitux
|
a857719dff
|
first translation test
|
2007-04-30 12:19:14 +00:00 |
|
lotodore
|
e0bc14282f
|
Now using int as parameters for the signal/slot method. This needs to be fixed some time...
|
2007-04-27 22:55:19 +00:00 |
|
lotodore
|
73a5117066
|
Configuration is transferred. A new game should be started on client side, but signal/slot is not working yet. Oh well.
|
2007-04-27 21:35:18 +00:00 |
|
lotodore
|
29b6050ee1
|
Game configuration now placed in a struct. Prepared to send/receive game configuration over tcp.
|
2007-04-26 23:07:08 +00:00 |
|
lotodore
|
e202a83fbc
|
Fixed bug: "hands before raise" is now taken from dialog. Removed config from game.cpp for networking.
|
2007-04-26 21:11:13 +00:00 |
|
doitux
|
6230dc8581
|
utf8 for logdir and datadir xml stream
|
2007-04-21 20:42:50 +00:00 |
|
lotodore
|
a8cce94d3b
|
Back to rev. 347
|
2007-04-20 23:14:08 +00:00 |
|
doitux
|
5437f91315
|
|
2007-04-20 08:18:18 +00:00 |
|
doitux
|
2b94ce958f
|
path to UTF8
configfile split
|
2007-04-18 00:11:24 +00:00 |
|
doitux
|
e89b543a92
|
stringToUtf8 added in guiinterface
|
2007-04-08 16:46:50 +00:00 |
|
doitux
|
9ce9978c0b
|
-lssl --> -lcrypto
|
2007-04-07 13:46:33 +00:00 |
|
lotodore
|
4633a0fdea
|
Added Win32 libs so that the static qt works without additional changes. Only affects the Win32 version.
|
2007-03-29 23:34:41 +00:00 |
|
lotodore
|
2fd204592b
|
First version of the icon for Win32.
|
2007-03-28 16:01:38 +00:00 |
|
doitux
|
75eec30b32
|
|
2007-03-27 16:03:26 +00:00 |
|
lotodore
|
ef10602d5c
|
Initial handshake and network game start. Works with multiple clients. Not yet stable, because it is not thread-safe. GUI callbacks not complete yet (server dialog not updated).
|
2007-03-20 02:20:50 +00:00 |
|
doitux
|
bce36dfc28
|
|
2007-03-14 09:02:41 +00:00 |
|
lotodore
|
ca354dce7f
|
Started to implement server state engine.
|
2007-03-13 23:27:17 +00:00 |
|
lotodore
|
f5289a6fcf
|
Added helper class for receiving data. Modified sender thread to support sending partial packets. Prepared abstractions for server state machine.
|
2007-03-13 02:23:12 +00:00 |
|
doitux
|
fd461383da
|
new pro file
|
2007-03-08 00:34:44 +00:00 |
|
doitux
|
07dd1a7461
|
preflopValues added as resource
|
2007-03-03 00:11:26 +00:00 |
|
lotodore
|
b7790e94ff
|
|
2007-03-02 00:04:18 +00:00 |
|
floty
|
520b22708e
|
better random numbers (RAND_bytes)
|
2007-03-01 22:23:21 +00:00 |
|
doitux
|
eae5f68f89
|
|
2007-02-28 20:51:43 +00:00 |
|
doitux
|
0d592ca9d1
|
|
2007-02-27 19:04:28 +00:00 |
|
lotodore
|
d4855a2ca2
|
Added simple server. Added session establishment (only test code). Added sender thread.
|
2007-02-25 23:16:26 +00:00 |
|
lotodore
|
d63588f54b
|
Name resolution can be aborted. Fixed bug in socket_set_port.
|
2007-02-25 17:08:58 +00:00 |
|
doitux
|
d74a9eef70
|
createnetworkgamedialog and startnetworkgamedialog added
|
2007-02-22 00:48:18 +00:00 |
|
doitux
|
b5c8c13a47
|
waitforservertostartgamedialog added
|
2007-02-21 23:32:56 +00:00 |
|
doitux
|
2e6cf7cddf
|
left toolbox
|
2007-02-20 00:05:09 +00:00 |
|
lotodore
|
793ea40f9b
|
Updated make file. Should work with Win32 and Linux now.
|
2007-02-18 15:14:59 +00:00 |
|
doitux
|
4e69e4d7e6
|
|
2007-02-18 00:51:40 +00:00 |
|
doitux
|
5a665432f9
|
|
2007-02-17 23:58:42 +00:00 |
|
doitux
|
206a47922f
|
new functions in gui-interface for connectToServerDialogImpl
|
2007-02-17 20:01:20 +00:00 |
|
doitux
|
06bb16ab64
|
connectToServerDialog added
|
2007-02-17 19:36:32 +00:00 |
|
doitux
|
f85d962af2
|
add joinnewgamedialog
|
2007-02-15 00:57:04 +00:00 |
|