Sat, 06 Jan 2007 23:00:21 +0000(svn r7932) -Fix (r7931): committed a few files too much :( (the ones I used to test the new masterserver)
rubidium [Sat, 06 Jan 2007 23:00:21 +0000] rev 5552
(svn r7932) -Fix (r7931): committed a few files too much :( (the ones I used to test the new masterserver)

Sat, 06 Jan 2007 22:58:01 +0000(svn r7931) -Fix (r7759): multiple (different) -O flags made compilations with the wrong optimisations.
rubidium [Sat, 06 Jan 2007 22:58:01 +0000] rev 5551
(svn r7931) -Fix (r7759): multiple (different) -O flags made compilations with the wrong optimisations.

Sat, 06 Jan 2007 22:43:11 +0000(svn r7930) -Fix: [FS#520] Wrong GRF flag set for gradual loading (mart3p)
Darkvater [Sat, 06 Jan 2007 22:43:11 +0000] rev 5550
(svn r7930) -Fix: [FS#520] Wrong GRF flag set for gradual loading (mart3p)

Sat, 06 Jan 2007 20:39:27 +0000(svn r7922) -Fix: bad escaping in CFLAGS
glx [Sat, 06 Jan 2007 20:39:27 +0000] rev 5549
(svn r7922) -Fix: bad escaping in CFLAGS

Sat, 06 Jan 2007 14:29:07 +0000(svn r7905) WebTranslator2 update to 2007-01-06 15:28:31
miham [Sat, 06 Jan 2007 14:29:07 +0000] rev 5548
(svn r7905) WebTranslator2 update to 2007-01-06 15:28:31
estonian - 5 changed by kristjans (5)
frisian - 669 fixed, 17 changed by ikkejw (574), Bouke (2), talzaroff (110)
italian - 1 changed by sidew (1)
turkish - 2 fixed, 16 changed by jnmbk (18)

Sat, 06 Jan 2007 13:26:04 +0000(svn r7901) -Codechange: Remove some misplaced externs and use extern, not VARDEF, in the place they should be...
peter1138 [Sat, 06 Jan 2007 13:26:04 +0000] rev 5547
(svn r7901) -Codechange: Remove some misplaced externs and use extern, not VARDEF, in the place they should be...

Sat, 06 Jan 2007 07:26:15 +0000(svn r7896) WebTranslator2 update to 2007-01-06 08:24:52
miham [Sat, 06 Jan 2007 07:26:15 +0000] rev 5546
(svn r7896) WebTranslator2 update to 2007-01-06 08:24:52
italian - 211 changed by sidew (211)
lithuanian - 66 changed by Domas (66)
slovenian - 131 fixed by ThePianoGuy (31), Necrolyte (100)

Fri, 05 Jan 2007 21:33:58 +0000(svn r7888) -Change: add documentation about the 'on-the-wire' structure of the network game information request and reply packets.
rubidium [Fri, 05 Jan 2007 21:33:58 +0000] rev 5545
(svn r7888) -Change: add documentation about the 'on-the-wire' structure of the network game information request and reply packets.

Fri, 05 Jan 2007 20:46:53 +0000(svn r7887) -Fix: [OSX] Endian32_Swap should always return a uint32, not a long unsigned int
bjarni [Fri, 05 Jan 2007 20:46:53 +0000] rev 5544
(svn r7887) -Fix: [OSX] Endian32_Swap should always return a uint32, not a long unsigned int
This kills an OSX specific warning in newgrf_config.c
Ensured that Endian16_Swap returns uint16 as well, even though that one didn't result in any warnings (yet)

Fri, 05 Jan 2007 19:50:44 +0000(svn r7886) -Fix: [OSX] control+enter will no longer toggle fullscreen as it collided with other hotkeys (pv2b)
bjarni [Fri, 05 Jan 2007 19:50:44 +0000] rev 5543
(svn r7886) -Fix: [OSX] control+enter will no longer toggle fullscreen as it collided with other hotkeys (pv2b)
People should use command+enter as it was originally intended (this key combo also worked before this commit)