doitux
|
6be04404a5
|
adds "join any game" button + translation strings update
|
2007-11-23 00:57:40 +00:00 |
|
lotodore
|
4ff47b70bd
|
Report all stats in irc admin channel.
|
2007-11-22 22:16:52 +00:00 |
|
lotodore
|
ad2f568a7c
|
Fixed issue with irc auto rename.
|
2007-11-22 21:37:52 +00:00 |
|
lotodore
|
37d905e1d3
|
Fixed avatar message, as it was misleading.
|
2007-11-22 20:43:03 +00:00 |
|
lotodore
|
c0ba1a04e6
|
Fixed sender buffer (push to front if send or select successful).
|
2007-11-22 20:18:19 +00:00 |
|
lotodore
|
49e39adfbb
|
Fixed typo.
|
2007-11-22 20:08:45 +00:00 |
|
lotodore
|
af12e4f35e
|
Enable logging of netpacket errors.
|
2007-11-22 20:07:41 +00:00 |
|
lotodore
|
49162870a1
|
Use one sender thread for everything, as there may occur conflicts with multiple sender threads. This is a temporary solution, the best solution would be having multiple sender threads, but sending all packets for the same target using the same thread, so that no packets are corrupted.
|
2007-11-22 19:11:45 +00:00 |
|
lotodore
|
6489f28e93
|
Remove sender thread for avatars, it caused loads of problems, one of these being that packets were "destroyed" because half-sent packets were made invalid. Use main sender instead.
|
2007-11-22 17:56:49 +00:00 |
|
lotodore
|
65a3f969bf
|
Log to file as dedicated server (do not use syslog any more).
|
2007-11-22 17:25:55 +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
|
e28220a8ad
|
Refactored server states - removed all thread local storage objects to ensure that they do not cause resource leaks.
|
2007-11-21 23:34:25 +00:00 |
|
lotodore
|
a7f0a23f22
|
Fixed 100% processor time issue.
|
2007-11-21 00:26:14 +00:00 |
|
lotodore
|
46b8ae54b8
|
Disable test mode. Oo.
|
2007-11-21 00:19:43 +00:00 |
|
lotodore
|
689b22e0b9
|
The sender thread has been rewritten with a new algorithm in mind. The sender should not stall any more, and no timeout is required. There are no more send priorities.
The avatar manager no longer serializes access to avatar files.
|
2007-11-20 23:58:24 +00:00 |
|
doitux
|
c17b1bf803
|
compilation fix
|
2007-11-20 22:30:17 +00:00 |
|
doitux
|
6fd8a399f7
|
mainwindowimpl code cleaning removed 138 lines
|
2007-11-19 09:24:31 +00:00 |
|
doitux
|
f5ab28d0fe
|
Gui fixes.
|
2007-11-19 09:14:46 +00:00 |
|
lotodore
|
0f07315ef2
|
Increment beta revision.
|
2007-11-18 18:38:45 +00:00 |
|
doitux
|
82d67da0a1
|
|
2007-11-18 13:07:38 +00:00 |
|
lotodore
|
9e0ffe4317
|
Prepare to send reason for leaving a game. New protocol version as it is not compatible to the current beta.
|
2007-11-18 12:53:42 +00:00 |
|
lotodore
|
8cffc9bc49
|
Fixed minimum raise for blind actions in network game.
|
2007-11-18 00:21:04 +00:00 |
|
lotodore
|
88c55eb68a
|
Send minimum raise value on players action done, not players turn. This version is NOT compatible to the current internet server.
|
2007-11-18 00:06:14 +00:00 |
|
doitux
|
b8b9cac9da
|
|
2007-11-17 23:48:14 +00:00 |
|
doitux
|
189e2d5d0e
|
|
2007-11-17 23:04:25 +00:00 |
|
doitux
|
ad7c79fd5f
|
|
2007-11-17 20:48:41 +00:00 |
|
doitux
|
92b6605871
|
|
2007-11-17 18:28:50 +00:00 |
|
doitux
|
f0a582f457
|
updated data-copyright.txt
|
2007-11-17 09:14:27 +00:00 |
|
lotodore
|
c4b1afaadc
|
Try to fix minimum raise.
|
2007-11-17 00:49:25 +00:00 |
|
doitux
|
e5e09c1dd8
|
|
2007-11-17 00:23:47 +00:00 |
|
floty
|
22051d38ed
|
|
2007-11-16 23:41:35 +00:00 |
|
doitux
|
0bea0d6a0c
|
|
2007-11-16 23:02:07 +00:00 |
|
lotodore
|
bc16e26616
|
Use server manager to allow SCTP and TCP at the same time.
|
2007-11-16 22:34:38 +00:00 |
|
doitux
|
3d4bc78e64
|
bet/raise redesign + dutch translation update
|
2007-11-16 21:58:47 +00:00 |
|
doitux
|
10146951a8
|
font fixes
|
2007-11-16 18:34:14 +00:00 |
|
lotodore
|
a24a93caba
|
Use unix linefeeds for all files. Finally. It's about time.
|
2007-11-16 15:24:25 +00:00 |
|
lotodore
|
f428fb7904
|
Fixed linefeeds.
|
2007-11-16 15:01:40 +00:00 |
|
lotodore
|
26bde9388d
|
Fixed kicking players with spaces in their names through the new admin interface.
|
2007-11-16 01:30:07 +00:00 |
|
lotodore
|
09d8156089
|
Reduce number of avatar sender threads to 1, as there is an issue with the load balancing.
|
2007-11-16 00:59:51 +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 |
|
doitux
|
991c4367e2
|
spinbox change resets raise-bet preaction
|
2007-11-15 23:20:45 +00:00 |
|
doitux
|
5b9e666df2
|
adds channelpassword option for lobby-irc-channel
|
2007-11-15 21:28:17 +00:00 |
|
doitux
|
54fce3e2e5
|
anti-peek-mode bugfix
|
2007-11-15 11:08:43 +00:00 |
|
lotodore
|
7f5ff4af97
|
Fixed bug where computer players where displayed as numbers in lobby.
|
2007-11-14 22:54:47 +00:00 |
|
lotodore
|
82a1be763b
|
Use several sender threads with load balancing for sending the avatars. Remember last failed send operation (not yet a list, just the last) and cancel any more low prio sends to that sender.
|
2007-11-14 22:11:04 +00:00 |
|
lotodore
|
5328bf082f
|
Use boost::shared_ptr instead of std::auto_ptr where threads are involved, because std::auto_ptr is not thread safe.
|
2007-11-14 13:19:28 +00:00 |
|
doitux
|
9e7a6d7d8b
|
green spinbox
|
2007-11-14 06:16:15 +00:00 |
|
doitux
|
34f6e1cb85
|
stylsheets for green scrollbars on textbrowser_log_chat
|
2007-11-14 00:14:06 +00:00 |
|
doitux
|
26eb6db05d
|
startsplash xp fix. updated polish translation
|
2007-11-13 21:02:05 +00:00 |
|