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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2019-04-04
Fix #7469: Desync when using build and refit feature.
peter1138
2019-04-02
Update: Translations from eints
translators
2019-04-02
Fix #7440: Remove town sign when deleting town, not add it once more
Niels Martin Hansen
2019-04-01
Update: Translations from eints
translators
2019-03-31
Update: Translations from eints
translators
2019-03-31
Codechange: Remove ship max order distance from script API.
peter1138
2019-03-31
Change: Remove ship max order distance.
peter1138
2019-03-31
Fix #7062, Revert 7af53d7588: Don't test ship max order distance when pathfin...
peter1138
2019-03-31
Fix 6fc60d8c4f: forgot to update API changelog
glx
2019-03-31
Change: Shorten engine rail type drop down in autoreplace window. (#7448)
PeterN
2019-03-30
Codechange: Check airport layout would fit within map bounds before iterating...
PeterN
2019-03-30
Fix aa7ca7fe6: Linkgraph node index order must be maintained due to other ref...
PeterN
2019-03-30
Change: adjust Violet smallmap colour 1 shade darker, to compensate for legib...
Andy
2019-03-30
Fix #7433: don't use AirportSpec substitute if it's not set (#7435)
glx22
2019-03-30
Fix: Fluidsynth should not try to lock sample data in memory
Niels Martin Hansen
2019-03-30
Change: [SDL] Do not offer video smaller than 640x480
Niels Martin Hansen
2019-03-30
Fix #7447, 3357cac847: Action 4 has feature 48 'original strings'. (#7449)
frosch
2019-03-30
Update: Translations from eints
translators
2019-03-29
Change: Dark Blue company and water were indistinguishable in small map. (#7436)
SamuXarick
2019-03-29
Update: Translations from eints
translators
2019-03-29
Codechange: Distance between town and airport has already just been found, so...
PeterN
2019-03-29
Fix #7434: Incorrect use of vector iterator. (#7437)
PeterN
2019-03-28
Fix: [Win64] settingsgen MSVC compile warnings (#7432)
glx22
2019-03-28
Update: Translations from eints
translators
2019-03-28
Fix #7165: Const overload SmallMap::Contains(key) compared wrong types.
Michael Lutz
2019-03-28
Fix #7165: SmallMap::Erase(key) does not work correctly
stormcone
2019-03-27
Fix: Incorrect display of industry production around tiles. (#7426)
PeterN
2019-03-28
Fix: MSVC warnings (#7423)
glx22
2019-03-27
Update: Translations from eints
translators
2019-03-27
Add: [Newgrf] Some 60+ Vars for industries that were missed in #6867
Johannes E. Krause
2019-03-27
Cleanup: use switch for industry cargo vars
Johannes E. Krause
2019-03-27
Feature #6053: Collapsible vehicle groups (3298)
Charles Pigott
2019-03-27
Add #6189: Groups now count the total number of vehicles in subgroups (3298)
Charles Pigott
2019-03-27
Change #5977: Use specific error message when attempting to create a circular...
Charles Pigott
2019-03-27
Fix #7421: Don't (directly) dereference std::vector::end() in SmallMap
Charles Pigott
2019-03-26
Fix #7165: Missed 'Append() --> push_back()' replacement
stormcone
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
[next]