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.

Thu, 12 Oct 2006 14:48:36 +0000(svn r6753) -Codechange: Move some function declerations from functions.h into network.h
Darkvater [Thu, 12 Oct 2006 14:48:36 +0000] rev 4829
(svn r6753) -Codechange: Move some function declerations from functions.h into network.h
and let NetworkDisconnect handle all shutdown related operations.

Thu, 12 Oct 2006 14:42:00 +0000(svn r6752) -Codechange: Move command functions from messy functions.h into command.h
Darkvater [Thu, 12 Oct 2006 14:42:00 +0000] rev 4828
(svn r6752) -Codechange: Move command functions from messy functions.h into command.h

Thu, 12 Oct 2006 14:31:42 +0000(svn r6751) -Fix: Add option to enable/disable network support. Default is on
Darkvater [Thu, 12 Oct 2006 14:31:42 +0000] rev 4827
(svn r6751) -Fix: Add option to enable/disable network support. Default is on