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

Sun, 25 Nov 2007 15:17:16 +0000(svn r11522) -Fix: The scrollbar of the network gui could run out of bounds
skidd13 [Sun, 25 Nov 2007 15:17:16 +0000] rev 7966
(svn r11522) -Fix: The scrollbar of the network gui could run out of bounds

Sun, 25 Nov 2007 14:43:16 +0000(svn r11521) -Codechange: [OSX] Check what the running os version is in a cleaner way.
egladil [Sun, 25 Nov 2007 14:43:16 +0000] rev 7965
(svn r11521) -Codechange: [OSX] Check what the running os version is in a cleaner way.

Sun, 25 Nov 2007 12:58:32 +0000(svn r11520) -Fix: [OSX] The cocoa video driver let the mouse cursor escape the window when using rmb scrolling. Thanks ln- for pointing this out and providing a fix.
egladil [Sun, 25 Nov 2007 12:58:32 +0000] rev 7964
(svn r11520) -Fix: [OSX] The cocoa video driver let the mouse cursor escape the window when using rmb scrolling. Thanks ln- for pointing this out and providing a fix.

Sun, 25 Nov 2007 11:36:45 +0000(svn r11519) -Codechange: enumerization and cleanup of NetworkLobbyWindow in network_gui.cpp
smatz [Sun, 25 Nov 2007 11:36:45 +0000] rev 7963
(svn r11519) -Codechange: enumerization and cleanup of NetworkLobbyWindow in network_gui.cpp