Tue, 27 Nov 2007 04:16:08 +0000(svn r11532) -Feature[newgrf]: Add decrement(0x0D) / increment(0x0E) production operations from result of production callback cb29/35.
belugas [Tue, 27 Nov 2007 04:16:08 +0000] rev 7976
(svn r11532) -Feature[newgrf]: Add decrement(0x0D) / increment(0x0E) production operations from result of production callback cb29/35.
Only var 0x93 will be affected by these operations

Mon, 26 Nov 2007 23:28:29 +0000(svn r11531) -Fix [FS#1459]: version determination did stall (read: never finish) when both svn and git were not installed.
rubidium [Mon, 26 Nov 2007 23:28:29 +0000] rev 7975
(svn r11531) -Fix [FS#1459]: version determination did stall (read: never finish) when both svn and git were not installed.

Mon, 26 Nov 2007 22:56:30 +0000(svn r11530) -Codechange: do not update Tpool->first_free_index for PoolItems allocated on stack
smatz [Mon, 26 Nov 2007 22:56:30 +0000] rev 7974
(svn r11530) -Codechange: do not update Tpool->first_free_index for PoolItems allocated on stack

Mon, 26 Nov 2007 20:14:20 +0000(svn r11529) -Update: WebTranslator2 update to 2007-11-26 21:13:37
miham [Mon, 26 Nov 2007 20:14:20 +0000] rev 7973
(svn r11529) -Update: WebTranslator2 update to 2007-11-26 21:13:37
brazilian_portuguese - 1 fixed by fukumori (1)
catalan - 1 fixed, 2 changed by arnaullv (3)
dutch - 1 fixed by habell (1)
french - 1 fixed, 1 changed by glx (2)
italian - 1 fixed by lorenzodv (1)
lithuanian - 4 fixed by Domas (4)
slovak - 1 fixed, 1 changed by lengyel (2)
ukrainian - 5 fixed by mad (5)

Mon, 26 Nov 2007 19:23:53 +0000(svn r11528) -Fix (r11500): With smooth economy enabled, industries that should only decrease production would always increase it when more than 60% was transported.
maedhros [Mon, 26 Nov 2007 19:23:53 +0000] rev 7972
(svn r11528) -Fix (r11500): With smooth economy enabled, industries that should only decrease production would always increase it when more than 60% was transported.

Mon, 26 Nov 2007 17:50:22 +0000(svn r11527) -Codechange: Split the bitmath functions of to their own files
skidd13 [Mon, 26 Nov 2007 17:50:22 +0000] rev 7971
(svn r11527) -Codechange: Split the bitmath functions of to their own files

Mon, 26 Nov 2007 16:01:29 +0000(svn r11526) -Codechange: Rename the function delta fitting to the naming style
skidd13 [Mon, 26 Nov 2007 16:01:29 +0000] rev 7970
(svn r11526) -Codechange: Rename the function delta fitting to the naming style

Sun, 25 Nov 2007 20:20:16 +0000(svn r11525) -Fix: do not do all kinds of 'updates' for town, waypoint, station and other signs when you haven't converted the map to the 'current' format as that means you are going to read data in the 'old' format when you assume that it is in the 'current' format.
rubidium [Sun, 25 Nov 2007 20:20:16 +0000] rev 7969
(svn r11525) -Fix: do not do all kinds of 'updates' for town, waypoint, station and other signs when you haven't converted the map to the 'current' format as that means you are going to read data in the 'old' format when you assume that it is in the 'current' format.

Sun, 25 Nov 2007 19:45:09 +0000(svn r11524) -Fix [FS#1485]: assertion when tram reversed at a station.
rubidium [Sun, 25 Nov 2007 19:45:09 +0000] rev 7968
(svn r11524) -Fix [FS#1485]: assertion when tram reversed at a station.

Sun, 25 Nov 2007 15:35:25 +0000(svn r11523) -Codechange: Move the CHANCE macros to core/random_func.cpp cause they depend on Random()
skidd13 [Sun, 25 Nov 2007 15:35:25 +0000] rev 7967
(svn r11523) -Codechange: Move the CHANCE macros to core/random_func.cpp cause they depend on Random()
-Codechange: Convert the CHANCE macros to functions and rename them fitting to the naming style