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
/
strings.cpp
Age
Commit message (
Expand
)
Author
2021-04-22
Change: treat languages as finished, if translations are 75% completed.
frosch
2021-04-20
Remove: "language" field from server/client
Patric Stout
2021-04-11
Cleanup: Fix comment for only one form (#9012)
TELK
2021-04-10
Add: new plural form for Romanian translation (#8936)
Nicolae Crefelean
2021-04-07
Fix #8713: Change OTTD2FS and FS2OTTD to return string objects instead of sta...
Niels Martin Hansen
2021-04-02
Fix: Freeing LanguagePack with wrong size.
milek7
2021-03-09
Codechange: remove special strings for language and resolutions (#8824)
Patric Stout
2021-02-14
Add: [OSX] Native font rendering without using FreeType.
Michael Lutz
2021-02-13
Codechange: OS-specific data for font search is not used outside of searching.
Michael Lutz
2021-01-13
Fix: tell the user if a font fails to load and fallback is about to be used
Patric Stout
2021-01-13
Codechange: nobody was using "str" parameter, so remove it
Patric Stout
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-12-27
Codechange: Use automatic memory management for language pack reading.
Michael Lutz
2020-12-27
Codechange: Use std::string in FIO search path handling.
Michael Lutz
2020-12-15
Feature: Show group name as part of the default vehicle name.
stormcone
2020-12-15
Feature: new velocity unit "tiles/day" (#8278)
jostephd
2020-05-21
Codechange: Use std::string for most of the user-settable custom names.
Michael Lutz
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-08-02
Fix #7672: more than 32 resolutions may be available
glx
2019-05-14
Codechange: [Win32] Pass a native GDI font description around when we have on...
Michael Lutz
2019-05-14
Add: [Win32] GDI engine for font glyph rendering as a replacement for includi...
Michael Lutz
2019-04-18
Codechange: use std::vector for _language_dropdown
glx
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-26
Fix #6564: enforce types of arguments for station name strings (#7419)
glx22
2019-03-26
Codechange: Initialise a few variables that -flto seems to think could possib...
Charles Pigott
2019-03-26
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Append() with std::vector::[push|emplace]_b...
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Length() with std::vector::size()
Henry Wilson
2019-03-24
Codechange: Use override specifer for overriding member declarations
Henry Wilson
2019-03-20
Remove: ENABLE_NETWORK switch
Patric Stout
2019-03-11
Codechange: ICU_SORT is in reality ICU_I18N (according to their CMake files)
Patric Stout
2019-03-11
Codechange: ICU_LAYOUT is in reality ICU_LX (according to their CMake files)
Patric Stout
2019-03-02
Codechange: Make std::stack use std::vector container in string formatting/dr...
PeterN
2018-12-27
Fix: [Win32] WIN32 may not be defined, always prefer the compiler predefined ...
glx
2018-12-08
Add: [OSX] Text layout using the native CoreText API.
Michael Lutz
2018-12-08
Add: [OSX] Native natural sort implementation.
Michael Lutz
2018-10-31
Fix: Remove various dead or unnecessary assignments
Charles Pigott
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2018-06-26
Change: Increase cargo type limit to 64.
PeterN
2018-06-06
Add: [Win32] Text layout using the native Windows Uniscribe library.
Michael Lutz
2018-06-06
Add: [Win32] Native natural sort implementation.
Michael Lutz
2018-05-21
Change: Add CargoTypes type for cargo masks. (#6790)
PeterN
2018-04-19
Add: {PUSH_COLOUR} and {POP_COLOUR} control codes to handle switching colours...
PeterN
2018-04-17
Fix #6465: Add {NORMAL_FONT} and {MONO_FONT} control codes to GS strings (#6726)
Pavel Stupnikov
2018-04-08
Fix #6690: Compilation with ICU 61
Charles 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 enum
frosch
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
[next]