Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-27 | (svn r21343) -Add: Function that compares strings using case insensitive ↵ | terkhen | |
natural sort. | |||
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 ↵ | rubidium | |
metadata struct as well | |||
2010-11-13 | (svn r21164) -Codechange: replace the hardcoded array of language metadata ↵ | rubidium | |
with a list | |||
2010-11-13 | (svn r21163) -Codechange: pass a LanguageMetadata struct instead of its ↵ | rubidium | |
index to ReadLanguagePack, and simplify one of its callers | |||
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 ↵ | rubidium | |
metadata about a language, and keep the language metadata in memory instead of loading it several times from disk |