summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Change version to 1.6.12.24v1.6.12.24Andrei Karas9-9/+19
2016-12-24Update manaplus.cbp.Andrei Karas1-1/+7
2016-12-23Update translations.Andrei Karas25-691/+709
2016-12-23Fix style issues.Andrei Karas6-16/+13
2016-12-23Ignore dye palette includes in deheader.Andrei Karas1-0/+1
2016-12-23Add missing files into make file.Andrei Karas2-0/+6
2016-12-23Add unit tests for separate sse2 and avx2 dyes.Andrei Karas4-3/+811
2016-12-23Add s color dye function for sse2 (OpenGL).Andrei Karas5-125/+293
2016-12-23Add s color dye function for sse2 (software).Andrei Karas8-160/+377
2016-12-23Add a color dye function for sse2 (OpenGL).Andrei Karas7-123/+297
2016-12-23Add a color dye function for sse2 (software).Andrei Karas8-219/+395
2016-12-22Enable simd only for gcc 4.9+Andrei Karas1-2/+3
2016-12-22Fix compilation warning with SDL 2.Andrei Karas1-0/+10
2016-12-22Add max simd version suported by compiled binary into version name.Andrei Karas1-2/+10
2016-12-22Fix compilation with old gcc.Andrei Karas5-14/+16
2016-12-22Add ci tests without opengl support.Andrei Karas4-3/+57
2016-12-22Improve dye speed tests.Andrei Karas1-4/+41
2016-12-22Add speed test for dye A software function.Andrei Karas2-4/+40
2016-12-22Use int in A and S dye (OpenGL).Andrei Karas2-14/+14
2016-12-22Fix style issues.Andrei Karas8-16/+13
2016-12-22Disable simd for clang, because it not support target attribute.Andrei Karas1-0/+2
2016-12-22Remove some debug lines from dyepalette.Andrei Karas4-30/+16
2016-12-21Move buildhex macro into separate file.Andrei Karas5-22/+48
2016-12-21Use precalculated values for A and S dyes.Andrei Karas6-47/+35
2016-12-21Use different dye function versions in dye unit tests.Andrei Karas1-0/+919
2016-12-21Dont build OpenGL dye functions if OpenGL disabled.Andrei Karas2-0/+6
2016-12-21Add simd function for dye replaceacolor (OpenGL).Andrei Karas5-93/+235
2016-12-21Add simd function for dye replaceacolor (Software).Andrei Karas5-92/+257
2016-12-21Add support for replacescolor with non power of 2 image sizes.Andrei Karas1-9/+47
2016-12-21Add more dye tests.Andrei Karas1-24/+230
2016-12-21Add simd function for dye replace color (OpenGL).Andrei Karas6-100/+246
2016-12-21Rename dye function replaceSColor256 into replaceSColorSimd.Andrei Karas2-9/+9
2016-12-21Improve a bit dye speed.Andrei Karas2-68/+33
2016-12-20Add simd function for dye replace color (software).Andrei Karas7-116/+283
2016-12-20Add unit tests for S and A dye with 2, 4, 8 pixels.Andrei Karas1-0/+198
2016-12-20Switch to using int32 in dye unit tests.Andrei Karas1-150/+72
2016-12-19Fix hair animation in char create dialog.Andrei Karas1-0/+1
2016-12-19Add ci jobs with gcc 5 and 6 and cilk plus.Andrei Karas2-7/+21
2016-12-19Fix compilation with cilk plus on gcc 6+.Andrei Karas3-20/+30
2016-12-18Update pmake script.Andrei Karas1-4/+6
2016-12-18Improve dye speed test.Andrei Karas1-1/+4
2016-12-17Add missing clang versions into ci tests.Andrei Karas5-0/+167
2016-12-17Add -Wpointer-bool-conversion flag into clang ci jobs.Andrei Karas4-3/+7
2016-12-17Remove extra check from map.Andrei Karas1-6/+3
2016-12-17Fix wrong type for reading parameter.Andrei Karas1-1/+1
2016-12-17Add generic clang job script.Andrei Karas2-2/+22
2016-12-17Drop support for evol plugin version 5.Andrei Karas6-17/+1
2016-12-16Remove extra include.Andrei Karas1-2/+0
2016-12-16Fix style issues.Andrei Karas2-3/+2
2016-12-16Remove extra break.Andrei Karas1-1/+0