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
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
2019-03-23
Fix: Filtered file list did not scroll properly. (#7402)
PeterN
2019-03-22
Update: Translations from eints
translators
2019-03-21
Fix: Bounds check NewGRF feature.
Peter Nelson
2019-03-21
Codechange: NewGRF features are documented in hex, so display as hex.
Peter Nelson
2019-03-21
Fix #7391, 9b99b95: Don't invalidate go to depot orders of non-aircraft when ...
Michael Lutz
2019-03-21
Fix 4da83d2f66: Remove measurement tooltips when completed.
peter1138
2019-03-21
Update: Translations from eints
translators
2019-03-20
Fix #7390: Extra line removed by mistake caused server_password to disappear ...
peter1138
2019-03-20
Fix #7384: Industry Chain tooltips did not display on right-click.
peter1138
2019-03-20
Codechange: Implement OnTooltip event for custom window tooltips.
peter1138
2019-03-20
Fix #7386: Measurement tooltip for tunnels, aqueducts & docks did not display...
peter1138
2019-03-20
Remove: ENABLE_NETWORK switch
Patric Stout
2019-03-19
Remove: DOS support
Patric Stout
2019-03-19
Update: Translations from eints
translators
2019-03-18
Codechange: fix Intel C++ Compiler linking issues.
Patric Stout
[prev]
[next]