summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-03-26Codechange: Replaced SmallVector::Include() with include()Henry Wilson
2019-03-26Codechange: Replaced SmallVector::Find() with std::find()Henry Wilson
2019-03-26Codechange: Removed SmallVector::Insert()Henry Wilson
2019-03-26Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...Henry Wilson
2019-03-26Codechange: Replaced SmallVector::Erase() with std::vector::erase()Henry Wilson
2019-03-26Codechange: Replaced SmallVector::Get() const with std alternativesHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Get(n) non-const with std::vector::data() + nHenry Wilson
2019-03-26Codechange: Removed SmallVector::Assign()Henry Wilson
2019-03-26Codechange: Replaced SmallVector::Contains() with std::find() patternHenry Wilson
2019-03-26Codechange: Replaced SmallVector::ErasePreservingOrder(pos, count) with std::...Henry Wilson
2019-03-26Codechange: Replaced SmallVector::ErasePreservingOrder(it, count) with std::v...Henry Wilson
2019-03-26Codechange: Replaced SmallVector::Find() const with suitable alternativesHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Find() non-const with std::find()Henry Wilson
2019-03-26Codechange: Replaced SmallVector::Reset() with std::vector::clear() + shrink_...Henry Wilson
2019-03-26Codechange: Replaced SmallVector::Resize() with std::vector::resize()Henry Wilson
2019-03-26Codechange: Replace SmallVector::Length() with std::vector::size()Henry Wilson
2019-03-26Codechange: Removed SmallVector::operator[]Henry Wilson
2019-03-26Codechange: Replaced SmallVector::Compact() with std::vector::shrink_to_fit()Henry Wilson
2019-03-26Codechange: Replace SmallVector::Clear() with std::vector::clear()Henry Wilson
2019-03-26Codechange: [core] Implement SmallVector using std::vectorHenry Wilson
2019-03-26Update: Translations from eintstranslators
2019-03-25Fix #7414: Reinstate marking sign dirty before removal. (#7416)PeterN
2019-03-25Change: Do not display a newspaper about old vehicles for which replacement i...stormcone
2019-03-25Fix #7410: Sign position/width not set on initial creation. (#7413)PeterN
2019-03-25Fix #7411: Use industry production callback (if used) on initial industry car...PeterN
2019-03-25Update: Translations from eintstranslators
2019-03-24Update: Translations from eintstranslators
2019-03-24Fix #7374: Ensure k-d trees are always updated when station sign movesNiels Martin Hansen
2019-03-24Codechange: Use override keyword for smallmap window.peter1138
2019-03-24Codechange: Use override keyword in networking classes.peter1138
2019-03-24Codechange: More use of override keyword.peter1138
2019-03-24Change: Show additional cost and refitted capacity in build vehicle window.peter1138
2019-03-24Add: script API functions for build with refit featureglx
2019-03-24Feature: When filtering purchase list by cargo type, make buy button perform ...peter1138
2019-03-24Change: Bump savegame version for tree tile water class conversion.Peter Nelson
2019-03-24Fix #7400: Water class for tree tiles was not converted for old saves prevent...Peter Nelson
2019-03-24Codechange: Use override specifier in Window-derived classes.peter1138
2019-03-24Codechange: Use override specifier for DropDownListItem classes.peter1138
2019-03-24Codechange: Use override specifer for overriding member declarationsHenry Wilson
2019-03-23Update: Translations from eintstranslators
2019-03-23Fix: Filtered file list did not scroll properly. (#7402)PeterN
2019-03-22Update: Translations from eintstranslators
2019-03-21Fix: Bounds check NewGRF feature.Peter Nelson
2019-03-21Codechange: NewGRF features are documented in hex, so display as hex.Peter Nelson
2019-03-21Fix #7391, 9b99b95: Don't invalidate go to depot orders of non-aircraft when ...Michael Lutz
2019-03-21Fix 4da83d2f66: Remove measurement tooltips when completed.peter1138
2019-03-21Update: Translations from eintstranslators
2019-03-20Fix #7390: Extra line removed by mistake caused server_password to disappear ...peter1138
2019-03-20Fix #7384: Industry Chain tooltips did not display on right-click.peter1138
2019-03-20Codechange: Implement OnTooltip event for custom window tooltips.peter1138