summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-04-08Fix compilation error with SDL 2.Andrei Karas6-7/+7
2017-04-08Add missing include in resourcemanager.hAndrei Karas1-0/+1
2017-04-08Use unique keys for different resource types in cache.Andrei Karas5-4/+5
2017-04-08Remove most setters and getters from Resource class.Andrei Karas18-177/+136
2017-04-08Move resourcemanager from class to namespace.Andrei Karas45-488/+723
2017-04-06Add quick messages with translation from current server language to default.Andrei Karas5-2/+85
For use it open emotes/fonts in chat and select T tab.
2017-04-05Add loading textdb.Andrei Karas6-0/+137
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
Also add po field into languages.xml.
2017-04-05Add reverse translation dictionary.Andrei Karas4-0/+17
2017-04-05Add loading translation for dict object.Andrei Karas3-0/+3
For future dictionary translations.
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
For now this field unused.
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 ↵Andrei Karas1-21/+21
switch stages." This reverts commit b00c7b03c743d682030fd3e8643e4301acf7f6a1.
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 ↵Andrei Karas1-0/+37
versions.
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 ↵Andrei Karas1-2/+13
into build stage.
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 ↵Andrei Karas1-40/+0
in circleci.
2017-03-31Remove from .gitlab-ci.yml tinyxml2 jobs becuase they already present in ↵Andrei Karas1-74/+0
semaphoreci.
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
This jobs is manual, because not always windows runner can be present.
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 ↵Andrei Karas2-5/+20
run it.
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