rubidium [Tue, 06 Mar 2007 22:00:42 +0000] rev 6235
(svn r9038) -Fix [FS#115]: inactive connections are not automatically kicked, i.e. people who only open a telnet (or similar) connection to a server.
maedhros [Tue, 06 Mar 2007 22:00:13 +0000] rev 6234
(svn r9037) -Feature: [NewGRF] Add support for Action 13, which allows you to translate
grf-specific texts. The translations will only be shown if you're using a
language with a grf language id and if a string hasn't already been set
specifically for the language you're using.
rubidium [Tue, 06 Mar 2007 21:18:25 +0000] rev 6233
(svn r9036) -Fix [SunOS]: SunOS/Solaris does not have stdint.h, so use inttypes.h which defines the things we need from stdint.h.
truelight [Tue, 06 Mar 2007 21:14:48 +0000] rev 6232
(svn r9035) -Fix [SunOS]: Solaris sometimes has pid_t defined as long. Fix warnings in those cases
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.....)
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.
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.
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)
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.
rubidium [Tue, 06 Mar 2007 18:03:06 +0000] rev 6226
(svn r9027) -Fix [FS#664]: desync caused by buffer overrun.