rubidium [Tue, 06 Mar 2007 22:37:04 +0000] rev 6240
(svn r9043) -Fix [FS#652]: the personal (.openttd) directories were hidden in the load/save directory listings (stepancheg).
belugas [Tue, 06 Mar 2007 22:16:43 +0000] rev 6239
(svn r9042) -Add : Maedhros as a developper
truelight [Tue, 06 Mar 2007 22:15:57 +0000] rev 6238
(svn r9041) -Fix [FS#650]: pkg-config doesn't know --prefix, but wants --variable=prefix (nicely spotted and fixed by stepancheg)
bjarni [Tue, 06 Mar 2007 22:11:58 +0000] rev 6237
(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 6236
(svn r9039) -Fix r9034: missed the _pause in cocoa_v.mm
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.....)