summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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
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
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
2016-12-31Improve fringe map layers drawing.Andrei Karas7-15/+550
2016-12-30Improve map layers drawing.Andrei Karas2-14/+95
2016-12-30Improve drawing map layers.Andrei Karas3-18/+36
2016-12-29Improve drawing tiles.Andrei Karas5-90/+108
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
2016-12-29Remove unused function from animation.Andrei Karas2-10/+0
2016-12-29Add constexpr into being.Andrei Karas2-31/+29
2016-12-29Use power of two texture sizes in all OpenGL modes (even with rectangular tex...Andrei Karas2-22/+6
2016-12-29Add constexpr into itemshortcut.Andrei Karas1-1/+1
2016-12-29Add constexpr into sdlinput.Andrei Karas2-223/+223
2016-12-29Add constexpr into keyboardconfig.Andrei Karas2-28/+26
2016-12-29Add constexpr into soundmanager.Andrei Karas1-1/+1
2016-12-29Add const and constexpr into colorpair.hAndrei Karas1-3/+4
2016-12-29Add constexpr into ClipRect class. Remove cliprect.cppAndrei Karas4-91/+13