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-04-09
Codechange: If something is a vector of strings, use a vector of strings inst...
Michael Lutz
2019-04-09
Codechange: Switch DropDownList to directly use std::vector, thus making Auto...
Michael Lutz
2019-04-09
Codechange: Use std::vector instead of AutoDeleteSmallVector in GS text handl...
Michael Lutz
2019-04-09
Codechange: Replace AutoDeleteSmallVector with direct std::vector use in text...
Michael Lutz
2019-04-09
Codechange: Store text layout runs directly as values in a std::vector instea...
Michael Lutz
2019-04-09
Fix: Forgotten override keywords for DropDownListIconItem.
Michael Lutz
2019-04-09
Codechange: Use override specifier for text layout classes.
Michael Lutz
2019-04-09
Fix: Don't crash if reading a GS string file from disk produces an error.
Michael Lutz
2019-04-09
Update: Translations from eints
translators
2019-04-08
Fix #7478: Don't remove NewGRF objects on company take-over. (#7483)
PeterN
2019-04-08
Fix #6222: Advanced sprite layout sometimes showed incorrect railtype ground ...
kiwitreekor
2019-04-07
Fix: [Windows] OpenTTD window may be inactive when an error happens (#7482)
glx22
2019-04-06
Codechange: C++11 STL has a function for getting the number of CPU cores.
Michael Lutz
2019-04-06
Codechange: Use platform independent C++11 function for sleeping on a thread.
Michael Lutz
2019-04-06
Codechange: Use atomic variables for thread synchronization where useful.
Michael Lutz
2019-04-06
Codechange: Replace custom thread code with C++11 thread objects.
Michael Lutz
2019-04-06
Codechange: Replace custom mutex code with C++11 mutex'es.
Michael Lutz
2019-04-06
Fix: [OSX] .mm files are C++ files, not C files.
Michael Lutz
2019-04-05
Fix: [MSVC] don't force SDK version (#7474)
glx22
2019-04-05
Fix #7439: don't overwrite CompanyRemoveReason with ClientID (#7465)
glx22
2019-04-05
Cleanup 3f32711: Don't apply forbid 90 deg turn settings for ships.
Samu
2019-04-04
Fix #7469: Desync when using build and refit feature.
peter1138
2019-04-05
Update: documentation updates from 1.9 branch
Patric Stout
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
[next]