skidd13 [Tue, 20 Nov 2007 13:35:54 +0000] rev 8427
(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
skidd13 [Tue, 20 Nov 2007 12:57:24 +0000] rev 8426
(svn r11483) -Codechange: Replace codeparts with functions that do the same to increase readability
skidd13 [Mon, 19 Nov 2007 21:32:20 +0000] rev 8425
(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the remaining to fit with the naming style
skidd13 [Mon, 19 Nov 2007 21:02:30 +0000] rev 8424
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
skidd13 [Mon, 19 Nov 2007 20:40:14 +0000] rev 8423
(svn r11480) -Codechange: Rename the function ALIGN fitting to the naming style
This fixes also FS#1450
skidd13 [Mon, 19 Nov 2007 20:18:27 +0000] rev 8422
(svn r11479) -Codechange: Move the BIGMUL functions to the file of their usage
-Codechange: Rename the BIGMUL functions to the fitting naming style
rubidium [Mon, 19 Nov 2007 19:54:23 +0000] rev 8421
(svn r11478) -Fix: two small layout issues with the vehicle grouping GUI.
rubidium [Mon, 19 Nov 2007 18:58:32 +0000] rev 8420
(svn r11477) -Fix [FS#1451]: a road vehicle must not show that it is driving max speed when it is standing still waiting for the vehicle in from of it.
skidd13 [Mon, 19 Nov 2007 18:58:04 +0000] rev 8419
(svn r11476) -Codechange: rename the function myabs to abs to get rid of an unneeded define
skidd13 [Mon, 19 Nov 2007 18:38:10 +0000] rev 8418
(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit with the coding style