Age | Commit message (Collapse) | Author |
|
references. (#7431)
Linkgraph nodes require a specific order that was maintained by swapping just the last
element for the node to be removed. std::vector::erase() changed this to removing the
node is then shuffling the remain items down, which upsets other references to this
indices.
This is fixed by switching back to the original swap & pop method.
|
|
legibility against darker blue of sea introduced by #7436
|
|
|
|
|
|
|
|
|
|
italian: 25 changes by lorenzodv
portuguese: 3 changes by JayCity
|
|
|
|
korean: 14 changes by telk5093
|
|
so use it. (#7427)
Previously the distance was thrown away, only to be expensively recalculated again.
|
|
|
|
|
|
luxembourgish: 29 changes by Phreeze
russian: 2 changes by Lone_Wolf
latin: 4 changes by Supercheese
portuguese: 1 change by JayCity
|
|
Const and non-const Find() have different return types.
|
|
|
|
Display of industry production around tiles (as shown when placing a station)
did not take account of the station catchment changes, so still showed production
from an industry even if it was not covered by a tile.
This is fixed by making a set of nearby industries that are covered, instead of
looping over all possible industries.
|
|
|
|
finnish: 2 changes by hpiirai
english (us): 17 changes by Supercheese
luxembourgish: 10 changes by Phreeze
dutch: 20 changes by JanWillem
norwegian (bokmal): 2 changes by Leifbk
latin: 16 changes by Supercheese
portuguese: 3 changes by JayCity
|
|
|
|
|
|
|
|
|
|
circular group hierarchy (3298)
|
|
|
|
|
|
|
|
|
|
|
|
possibly be uninitialised
|
|
|
|
Auto[Free|Delete]SmallVector
|
|
|
|
|
|
|
|
|
|
|
|
|
|
std::vector::[push|emplace]_back()
|
|
|
|
|
|
|
|
|
|
|
|
std::vector::erase()
|
|
std::vector::erase()
|
|
The use of std::none_of in network/core/host.cpp is driven by the non-const
comparison operator use by NetworkAddress. A future commit should address
the const_casts in that class to ensure const-correctness.
|
|
|
|
shrink_to_fit()
|
|
|
|
|