Files
openttd-cmclient/src
PeterN ebc3934ee6 Fix #7043, Fix #7274: Delete town owned bridge based on adjacent tile ownership, not nearest town. (#7284)
This only affects failed town generation, as towns do not delete bridges under any other circumstances.

The existing test performed badly with a large number of towns due to having to calculate the
nearest town, and also by its nature assumed a bridge was built by the nearest town, leading
to bridges of nearby large towns be removed incorrectly.

If we gain the ability to quickly retrieve the correct town (which is _not_ the nearest town) from the bridge, this change should be reviewed.
2019-03-03 22:28:55 +00:00
..
2019-03-03 20:51:57 +01:00
2019-03-03 20:51:57 +01:00
2019-03-03 20:51:57 +01:00
2018-04-29 15:32:16 +02:00
2019-01-12 16:57:23 +00:00
2019-01-12 16:57:23 +00:00
2018-04-30 18:52:32 +02:00
2018-04-29 15:32:16 +02:00
2018-04-08 11:47:26 +02:00
2018-04-30 18:52:32 +02:00
2018-10-31 12:41:49 +01:00