rubidium [Mon, 26 Nov 2007 23:28:29 +0000] rev 8471
(svn r11531) -Fix [FS#1459]: version determination did stall (read: never finish) when both svn and git were not installed.
smatz [Mon, 26 Nov 2007 22:56:30 +0000] rev 8470
(svn r11530) -Codechange: do not update Tpool->first_free_index for PoolItems allocated on stack
miham [Mon, 26 Nov 2007 20:14:20 +0000] rev 8469
(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)
maedhros [Mon, 26 Nov 2007 19:23:53 +0000] rev 8468
(svn r11528) -Fix (r11500): With smooth economy enabled, industries that should only decrease production would always increase it when more than 60% was transported.
skidd13 [Mon, 26 Nov 2007 17:50:22 +0000] rev 8467
(svn r11527) -Codechange: Split the bitmath functions of to their own files
skidd13 [Mon, 26 Nov 2007 16:01:29 +0000] rev 8466
(svn r11526) -Codechange: Rename the function delta fitting to the naming style
rubidium [Sun, 25 Nov 2007 20:20:16 +0000] rev 8465
(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 19:45:09 +0000] rev 8464
(svn r11524) -Fix [FS#1485]: assertion when tram reversed at a station.
skidd13 [Sun, 25 Nov 2007 15:35:25 +0000] rev 8463
(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
skidd13 [Sun, 25 Nov 2007 15:17:16 +0000] rev 8462
(svn r11522) -Fix: The scrollbar of the network gui could run out of bounds