summaryrefslogtreecommitdiff
path: root/src/resources/dye/dyepalette.cpp
AgeCommit message (Expand)AuthorFilesLines
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