Sat, 26 Aug 2006 22:28:40 +0000(svn r6161) -Feature: List of vehicles with the same shared orders
bjarni [Sat, 26 Aug 2006 22:28:40 +0000] rev 4408
(svn r6161) -Feature: List of vehicles with the same shared orders
the list is available in the orders window and looks like the list buttons from the station windows (small vehicle)
The button is disabled if the vehicle do not have any shared orders or it got shared orders, but an empty order list
based on a patch by nycom, thought it ended up getting heavily modified
Thanks to TrueLight for proofreading and suggestions

Sat, 26 Aug 2006 22:24:32 +0000(svn r6160) -Fix [ 1519167 ] Bus trying to service in depot of other company (mart3p)
KUDr [Sat, 26 Aug 2006 22:24:32 +0000] rev 4407
(svn r6160) -Fix [ 1519167 ] Bus trying to service in depot of other company (mart3p)
thanks Darkvater for hotfix (r5897)

Sat, 26 Aug 2006 21:54:04 +0000(svn r6159) -Fix: FindClosestTrainDepot hardly ever found a depot with NPF off due to absence of distance-normalization (Rojer)
Darkvater [Sat, 26 Aug 2006 21:54:04 +0000] rev 4406
(svn r6159) -Fix: FindClosestTrainDepot hardly ever found a depot with NPF off due to absence of distance-normalization (Rojer)

Sat, 26 Aug 2006 20:54:30 +0000(svn r6158) -Revert r6139 as that breaks strings with cases. Thanks michi_cc
Darkvater [Sat, 26 Aug 2006 20:54:30 +0000] rev 4405
(svn r6158) -Revert r6139 as that breaks strings with cases. Thanks michi_cc

Sat, 26 Aug 2006 20:09:25 +0000(svn r6157) -Codechange: DeleteVehicle removes a vehicle from the pool
truelight [Sat, 26 Aug 2006 20:09:25 +0000] rev 4404
(svn r6157) -Codechange: DeleteVehicle removes a vehicle from the pool
-Codechange: DestroyVehicle is called by DeleteVehicle to remove all things where a vehicle depends on.
Last 2 changes to prepare for new pool system. Not pretty now, will be soon.

Sat, 26 Aug 2006 19:51:49 +0000(svn r6156) -Codechange: DeleteIndustry removes an industry from the pool
truelight [Sat, 26 Aug 2006 19:51:49 +0000] rev 4403
(svn r6156) -Codechange: DeleteIndustry removes an industry from the pool
-Codechange: DestroyIndustry is called by DeleteIndustry to remove all things where a industry depends on.
Last 2 changes to prepare for new pool system. Not pretty now, will be soon.

Sat, 26 Aug 2006 19:47:13 +0000(svn r6155) -Codechange: split Destroy routine from SpriteGroupPoolCleanBlock
truelight [Sat, 26 Aug 2006 19:47:13 +0000] rev 4402
(svn r6155) -Codechange: split Destroy routine from SpriteGroupPoolCleanBlock
Last change is to prepare for new pool system.

Sat, 26 Aug 2006 19:40:40 +0000(svn r6154) -Cleanup: ordered the IDs that have to do with pools from the others
truelight [Sat, 26 Aug 2006 19:40:40 +0000] rev 4401
(svn r6154) -Cleanup: ordered the IDs that have to do with pools from the others

Sat, 26 Aug 2006 19:29:35 +0000(svn r6153) -Codechange: DeleteSign removes a sign from the pool
truelight [Sat, 26 Aug 2006 19:29:35 +0000] rev 4400
(svn r6153) -Codechange: DeleteSign removes a sign from the pool
-Codechange: DestroySign is called by DeleteSign to remove all things where a sign depends on.
Last 2 changes to prepare for new pool system. Not pretty now, will be soon.

Sat, 26 Aug 2006 19:18:50 +0000(svn r6152) -Codechange: renamed GetNumRoadStops to GetNumRoadStopsInStation as it reflects its function more
truelight [Sat, 26 Aug 2006 19:18:50 +0000] rev 4399
(svn r6152) -Codechange: renamed GetNumRoadStops to GetNumRoadStopsInStation as it reflects its function more