doitux
6c2c4eaaeb
add showCards function to receive cards from players which hit the show-cards-button during postriver. define static ranking game data
2010-07-15 09:52:24 +00:00
doitux
3f06af6194
fixing many destruktors
2010-07-13 21:27:04 +00:00
doitux
598b26c5ff
indent fixes tab = 4 chars
2010-03-30 12:25:30 +00:00
lotodore
866e9b9e48
Making the network part compile.
2010-03-29 12:33:12 +00:00
lotodore
a02a9cacf6
(Hopefully) fixing guest & game admin stuff.
2010-03-26 21:41:35 +00:00
lotodore
5ea56bbf0d
Allow retrieving of own player id by gui.
2010-03-24 20:10:36 +00:00
lotodore
d727a7fd5d
Network game, dedicated server without auth backend and dedicated server with auth backend should work now. Guest login still broken.
2009-11-14 15:04:31 +00:00
lotodore
059da0232a
Preparing to fix login for network game and dedicated server without login backend. Currently broken.
2009-11-14 12:39:25 +00:00
doitux
9e7792fd8e
extra callback for showing internet game login dialog
2009-11-08 21:18:25 +00:00
lotodore
5424aed21e
Fixing server announcement. Gui callback still needed.
2009-11-08 09:48:01 +00:00
lotodore
39285263b7
Starting login dialog integration on client side.
2009-09-24 20:10:40 +00:00
doitux
adae9c1cd3
make new lobby-bot configurable
2009-08-21 20:18:37 +00:00
lotodore
e104453772
Make that two bots. One for administration and one to forward the lobby chat.
2009-08-20 15:19:41 +00:00
lotodore
0aa285621b
Preparing the server management irc bot for further tasks.
2009-08-20 11:02:05 +00:00
lotodore
4c340d5bdc
Use own lobby chat instead of IRC. First steps, still incomplete.
2009-08-15 10:25:13 +00:00
lotodore
945c4a102a
Completely rewriting all NetPacket stuff to use ASN.1. Finally this big chunk of work is completed. Compiles and links fine, but still partly non-functional.
...
PLEASE NOTE: This is NOT COMPATIBLE to 0.7.x, because it is a new network protocol.
2009-08-02 15:11:40 +00:00
lotodore
3ae3f9a883
Preparing 0.7.1 release.
2009-06-25 20:32:58 +00:00
lotodore
75703de6b4
Force specific server hack. Only used for beta release.
2009-06-19 22:19:42 +00:00
lotodore
4b5d78af81
The client network code was rewritten to use boost::asio. Some optimization is still required, and some code files can now be removed.
2009-06-14 22:07:41 +00:00
lotodore
744e5c81d4
Small fixes. Removing some TODO comments which are no longer valid.
2009-06-13 10:52:12 +00:00
doitux
63bb80e168
is beta07 switch for hardcoded channel and server
2009-04-15 18:02:16 +00:00
doitux
13eea26cdc
remove hardcoded internetgame settings
2009-04-10 23:18:38 +00:00
doitux
ed05d63a94
hardcoded registered irc channel for 0.7beta
2009-04-06 17:48:17 +00:00
doitux
b1fe872ee6
hardcoded registered irc channel for 0.7beta
2009-04-06 16:28:08 +00:00
doitux
9ee97cb80b
preparing 0.7 beta 1
2009-04-05 21:26:36 +00:00
lotodore
534b6066a8
More work on server selection. Currently untested.
2009-04-05 12:31:12 +00:00
lotodore
009249e41a
Adding stuff for server list (choosing a server). Might not compile (untested yet).
2009-04-05 11:19:50 +00:00
lotodore
ebce3ee214
Warning: Enables debug mode.
...
More steps towards downloading avatars from external server. This is currently BROKEN.
2009-03-21 01:39:00 +00:00
lotodore
b1bad8d144
Preparing client use of external avatar servers.
2009-03-18 15:01:43 +00:00
lotodore
16decacb6b
New configuration options for automatically uploading the avatars to an external server.
2009-03-01 23:09:14 +00:00
lotodore
b236fa9d62
Vote kick kind of working. Only the forward case - no timeout, no error handling, no display update.
2008-11-25 22:18:17 +00:00
lotodore
1cfe551f19
More work on vote kick. Some network packets are exchanged, but still not functional.
2008-11-16 22:57:11 +00:00
lotodore
9943e34d4a
Let the server irc bot reconnect once every day.
2008-11-02 21:25:42 +00:00
lotodore
ce788682a8
Fixed UTF-8 issue with cache path. 0.6.2 package will be rebuilt with this fix.
2008-05-22 18:04:15 +00:00
lotodore
b5c2399603
Use configuration setting to decide whether to download the server list or directly connect to the server. Accept other server lists. Accept un'zlib'ed server lists. Use IPv6 address from server list if configured.
2008-05-10 15:47:48 +00:00
lotodore
7a157b682a
The client now downloads a zipped server list file from pokerth.net. This is parsed and the first server entry is used for now. Error handling still missing. boost::iostreams now required.
2008-04-19 11:48:09 +00:00
lotodore
2e38f58e13
Fixes for boost 1.35.0 with msvc - mainly winsock vs. winsock2 related.
2008-04-16 20:38:11 +00:00
lotodore
9f0d204f56
First test version with network timeout. Only activity timeout and global timeout, no game admin timeout yet. Set to test values (will disconnect rapidly).
...
Modified method for init timeout (if session cannot be established) - now using one non-modifiable timer for each session, and an additional timer which is reset whenever session data is received.
2008-03-04 23:47:45 +00:00
lotodore
c14bb9470b
More utf8 related fixes (some issues remain).
2007-12-11 20:40:39 +00:00
lotodore
aa07ae1741
Fixed utf8 issue with avatar cache and server logging.
2007-12-11 19:35:02 +00:00
lotodore
b97c56cd26
Use alternate dns name if name resolution fails for internet server (6dns.org seems to be unreliable, but is still the only one to provide both ipv4 and ipv6 name resolution for free).
2007-11-30 21:28:38 +00:00
lotodore
c0bf559ca2
Fixed two avatar related bugs, which were both result of not adding an avatar to the manager when it was configured (a restart was required). Fixed "the server requested a non-existing avatar", and fixed showing own avatar in lobby directly after setting it.
2007-11-22 01:11:17 +00:00
lotodore
c5bae66142
Move server configuration to dedicated server only. Separate error logging for client and server, in preparation of creating a log file on the dedicated server.
2007-11-22 00:57:03 +00:00
lotodore
bc16e26616
Use server manager to allow SCTP and TCP at the same time.
2007-11-16 22:34:38 +00:00
lotodore
cdd21250de
Added support for password protected irc channels. Added server IRC mode for admin use, to allow requesting statistics and kicking players.
2007-11-16 00:58:23 +00:00
lotodore
d905359251
Store server statistics data in a log file and reload it when the server is restarted.
2007-11-11 15:58:35 +00:00
doitux
e009f37df8
translation update ptbr and ru. backtolobby button more in foreground now. also warning window for leaving online-game
2007-11-07 01:41:17 +00:00
doitux
b62f718f1c
gui fix + introducing boost::regexp for irc-nick-manipulation
2007-11-04 14:09:55 +00:00
lotodore
864af81193
Don't request own avatar from the server. Only request avatars of other players after joining a game.
2007-11-01 18:36:03 +00:00
lotodore
392b0b8f23
Enable retrieval of avatar file name through session.
2007-11-01 10:09:29 +00:00