bjarni [Wed, 06 Sep 2006 22:43:38 +0000] rev 4565
(svn r6414) -GUI change: heading for depot is now shown as either "Service at depot" (service) in orange or "Heading for depot" (stopping) in light blue
glx [Wed, 06 Sep 2006 14:32:14 +0000] rev 4564
(svn r6412) -Fix(r6411): forgot to remove some lines in openttd*.sln (thx michi_cc)
glx [Wed, 06 Sep 2006 14:24:43 +0000] rev 4563
(svn r6411) -Fix(r6410): forgot to update openttd*.sln (thx Darkvater and michi_cc :) )
-Cleanup: Removed UNITTEST preprocessor checks
glx [Wed, 06 Sep 2006 13:58:31 +0000] rev 4562
(svn r6410) -remove unittest
glx [Wed, 06 Sep 2006 01:56:01 +0000] rev 4561
(svn r6408) -Fix(r6406): compilation was broken
-Codechange: Rename TileIndexDiffCByDir to TileIndexDiffCByDiagDir because it accepts DiagDirections
Darkvater [Tue, 05 Sep 2006 23:43:42 +0000] rev 4560
(svn r6407) -Fix: Check return values of DoCommand() with CmdFailed and that of DoCommandP
with a boolean type.
Darkvater [Tue, 05 Sep 2006 23:21:41 +0000] rev 4559
(svn r6406) -Codechange: Rename TileOffsByDir to TileOffsByDiagDir because it accepts
DiagDirections, and add TileOffsByDir that handles Directions.
-Codechange: Make the treeloop use TileOffsByDir().
Darkvater [Tue, 05 Sep 2006 23:11:41 +0000] rev 4558
(svn r6405) -Codechange: When showing tooltips, properly position the tooltip, considering
cursor size and cursor offset (hotspot). The maximum and minimum y-values
for the tooltip are just below the mainbar and statusbar. Also, if the tooltip
would be too low, flip it above the cursor.
Darkvater [Tue, 05 Sep 2006 23:02:31 +0000] rev 4557
(svn r6404) -Fix: GetStringWidth failed to calculate correct string width if the string
contained newlines.
glx [Tue, 05 Sep 2006 16:40:23 +0000] rev 4556
(svn r6395) -Fix: when converting a depot from/to elrail, update the power of trains that are in it