Commit Graph
2248 Commits
Author SHA1 Message Date
lotodore d72cdb6873 One sender thread per client. Requires loads of resources. Kind of hacked, because the internal dependencies are very ugly now. Requires loads of testing. A problem might be the last packet sent by the server to a specific client before closing the connection, for example an error message. It might never even reach the client, because the sender thread is terminated before. I have not yet found a good way to fix this. 2009-01-07 21:52:16 +00:00
lotodore 606158c4f0 Preparing new send engine. 2009-01-07 19:37:05 +00:00
doitux d077e89257 fixed translation string bug. should solve: http://www.pokerth.net/mantis/view.php?id=2 2009-01-04 00:08:51 +00:00
lotodore 4515996959 Yet another (important) network game fix. Last fix was not sufficient. 2009-01-03 20:40:14 +00:00
lotodore 618ed80e2d Fixed network game bug which was introduced in the bugfix release by changing the id of the first game to 1. 2009-01-03 11:36:03 +00:00
doitux ef8e277295 germand and spanish translation update. change-human-player lineedit without maxcharlimit bugfix 2008-12-27 13:02:20 +00:00
doitux 62a199d5c6 some gui fixes 2008-12-26 23:16:12 +00:00
lotodore 8de66094f3 Restrict message sizes. 2008-12-26 16:55:46 +00:00
lotodore 23c3ae3849 Enable sending of a global message box through the irc bot, to inform clients about server reboots. 2008-12-26 16:47:14 +00:00
lotodore 4f48fdbe2a Allow the server to send a global notice to all players (for example if a server reboot is going to happen). Does not work with current client version 0.6.3. 2008-12-26 13:50:09 +00:00
lotodore 77bb02113a Let the server automatically perform call/all in without the client having to provide values. 2008-12-25 21:11:05 +00:00
lotodore 1548598944 Fix access violation when someone votes after the vote timeout. 2008-12-23 18:17:14 +00:00
lotodore 6fa4f6585b Disabled kicking computer players, which causes the current crashes of the server. 2008-12-23 01:34:32 +00:00
lotodore b106ddffe3 Increment network protocol version. 2008-12-21 22:11:49 +00:00
doitux a68baf186c 2008-12-21 20:13:04 +00:00
doitux a536ff91e1 2008-12-21 20:03:21 +00:00
doitux e126bd51fe translation update for 0.6.3 2008-12-21 20:00:07 +00:00
doitux 7e007c37be 2008-12-21 19:23:59 +00:00
doitux cc2e0251d3 startwindow bg gfx 2008-12-21 12:13:35 +00:00
lotodore 4f78b32f9d Fix compiler error. 2008-12-20 20:16:26 +00:00
floty e7a63b1a99 vector in cardsChance 2008-12-20 19:01:07 +00:00
floty c95b4aecf8 vector in cardsChance 2008-12-20 18:47:38 +00:00
floty 7ba70be3ac vector in cardsChance 2008-12-20 16:47:02 +00:00
lotodore 10624d5399 Clarification: The password protection flag is not a general game flag. General flags should be in the game info block. 2008-12-19 12:10:50 +00:00
floty 53af719071 cardsChance 2008-12-17 21:50:05 +00:00
lotodore 4bf9ceff6d Deny ask kick if the player is not/no longer present. 2008-12-12 22:38:35 +00:00
doitux 3fc9ee1729 2008-12-12 07:34:51 +00:00
doitux df6f973494 font size fixes 2008-12-11 22:37:42 +00:00
doitux c95dfbb2ce string freeze for 0.6.3 - translation files updated 2008-12-09 00:08:13 +00:00
lotodore 4905f618ad Allow kicking of computer players. 2008-12-08 23:06:11 +00:00
doitux 30718d55e6 doubleclick on gameitem in gamelobby will join doubleclicked game 2008-12-08 22:24:42 +00:00
lotodore c90b46e5f6 Count only number of human players for number of votes to kick. 2008-12-08 22:17:14 +00:00
doitux 9d830eaba4 2008-12-08 21:50:43 +00:00
doitux d8c36d03eb 2008-12-08 21:20:49 +00:00
doitux 15d934e5b8 show votekick starter nick, disable kick contextmenu for only 2 players 2008-12-07 21:47:53 +00:00
doitux 0a2512da13 2008-12-07 20:49:24 +00:00
lotodore 80883dd409 Update number of votes on client. 2008-12-07 12:22:35 +00:00
lotodore bd55b69817 Client side vote kick changes - tab closes now. Server side fixes. 2008-12-07 11:48:01 +00:00
lotodore 89450a9a32 More work on server side vote kick. Most error handling complete now. Client side still lacking. 2008-12-07 11:04:42 +00:00
lotodore e0c1662fa5 Work on timeout of kick votes. 2008-12-06 21:10:46 +00:00
lotodore 2652625828 Started error handling for vote kick. 2008-12-06 00:18:36 +00:00
doitux 5bf83898d2 2008-12-04 14:15:41 +00:00
doitux 6604263057 2008-11-27 22:54:49 +00:00
doitux bd89d99751 singular/plural string fix 2008-11-27 22:46:54 +00:00
doitux 6d86241224 2008-11-26 21:08:49 +00:00
lotodore e3e3846a15 Fixed byte order issue with player leave reason. Works now. 2008-11-25 23:28:44 +00:00
doitux e3671830cb 2008-11-25 23:27:40 +00:00
lotodore c57ea0985b Trying to send reason why the player leaves the game. 2008-11-25 23:19:34 +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
doitux 10ba70291e votekick tab timeout fix 2008-11-25 21:31:51 +00:00