Tue, 06 Mar 2007 20:59:52 +0000(svn r9034) -Codechange: renamed _pause to _pause_game, as some targets already have
truelight [Tue, 06 Mar 2007 20:59:52 +0000] rev 6231
(svn r9034) -Codechange: renamed _pause to _pause_game, as some targets already have
a symbol called _pause (and therefor our variable conflicts with
thatone. We shouldn't be using _ as global indicator.....)

Tue, 06 Mar 2007 20:37:46 +0000(svn r9033) [Config] -Fix: GNU strip has -s, but Solaris strip doesn't. Detect this when system is SUNOS.
truelight [Tue, 06 Mar 2007 20:37:46 +0000] rev 6230
(svn r9033) [Config] -Fix: GNU strip has -s, but Solaris strip doesn't. Detect this when system is SUNOS.

Tue, 06 Mar 2007 19:33:28 +0000(svn r9031) -Codechange: Introduce grfconfig->status, and use it for states that are
maedhros [Tue, 06 Mar 2007 19:33:28 +0000] rev 6229
(svn r9031) -Codechange: Introduce grfconfig->status, and use it for states that are
mutually exclusive. At the same time, add an INITIALISED state which makes it
possible to check if a grf is not yet active but will be later on during the
GLS_ACTIVATION loading stage.

Tue, 06 Mar 2007 19:14:15 +0000(svn r9030) [Config] -Add: added --enable-unicode, which enables unicode (mostly for windows). Enabled by default on WIN32 (makes win9x fail, so use --disable-unicode if you produce binaries for win9x)
truelight [Tue, 06 Mar 2007 19:14:15 +0000] rev 6228
(svn r9030) [Config] -Add: added --enable-unicode, which enables unicode (mostly for windows). Enabled by default on WIN32 (makes win9x fail, so use --disable-unicode if you produce binaries for win9x)

Tue, 06 Mar 2007 19:12:56 +0000(svn r9029) -Fix (r7326): Only call the gradual loading amount callback if the bit for it is set in the vehicle's callbackmask.
maedhros [Tue, 06 Mar 2007 19:12:56 +0000] rev 6227
(svn r9029) -Fix (r7326): Only call the gradual loading amount callback if the bit for it is set in the vehicle's callbackmask.

Tue, 06 Mar 2007 18:03:06 +0000(svn r9027) -Fix [FS#664]: desync caused by buffer overrun.
rubidium [Tue, 06 Mar 2007 18:03:06 +0000] rev 6226
(svn r9027) -Fix [FS#664]: desync caused by buffer overrun.

Mon, 05 Mar 2007 23:00:43 +0000(svn r9022) -Fix [FS#660]: Airport state machine fails if the adjustment in position is less than 4 pixels. The new planespeed movement made this a fatal error on the oilrig. This fix just corrects the oilrig movement orders so that the error does not occur.
richk [Mon, 05 Mar 2007 23:00:43 +0000] rev 6225
(svn r9022) -Fix [FS#660]: Airport state machine fails if the adjustment in position is less than 4 pixels. The new planespeed movement made this a fatal error on the oilrig. This fix just corrects the oilrig movement orders so that the error does not occur.
Full solution is to allow minor corrections without changing the facing of the aircraft. (spotted by ledow)

Mon, 05 Mar 2007 20:00:43 +0000(svn r9021) [Translations] -Fix: removed empty strings once again.
miham [Mon, 05 Mar 2007 20:00:43 +0000] rev 6224
(svn r9021) [Translations] -Fix: removed empty strings once again.

Mon, 05 Mar 2007 18:57:19 +0000(svn r9020) -Update: WebTranslator2 update to 2007-03-05 19:56:28
miham [Mon, 05 Mar 2007 18:57:19 +0000] rev 6223
(svn r9020) -Update: WebTranslator2 update to 2007-03-05 19:56:28
american - 17 fixed by WhiteRabbit (17)
brazilian_portuguese - 4 fixed by fukumori (4)
bulgarian - 1 fixed by thetitan (1)
catalan - 4 fixed by arnaullv (4)
czech - 5 fixed, 39 changed by Hadez (44)
dutch - 4 fixed by habell (4)
finnish - 7 fixed by pallokala (7)
greek - 10 fixed by thanoulas (10)
italian - 4 fixed by sidew (4)
polish - 3 fixed, 5 changed by meush (8)
portuguese - 3 fixed by izhirahider (3)
romanian - 17 fixed, 8 changed by kneekoo (25)
russian - 3 changed by DarkFenX (3)
slovak - 4 fixed, 30 changed by lengyel (34)
ukrainian - 6 fixed by znikoz (6)

Mon, 05 Mar 2007 18:00:18 +0000(svn r9019) -Fix: use <> for system-headers
truelight [Mon, 05 Mar 2007 18:00:18 +0000] rev 6222
(svn r9019) -Fix: use <> for system-headers