Thu, 12 Oct 2006 11:42:57 +0000(svn r6748) -Codechange: Use already existing function to count active players.
Darkvater [Thu, 12 Oct 2006 11:42:57 +0000] rev 4824
(svn r6748) -Codechange: Use already existing function to count active players.

Thu, 12 Oct 2006 11:30:16 +0000(svn r6747) -Revert wrongly committed english strings.
Darkvater [Thu, 12 Oct 2006 11:30:16 +0000] rev 4823
(svn r6747) -Revert wrongly committed english strings.

Thu, 12 Oct 2006 11:27:37 +0000(svn r6746) -Codechange: Remove the need for double strings in "checkmarked" items. While
Darkvater [Thu, 12 Oct 2006 11:27:37 +0000] rev 4822
(svn r6746) -Codechange: Remove the need for double strings in "checkmarked" items. While
here have a little go at the MenuWndProc() function for a little cleanup.

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.