Thu, 11 Jan 2007 18:26:53 +0000(svn r8067) -Fix (r7759): if bin/$(TTD) was removed, it did not get placed back on make unless $(TTD) got relinked.
rubidium [Thu, 11 Jan 2007 18:26:53 +0000] rev 5610
(svn r8067) -Fix (r7759): if bin/$(TTD) was removed, it did not get placed back on make unless $(TTD) got relinked.

Thu, 11 Jan 2007 17:29:39 +0000(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter
KUDr [Thu, 11 Jan 2007 17:29:39 +0000] rev 5609
(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter

Thu, 11 Jan 2007 15:30:35 +0000(svn r8065) -Feature: The station list does now remember the sort settings
celestar [Thu, 11 Jan 2007 15:30:35 +0000] rev 5608
(svn r8065) -Feature: The station list does now remember the sort settings

Thu, 11 Jan 2007 14:40:12 +0000(svn r8063) -Codechange: When evaluating newgrf varaction2s the 'last value' should start off at 0, and the result of the operation is remembered.
peter1138 [Thu, 11 Jan 2007 14:40:12 +0000] rev 5607
(svn r8063) -Codechange: When evaluating newgrf varaction2s the 'last value' should start off at 0, and the result of the operation is remembered.

Thu, 11 Jan 2007 14:25:17 +0000(svn r8062) -Codechange: change newgrf varaction2 value from signed to unsigned
peter1138 [Thu, 11 Jan 2007 14:25:17 +0000] rev 5606
(svn r8062) -Codechange: change newgrf varaction2 value from signed to unsigned

Thu, 11 Jan 2007 13:47:55 +0000(svn r8061) -Fix r8055: obj-c can't handle templates
bjarni [Thu, 11 Jan 2007 13:47:55 +0000] rev 5605
(svn r8061) -Fix r8055: obj-c can't handle templates
We will need to figure out a nicer solution for this, but now OSX compiles again

Thu, 11 Jan 2007 12:47:42 +0000(svn r8058) -Codechange: Replaced an occurence of (uint32)-1 by UINT_MAX
celestar [Thu, 11 Jan 2007 12:47:42 +0000] rev 5604
(svn r8058) -Codechange: Replaced an occurence of (uint32)-1 by UINT_MAX

Thu, 11 Jan 2007 12:38:04 +0000(svn r8057) -Codechange: Declare the "new" max template as static line.
celestar [Thu, 11 Jan 2007 12:38:04 +0000] rev 5603
(svn r8057) -Codechange: Declare the "new" max template as static line.

Thu, 11 Jan 2007 12:32:10 +0000(svn r8056) -Codechange: Remove swap_byte, swap_byte, and siblings (some were not used anyway) and replace them by our SwapT implementation
celestar [Thu, 11 Jan 2007 12:32:10 +0000] rev 5602
(svn r8056) -Codechange: Remove swap_byte, swap_byte, and siblings (some were not used anyway) and replace them by our SwapT implementation

Thu, 11 Jan 2007 11:05:01 +0000(svn r8055) -Codechange: Replace the different max, dmax, maxu whatever macros by a simple template function max(), that requires two arguments of the same type. While I'm at it change a variable called "max" to "maxval" in a function that calls max().
celestar [Thu, 11 Jan 2007 11:05:01 +0000] rev 5601
(svn r8055) -Codechange: Replace the different max, dmax, maxu whatever macros by a simple template function max(), that requires two arguments of the same type. While I'm at it change a variable called "max" to "maxval" in a function that calls max().

Thu, 11 Jan 2007 10:58:53 +0000(svn r8054) -Codechange: Use a template function instead of a macro for evaluating NewGRF var adjusts
peter1138 [Thu, 11 Jan 2007 10:58:53 +0000] rev 5600
(svn r8054) -Codechange: Use a template function instead of a macro for evaluating NewGRF var adjusts

Thu, 11 Jan 2007 10:35:59 +0000(svn r8053) [Translations] Reverted german translators work (moewe2), since it looks suspicious
miham [Thu, 11 Jan 2007 10:35:59 +0000] rev 5599
(svn r8053) [Translations] Reverted german translators work (moewe2), since it looks suspicious

Thu, 11 Jan 2007 10:34:42 +0000(svn r8052) - Codechange: RemoveFirstTrack() and RemoveFirstTrackdir() now accept pointer to TrackBits/TrackdirBits instead of reference.
KUDr [Thu, 11 Jan 2007 10:34:42 +0000] rev 5598
(svn r8052) - Codechange: RemoveFirstTrack() and RemoveFirstTrackdir() now accept pointer to TrackBits/TrackdirBits instead of reference.

Thu, 11 Jan 2007 06:24:37 +0000(svn r8051) WebTranslator2 update to 2007-01-11 07:24:01
miham [Thu, 11 Jan 2007 06:24:37 +0000] rev 5597
(svn r8051) WebTranslator2 update to 2007-01-11 07:24:01
german - 1 deleted by moewe2 (1)
greek - 3 fixed by Kesnar (3)
japanese - 273 fixed by ickoonite (273)

Thu, 11 Jan 2007 02:05:13 +0000(svn r8050) -Codechange: Rename map member extra to m6, since its usage has been widden.
belugas [Thu, 11 Jan 2007 02:05:13 +0000] rev 5596
(svn r8050) -Codechange: Rename map member extra to m6, since its usage has been widden.
Only doc landscape_grid.html has been updated, landscape.html will be done latter.
-CodeChange: Replace a direct access to m6 with SetTropicZone in InitializeLandscape, as it is the only part of m6 still untouched without the brute-forced m6=0