tron [Thu, 31 Aug 2006 14:51:50 +0000] rev 4490
(svn r6275) Get rid of an ugly cast
tron [Thu, 31 Aug 2006 14:50:12 +0000] rev 4489
(svn r6274) Clean up a bit
tron [Thu, 31 Aug 2006 14:12:08 +0000] rev 4488
(svn r6273) Clean up the custom currency window handler a bit
Darkvater [Thu, 31 Aug 2006 14:01:28 +0000] rev 4487
(svn r6272) -Revert the colour-mess in the vehicle window. Servicing depot destinations
have the same colour as always, if the vehicle goes to stop inside the depot
the colour is red, as it was.
-Tooltip windows should be somewhat short, not a whole essay.
tron [Thu, 31 Aug 2006 13:37:25 +0000] rev 4486
(svn r6271) Remove stale comment
tron [Thu, 31 Aug 2006 13:33:25 +0000] rev 4485
(svn r6270) Remove the "unsorted" vehicle sorter, because it's plain useless
bjarni [Thu, 31 Aug 2006 13:28:59 +0000] rev 4484
(svn r6269) -Fix r6240: fixed incorrect row count in vehicle lists when resizing to smaller windows (AsterixMG)
tron [Thu, 31 Aug 2006 12:19:32 +0000] rev 4483
(svn r6268) Remove now pointless assignment (followup of r6267)
tron [Thu, 31 Aug 2006 11:42:16 +0000] rev 4482
(svn r6267) Simplify the control flow in the rail tile loop by eliminating a bool flag and replacing it by a simple goto
tron [Thu, 31 Aug 2006 11:25:00 +0000] rev 4481
(svn r6266) Replace four shifts by a single multiplication and let the compiler handle what to do with it - it does a better job