aboutsummaryrefslogtreecommitdiff
path: root/src/client/keycode.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Irrlicht support code maintenancesfan52021-03-311-2/+0
|
* Drop wide/narrow conversion functionssfan52021-02-021-1/+2
| | | | | | | | | 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.
* Add comments for translators (#9510)Wuzzy2020-03-201-0/+3
| | | | | * Add translator comments for "special" strings * Add translator comments for some "tricky" strings
* Move client-specific files to 'src/client' (#7902)Quentin Bazin2018-11-281-0/+384
Update Android.mk Remove 'src/client' from include_directories