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-18
Codechange: use std::vector for _sorted_railtypes
glx
2019-04-18
Codechange: use std::vector for _sorted_cargo_specs
glx
2019-04-17
Update: Translations from eints
translators
2019-04-16
Fix #7235: Ensure catchment area of neutral station covers entire industry. (...
PeterN
2019-04-16
Update: Translations from eints
translators
2019-04-15
Codechange: No need for AutoFreePtr if there's std::unique_ptr.
Michael Lutz
2019-04-15
Codechange: Replace SmallStackSafeStackAlloc with std::array.
Michael Lutz
2019-04-15
Fix: Typos. (#7517)
stormcone
2019-04-15
Update: Translations from eints
translators
2019-04-13
Cleanup: Fix alignment after NULL -> nullptr change.
peter1138
2019-04-13
Fix 801cbea9c: operator< is not always the best idea
glx
2019-04-13
Fix: Industry coverage area is no longer rectangular. (#7464)
PeterN
2019-04-13
Codechange: Replace duplicated code with TileArea::Expand() (#7467)
PeterN
2019-04-13
Codechange: use std::sort() for all std::vector types
glx
2019-04-13
Codechange: use std::sort() to sort file lists
glx
2019-04-13
Codechange: use std::sort() in EngList_Sort[Partial]()
glx
2019-04-13
Codechange: use std::sort() in GUIList
glx
2019-04-13
Change: Always report error when ordering a road vehicle to wrong type of roa...
PeterN
2019-04-11
Codechange: Replace NULL with nullptr in squirrel interface.
peter1138
2019-04-11
Codechange: NULL -> nullptr in settings files.
peter1138
2019-04-11
Fix #7491: Send company update admin message when bankruptcy counter changes.
peter1138
2019-04-11
Fix 50e08f333a: Creating a cargo subsidy with town as source did not consider...
SamuXarick
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-04-10
Fix #7494: std::sort() and qsort() use different comparators (#7495)
glx22
2019-04-10
Update: Translations from eints
translators
2019-04-09
Fix: Crash due to use of invalid iterator in ClientNetworkContentSocketHandler
Jonathan G Rennison
2019-04-09
Remove: AutoFreeSmallVector.
Michael Lutz
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-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-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
[next]