Mercurial > hg > openttd
graph
-
(svn r9049) -Fix [Config]: when running 'bash configure', make sure automated reconfigures run 'bash configure' too. draftTue, 06 Mar 2007 23:42:30 +0000, by truelight
-
(svn r9047) -Fix [FS#651]: request static deps from fontconfig in OSX draftTue, 06 Mar 2007 22:55:18 +0000, by truelight
-
(svn r9046) -Fix r9041: added a comment to make clear why we don't use --prefix here draftTue, 06 Mar 2007 22:45:30 +0000, by truelight
-
(svn r9045) -Fix [Config]: libpng-config --ldflags returns --libs and -L_opts too, no need to call it an extra time (double -lpng12 in LDFLAGS) draftTue, 06 Mar 2007 22:41:50 +0000, by truelight
-
(svn r9044) -Fix [Config]: add fontconfig before freetype, as in static order is important draftTue, 06 Mar 2007 22:40:45 +0000, by truelight
-
(svn r9043) -Fix [FS#652]: the personal (.openttd) directories were hidden in the load/save directory listings (stepancheg). draftTue, 06 Mar 2007 22:37:04 +0000, by rubidium
-
(svn r9041) -Fix [FS#650]: pkg-config doesn't know --prefix, but wants --variable=prefix (nicely spotted and fixed by stepancheg) draftTue, 06 Mar 2007 22:15:57 +0000, by truelight
-
(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 draftTue, 06 Mar 2007 22:11:58 +0000, by bjarni
-
(svn r9039) -Fix r9034: missed the _pause in cocoa_v.mm draftTue, 06 Mar 2007 22:01:59 +0000, by bjarni
-
(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. draftTue, 06 Mar 2007 22:00:42 +0000, by rubidium
-
(svn r9037) -Feature: [NewGRF] Add support for Action 13, which allows you to translate draftTue, 06 Mar 2007 22:00:13 +0000, by maedhros
-
(svn r9036) -Fix [SunOS]: SunOS/Solaris does not have stdint.h, so use inttypes.h which defines the things we need from stdint.h. draftTue, 06 Mar 2007 21:18:25 +0000, by rubidium
-
(svn r9035) -Fix [SunOS]: Solaris sometimes has pid_t defined as long. Fix warnings in those cases draftTue, 06 Mar 2007 21:14:48 +0000, by truelight
-
(svn r9034) -Codechange: renamed _pause to _pause_game, as some targets already have draftTue, 06 Mar 2007 20:59:52 +0000, by truelight
-
(svn r9033) [Config] -Fix: GNU strip has -s, but Solaris strip doesn't. Detect this when system is SUNOS. draftTue, 06 Mar 2007 20:37:46 +0000, by truelight
-
(svn r9031) -Codechange: Introduce grfconfig->status, and use it for states that are draftTue, 06 Mar 2007 19:33:28 +0000, by maedhros
-
(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) draftTue, 06 Mar 2007 19:14:15 +0000, by truelight
-
(svn r9029) -Fix (r7326): Only call the gradual loading amount callback if the bit for it is set in the vehicle's callbackmask. draftTue, 06 Mar 2007 19:12:56 +0000, by maedhros
-
(svn r9027) -Fix [FS#664]: desync caused by buffer overrun. draftTue, 06 Mar 2007 18:03:06 +0000, by rubidium
-
(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. draftMon, 05 Mar 2007 23:00:43 +0000, by richk
-
(svn r9021) [Translations] -Fix: removed empty strings once again. draftMon, 05 Mar 2007 20:00:43 +0000, by miham
-
(svn r9020) -Update: WebTranslator2 update to 2007-03-05 19:56:28 draftMon, 05 Mar 2007 18:57:19 +0000, by miham
-
(svn r9018) -Change: added SunOS as OS name in the quit dialog draftMon, 05 Mar 2007 17:05:41 +0000, by miham
-
(svn r9017) [Config] -Fix: if 'solaris' is in gcc dumpmachine, we have SunOS draftMon, 05 Mar 2007 15:24:17 +0000, by truelight
-
(svn r9016) [SunOS] -Fix: Don't use a struct-member that doesn't exist. draftMon, 05 Mar 2007 09:35:45 +0000, by celestar