Thu, 12 Oct 2006 10:52:24 +0000(svn r6745) -Codechange: Have the dropdown menus fall fully inside the top toolbar. So
Darkvater [Thu, 12 Oct 2006 10:52:24 +0000] rev 4821
(svn r6745) -Codechange: Have the dropdown menus fall fully inside the top toolbar. So
normally they will start at the left side of the parent button except when
they would stick out, then align with the top toolbar's right side. This
also means the extra parameter 'x' is not needed, it is deducted from the
widget position.

Thu, 12 Oct 2006 10:43:14 +0000(svn r6744) -Fix: Determine the length of the main toolbar dropdown list based
Darkvater [Thu, 12 Oct 2006 10:43:14 +0000] rev 4820
(svn r6744) -Fix: Determine the length of the main toolbar dropdown list based
on the length of the strings in that list.

Thu, 12 Oct 2006 10:14:45 +0000(svn r6743) -Fix (r6462): When determining string length for GetStringBoundingBox SETX and
Darkvater [Thu, 12 Oct 2006 10:14:45 +0000] rev 4819
(svn r6743) -Fix (r6462): When determining string length for GetStringBoundingBox SETX and
SETXY parameters were wrongly accounted for. The identifier itself was taken
not the amount.

Thu, 12 Oct 2006 07:42:37 +0000(svn r6742) - Newsounds: Add support for importing sounds from previously loaded GRF files.
peter1138 [Thu, 12 Oct 2006 07:42:37 +0000] rev 4818
(svn r6742) - Newsounds: Add support for importing sounds from previously loaded GRF files.

Wed, 11 Oct 2006 22:05:59 +0000(svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
peter1138 [Wed, 11 Oct 2006 22:05:59 +0000] rev 4817
(svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.

Wed, 11 Oct 2006 22:04:46 +0000(svn r6740) -Fix: if a rail is not available, don't show toolbar even with hotkey 'A'
Darkvater [Wed, 11 Oct 2006 22:04:46 +0000] rev 4816
(svn r6740) -Fix: if a rail is not available, don't show toolbar even with hotkey 'A'

Wed, 11 Oct 2006 21:20:53 +0000(svn r6739) -Fix (r6001): Crash on removing farmland belonging to a farm. The search would loop
Darkvater [Wed, 11 Oct 2006 21:20:53 +0000] rev 4815
(svn r6739) -Fix (r6001): Crash on removing farmland belonging to a farm. The search would loop
around the edges causing some troubles. Also make sure that the land after
farm removal is not barren but 2/3rd grass. Better suited.

Wed, 11 Oct 2006 18:57:02 +0000(svn r6738) - Fix (r2441): Only apply the virtual transfer profit if the order is a transfer order, rather than to any unload order. This fixes an issue where the AI doesn't know that a route is unprofitable.
peter1138 [Wed, 11 Oct 2006 18:57:02 +0000] rev 4814
(svn r6738) - Fix (r2441): Only apply the virtual transfer profit if the order is a transfer order, rather than to any unload order. This fixes an issue where the AI doesn't know that a route is unprofitable.

Wed, 11 Oct 2006 18:44:02 +0000(svn r6737) - Codechange: Sort train engines by their NewGRF specified list position instead of plain EngineID. This brings us back the custom order that was lost when generalized sorting was introduced.
peter1138 [Wed, 11 Oct 2006 18:44:02 +0000] rev 4813
(svn r6737) - Codechange: Sort train engines by their NewGRF specified list position instead of plain EngineID. This brings us back the custom order that was lost when generalized sorting was introduced.

Wed, 11 Oct 2006 18:35:40 +0000(svn r6736) - Add a function to get the list position of an engine ID, for use with sorting. This is basically a reversed version of GetRailVehAtPosition()
peter1138 [Wed, 11 Oct 2006 18:35:40 +0000] rev 4812
(svn r6736) - Add a function to get the list position of an engine ID, for use with sorting. This is basically a reversed version of GetRailVehAtPosition()