Mon, 14 Aug 2006 23:11:59 +0000(svn r5899) - Fix [FS#242]: Multistop not working when using NPF (r5033) (mart3p)
Darkvater [Mon, 14 Aug 2006 23:11:59 +0000] rev 4271
(svn r5899) - Fix [FS#242]: Multistop not working when using NPF (r5033) (mart3p)

Mon, 14 Aug 2006 22:34:43 +0000(svn r5898) -Fix [FS#249]: Bugfix: Goto Depot not always working for road vehicles. (mart3p)
Darkvater [Mon, 14 Aug 2006 22:34:43 +0000] rev 4270
(svn r5898) -Fix [FS#249]: Bugfix: Goto Depot not always working for road vehicles. (mart3p)

Mon, 14 Aug 2006 22:23:13 +0000(svn r5897) -Fix [ 1519167 ] Bus trying to service in depot of other company (mart3p)
Darkvater [Mon, 14 Aug 2006 22:23:13 +0000] rev 4269
(svn r5897) -Fix [ 1519167 ] Bus trying to service in depot of other company (mart3p)

Mon, 14 Aug 2006 21:02:48 +0000(svn r5896) Remove pointless indirection similar to r5894 and remove an unnecessary global variable
tron [Mon, 14 Aug 2006 21:02:48 +0000] rev 4268
(svn r5896) Remove pointless indirection similar to r5894 and remove an unnecessary global variable

Mon, 14 Aug 2006 20:37:15 +0000(svn r5895) Remove dead code
tron [Mon, 14 Aug 2006 20:37:15 +0000] rev 4267
(svn r5895) Remove dead code

Mon, 14 Aug 2006 20:25:29 +0000(svn r5894) Remove a totally unnecessary indirection in the vehicle sorter code. Less code, less data, simply better
tron [Mon, 14 Aug 2006 20:25:29 +0000] rev 4266
(svn r5894) Remove a totally unnecessary indirection in the vehicle sorter code. Less code, less data, simply better

Mon, 14 Aug 2006 18:39:20 +0000(svn r5893) WebTranslator2 update to 2006-08-14 20:38:49
miham [Mon, 14 Aug 2006 18:39:20 +0000] rev 4265
(svn r5893) WebTranslator2 update to 2006-08-14 20:38:49
dutch - 2 fixed by webfreakz (2)
french - 2 fixed by glx (2)
german - 2 fixed by Neonox (2)
hungarian - 2 fixed by miham (2)
polish - 2 fixed by meush (2)
portuguese - 2 fixed by izhirahider (2)
ukrainian - 1 fixed by znikoz (1)

Mon, 14 Aug 2006 17:08:45 +0000(svn r5892) -Fix (r5887): silence MSVC warning(s) about signedness of some comparisons with _date.
rubidium [Mon, 14 Aug 2006 17:08:45 +0000] rev 4264
(svn r5892) -Fix (r5887): silence MSVC warning(s) about signedness of some comparisons with _date.

Mon, 14 Aug 2006 16:18:41 +0000(svn r5891) -Code cleanup: cleaned up the code added in revision 5888
bjarni [Mon, 14 Aug 2006 16:18:41 +0000] rev 4263
(svn r5891) -Code cleanup: cleaned up the code added in revision 5888

Mon, 14 Aug 2006 15:03:01 +0000(svn r5888) -Fix: [autoreplace] if vehicles breakdowns and service are turned off, the vehicles failed to enter any depots
bjarni [Mon, 14 Aug 2006 15:03:01 +0000] rev 4262
(svn r5888) -Fix: [autoreplace] if vehicles breakdowns and service are turned off, the vehicles failed to enter any depots
now they will quickly go to a depot if set to be replaced
the tradeoff is that a vehicle set to be replaced and without a depot in the orders will forget about the orders and head for a depot. If the replace fails (lack of money), it will exit and try to head for the depot again
also all vehicles of that type will rush to the depots at once, risking causing traffic jams. This is because there is no way to even it out like normal depot visits offers
Tip: add a depot to the orders of all vehicles, set it to service only and it will always be skipped unless the vehicle is set to be replaced. This should help on the jam issue and if the replace fails, the vehicle will go though a whole round of the orders and make more money before trying again