Thu, 12 Jul 2007 13:40:24 +0000(svn r10522) -Fix: the "build truck station" GUI showed that it would accept tourists when it does not, whereas the "build bus station" GUI did not show them when it did accept them.
rubidium [Thu, 12 Jul 2007 13:40:24 +0000] rev 7241
(svn r10522) -Fix: the "build truck station" GUI showed that it would accept tourists when it does not, whereas the "build bus station" GUI did not show them when it did accept them.

Thu, 12 Jul 2007 13:25:06 +0000(svn r10521) -Fix: some NewGRFs did not check whether the newindustries bit was set, which breaks with a not-yet-finished-implementation of newindustries.
rubidium [Thu, 12 Jul 2007 13:25:06 +0000] rev 7240
(svn r10521) -Fix: some NewGRFs did not check whether the newindustries bit was set, which breaks with a not-yet-finished-implementation of newindustries.

Thu, 12 Jul 2007 09:15:57 +0000(svn r10520) -Fix: when a "can I build this industry tile here" callback did not fail, it doesn't automatically mean that the industry tile can be built there.
rubidium [Thu, 12 Jul 2007 09:15:57 +0000] rev 7239
(svn r10520) -Fix: when a "can I build this industry tile here" callback did not fail, it doesn't automatically mean that the industry tile can be built there.

Thu, 12 Jul 2007 08:10:40 +0000(svn r10519) -Fix: when getting a "nearby" tile, make sure you never roam outside of the map.
rubidium [Thu, 12 Jul 2007 08:10:40 +0000] rev 7238
(svn r10519) -Fix: when getting a "nearby" tile, make sure you never roam outside of the map.

Thu, 12 Jul 2007 07:57:08 +0000(svn r10518) -Fix: use the location of the industry and not INVALID_TILE for production callbacks; makes looking at the environment of an industry a lot more useful.
rubidium [Thu, 12 Jul 2007 07:57:08 +0000] rev 7237
(svn r10518) -Fix: use the location of the industry and not INVALID_TILE for production callbacks; makes looking at the environment of an industry a lot more useful.

Thu, 12 Jul 2007 07:55:35 +0000(svn r10517) -Fix: the "closest distance to water/land" calculation gave the distance to the north-eastern border instead of the closest water/land.
rubidium [Thu, 12 Jul 2007 07:55:35 +0000] rev 7236
(svn r10517) -Fix: the "closest distance to water/land" calculation gave the distance to the north-eastern border instead of the closest water/land.

Thu, 12 Jul 2007 07:53:53 +0000(svn r10516) -Fix: if doing a lookup for a ID, scan the whole range instead of only the "new" ones because the old ones could be overriden too.
rubidium [Thu, 12 Jul 2007 07:53:53 +0000] rev 7235
(svn r10516) -Fix: if doing a lookup for a ID, scan the whole range instead of only the "new" ones because the old ones could be overriden too.

Wed, 11 Jul 2007 23:10:22 +0000(svn r10515) -Codechange: allow getting some more data about the environment of an industry.
rubidium [Wed, 11 Jul 2007 23:10:22 +0000] rev 7234
(svn r10515) -Codechange: allow getting some more data about the environment of an industry.

Wed, 11 Jul 2007 22:57:47 +0000(svn r10514) -Codechange: add support for getting the nearest industry with a given type.
rubidium [Wed, 11 Jul 2007 22:57:47 +0000] rev 7233
(svn r10514) -Codechange: add support for getting the nearest industry with a given type.

Wed, 11 Jul 2007 21:31:34 +0000(svn r10513) -Fix [FS#1022]: use vehicle subtile position to update cache, not tile, so that collision detection works on bridges and tunnels.
peter1138 [Wed, 11 Jul 2007 21:31:34 +0000] rev 7232
(svn r10513) -Fix [FS#1022]: use vehicle subtile position to update cache, not tile, so that collision detection works on bridges and tunnels.