summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-01-11Add support for collecting coverage data in gcc6 tests and store on stats ↵Andrei Karas5-3/+21
web site.
2017-01-11Add ci jobs with unit tests with gcc 6 and SDL 2.Andrei Karas2-0/+47
2017-01-11In .gitlab-ci.yml rename log-failed-jobs into job-artifacts.Andrei Karas1-302/+302
Also save artifacts always and not only on failed builds.
2017-01-11Fix maplayer issue detected by tests.Andrei Karas2-6/+15
2017-01-10Add configure flag with_gcov for create coverage data.Andrei Karas2-0/+13
Disabled by default.
2017-01-10Add unit tests for MapLayer::specialLayerDraw.Andrei Karas2-22/+859
Also fix tests for MapLayer::drawFringe.
2017-01-10Add unit tests for SpecialLayer::updateCache.Andrei Karas3-0/+231
2017-01-10Add tests for MapLayer::drawFringe.Andrei Karas1-0/+740
Some tests incomplete, and some failing.
2017-01-10Add mock object for Graphics class.Andrei Karas6-0/+1011
Add tests for MapLayer::draw.
2017-01-07Change version to 1.7.1.7v1.7.1.7Andrei Karas9-9/+16
2017-01-07Update translations.Andrei Karas24-5643/+5644
2017-01-07Update manaplus.cbp.Andrei Karas1-2/+0
2017-01-07Check for uninitialised variables in valgrind ci tests.Andrei Karas1-0/+7
2017-01-06Fix code style.Andrei Karas9-21/+11
2017-01-06Add possible missing initialisation in Being::recalcSpritesOrder.Andrei Karas1-0/+6
2017-01-06Add missing values into SpecialLayer initialisation.Andrei Karas1-0/+1
2017-01-05Remove extra includes from unit tests files.Andrei Karas4-9/+0
2017-01-05Fix style issue in maingui.cppAndrei Karas1-1/+0
2017-01-05Change retry script to 10 tryes.Andrei Karas1-1/+1
2017-01-05Add retry script for wget invokes in ci jobs.Andrei Karas3-3/+3
2017-01-05Add ci job with unit tests with gcc 6 and simd+lto.Andrei Karas2-0/+41
2017-01-05Fix different issues in unit tests.Andrei Karas16-33/+95
Fix crash with some compilers flags. Clean window container to null after it was removed. Init and deinit physfs globally.
2017-01-04Add physfs deinit function for unit tests. But not using it for now.Andrei Karas15-0/+48
2017-01-04Add pages generation with doxygen docs and git stats.Andrei Karas6-0/+606
Pages can be accesed at http://stats.manaplus.org/
2017-01-04Add -Wno-attributes into ci jobs where it missing.Andrei Karas3-3/+6
2017-01-04Add compiler flag -Wno-attributes for prevent warnings about packed attributes.Andrei Karas37-37/+53
2017-01-04Fix crash in special layer drawing with enabled simd in compiler flags.Andrei Karas2-2/+3
2017-01-03Fix special layers draw crash.Andrei Karas1-3/+8
2017-01-03Fix some doxygen issues.Andrei Karas34-240/+31
2017-01-03Remove useless todo messages.Andrei Karas9-23/+1
2017-01-03Update copyright year.Andrei Karas1747-1746/+1747
2017-01-03Remove extra include from maplayer_unittest.ccAndrei Karas1-2/+0
2017-01-03Fix too long lines.Andrei Karas2-3/+2
2017-01-03Remove LLVM from auto detection black list.Andrei Karas1-7/+0
2017-01-03Replace map layer errors logging to asserts.Andrei Karas1-3/+5
2017-01-03Remove debug messages for map layer drawing.Andrei Karas1-85/+16
2017-01-03Fix drawing layers after previous commits.Andrei Karas3-33/+755
Add unit tests for layer caching functions.
2016-12-31Improve special layers draw speed in same way like fringe layer.Andrei Karas7-8/+68
2016-12-31Remove some debug code and enable code for report fringe draw errors.Andrei Karas1-5/+2
2016-12-31Restore drawing special layer on top of fringe layer.Andrei Karas2-61/+63
But special layer still drawed in old slow way.
2016-12-31Improve fringe map layers drawing.Andrei Karas7-15/+550
Pre cache next tile position with image.
2016-12-30Improve map layers drawing.Andrei Karas2-14/+95
Skip same image or empty tiles.
2016-12-30Improve drawing map layers.Andrei Karas3-18/+36
Pre cache repeated tiles count and width.
2016-12-29Improve drawing tiles.Andrei Karas5-90/+108
Remove check for existing tile image in each tile. From now tiles without image hidden.
2016-12-29Remove extra include.Andrei Karas1-1/+0
2016-12-29Fix compilation with SDL 2.Andrei Karas1-1/+1
2016-12-29Move sdl2 build ci job into prebuild stage.Andrei Karas1-7/+7
2016-12-29Fix compilation with SDL 2.Andrei Karas1-0/+4
2016-12-29Fix compilation with old gcc versions.Andrei Karas1-2/+2
2016-12-29Fix compilation with gcc 4.4Andrei Karas1-2/+2