index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-03-26
Fix #6564: enforce types of arguments for station name strings (#7419)
glx22
2019-03-26
Codechange: Move 2 constants into the ifdef where they're used
Charles Pigott
2019-03-26
Codechange: Simplify refit cargo filter condition and stop mixing enum types
Charles Pigott
2019-03-26
Codechange: Initialise a few variables that -flto seems to think could possib...
Charles Pigott
2019-03-26
Codechange: Use range-based for-loop in Auto[Free|Delete]SmallVector
Henry Wilson
2019-03-26
Cleanup: Remove unused size template parameters from SmallMap and Auto[Free|D...
Henry Wilson
2019-03-26
Codechange: Removed SmallVector completely
Henry Wilson
2019-03-26
Codechange: Declare SmallVector as an alias for std::vector
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Include() with include()
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Find() with std::find()
Henry Wilson
2019-03-26
Codechange: Removed SmallVector::Insert()
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Erase() with std::vector::erase()
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Get() const with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Get(n) non-const with std::vector::data() + n
Henry Wilson
2019-03-26
Codechange: Removed SmallVector::Assign()
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Contains() with std::find() pattern
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::ErasePreservingOrder(pos, count) with std::...
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::ErasePreservingOrder(it, count) with std::v...
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Find() const with suitable alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Find() non-const with std::find()
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Reset() with std::vector::clear() + shrink_...
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Resize() with std::vector::resize()
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Length() with std::vector::size()
Henry Wilson
2019-03-26
Codechange: Removed SmallVector::operator[]
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Compact() with std::vector::shrink_to_fit()
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Clear() with std::vector::clear()
Henry Wilson
2019-03-26
Codechange: [core] Implement SmallVector using std::vector
Henry Wilson
2019-03-26
Update: Translations from eints
translators
2019-03-25
Fix #7414: Reinstate marking sign dirty before removal. (#7416)
PeterN
2019-03-25
Change: Do not display a newspaper about old vehicles for which replacement i...
stormcone
2019-03-25
Fix #7410: Sign position/width not set on initial creation. (#7413)
PeterN
2019-03-25
Fix #7411: Use industry production callback (if used) on initial industry car...
PeterN
2019-03-25
Update: Translations from eints
translators
2019-03-24
Update: Translations from eints
translators
2019-03-24
Fix #7374: Ensure k-d trees are always updated when station sign moves
Niels Martin Hansen
2019-03-24
Codechange: Use override keyword for smallmap window.
peter1138
2019-03-24
Codechange: Use override keyword in networking classes.
peter1138
2019-03-24
Codechange: More use of override keyword.
peter1138
2019-03-24
Change: Show additional cost and refitted capacity in build vehicle window.
peter1138
2019-03-24
Add: script API functions for build with refit feature
glx
2019-03-24
Feature: When filtering purchase list by cargo type, make buy button perform ...
peter1138
2019-03-24
Change: Bump savegame version for tree tile water class conversion.
Peter Nelson
2019-03-24
Fix #7400: Water class for tree tiles was not converted for old saves prevent...
Peter Nelson
2019-03-24
Codechange: Use override specifier in Window-derived classes.
peter1138
2019-03-24
Codechange: Use override specifier for DropDownListItem classes.
peter1138
2019-03-24
Codechange: Use override specifer for overriding member declarations
Henry Wilson
2019-03-24
Cleanup: Stop OSX compilation complaining about C++11 extensions
Henry Wilson
2019-03-23
Update: Translations from eints
translators
[next]