Mon, 05 Nov 2007 17:50:10 +0000(svn r11385) -Fix r11383: bool operation can be hard to translate for some people ;) (tnx fjb for noticing this bug ;))
truelight [Mon, 05 Nov 2007 17:50:10 +0000] rev 8331
(svn r11385) -Fix r11383: bool operation can be hard to translate for some people ;) (tnx fjb for noticing this bug ;))

Mon, 05 Nov 2007 01:38:49 +0000(svn r11384) -Fix: second and third accepted cargo were inverted in original industry tiles
glx [Mon, 05 Nov 2007 01:38:49 +0000] rev 8330
(svn r11384) -Fix: second and third accepted cargo were inverted in original industry tiles

Sun, 04 Nov 2007 23:06:39 +0000(svn r11383) -Codechange: fixed all the mess around KillFirstBit (tnx to Rubidium and skidd13)
truelight [Sun, 04 Nov 2007 23:06:39 +0000] rev 8329
(svn r11383) -Codechange: fixed all the mess around KillFirstBit (tnx to Rubidium and skidd13)

Sun, 04 Nov 2007 22:47:34 +0000(svn r11382) -Codechange: renamed COUNTBITS to CountBits, as it is no longer a macro (skidd13)
truelight [Sun, 04 Nov 2007 22:47:34 +0000] rev 8328
(svn r11382) -Codechange: renamed COUNTBITS to CountBits, as it is no longer a macro (skidd13)

Sun, 04 Nov 2007 22:24:03 +0000(svn r11381) -Fix [FS#1227]: redo the fix in a less breaking way
glx [Sun, 04 Nov 2007 22:24:03 +0000] rev 8327
(svn r11381) -Fix [FS#1227]: redo the fix in a less breaking way

Sun, 04 Nov 2007 22:21:46 +0000(svn r11380) -Revert (r11191, r11196): it worked, but broke cargo loading
glx [Sun, 04 Nov 2007 22:21:46 +0000] rev 8326
(svn r11380) -Revert (r11191, r11196): it worked, but broke cargo loading

Sun, 04 Nov 2007 18:32:51 +0000(svn r11379) -Fix r11378: KillFirstBit2x64 accepts and returns unsigned variables, not signed, so enforce that a bit
truelight [Sun, 04 Nov 2007 18:32:51 +0000] rev 8325
(svn r11379) -Fix r11378: KillFirstBit2x64 accepts and returns unsigned variables, not signed, so enforce that a bit

Sun, 04 Nov 2007 18:28:52 +0000(svn r11378) -Codechange: optimize KillFirstBit2x64 (skidd13)
truelight [Sun, 04 Nov 2007 18:28:52 +0000] rev 8324
(svn r11378) -Codechange: optimize KillFirstBit2x64 (skidd13)

Sun, 04 Nov 2007 17:43:53 +0000(svn r11377) -Codechange: some more strictness in macros.h (skidd13)
truelight [Sun, 04 Nov 2007 17:43:53 +0000] rev 8323
(svn r11377) -Codechange: some more strictness in macros.h (skidd13)

Sun, 04 Nov 2007 11:46:01 +0000(svn r11376) -Fix: fill the town a oil rig is associated with before creating the name, otherwise every oil rig will become "<TOWN> Oilrig" which effectively means that there can be several oil rigs with exactly the same name.
rubidium [Sun, 04 Nov 2007 11:46:01 +0000] rev 8322
(svn r11376) -Fix: fill the town a oil rig is associated with before creating the name, otherwise every oil rig will become "<TOWN> Oilrig" which effectively means that there can be several oil rigs with exactly the same name.