summaryrefslogtreecommitdiff
path: root/src/utils/translation/translationmanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-08some more renamingrename_and_cleanupjak11-1/+1
2023-01-08added manaverse' copyright line to src/jak11-0/+1
2023-01-08[WIP] renamed the client to ManaVersejak11-1/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-3/+3
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-17Improve translations loading in translationmanager.cppAndrei Karas1-2/+3
2017-12-17Remove default parameter from translationmanager.Andrei Karas1-3/+3
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-1/+1
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+2
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-3/+3
2017-05-05Rename virtfs into fs.Andrei Karas1-1/+1
2017-04-05Add chat command for translate message from player language to english.Andrei Karas1-1/+7
2017-04-05Add reverse translation dictionary.Andrei Karas1-0/+13
2017-04-05Add loading translation for dict object.Andrei Karas1-0/+1
2017-03-29Remove extra memory copy in VirtFs::loadFile.Andrei Karas1-1/+2
2017-03-28Move Virtfs::loadFile into virtfs.cppAndrei Karas1-1/+1
2017-03-28Change memory allocation in Virtfs::LoadFile from calloc to new.Andrei Karas1-3/+2
2017-03-28Move virtfstools into virtfs directory.Andrei Karas1-1/+1
2017-02-21Move virt fs related files into fs directory.Andrei Karas1-1/+2
2017-02-13Split virtfs.cpp into virtfs.cpp and virtfstools.cppAndrei Karas1-1/+1
2017-02-10Rename physfstools into virtfs.Andrei Karas1-2/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-1/+1
2016-01-03Add support for custom NLS (without gettext).Andrei Karas1-0/+8
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-31fix code style.Andrei Karas1-2/+0
2014-05-28Move from resourcemanager functions related to files into other files.Andrei Karas1-2/+2
2014-03-28simplify variables cleanup.Andrei Karas1-2/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-19fix definition in translationmanager.Andrei Karas1-1/+0
2013-10-08remove unused system headers.Andrei Karas1-2/+0
2013-09-25improve a bit strings declaration.Andrei Karas1-7/+4
2013-09-20improve a bit code speed.Andrei Karas1-1/+1
2013-04-17remove some unused system headers.Andrei Karas1-1/+0
2013-04-07some fixes after auto check.Andrei Karas1-4/+2
2013-01-20Last part with FOR_EACH changes.Andrei Karas1-1/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-25Improve empty strings manipulation.Andrei Karas1-1/+1
2012-09-16Add const to variables with type size_t.Andrei Karas1-1/+1
2012-09-04Add const to more classes.Andrei Karas1-4/+4
2012-05-13Fix files translation.Andrei Karas1-1/+2
2012-04-27Remove translation parser debug message.Andrei Karas1-1/+1
2012-04-25Improve iterators part 2.Andrei Karas1-4/+1
2012-04-01Last part of fixes.Andrei Karas1-3/+3
2012-03-29Replace vectors with strings to short names.Andrei Karas1-1/+1
2012-03-19Add help po translation.Andrei Karas1-5/+63
2012-02-06Fix memory leak on exit.Andrei Karas1-0/+6
2012-02-05Add own translation system.Andrei Karas1-0/+72