summaryrefslogtreecommitdiff
path: root/src/strings.cpp
AgeCommit message (Expand)Author
2021-07-10Codechange: use the C++ std::getenv over the POSIX/C getenvRubidium
2021-07-03Codechange: replace InjectDParam/ShiftParameters by setting the right paramet...rubidium42
2021-06-13Codechange: convert printf DEBUG statements to fmt Debug statementsrubidium42
2021-05-15Add: GetString that returns std::string instead of filling a passed bufferrubidium42
2021-05-15Change: Use gender-neutral pronounsrubidium42
2021-05-13Codechange: move font settings to std::stringrubidium42
2021-05-13Codechange: move currency settings to std::stringrubidium42
2021-05-13Codechange: move locale settings to std::stringrubidium42
2021-05-06Codechange: add SetDParamStr that accepts std::string&rubidium42
2021-05-03Codechange: Replace FOR_ALL_SEARCHPATHS with range-based for loopsglx22
2021-04-28Cleanup: Replace FOR_ALL_SORTED_CARGOSPECS macro with range iterator.Peter Nelson
2021-04-22Change: treat languages as finished, if translations are 75% completed.frosch
2021-04-20Remove: "language" field from server/clientPatric Stout
2021-04-11Cleanup: Fix comment for only one form (#9012)TELK
2021-04-10Add: new plural form for Romanian translation (#8936)Nicolae Crefelean
2021-04-07Fix #8713: Change OTTD2FS and FS2OTTD to return string objects instead of sta...Niels Martin Hansen
2021-04-02Fix: Freeing LanguagePack with wrong size.milek7
2021-03-09Codechange: remove special strings for language and resolutions (#8824)Patric Stout
2021-02-14Add: [OSX] Native font rendering without using FreeType.Michael Lutz
2021-02-13Codechange: OS-specific data for font search is not used outside of searching.Michael Lutz
2021-01-13Fix: tell the user if a font fails to load and fallback is about to be usedPatric Stout
2021-01-13Codechange: nobody was using "str" parameter, so remove itPatric Stout
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2020-12-27Codechange: Use automatic memory management for language pack reading.Michael Lutz
2020-12-27Codechange: Use std::string in FIO search path handling.Michael Lutz
2020-12-15Feature: Show group name as part of the default vehicle name.stormcone
2020-12-15Feature: new velocity unit "tiles/day" (#8278)jostephd
2020-05-21Codechange: Use std::string for most of the user-settable custom names.Michael Lutz
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-08-02Fix #7672: more than 32 resolutions may be availableglx
2019-05-14Codechange: [Win32] Pass a native GDI font description around when we have on...Michael Lutz
2019-05-14Add: [Win32] GDI engine for font glyph rendering as a replacement for includi...Michael Lutz
2019-04-18Codechange: use std::vector for _language_dropdownglx
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-26Fix #6564: enforce types of arguments for station name strings (#7419)glx22
2019-03-26Codechange: Initialise a few variables that -flto seems to think could possib...Charles Pigott
2019-03-26Codechange: Replaced SmallVector::[Begin|End]() with std alternativesHenry Wilson
2019-03-26Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...Henry Wilson
2019-03-26Codechange: Replace SmallVector::Length() with std::vector::size()Henry Wilson
2019-03-24Codechange: Use override specifer for overriding member declarationsHenry Wilson
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2019-03-11Codechange: ICU_SORT is in reality ICU_I18N (according to their CMake files)Patric Stout
2019-03-11Codechange: ICU_LAYOUT is in reality ICU_LX (according to their CMake files)Patric Stout
2019-03-02Codechange: Make std::stack use std::vector container in string formatting/dr...PeterN
2018-12-27Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined ...glx
2018-12-08Add: [OSX] Text layout using the native CoreText API.Michael Lutz
2018-12-08Add: [OSX] Native natural sort implementation.Michael Lutz
2018-10-31Fix: Remove various dead or unnecessary assignmentsCharles Pigott
2018-10-31Doc: Lots and lots of doxymentation fixesCharles Pigott
2018-06-26Change: Increase cargo type limit to 64.PeterN