bjarni [Tue, 06 Mar 2007 22:11:58 +0000] rev 6563
(svn r9040) -Codechange: the build window and CmdBuildAircraft() now shares the code to figure out if an aircraft is buildable in the hangar in question
This should help ensuring that the build command and the list are consistent in what aircraft are buildable
bjarni [Tue, 06 Mar 2007 22:01:59 +0000] rev 6562
(svn r9039) -Fix r9034: missed the _pause in cocoa_v.mm
rubidium [Tue, 06 Mar 2007 22:00:42 +0000] rev 6561
(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 6560
(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 6559
(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 6558
(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 6557
(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 6556
(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 6555
(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 6554
(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)