Thu, 31 Aug 2006 07:01:26 +0000(svn r6252) Replace a comglomerate of ifs for animated station tiles by a small table and a loop iterating over it
tron [Thu, 31 Aug 2006 07:01:26 +0000] rev 4467
(svn r6252) Replace a comglomerate of ifs for animated station tiles by a small table and a loop iterating over it

Thu, 31 Aug 2006 06:46:52 +0000(svn r6251) Replace 2 bool variables by a simple switch
tron [Thu, 31 Aug 2006 06:46:52 +0000] rev 4466
(svn r6251) Replace 2 bool variables by a simple switch

Wed, 30 Aug 2006 23:01:45 +0000(svn r6249) -Fix: fixed assert when pressing goto depot in an empty list (forgot to disable the button in this condition)
bjarni [Wed, 30 Aug 2006 23:01:45 +0000] rev 4465
(svn r6249) -Fix: fixed assert when pressing goto depot in an empty list (forgot to disable the button in this condition)
-Code cleanup r6246: simplified SendAllVehiclesToDepot() and moved an { in PlayerVehWndProc()

Wed, 30 Aug 2006 22:32:25 +0000(svn r6247) -Fix(r6244): invalid arguments caused infinite loop
glx [Wed, 30 Aug 2006 22:32:25 +0000] rev 4464
(svn r6247) -Fix(r6244): invalid arguments caused infinite loop

Wed, 30 Aug 2006 21:39:01 +0000(svn r6246) -Feature: added the many times requested "send all vehicle to depot" button
bjarni [Wed, 30 Aug 2006 21:39:01 +0000] rev 4463
(svn r6246) -Feature: added the many times requested "send all vehicle to depot" button
it's located in the vehicle list screen and does the same as in the shared orders window (send all vehicles in list to a depot)
it will still not inform the player if a vehicle failed to find a depot, so don't take for granted that all of them go

Wed, 30 Aug 2006 21:10:25 +0000(svn r6245) -Add: added comments for all YAPF C interface functions (yapf.h) used by other modules, added FollowTrackInit() into YAPF track followers.
KUDr [Wed, 30 Aug 2006 21:10:25 +0000] rev 4462
(svn r6245) -Add: added comments for all YAPF C interface functions (yapf.h) used by other modules, added FollowTrackInit() into YAPF track followers.

Wed, 30 Aug 2006 20:08:58 +0000(svn r6244) -Fix: allow any order for strgen parameters
glx [Wed, 30 Aug 2006 20:08:58 +0000] rev 4461
(svn r6244) -Fix: allow any order for strgen parameters

Wed, 30 Aug 2006 19:49:46 +0000(svn r6243) -Codechange: made SortVehicleList() static as well since that one is not used in any other files either (Thanks Tron for pointing this out)
bjarni [Wed, 30 Aug 2006 19:49:46 +0000] rev 4460
(svn r6243) -Codechange: made SortVehicleList() static as well since that one is not used in any other files either (Thanks Tron for pointing this out)

Wed, 30 Aug 2006 19:42:20 +0000(svn r6242) -Codechange: made BuildVehicleList static as it is not used in any other files anymore
bjarni [Wed, 30 Aug 2006 19:42:20 +0000] rev 4459
(svn r6242) -Codechange: made BuildVehicleList static as it is not used in any other files anymore
added window_type to arguments and used it to replace an if cascade with a switch case

Wed, 30 Aug 2006 19:10:12 +0000(svn r6241) -Fix r6240: missed altering one line in last commit
bjarni [Wed, 30 Aug 2006 19:10:12 +0000] rev 4458
(svn r6241) -Fix r6240: missed altering one line in last commit