rubidium
146d532d51
(svn r22367) -Codechange: send ClientSockets instead of ClientInfos to the admin "core" as they send IP addresses to the admin "bots"
2011-04-22 16:03:13 +00:00
rubidium
7e151c1d51
(svn r22366) -Codechange: make GetClientIP a function of the server's ClientSocket, after all the Socket is the bit that's associated with the network
2011-04-22 16:02:21 +00:00
rubidium
c61abe0019
(svn r22366) -Codechange: make GetClientIP a function of the server's ClientSocket, after all the Socket is the bit that's associated with the network
2011-04-22 16:02:21 +00:00
rubidium
c4af57ad3b
(svn r22365) -Codechange: add overload of NetworkServerKickOrBanIP using the ClientID, which later resolves the IP address to ban. This to consolidate the knowledge about resolving IP addresses
2011-04-22 15:59:32 +00:00
rubidium
caf02450fb
(svn r22365) -Codechange: add overload of NetworkServerKickOrBanIP using the ClientID, which later resolves the IP address to ban. This to consolidate the knowledge about resolving IP addresses
2011-04-22 15:59:32 +00:00
rubidium
074644a3f0
(svn r22364) -Codechange: don't show the (unknown) client address in the client list at clients
2011-04-22 15:57:05 +00:00
rubidium
1c419d99bc
(svn r22364) -Codechange: don't show the (unknown) client address in the client list at clients
2011-04-22 15:57:05 +00:00
rubidium
9328b8b63d
(svn r22363) -Codechange: NetworkFindClientStateFromClientID -> NetworkClientSocket::GetByClientID
2011-04-22 15:54:42 +00:00
rubidium
f1d0c1a746
(svn r22363) -Codechange: NetworkFindClientStateFromClientID -> NetworkClientSocket::GetByClientID
2011-04-22 15:54:42 +00:00
rubidium
0a7dcc9781
(svn r22362) -Codechange: NetworkFindClientInfoFromClientID -> NetworkClientInfo::GetByClientID
2011-04-22 15:54:16 +00:00
rubidium
bc9a803ea9
(svn r22362) -Codechange: NetworkFindClientInfoFromClientID -> NetworkClientInfo::GetByClientID
2011-04-22 15:54:16 +00:00
rubidium
c90e28d184
(svn r22361) -Codechange: delete the client list popup when the client got removed (instead of previously selecting some other client)
2011-04-22 15:53:40 +00:00
rubidium
393fb8e46b
(svn r22361) -Codechange: delete the client list popup when the client got removed (instead of previously selecting some other client)
2011-04-22 15:53:40 +00:00
rubidium
9b2b82ecd9
(svn r22360) -Codechange: use globally unique client id to mark the selected client instead of the position in the client list
2011-04-22 15:52:50 +00:00
rubidium
2802c742a4
(svn r22360) -Codechange: use globally unique client id to mark the selected client instead of the position in the client list
2011-04-22 15:52:50 +00:00
rubidium
1f873ff0f1
(svn r22359) -Codechange: pass client info pointers instead of the position to the client popup list's callbacks
2011-04-22 15:51:52 +00:00
rubidium
2f9b6156ee
(svn r22359) -Codechange: pass client info pointers instead of the position to the client popup list's callbacks
2011-04-22 15:51:52 +00:00
rubidium
9a466d0e04
(svn r22358) -Codechange: WC_TOOLBAR_MENU isn't the right name when its only used for client list popups
2011-04-22 15:50:13 +00:00
rubidium
835ae31f45
(svn r22358) -Codechange: WC_TOOLBAR_MENU isn't the right name when its only used for client list popups
2011-04-22 15:50:13 +00:00
smatz
a932afb7f1
(svn r22357) -Fix (r22345): crash when opening the chat box or company password input box
2011-04-22 15:03:08 +00:00
smatz
e2d5ce1b0e
(svn r22357) -Fix (r22345): crash when opening the chat box or company password input box
2011-04-22 15:03:08 +00:00
glx
176ae86943
(svn r22356) -Fix (r22342): somehow empty and useless new files were added
2011-04-21 19:21:02 +00:00
glx
e6659eb875
(svn r22356) -Fix (r22342): somehow empty and useless new files were added
2011-04-21 19:21:02 +00:00
translators
b1253443e9
(svn r22355) -Update from WebTranslator v3.0:
...
belarusian - 1 changes by KorneySan
croatian - 1 changes by VoyagerOne
slovenian - 32 changes by
2011-04-21 17:45:14 +00:00
translators
454999ff9f
(svn r22355) -Update from WebTranslator v3.0:
...
belarusian - 1 changes by KorneySan
croatian - 1 changes by VoyagerOne
slovenian - 32 changes by
2011-04-21 17:45:14 +00:00
translators
c684260262
(svn r22354) -Update from WebTranslator v3.0:
...
czech - 3 changes by SmatZ
dutch - 1 changes by habell
finnish - 1 changes by jpx_
italian - 1 changes by lorenzodv
russian - 1 changes by Lone_Wolf
serbian - 1 changes by etran
slovenian - 32 changes by
swedish - 1 changes by Ledel
vietnamese - 1 changes by nglekhoi
2011-04-20 17:45:33 +00:00
translators
ba7b0237de
(svn r22354) -Update from WebTranslator v3.0:
...
czech - 3 changes by SmatZ
dutch - 1 changes by habell
finnish - 1 changes by jpx_
italian - 1 changes by lorenzodv
russian - 1 changes by Lone_Wolf
serbian - 1 changes by etran
slovenian - 32 changes by
swedish - 1 changes by Ledel
vietnamese - 1 changes by nglekhoi
2011-04-20 17:45:33 +00:00
smatz
ad17f584b4
(svn r22353) -Cleanup (r22352): remove unused strings from all language files
2011-04-19 18:50:03 +00:00
smatz
e27d8e03ec
(svn r22353) -Cleanup (r22352): remove unused strings from all language files
2011-04-19 18:50:03 +00:00
smatz
75137872d1
(svn r22352) -Change: make YAPF the default pathfinder for ships, don't discourage players from using it
2011-04-19 18:47:36 +00:00
smatz
c3f1fd5716
(svn r22352) -Change: make YAPF the default pathfinder for ships, don't discourage players from using it
2011-04-19 18:47:36 +00:00
smatz
b4967c5659
(svn r22351) -Revert (r17101): and reinstall r16546. Hash tables are much smaller now, so it shouldn't cause crash anymore
2011-04-19 18:20:34 +00:00
smatz
9eafc6c28f
(svn r22351) -Revert (r17101): and reinstall r16546. Hash tables are much smaller now, so it shouldn't cause crash anymore
2011-04-19 18:20:34 +00:00
smatz
57c2ca34d3
(svn r22350) -Change: make YAPF hash tables much smaller, it should improve performance significantly (about 15%)
2011-04-19 18:12:47 +00:00
smatz
0c55cbfa73
(svn r22350) -Change: make YAPF hash tables much smaller, it should improve performance significantly (about 15%)
2011-04-19 18:12:47 +00:00
translators
705189a17f
(svn r22349) -Update from WebTranslator v3.0:
...
belarusian - 1 changes by KorneySan
russian - 1 changes by KorneySan
slovenian - 32 changes by
vietnamese - 1 changes by nglekhoi
2011-04-19 17:45:16 +00:00
translators
b1e3b098d1
(svn r22349) -Update from WebTranslator v3.0:
...
belarusian - 1 changes by KorneySan
russian - 1 changes by KorneySan
slovenian - 32 changes by
vietnamese - 1 changes by nglekhoi
2011-04-19 17:45:16 +00:00
smatz
5852b66c71
(svn r22348) -Codechange: split ship-specific part of yapf_node.hpp to yapf_node_ship.hpp
2011-04-19 15:00:11 +00:00
smatz
6e011e9e68
(svn r22348) -Codechange: split ship-specific part of yapf_node.hpp to yapf_node_ship.hpp
2011-04-19 15:00:11 +00:00
translators
4fc022a188
(svn r22347) -Update from WebTranslator v3.0:
...
catalan - 1 changes by arnau
croatian - 1 changes by VoyagerOne
dutch - 1 changes by habell
estonian - 1 changes by notAbot
finnish - 1 changes by jpx_
italian - 1 changes by lorenzodv
portuguese - 1 changes by JayCity
serbian - 1 changes by etran
slovenian - 32 changes by
spanish - 1 changes by Terkhen
2011-04-18 17:45:34 +00:00
translators
64cd6a62a2
(svn r22347) -Update from WebTranslator v3.0:
...
catalan - 1 changes by arnau
croatian - 1 changes by VoyagerOne
dutch - 1 changes by habell
estonian - 1 changes by notAbot
finnish - 1 changes by jpx_
italian - 1 changes by lorenzodv
portuguese - 1 changes by JayCity
serbian - 1 changes by etran
slovenian - 32 changes by
spanish - 1 changes by Terkhen
2011-04-18 17:45:34 +00:00
terkhen
edf65f427c
(svn r22346) -Cleanup: Textbuf::max_pixels is not required anymore.
2011-04-17 18:45:36 +00:00
terkhen
8bc9925ade
(svn r22346) -Cleanup: Textbuf::max_pixels is not required anymore.
2011-04-17 18:45:36 +00:00
terkhen
23f42e5769
(svn r22345) -Change: Remove pixel limiter for text buffers.
2011-04-17 18:44:09 +00:00
terkhen
5bb7a48cd2
(svn r22345) -Change: Remove pixel limiter for text buffers.
2011-04-17 18:44:09 +00:00
terkhen
97ceef7663
(svn r22344) -Codechange: Remove width constant from the sign list window.
2011-04-17 18:43:17 +00:00
terkhen
0bd44f60e9
(svn r22344) -Codechange: Remove width constant from the sign list window.
2011-04-17 18:43:17 +00:00
terkhen
a88fe7c2aa
(svn r22343) -Change: Remove pixel limiter for query strings.
2011-04-17 18:42:17 +00:00
terkhen
10caf391a1
(svn r22343) -Change: Remove pixel limiter for query strings.
2011-04-17 18:42:17 +00:00
glx
45f3967d5d
(svn r22342) -Fix (r22338): fix the right place and run the script
2011-04-17 17:56:33 +00:00