Wed, 21 Nov 2007 19:13:38 +0000(svn r11488) -Codechange: Spilt the random functions out to seperate file
skidd13 [Wed, 21 Nov 2007 19:13:38 +0000] rev 8431
(svn r11488) -Codechange: Spilt the random functions out to seperate file
-Codechange: Make the mersenne twister more readable
-Codechange: Unify the seeding process of random

Wed, 21 Nov 2007 13:50:36 +0000(svn r11487) -Fix (r11435): move the list of vehicles a bit higher in the player GUI
smatz [Wed, 21 Nov 2007 13:50:36 +0000] rev 8430
(svn r11487) -Fix (r11435): move the list of vehicles a bit higher in the player GUI

Wed, 21 Nov 2007 13:46:29 +0000(svn r11486) -Fix [FS#1457]: industry count was wrong in smallmap
glx [Wed, 21 Nov 2007 13:46:29 +0000] rev 8429
(svn r11486) -Fix [FS#1457]: industry count was wrong in smallmap

Tue, 20 Nov 2007 14:11:19 +0000(svn r11485) -Codechange: Remove the doubled function ToggleBitT and rename the remaining to fit with the naming style
skidd13 [Tue, 20 Nov 2007 14:11:19 +0000] rev 8428
(svn r11485) -Codechange: Remove the doubled function ToggleBitT and rename the remaining to fit with the naming style

Tue, 20 Nov 2007 13:35:54 +0000(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
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

Tue, 20 Nov 2007 12:57:24 +0000(svn r11483) -Codechange: Replace codeparts with functions that do the same to increase readability
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

Mon, 19 Nov 2007 21:32:20 +0000(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the remaining to fit with the naming style
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

Mon, 19 Nov 2007 21:02:30 +0000(svn r11481) -Codechange: Rename the HASBIT function 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

Mon, 19 Nov 2007 20:40:14 +0000(svn r11480) -Codechange: Rename the function ALIGN fitting to 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

Mon, 19 Nov 2007 20:18:27 +0000(svn r11479) -Codechange: Move the BIGMUL functions to the file of their usage
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