Fri, 13 Oct 2006 15:15:22 +0000(svn r6765) - Fix: Don't add up running cost of articulated engine parts.
peter1138 [Fri, 13 Oct 2006 15:15:22 +0000] rev 4839
(svn r6765) - Fix: Don't add up running cost of articulated engine parts.

Thu, 12 Oct 2006 22:11:18 +0000(svn r6764) -Fix (r6758): Wrong height difference calculated because invalid drag-type
Darkvater [Thu, 12 Oct 2006 22:11:18 +0000] rev 4838
(svn r6764) -Fix (r6758): Wrong height difference calculated because invalid drag-type
was passed to the function. Thanks peter1138.

Thu, 12 Oct 2006 16:12:06 +0000(svn r6761) WebTranslator2 update to 2006-10-12 18:11:37
miham [Thu, 12 Oct 2006 16:12:06 +0000] rev 4837
(svn r6761) WebTranslator2 update to 2006-10-12 18:11:37
catalan - 5 fixed, 15 changed by arnaullv (20)
hungarian - 5 fixed by miham (5)

Thu, 12 Oct 2006 15:39:33 +0000(svn r6760) -Codechange: Do a case insensitive sort of train engine names and just normally
Darkvater [Thu, 12 Oct 2006 15:39:33 +0000] rev 4836
(svn r6760) -Codechange: Do a case insensitive sort of train engine names and just normally
check a boolean; no special magic needed

Thu, 12 Oct 2006 15:38:37 +0000(svn r6759) -Codechange: Remove the brainheaded usage of STR_JUST_STRING to pass a StringID
Darkvater [Thu, 12 Oct 2006 15:38:37 +0000] rev 4835
(svn r6759) -Codechange: Remove the brainheaded usage of STR_JUST_STRING to pass a StringID

Thu, 12 Oct 2006 15:13:40 +0000(svn r6758) -Feature: Add a measurement tool that will show dimensions and height
Darkvater [Thu, 12 Oct 2006 15:13:40 +0000] rev 4834
(svn r6758) -Feature: Add a measurement tool that will show dimensions and height
differences of various draggable tools (inspiration, concept and double
checking by MeusH).

Thu, 12 Oct 2006 15:06:59 +0000(svn r6757) -Fix (r6754): Remove double function declerations from functions.h..Gaah
Darkvater [Thu, 12 Oct 2006 15:06:59 +0000] rev 4833
(svn r6757) -Fix (r6754): Remove double function declerations from functions.h..Gaah
local copy mess....

Thu, 12 Oct 2006 15:05:25 +0000(svn r6756) - Fix: When resolving vehicle groups, only fall back to the default group if the group chosen is undefined, not if it returns a bad result. This fixes some issues with UKRS.
peter1138 [Thu, 12 Oct 2006 15:05:25 +0000] rev 4832
(svn r6756) - Fix: When resolving vehicle groups, only fall back to the default group if the group chosen is undefined, not if it returns a bad result. This fixes some issues with UKRS.

Thu, 12 Oct 2006 15:03:19 +0000(svn r6755) - Fix: Pass the newly created vehicle when checking for articulated engines. As this could result in more parts being added than previously counted, we check to see if we need to allocate more vehicles as we add parts.
peter1138 [Thu, 12 Oct 2006 15:03:19 +0000] rev 4831
(svn r6755) - Fix: Pass the newly created vehicle when checking for articulated engines. As this could result in more parts being added than previously counted, we check to see if we need to allocate more vehicles as we add parts.

Thu, 12 Oct 2006 14:59:27 +0000(svn r6754) -Codechange: Remove some #idef ENABLE_NETWORK specific defines. With networking
Darkvater [Thu, 12 Oct 2006 14:59:27 +0000] rev 4830
(svn r6754) -Codechange: Remove some #idef ENABLE_NETWORK specific defines. With networking
disabled hardcode _networking/_network_available to zero and let the compiler
handle all optimizations.