rubidium [Sat, 12 Apr 2008 11:15:25 +0000] rev 8899
(svn r12666) -Fix: the time table GUI did not show some data in the correct manner.
rubidium [Sat, 12 Apr 2008 10:00:52 +0000] rev 8898
(svn r12665) -Codechange: make the internal speed <-> display speed conversions available to a bigger part of the code.
rubidium [Sat, 12 Apr 2008 09:59:58 +0000] rev 8897
(svn r12664) -Codechange: do not force the 'color' pointer to be non-NULL when trying to get the load percentage.
rubidium [Fri, 11 Apr 2008 21:19:03 +0000] rev 8896
(svn r12663) -Codechange: move the definition from 'order_d' to a more appropriate place and do not misuse it for the time table GUI.
belugas [Fri, 11 Apr 2008 18:00:51 +0000] rev 8895
(svn r12662) -Codechange: Comment-code style application
rubidium [Fri, 11 Apr 2008 15:58:46 +0000] rev 8894
(svn r12661) -Add: ability to send a vehicle (using default orders) to the nearest depot.
rubidium [Fri, 11 Apr 2008 14:27:18 +0000] rev 8893
(svn r12660) -Codechange: make the creation of depot order strings a little more modular (instead of causing a string explosion).
rubidium [Fri, 11 Apr 2008 13:19:44 +0000] rev 8892
(svn r12659) -Cleanup: some style cleanups in vehicle.cpp.
rubidium [Fri, 11 Apr 2008 08:40:10 +0000] rev 8891
(svn r12658) -Codechange: unify a vast portion of the CmdSend<VehicleType>ToDepot commands.
rubidium [Fri, 11 Apr 2008 08:14:43 +0000] rev 8890
(svn r12657) -Codechange: add 'FindClosestDepot' to the vehicle class.