summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-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-19Fix compilation with cilk plus on gcc 6+.Andrei Karas3-20/+30
2016-12-18Improve dye speed test.Andrei Karas1-1/+4
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-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
2016-12-16Fix hiding tabs in skill dialog.Andrei Karas3-12/+51
2016-12-15Add special skills tab for unknown skills.Andrei Karas2-0/+22
2016-12-15Dont show on start skill tabs without skills.Andrei Karas4-29/+53
2016-12-15Fix skill level menu selection in rectangular skill tabs.Andrei Karas1-4/+15
2016-12-15Add theme files for skill rectangle listbox.Andrei Karas1-1/+4
2016-12-15Add support for rectangular skills tabs.Andrei Karas7-2/+459
2016-12-13Add support for possible new skill set types.Andrei Karas4-14/+70
2016-12-12Fix compilation errors with SDL2.s20161213Andrei Karas3-8/+3
2016-12-12Another fix for old compilers.Andrei Karas12-18/+18
2016-12-12Fix compilation with old compilers.Andrei Karas1-3/+3
2016-12-12Fix too long lines.Andrei Karas7-10/+22
2016-12-12Add noexcept in some files.Andrei Karas100-542/+545
2016-12-12Add constexpr and noexcept into some methods.Andrei Karas18-196/+105
2016-12-10Fix some issues without C++11 flags.Andrei Karas3-6/+6
2016-12-10Add restrict and noexcept in dye and dyepalette.Andrei Karas4-10/+10
2016-12-10Fix some issues found by automatic checks.Andrei Karas30-92/+89
2016-11-11Remove extra header in SDL 2.Andrei Karas1-1/+1
2016-11-11Fix typo implimented -> implemented.Andrei Karas46-197/+197