index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
translation.cpp
Age
Commit message (
Expand
)
Author
2010-06-18
Properly provide stub implementations for all TranslationManager methods when...
Johannes Schickel
2010-06-17
Correction for Invalid reads in Translation iconv calls reported by Valgrind.
David Turner
2010-06-15
Use USE_TRANSLATION, USE_DETECTLANG and USE_TERMCONV instead of (ENABLE_)TRAN...
Johannes Schickel
2010-06-15
Simplify code for the "ICONV_USES_CONST" case even more. (i.e. remove the "ms...
Johannes Schickel
2010-06-15
Fix compilation when using ICONV_USES_CONST.
Andre Heider
2010-06-15
Strip out charset information from the system locale again (like it was done ...
Johannes Schickel
2010-06-15
Output some warning in case an invalid ID was passed to TranslationManager::g...
Johannes Schickel
2010-06-15
Use a Common::String instead of a fixed size array for _syslang in Translatio...
Johannes Schickel
2010-06-15
Remove unnecessary svn:executable properties
Willem Jan Palenstijn
2010-06-15
Some style fixes.
Johannes Schickel
2010-06-15
Fix iconv signature on BSD systems. (Based on what we do in tools/)
Johannes Schickel
2010-06-15
Add TranslationManager::getTranslation variant taking/returning a Common::Str...
Max Horn
2010-06-15
Code formatting
Max Horn
2010-06-15
Implement translation support for ScummVM GUI.
Eugene Sandulenko