------------------------------------------------------------------------
r22376 | translators | 2011-04-25 17:45:14 +0000 (Mon, 25 Apr 2011) | 5 lines

-Update from WebTranslator v3.0:
simplified_chinese - 6 changes by Gavin
portuguese - 1 changes by JayCity
slovenian - 2 changes by Necrolyte

------------------------------------------------------------------------
r22375 | translators | 2011-04-24 17:45:06 +0000 (Sun, 24 Apr 2011) | 3 lines

-Update from WebTranslator v3.0:
portuguese - 3 changes by jomasaco

------------------------------------------------------------------------
r22374 | translators | 2011-04-23 17:45:12 +0000 (Sat, 23 Apr 2011) | 4 lines

-Update from WebTranslator v3.0:
english_US - 2 changes by Rubidium
slovenian - 32 changes by 

------------------------------------------------------------------------
r22373 | yexo | 2011-04-22 21:51:34 +0000 (Fri, 22 Apr 2011) | 1 line

-Fix (r19955) (r20041) [FS#4592]: crash when clicking a removed company in the vehiclelist dropdowns
------------------------------------------------------------------------
r22372 | rubidium | 2011-04-22 19:53:28 +0000 (Fri, 22 Apr 2011) | 2 lines

-Fix (r22364) [FS#4598]: segmentation fault when trying to get the server's IP

------------------------------------------------------------------------
r22371 | rubidium | 2011-04-22 16:09:46 +0000 (Fri, 22 Apr 2011) | 2 lines

-Fix [FS#4596]: make sure saving has completely and utterly finished before starting a new one. Otherwise you could start a save, which would be marked as done by the previous save stopping and then yet another save could be started... and that could create a deadlock

------------------------------------------------------------------------
r22370 | rubidium | 2011-04-22 16:07:47 +0000 (Fri, 22 Apr 2011) | 4 lines

-Codechange/fix: keep better accounting of the order in which clients joined:
 * Clients can't be starved from joining the game
 * Clients will see the amount of clients actually waiting in front of them, instead of the amount of waiting clients in total

------------------------------------------------------------------------
r22369 | rubidium | 2011-04-22 16:05:05 +0000 (Fri, 22 Apr 2011) | 2 lines

-Codechange: allocate ClientInfo when needed, i.e. don't allocate it for clients that are there to just get a list of companies. This means that these short lived clients won't be seen by the admin network in their client queries anymore

------------------------------------------------------------------------
r22368 | rubidium | 2011-04-22 16:03:48 +0000 (Fri, 22 Apr 2011) | 2 lines

-Codechange: move the IP address field from the ClientInfo to ClientSocket

------------------------------------------------------------------------
r22367 | rubidium | 2011-04-22 16:03:13 +0000 (Fri, 22 Apr 2011) | 2 lines

-Codechange: send ClientSockets instead of ClientInfos to the admin "core" as they send IP addresses to the admin "bots"

------------------------------------------------------------------------
r22366 | rubidium | 2011-04-22 16:02:21 +0000 (Fri, 22 Apr 2011) | 2 lines

-Codechange: make GetClientIP a function of the server's ClientSocket, after all the Socket is the bit that's associated with the network

------------------------------------------------------------------------
r22365 | rubidium | 2011-04-22 15:59:32 +0000 (Fri, 22 Apr 2011) | 2 lines

-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

------------------------------------------------------------------------
r22364 | rubidium | 2011-04-22 15:57:05 +0000 (Fri, 22 Apr 2011) | 2 lines

-Codechange: don't show the (unknown) client address in the client list at clients

------------------------------------------------------------------------
r22363 | rubidium | 2011-04-22 15:54:42 +0000 (Fri, 22 Apr 2011) | 2 lines

-Codechange: NetworkFindClientStateFromClientID -> NetworkClientSocket::GetByClientID

------------------------------------------------------------------------
r22362 | rubidium | 2011-04-22 15:54:16 +0000 (Fri, 22 Apr 2011) | 2 lines

-Codechange: NetworkFindClientInfoFromClientID -> NetworkClientInfo::GetByClientID

------------------------------------------------------------------------
r22361 | rubidium | 2011-04-22 15:53:40 +0000 (Fri, 22 Apr 2011) | 2 lines

-Codechange: delete the client list popup when the client got removed (instead of previously selecting some other client)

------------------------------------------------------------------------
r22360 | rubidium | 2011-04-22 15:52:50 +0000 (Fri, 22 Apr 2011) | 2 lines

-Codechange: use globally unique client id to mark the selected client instead of the position in the client list

------------------------------------------------------------------------
r22359 | rubidium | 2011-04-22 15:51:52 +0000 (Fri, 22 Apr 2011) | 2 lines

-Codechange: pass client info pointers instead of the position to the client popup list's callbacks

------------------------------------------------------------------------
r22358 | rubidium | 2011-04-22 15:50:13 +0000 (Fri, 22 Apr 2011) | 2 lines

-Codechange: WC_TOOLBAR_MENU isn't the right name when its only used for client list popups

------------------------------------------------------------------------
r22357 | smatz | 2011-04-22 15:03:08 +0000 (Fri, 22 Apr 2011) | 1 line

-Fix (r22345): crash when opening the chat box or company password input box
------------------------------------------------------------------------
r22356 | glx | 2011-04-21 19:21:02 +0000 (Thu, 21 Apr 2011) | 1 line

-Fix (r22342): somehow empty and useless new files were added
------------------------------------------------------------------------
r22355 | translators | 2011-04-21 17:45:14 +0000 (Thu, 21 Apr 2011) | 5 lines

-Update from WebTranslator v3.0:
belarusian - 1 changes by KorneySan
croatian - 1 changes by VoyagerOne
slovenian - 32 changes by 

------------------------------------------------------------------------
r22354 | translators | 2011-04-20 17:45:33 +0000 (Wed, 20 Apr 2011) | 11 lines

-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

------------------------------------------------------------------------
r22353 | smatz | 2011-04-19 18:50:03 +0000 (Tue, 19 Apr 2011) | 1 line

-Cleanup (r22352): remove unused strings from all language files
------------------------------------------------------------------------
r22352 | smatz | 2011-04-19 18:47:36 +0000 (Tue, 19 Apr 2011) | 1 line

-Change: make YAPF the default pathfinder for ships, don't discourage players from using it
------------------------------------------------------------------------
r22351 | smatz | 2011-04-19 18:20:34 +0000 (Tue, 19 Apr 2011) | 1 line

-Revert (r17101): and reinstall r16546. Hash tables are much smaller now, so it shouldn't cause crash anymore
------------------------------------------------------------------------
r22350 | smatz | 2011-04-19 18:12:47 +0000 (Tue, 19 Apr 2011) | 1 line

-Change: make YAPF hash tables much smaller, it should improve performance significantly (about 15%)
------------------------------------------------------------------------
r22349 | translators | 2011-04-19 17:45:16 +0000 (Tue, 19 Apr 2011) | 6 lines

-Update from WebTranslator v3.0:
belarusian - 1 changes by KorneySan
russian - 1 changes by KorneySan
slovenian - 32 changes by 
vietnamese - 1 changes by nglekhoi

------------------------------------------------------------------------
r22348 | smatz | 2011-04-19 15:00:11 +0000 (Tue, 19 Apr 2011) | 1 line

-Codechange: split ship-specific part of yapf_node.hpp to yapf_node_ship.hpp
------------------------------------------------------------------------
r22347 | translators | 2011-04-18 17:45:34 +0000 (Mon, 18 Apr 2011) | 12 lines

-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

------------------------------------------------------------------------
r22346 | terkhen | 2011-04-17 18:45:36 +0000 (Sun, 17 Apr 2011) | 2 lines

-Cleanup: Textbuf::max_pixels is not required anymore.

------------------------------------------------------------------------