Fri, 27 Oct 2006 20:39:58 +0000(svn r6971) -Fix r6961: WWT_NODISTXTBTN buttons were normal buttons not push buttons
glx [Fri, 27 Oct 2006 20:39:58 +0000] rev 4968
(svn r6971) -Fix r6961: WWT_NODISTXTBTN buttons were normal buttons not push buttons

Fri, 27 Oct 2006 17:13:22 +0000(svn r6969) WebTranslator2 update to 2006-10-27 19:12:49
miham [Fri, 27 Oct 2006 17:13:22 +0000] rev 4967
(svn r6969) WebTranslator2 update to 2006-10-27 19:12:49
american - 1 fixed by WhiteRabbit (1)
italian - 4 changed by sidew (4)
polish - 1 fixed, 1 changed by meush (2)
slovak - 4 fixed by lengyel (4)

Fri, 27 Oct 2006 16:18:47 +0000(svn r6966) -Fix(6965): Little typo while making the comment doxygen friendly
belugas [Fri, 27 Oct 2006 16:18:47 +0000] rev 4966
(svn r6966) -Fix(6965): Little typo while making the comment doxygen friendly

Fri, 27 Oct 2006 15:54:24 +0000(svn r6965) -CodeChange : Add a climate bitmask member to IndutrySpec.
belugas [Fri, 27 Oct 2006 15:54:24 +0000] rev 4965
(svn r6965) -CodeChange : Add a climate bitmask member to IndutrySpec.
Removed a loop that used the array _build_industry_types for that purpose.

Fri, 27 Oct 2006 14:05:42 +0000(svn r6963) - Fix (r6960): signed/unsigned complaints from MSVC
peter1138 [Fri, 27 Oct 2006 14:05:42 +0000] rev 4964
(svn r6963) - Fix (r6960): signed/unsigned complaints from MSVC

Fri, 27 Oct 2006 13:58:58 +0000(svn r6962) -Fix r6961: spacing...
Darkvater [Fri, 27 Oct 2006 13:58:58 +0000] rev 4963
(svn r6962) -Fix r6961: spacing...

Fri, 27 Oct 2006 13:48:56 +0000(svn r6961) -Codechange: Remove relic from r212 WWT_NODISTXTBTN which was originally used to not
Darkvater [Fri, 27 Oct 2006 13:48:56 +0000] rev 4962
(svn r6961) -Codechange: Remove relic from r212 WWT_NODISTXTBTN which was originally used to not
to allow clicking if a button was disabled. This has been superseded in r212 with
general code that doesn't allow any click events for disabled buttons.

Fri, 27 Oct 2006 13:15:21 +0000(svn r6960) - Feature: NewGRF: Implement some support for GRF Resource Management (GRM)
peter1138 [Fri, 27 Oct 2006 13:15:21 +0000] rev 4961
(svn r6960) - Feature: NewGRF: Implement some support for GRF Resource Management (GRM)

Fri, 27 Oct 2006 11:49:51 +0000(svn r6959) -Codechange: Move GfxFillRect() out of the chat-message drawing loop since we already
Darkvater [Fri, 27 Oct 2006 11:49:51 +0000] rev 4960
(svn r6959) -Codechange: Move GfxFillRect() out of the chat-message drawing loop since we already
know how many lines we are going to draw. On certain architectures this results in a
minor penalty of local function performance if only 1 line is drawn. But starting from
2 and more you'll get a net gain.

Fri, 27 Oct 2006 11:17:38 +0000(svn r6958) -Fix (r6956): GCC warning (thx Tron) and a coding style forgotten in r6957
Darkvater [Fri, 27 Oct 2006 11:17:38 +0000] rev 4959
(svn r6958) -Fix (r6956): GCC warning (thx Tron) and a coding style forgotten in r6957