Sat, 28 Oct 2006 10:55:26 +0000(svn r6974) use the pool macros for the SpriteGroup pool
tron [Sat, 28 Oct 2006 10:55:26 +0000] rev 4971
(svn r6974) use the pool macros for the SpriteGroup pool

Sat, 28 Oct 2006 10:54:20 +0000(svn r6973) Add macros to easily create a pool with less code duplication and more opportunities for constant expression evaluation
tron [Sat, 28 Oct 2006 10:54:20 +0000] rev 4970
(svn r6973) Add macros to easily create a pool with less code duplication and more opportunities for constant expression evaluation

Sat, 28 Oct 2006 08:48:31 +0000(svn r6972) - Codechange: Allow standard ini-file style comments
peter1138 [Sat, 28 Oct 2006 08:48:31 +0000] rev 4969
(svn r6972) - Codechange: Allow standard ini-file style comments

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.