summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-05Remove extra include from langs.cppAndrei Karas1-2/+0
2017-04-05Add chat command for translate message from player language to english.Andrei Karas19-6/+163
2017-04-05Add reverse translation dictionary.Andrei Karas4-0/+17
2017-04-05Add loading translation for dict object.Andrei Karas3-0/+3
2017-04-04Reserve some characters sequence for future usage in chat messages.Andrei Karas1-0/+4
2017-04-04Draw flag badge at first.Andrei Karas1-9/+9
2017-04-04Fix languageIcons default path.Andrei Karas1-1/+1
2017-04-04Show player language badge.Andrei Karas4-1/+26
2017-04-04Add language db.Andrei Karas6-0/+148
2017-04-04Add language field in packet SMSG_BEING_ATTRS.Andrei Karas1-0/+2
2017-04-04Remove executable attribute from flag images.Andrei Karas19-0/+0
2017-04-04Increase client protocol version to 21.Andrei Karas1-1/+1
2017-04-04Remove most slowest and always failed in travis by time jobs.s20170404Andrei Karas1-20/+0
2017-04-03Remove another extra include.Andrei Karas1-2/+0
2017-04-03Revert "Replace merge stages prebuild and build due gitlab too slow to switch...Andrei Karas1-21/+21
2017-04-03Remove extra includes.Andrei Karas2-3/+0
2017-04-03Replace merge stages prebuild and build due gitlab too slow to switch stages.Andrei Karas1-21/+21
2017-04-03Fix job gcc-6_all_and_unittestsbin stage in .gitlab-ci.ymlAndrei Karas1-1/+1
2017-04-03Fix too long line int itempopup.cppAndrei Karas1-1/+2
2017-04-03Into .gitlab-ci.yml add unit tests builds with very old and latest zlib versi...Andrei Karas1-0/+37
2017-04-03Add into .gitlab-ci.yml with zlib master and zlib develop branches.Andrei Karas1-0/+36
2017-04-03Replace string::append with pathJoin.Andrei Karas24-151/+144
2017-04-03Use pathJoin for concatinate some paths.Andrei Karas19-102/+101
2017-04-02Fix ok and fail jobs.Andrei Karas1-0/+6
2017-04-01Change version to 1.7.4.1v1.7.4.1Andrei Karas9-9/+16
2017-04-01Update manaplus.cbp.Andrei Karas1-13/+16
2017-04-01Fix unit tests failures on FreeBSD.Andrei Karas1-2/+4
2017-04-01Update translations.Andrei Karas23-3725/+1855
2017-04-01Improve a bit speed in .gitlab-ci.yml by moving job with unit tests binary in...Andrei Karas1-2/+13
2017-04-01Fix compilation for android and fix code style.Andrei Karas4-7/+7
2017-03-31Add into .gitlab-ci.yml ok and fail jobs.Andrei Karas1-0/+22
2017-03-31Remove extra includes.Andrei Karas4-5/+3
2017-03-31Fix unit tests compilation with SDL2.Andrei Karas1-4/+4
2017-03-31Fix error in .gitlab-ci.yml in before_script in windows.Andrei Karas1-7/+8
2017-03-31Remove from .gitlab-ci.yml some without-opengl builds because they present in...Andrei Karas1-40/+0
2017-03-31Remove from .gitlab-ci.yml tinyxml2 jobs becuase they already present in sema...Andrei Karas1-74/+0
2017-03-31Add build job with all normal targets with enabled unitestsbin.Andrei Karas2-0/+43
2017-03-31Add into .gitlab-ci.yml running already precompiled tests on windows.Andrei Karas2-0/+39
2017-03-31Add into .gitlab-ci.yml tests compilation with mingw.Andrei Karas2-0/+55
2017-03-30Add configure flag enable-unittestsbin for build unit tests binary but not ru...Andrei Karas2-5/+20
2017-03-30Improve VirtFsZip::rwops_size.Andrei Karas1-1/+3
2017-03-30Improve VirtFsZip::rwops_close.Andrei Karas1-6/+1
2017-03-30Improve VirtFsZip::rwops_write.Andrei Karas1-17/+5
2017-03-30Improve VirtFsZip::rwops_read.Andrei Karas1-9/+0
2017-03-30Improve VirtFsZip::rwops_seek.Andrei Karas1-19/+9
2017-03-30Improve VirtFsDir::rwops_sizeAndrei Karas1-1/+16
2017-03-30Improve VirtFsDir::rwops_close.Andrei Karas1-6/+1
2017-03-30Improve VirtfsDir::rwops_write.Andrei Karas2-8/+24
2017-03-30Improve VirtfsDir::rwops_read.Andrei Karas1-6/+19
2017-03-30Improve VirtFsDir::rwops_seek.Andrei Karas1-3/+34