summaryrefslogtreecommitdiff
path: root/src/resources/dye/dyepalette.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-10-29Fix code style.s20181102Andrei Karas1-2/+2
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas1-3/+3
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas1-0/+3
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-3/+3
2017-05-26Fix compilation without simd support again.Andrei Karas1-2/+0
2017-05-26Fix compilation without simd support.Andrei Karas1-12/+26
2017-05-25Switch in replaceAOGLColor into using custom despatcher.Andrei Karas1-0/+12
2017-05-25Switch in replaceAColor into using custom despatcher.Andrei Karas1-0/+12
2017-05-25Switch in replaceSOGLColor into using custom despatcher.Andrei Karas1-0/+12
2017-05-24Switch in replaceSColor into using custom despatcher.Andrei Karas1-0/+33
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-21Use precalculated values for A and S dyes.Andrei Karas1-0/+1
2016-12-21Add simd function for dye replaceacolor (OpenGL).Andrei Karas1-93/+0
2016-12-21Add simd function for dye replaceacolor (Software).Andrei Karas1-92/+0
2016-12-21Add simd function for dye replace color (OpenGL).Andrei Karas1-93/+0
2016-12-21Improve a bit dye speed.Andrei Karas1-27/+17
2016-12-20Add simd function for dye replace color (software).Andrei Karas1-115/+0
2016-12-10Add restrict and noexcept in dye and dyepalette.Andrei Karas1-3/+3
2016-11-04Fix some defines/includes, because in some systems it may works wrong.Andrei Karas1-4/+2
2016-09-23Add missing comments into defines.Andrei Karas1-27/+48
2016-06-04Remove some useless includes if using SDL2.Andrei Karas1-0/+2
2016-05-31Fix different include issues.Andrei Karas1-0/+4
2016-04-23Fix code style.Andrei Karas1-1/+1
2016-02-20Add missing const in resources directory.Andrei Karas1-4/+4
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-12/+12
2016-01-13In dye palette aAdd support for setting alpha color with colors from GIMP pal...Andrei Karas1-1/+13
2016-01-13Fix compilation warnings.Andrei Karas1-4/+4
2016-01-13Add support for hex colors in dye palettes from GIMP file.Andrei Karas1-11/+29
2016-01-12Simplify dyepalette parsing and fix issue with parsing gimp colors in palette.Andrei Karas1-28/+14
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-27Add restrict keyword in dyepalette.Andrei Karas1-7/+8
2015-12-21Move dye related files into dye directory.Andrei Karas1-0/+586