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 5861
(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 5860
(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 5859
(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 5858
(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 5857
(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 5856
(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 5855
(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 5854
(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 5853
(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 5852
(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().