Thu, 28 Jun 2007 19:14:29 +0000(svn r10380) -Fix (r10364): when checking for unique names, only check vehicles that can have names, and skip inactive players.
peter1138 [Thu, 28 Jun 2007 19:14:29 +0000] rev 7108
(svn r10380) -Fix (r10364): when checking for unique names, only check vehicles that can have names, and skip inactive players.

Thu, 28 Jun 2007 19:03:14 +0000(svn r10379) -Codechange: silence a compiler warning (which was right) about a variable too little for what's been asked to do
belugas [Thu, 28 Jun 2007 19:03:14 +0000] rev 7107
(svn r10379) -Codechange: silence a compiler warning (which was right) about a variable too little for what's been asked to do

Thu, 28 Jun 2007 19:02:59 +0000(svn r10378) -Merge: release changes from 0.5.
rubidium [Thu, 28 Jun 2007 19:02:59 +0000] rev 7106
(svn r10378) -Merge: release changes from 0.5.

Thu, 28 Jun 2007 18:46:35 +0000(svn r10377) -Update: WebTranslator2 update to 2007-06-28 20:46:13
miham [Thu, 28 Jun 2007 18:46:35 +0000] rev 7105
(svn r10377) -Update: WebTranslator2 update to 2007-06-28 20:46:13
brazilian_portuguese - 1 fixed by fukumori (1)
catalan - 1 fixed, 2 changed by arnaullv (3)
dutch - 10 fixed by webfreakz (10)
french - 1 fixed by glx (1)
hungarian - 1 fixed by miham (1)
italian - 1 fixed by lorenzodv (1)
portuguese - 20 fixed by supra90 (20)
russian - 4 fixed by Smoky555 (4)
spanish - 2 fixed by eusebio (2)

Thu, 28 Jun 2007 11:53:22 +0000(svn r10371) -Fix (r9874): Remove never-used GetGroupName() function
peter1138 [Thu, 28 Jun 2007 11:53:22 +0000] rev 7104
(svn r10371) -Fix (r9874): Remove never-used GetGroupName() function

Thu, 28 Jun 2007 10:50:26 +0000(svn r10370) -Fix: Heightmap GUI abused custom name system and used unnecessary globals. All details are now kept within the window's custom data.
peter1138 [Thu, 28 Jun 2007 10:50:26 +0000] rev 7103
(svn r10370) -Fix: Heightmap GUI abused custom name system and used unnecessary globals. All details are now kept within the window's custom data.

Thu, 28 Jun 2007 02:14:40 +0000(svn r10369) -Codechange: Add the IndustryType parameter to the GetIndustryCallback function.
belugas [Thu, 28 Jun 2007 02:14:40 +0000] rev 7102
(svn r10369) -Codechange: Add the IndustryType parameter to the GetIndustryCallback function.
Sometimes, the industry might not be able to provide its type, since it does not exists at all

Wed, 27 Jun 2007 23:40:21 +0000(svn r10368) -Fix: when renaming waypoints, ownership was only checked client-side, not in the command.
peter1138 [Wed, 27 Jun 2007 23:40:21 +0000] rev 7101
(svn r10368) -Fix: when renaming waypoints, ownership was only checked client-side, not in the command.

Wed, 27 Jun 2007 23:26:40 +0000(svn r10367) -Fix: do not crash horribly when the file you are trying to load is too short or decompressing it fails.
rubidium [Wed, 27 Jun 2007 23:26:40 +0000] rev 7100
(svn r10367) -Fix: do not crash horribly when the file you are trying to load is too short or decompressing it fails.

Wed, 27 Jun 2007 22:29:57 +0000(svn r10366) -Codechange [YAPF]: added DEBUG_YAPF_CACHE macro that (when set to 1) allows to track YAPF "cache errors". They are probably responsible for current MP desyncs. (thanks Rubidium for this great idea!).
KUDr [Wed, 27 Jun 2007 22:29:57 +0000] rev 7099
(svn r10366) -Codechange [YAPF]: added DEBUG_YAPF_CACHE macro that (when set to 1) allows to track YAPF "cache errors". They are probably responsible for current MP desyncs. (thanks Rubidium for this great idea!).
I will deal with those errors/desyncs tomorrow.