summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-24Fix: Scale news ticker scroll speed by UI scaleNiels Martin Hansen
2019-04-24Fix: Scale all min size and padding by UI scaleNiels Martin Hansen
2019-04-24Codechange: Revert unnecessary indentation changeNiels Martin Hansen
2019-04-24Fix: Also breaking for warning text in set company passwordNiels Martin Hansen
2019-04-24Fix: Automatic line breaking of the warningNiels Martin Hansen
2019-04-24Add: Warn players that company passwords are not truly secureNiels Martin Hansen
2019-04-21Codechange: Use std::underlying_type for DECLARE_POSTFIX_INCREMENT.peter1138
2019-04-21Fix: Replace int with std::underlying_type in DECLARE_ENUM_AS_BIT_SET.peter1138
2019-04-20Fix e8d397e: Invisible station/waypoint signs could still be clicked on. (#7531)PeterN
2019-04-20Fix: Bounds check access to railtype_map. (#7529)PeterN
2019-04-20Add: NewGRF string codes to access PUSH/POP_COLOUR. (#7527)PeterN
2019-04-19Fix #7526, 5b77102b6: FiosItem::operator< must return false for equality (#7528)glx22
2019-04-18Cleanup: remove core/sort_func.hpp as it's not used anymoreglx
2019-04-18Codechange: use std::array for _sorted_industry_typesglx
2019-04-18Codechange: use std::sort in SaveHighScoreValueNetwork()glx
2019-04-18Codechange: use std::vector to sort _all_grfs linked listglx
2019-04-18Codechange: use std::vector for _language_dropdownglx
2019-04-18Codechange: use std::vector for _resolutionsglx
2019-04-18Codechange: use std::vector for _sorted_railtypesglx
2019-04-18Codechange: use std::vector for _sorted_cargo_specsglx
2019-04-17Update: Translations from eintstranslators
2019-04-16Fix #7235: Ensure catchment area of neutral station covers entire industry. (...PeterN
2019-04-16Update: Translations from eintstranslators
2019-04-15Codechange: No need for AutoFreePtr if there's std::unique_ptr.Michael Lutz
2019-04-15Codechange: Replace SmallStackSafeStackAlloc with std::array.Michael Lutz
2019-04-15Fix: Typos. (#7517)stormcone
2019-04-15Update: Translations from eintstranslators
2019-04-13Cleanup: Fix alignment after NULL -> nullptr change.peter1138
2019-04-13Fix 801cbea9c: operator< is not always the best ideaglx
2019-04-13Fix: Industry coverage area is no longer rectangular. (#7464)PeterN
2019-04-13Codechange: Replace duplicated code with TileArea::Expand() (#7467)PeterN
2019-04-13Codechange: use std::sort() for all std::vector typesglx
2019-04-13Codechange: use std::sort() to sort file listsglx
2019-04-13Codechange: use std::sort() in EngList_Sort[Partial]()glx
2019-04-13Codechange: use std::sort() in GUIListglx
2019-04-13Change: Always report error when ordering a road vehicle to wrong type of roa...PeterN
2019-04-11Codechange: Replace NULL with nullptr in squirrel interface.peter1138
2019-04-11Codechange: NULL -> nullptr in settings files.peter1138
2019-04-11Fix #7491: Send company update admin message when bankruptcy counter changes.peter1138
2019-04-11Fix 50e08f333a: Creating a cargo subsidy with town as source did not consider...SamuXarick
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-04-10Fix #7494: std::sort() and qsort() use different comparators (#7495)glx22
2019-04-10Update: Translations from eintstranslators
2019-04-09Fix: Crash due to use of invalid iterator in ClientNetworkContentSocketHandlerJonathan G Rennison
2019-04-09Remove: AutoFreeSmallVector.Michael Lutz
2019-04-09Codechange: If something is a vector of strings, use a vector of strings inst...Michael Lutz
2019-04-09Codechange: Switch DropDownList to directly use std::vector, thus making Auto...Michael Lutz
2019-04-09Codechange: Use std::vector instead of AutoDeleteSmallVector in GS text handl...Michael Lutz
2019-04-09Codechange: Replace AutoDeleteSmallVector with direct std::vector use in text...Michael Lutz
2019-04-09Codechange: Store text layout runs directly as values in a std::vector instea...Michael Lutz