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
egladil [Sun, 25 Nov 2007 14:43:16 +0000] rev 8461
(svn r11521) -Codechange: [OSX] Check what the running os version is in a cleaner way.
egladil [Sun, 25 Nov 2007 12:58:32 +0000] rev 8460
(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.
smatz [Sun, 25 Nov 2007 11:36:45 +0000] rev 8459
(svn r11519) -Codechange: enumerization and cleanup of NetworkLobbyWindow in network_gui.cpp
smatz [Sun, 25 Nov 2007 00:41:31 +0000] rev 8458
(svn r11518) -Codechange: enforce (by assert) unused parameters of widgets to be zero. Better readability of DrawWindowWidgets(), too