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
/
language.h
Age
Commit message (
Expand
)
Author
2021-04-22
Change: treat languages as finished, if translations are 75% completed.
frosch
2020-12-27
Codechange: Use automatic memory management for language pack reading.
Michael Lutz
2020-12-27
Codechange: Replace assert_compile macro with static_assert
Charles Pigott
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-03-26
Codechange: Removed SmallVector completely
Henry Wilson
2019-03-11
Codechange: ICU_SORT is in reality ICU_I18N (according to their CMake files)
Patric Stout
2018-04-08
Fix #6690: Compilation with ICU 61
Charles Pigott
2017-02-26
(svn r27756) -Codechange: Add StringTab enum
frosch
2017-02-26
(svn r27755) -Codechange: Move TAB_SIZE to strings_type.h and use it consiste...
frosch
2017-02-26
(svn r27754) -Codechange: Add GetStringTab(), GetStringIndex() and MakeString...
frosch
2015-08-09
(svn r27367) -Codechange: make a distinction between the layouting part of IC...
rubidium
2011-12-17
(svn r23585) -Codechange: replace some magic numbers with less magic constants
rubidium
2011-08-21
(svn r22806) -Codechange: store the number of untranslated strings in the lan...
rubidium
2011-05-02
(svn r22411) -Document: another bunch of bits
rubidium
2011-01-18
(svn r21845) -Codechange: move documentation towards the code to make it more...
rubidium
2010-11-27
(svn r21343) -Add: Function that compares strings using case insensitive natu...
terkhen
2010-11-13
(svn r21177) -Codechange: change UniqueLanguageFile into GetLanguage
rubidium
2010-11-13
(svn r21165) -Codechange: move the case/gender meta data into the language me...
rubidium
2010-11-13
(svn r21164) -Codechange: replace the hardcoded array of language metadata wi...
rubidium
2010-11-13
(svn r21163) -Codechange: pass a LanguageMetadata struct instead of its index...
rubidium
2010-11-13
(svn r21161) -Codechange: make the currently used language easier accessible
rubidium
2010-11-13
(svn r21160) -Codechange: reuse the strgen LanguageHeader to store some metad...
rubidium