miham [Sat, 13 Jan 2007 07:19:26 +0000] rev 5627
(svn r8086) WebTranslator2 update to 2007-01-13 08:18:52
brazilian_portuguese - 203 changed by fukumori (203)
norwegian_nynorsk - 9 changed by pollux (9)
miham [Fri, 12 Jan 2007 22:32:58 +0000] rev 5626
(svn r8085) [Translations] fixed the filenames to the scheme the others use, updated projectfile, sorry
miham [Fri, 12 Jan 2007 22:27:27 +0000] rev 5625
(svn r8084) [Translations] Added nynorsk translation (pollux), renamed norwegian to norwegian bokmal, moved nynorsk to finished languages, and updated project files.
Strings pending to nynorsk will be preserved if they are differ from the current translation
rubidium [Fri, 12 Jan 2007 20:19:49 +0000] rev 5624
(svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets and move a little of NetworkClientState functionality to the NetworkSocketHandler. Move the rest of the NetworkClientState to the new NetworkTCPSocketHandler class/struct, which is not yet implemented in an object oriented manner. The UDP socket handler now extends the NetworkSocketHandler instead of having a reference to a NetworkClientState.
miham [Fri, 12 Jan 2007 18:32:39 +0000] rev 5623
(svn r8082) WebTranslator2 update to 2007-01-12 19:31:14
brazilian_portuguese - 62 changed by fukumori (62)
croatian - 86 fixed, 2 changed by knovak (88)
esperanto - 1 changed by LaPingvino (1)
peter1138 [Fri, 12 Jan 2007 16:44:08 +0000] rev 5622
(svn r8081) -Fix (r8075): Use a copy of the resolver object instead of the using the existing one. This fixes problems with the object scope setting.
Darkvater [Fri, 12 Jan 2007 16:30:41 +0000] rev 5621
(svn r8080) -Codechange (r8079): Move the *WHOLE* performance code into the #ifndef and some style changes.
KUDr [Fri, 12 Jan 2007 15:43:00 +0000] rev 5620
(svn r8079) -Fix [YAPF]: float division by zero when calculating stats (YAPF cache hit ratio). Caused BSOD on Win9x. (thanks 3iff for report, Darkvater for help)
rubidium [Fri, 12 Jan 2007 14:30:01 +0000] rev 5619
(svn r8078) -Codechange: rewrite UDP part of the network code to make use classes. This is only one of the many steps to really cleanup the network code.
Darkvater [Fri, 12 Jan 2007 14:28:00 +0000] rev 5618
(svn r8077) -Cleanup: Restructure some switch() statements' default case when they're unreachable