Darkvater [Fri, 17 Nov 2006 10:06:11 +0000] rev 5112
(svn r7187) -CodeChange: [win32] Limit success of ToUnicode/ToAscii to only one translated character as we only support one and remove TranslateMessage() call since we do not use it anyways (glx)
peter1138 [Fri, 17 Nov 2006 07:46:02 +0000] rev 5111
(svn r7185) -Codechange: Make strgen validate strings for UTF-8 well-formed-ness-ness
peter1138 [Fri, 17 Nov 2006 07:35:12 +0000] rev 5110
(svn r7184) -Codechange: Convert Catalan name generator to UTF-8
peter1138 [Thu, 16 Nov 2006 22:19:12 +0000] rev 5109
(svn r7183) -Feature (cont): Convert all language from ISO8859-15 to UTF-8
peter1138 [Thu, 16 Nov 2006 22:05:33 +0000] rev 5108
(svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
Darkvater [Thu, 16 Nov 2006 20:57:23 +0000] rev 5107
(svn r7179) -Codechange (r7173): Actually "prefer" team chat through the patch setting instead of
always sending to teammate if the patch is on even if you do not have any allies. So
with setting off you always send to 'all players', with setting on you send to teammates
if you have any, otherwise to all players.
KUDr [Thu, 16 Nov 2006 20:52:39 +0000] rev 5106
(svn r7178) -Fix: forgotten pointer dereferences (Bjarni, Bjarni, Bjarni, ...)
glx [Thu, 16 Nov 2006 18:41:57 +0000] rev 5105
(svn r7176) -Fix: remove button was not always disabled when it should have been (rail/road build toolbar)
rubidium [Thu, 16 Nov 2006 18:33:55 +0000] rev 5104
(svn r7175) -Fix: remove English (i.e. untranslated) strings from the Ukrainian language file.
KUDr [Thu, 16 Nov 2006 17:59:02 +0000] rev 5103
(svn r7174) -CodeChange: CheckStationSpreadOut() now uses MergePoint() for bounding rectangle calculation.