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.
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.
peter1138 [Thu, 12 Oct 2006 07:42:37 +0000] rev 4818
(svn r6742) - Newsounds: Add support for importing sounds from previously loaded GRF files.
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.
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'
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.
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.
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.
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()
peter1138 [Wed, 11 Oct 2006 17:28:31 +0000] rev 4811
(svn r6735) - Codestyle: Just some tidying up...