summaryrefslogtreecommitdiff
path: root/src/strings.cpp
AgeCommit message (Expand)Author
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
2018-06-06Add: [Win32] Text layout using the native Windows Uniscribe library.Michael Lutz
2018-06-06Add: [Win32] Native natural sort implementation.Michael Lutz
2018-05-21Change: Add CargoTypes type for cargo masks. (#6790)PeterN
2018-04-19Add: {PUSH_COLOUR} and {POP_COLOUR} control codes to handle switching colours...PeterN
2018-04-17Fix #6465: Add {NORMAL_FONT} and {MONO_FONT} control codes to GS strings (#6726)Pavel Stupnikov
2018-04-08Fix #6690: Compilation with ICU 61Charles Pigott
2017-02-26(svn r27758) -Change: Increase the maximum number of GameScript texts to 64k,...frosch
2017-02-26(svn r27756) -Codechange: Add StringTab enumfrosch
2017-02-26(svn r27754) -Codechange: Add GetStringTab(), GetStringIndex() and MakeString...frosch
2016-06-17(svn r27602) -Fix [FS#6481]: Compilation with --disable-network. (Deranged)frosch
2015-08-10(svn r27381) -Fix: Warnings due to C++11 requirements for explicit narrowing ...michi_cc
2015-08-09(svn r27367) -Codechange: make a distinction between the layouting part of IC...rubidium
2015-05-17(svn r27288) -Fix: Slow network content GUI in MSVC Debug builds due to repea...michi_cc
2015-01-01(svn r27102) -Fix [FS#6194]: money values would end up wrong in strings when ...rubidium
2014-11-18(svn r27063) -Fix [FS#6172]: Some lists did not use natural string sorting.frosch
2014-08-15(svn r26733) -Fix [FS#6086]: inconsistency in using spaces between number and...rubidium
2014-06-20(svn r26657) -Add [FS#6047]: Days in dates are not represented by ordinal num...planetmaker
2014-04-27(svn r26525) -Remove: Screenshot format setting from GUI.frosch
2014-04-25(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...rubidium
2014-04-23(svn r26489) -Codechange: properly account for the end of buffers in the file...rubidium
2014-04-23(svn r26486) -Codechange: replace a number of snprintfs with seprintfrubidium
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2014-01-12(svn r26242) -Codechange: Use GRFFile that filled the TextRefStack to transla...frosch
2014-01-12(svn r26239) -Fix: Check that there is space left in the string parameter arr...frosch
2014-01-12(svn r26238) -Codechange: Use StringParameters::GetDataLeft to check for left...frosch
2014-01-12(svn r26237) -Cleanup: Remove unused SCC_STRING_ID.frosch
2013-11-23(svn r26063) -Fix (r26062): a few tabs too muchrubidium
2013-11-23(svn r26062) -Fix: beef up checks against invalid data in highscore and langu...rubidium