Sun, 21 May 2006 11:34:08 +0000(svn r4937) Reduce the use of _error_message a bit
tron [Sun, 21 May 2006 11:34:08 +0000] rev 3881
(svn r4937) Reduce the use of _error_message a bit

Sat, 20 May 2006 21:04:43 +0000(svn r4934) -Fix: Correct a misleading comment, and remove an unneeded condition from the corresponding if (thans Tron for pointing it out)
celestar [Sat, 20 May 2006 21:04:43 +0000] rev 3880
(svn r4934) -Fix: Correct a misleading comment, and remove an unneeded condition from the corresponding if (thans Tron for pointing it out)

Sat, 20 May 2006 18:10:39 +0000(svn r4928) CodeChange : Rename functions referring to "Vehicle" for "Feature".
belugas [Sat, 20 May 2006 18:10:39 +0000] rev 3879
(svn r4928) CodeChange : Rename functions referring to "Vehicle" for "Feature".
Mainly because newgrf deals with more than just vehicles.

Sat, 20 May 2006 18:03:22 +0000(svn r4927) Replace 3 big ifs (which regard foundations) by a bit less confusing code
tron [Sat, 20 May 2006 18:03:22 +0000] rev 3878
(svn r4927) Replace 3 big ifs (which regard foundations) by a bit less confusing code

Sat, 20 May 2006 16:46:37 +0000(svn r4920) Remove parameters, which get only used in certain functions, by splitting those functions.
tron [Sat, 20 May 2006 16:46:37 +0000] rev 3877
(svn r4920) Remove parameters, which get only used in certain functions, by splitting those functions.
At least in the case of checking for oil industry restrictions this makes the check conditions more clear.

Sat, 20 May 2006 15:13:27 +0000(svn r4918) Move the information about the size of airports from an global array into the struct which describes an airport
tron [Sat, 20 May 2006 15:13:27 +0000] rev 3876
(svn r4918) Move the information about the size of airports from an global array into the struct which describes an airport

Sat, 20 May 2006 08:12:59 +0000(svn r4917) - NewGRF: remove _custom_sprites_base, now used only to rejig vehicle images from ttd games, as we redetermine all vehicle images after game load anyway.
peter1138 [Sat, 20 May 2006 08:12:59 +0000] rev 3875
(svn r4917) - NewGRF: remove _custom_sprites_base, now used only to rejig vehicle images from ttd games, as we redetermine all vehicle images after game load anyway.

Fri, 19 May 2006 20:32:45 +0000(svn r4916) - Fix: SLE_BOOL replaced by SLE_UINT8 for byte _network_lan_internet
KUDr [Fri, 19 May 2006 20:32:45 +0000] rev 3874
(svn r4916) - Fix: SLE_BOOL replaced by SLE_UINT8 for byte _network_lan_internet

Fri, 19 May 2006 19:36:17 +0000(svn r4915) - Fix: SLE_UINT8 replaced by SLE_BOOL for bool variables (found by Celestar)
KUDr [Fri, 19 May 2006 19:36:17 +0000] rev 3873
(svn r4915) - Fix: SLE_UINT8 replaced by SLE_BOOL for bool variables (found by Celestar)

Fri, 19 May 2006 13:44:32 +0000(svn r4914) -Fix (FS#180) Aircraft can now serve as feeders
celestar [Fri, 19 May 2006 13:44:32 +0000] rev 3872
(svn r4914) -Fix (FS#180) Aircraft can now serve as feeders