Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
New Action0 property 23 for feature 07, variable length, format B n*(B B). Initial byte is number of structures following. First byte in structure is cargo id, second is acceptance level in 1/8 units.
|
|
Found with codespell
|
|
|
|
|
|
|
|
|
|
Takes some code and ideas from #6378 patch, but doesn't change anything GS-related.
|
|
|
|
|
|
|
|
|
|
fails, so there is no effect in testing for houses first. (adf88)
|
|
grid-layout, they used the layout position of the neighbouring tile.
|
|
when a house was built. (_dp_)
|
|
|
|
drive-through-stops in CanFollowRoad.
|
|
placement during world generation.
|
|
|
|
considered as success. (_dp_)
|
|
viewports were not centered. (_dp_)
|
|
|
|
dead ends as branch points during town growth. (_dp_)
|
|
growth_rate, but by some other value used to calculate growth_rate.
|
|
spaces)
|
|
data is now always accessible
|
|
the return is not NULL)
|
|
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
|
GenerateTownName in all cases.
|
|
NewGRF storage. ClearPersistentStorageChanges is a dangerous/magic function which should not be called without reason.
|
|
iterating all just created town names (MJP)
|
|
is a nearby town when the map has thousands of towns (MJP)
|
|
keep memory usage significantly lower (MJP)
|
|
pool can hold (MJP)
|
|
especially using it as index into a table
|
|
|
|
growth via ScriptTown::SetGrowthRate and GetGrowthRate.
|
|
progress when changing the town growth rate.
|
|
not tied to funding a town.
|
|
information for situations when we only want to know if a tile is flat or not (cirdan, LordAro)
|
|
|
|
|
|
world gen to terminate and start the game
|
|
rename towns
|
|
need to be removed as OWNER_TOWN.
|
|
Eagle_rainbow)
|
|
various sources (including Eagle_rainbow, MinchinWeb)
|
|
build roads under bridges along the bridge direction.
|
|
|