Tue, 27 Mar 2007 20:12:11 +0000(svn r9506) [NewGRF_ports] -Branch: Branch for development of newgrf airports, seaports, landports. NewGRF_ports
richk [Tue, 27 Mar 2007 20:12:11 +0000] rev 6714
(svn r9506) [NewGRF_ports] -Branch: Branch for development of newgrf airports, seaports, landports.

Initial aim of this branch is to replace the hardcoded airports (finite state machines (FSMs) and graphics layouts), with a newgrf-loadable system similar to newstations. As the airport contains an FSM, it is more active than the newstations, and requires numerous extensions to the newstation specification.

Although this will at first only apply to airports and aircraft, the code will be designed to apply to all non-train vehicles; thus it should eventually allow seaports, bus terminii, and lorryparks to be coded both graphically and actively.
RichK

Tue, 27 Mar 2007 13:56:18 +0000(svn r9504) [Config] -Fix r9340: somehow a -n got mixed up with a -z (tnx glx)
truelight [Tue, 27 Mar 2007 13:56:18 +0000] rev 6713
(svn r9504) [Config] -Fix r9340: somehow a -n got mixed up with a -z (tnx glx)

Mon, 26 Mar 2007 12:28:44 +0000(svn r9476) -Codechange: Make build windows for all vehicle types the same width.
maedhros [Mon, 26 Mar 2007 12:28:44 +0000] rev 6712
(svn r9476) -Codechange: Make build windows for all vehicle types the same width.

Mon, 26 Mar 2007 11:41:14 +0000(svn r9475) -Codechange: Allow the purchase details widget to expand dynamically if there's still not enough room for the text.
maedhros [Mon, 26 Mar 2007 11:41:14 +0000] rev 6711
(svn r9475) -Codechange: Allow the purchase details widget to expand dynamically if there's still not enough room for the text.

Mon, 26 Mar 2007 08:55:45 +0000(svn r9474) -Fix (r8378): Expand the details widget in the vehicle build windows again to make room for all the text.
maedhros [Mon, 26 Mar 2007 08:55:45 +0000] rev 6710
(svn r9474) -Fix (r8378): Expand the details widget in the vehicle build windows again to make room for all the text.

Mon, 26 Mar 2007 08:43:14 +0000(svn r9473) -Codechange: add 'unhandled variable' debug message to newcargo resolver
peter1138 [Mon, 26 Mar 2007 08:43:14 +0000] rev 6709
(svn r9473) -Codechange: add 'unhandled variable' debug message to newcargo resolver

Mon, 26 Mar 2007 08:04:29 +0000(svn r9472) -Fix (r9449): num is the number of newlines in the string, not the number of lines. Also allow for maxh being negative.
maedhros [Mon, 26 Mar 2007 08:04:29 +0000] rev 6708
(svn r9472) -Fix (r9449): num is the number of newlines in the string, not the number of lines. Also allow for maxh being negative.

Mon, 26 Mar 2007 00:01:42 +0000(svn r9470) -Fix: Should not have committed that file
belugas [Mon, 26 Mar 2007 00:01:42 +0000] rev 6707
(svn r9470) -Fix: Should not have committed that file

Sun, 25 Mar 2007 23:57:09 +0000(svn r9469) -Fix(r3720): The maximum year allowed for to_euro conversion of custom currency was set to 1000, making it impossible to ever have one. Now, with 3000, it should be a little more comfortable
belugas [Sun, 25 Mar 2007 23:57:09 +0000] rev 6706
(svn r9469) -Fix(r3720): The maximum year allowed for to_euro conversion of custom currency was set to 1000, making it impossible to ever have one. Now, with 3000, it should be a little more comfortable

Sun, 25 Mar 2007 23:42:55 +0000(svn r9467) -Fix(FS#703,6108): When resetting the array of currencies, the custom currency was reset too, thus loosing the setting a user could have used for it.(glx)
belugas [Sun, 25 Mar 2007 23:42:55 +0000] rev 6705
(svn r9467) -Fix(FS#703,6108): When resetting the array of currencies, the custom currency was reset too, thus loosing the setting a user could have used for it.(glx)