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

Mon, 14 Aug 2006 14:21:15 +0000(svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
rubidium [Mon, 14 Aug 2006 14:21:15 +0000] rev 4261
(svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
-Cleanup: fix whitespace related coding style issues in date.[ch]
-Cleanup: make original comments doxygen compatible and remove/change outdated comments

Mon, 14 Aug 2006 11:44:19 +0000(svn r5886) -Fix [FS#273]: Incomplete removal of player owned property due to lack of money.
Darkvater [Mon, 14 Aug 2006 11:44:19 +0000] rev 4260
(svn r5886) -Fix [FS#273]: Incomplete removal of player owned property due to lack of money.