summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
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
2017-03-30Add unit tests for rwops functions.Andrei Karas1-0/+389
2017-03-29Move rwops functions into virtfsdir and virtfszip without optimisations.Andrei Karas11-167/+526
2017-03-29Remove VirtFs::makeRwopsAndrei Karas2-17/+0
2017-03-29Move rwops types into separate file.Andrei Karas4-8/+39
2017-03-29Move rwops code into virtfs namespace.Andrei Karas9-69/+86
2017-03-29Remove leaking resources detection from virtfsrwops.Andrei Karas3-31/+0
2017-03-29Remove debug code from DEBUG_VIRTFS defines.Andrei Karas8-165/+1
2017-03-29Remove wrong character from pugixml.cppAndrei Karas1-1/+1
2017-03-29Remove extra include.Andrei Karas1-1/+0
2017-03-29Remove extra memory copy in VirtFs::loadFile.Andrei Karas16-44/+44
Also add const into VirtFs::loadFile.