Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-31 | Irrlicht support code maintenance | sfan5 | |
2021-02-02 | Drop wide/narrow conversion functions | sfan5 | |
The only valid usecase for these is interfacing with OS APIs that want a locale/OS-specific multibyte encoding. But they weren't used for that anywhere, instead UTF-8 is pretty much assumed when it comes to that. Since these are only a potential source of bugs and do not fulfil their purpose at all, drop them entirely. | |||
2020-03-20 | Add comments for translators (#9510) | Wuzzy | |
* Add translator comments for "special" strings * Add translator comments for some "tricky" strings | |||
2018-11-28 | Move client-specific files to 'src/client' (#7902) | Quentin Bazin | |
Update Android.mk Remove 'src/client' from include_directories |