From 52f78717dae3cb02eb1539841dd2a6bd351f74c1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 20 Apr 2013 23:00:42 +0300 Subject: add support for GIMP palettes for dye colors. Palette file must be named palette.gpl and contain colors with correct names. To use it in dye string can be used character @. Example: in all dye string it not tested. --- src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 22c7ffb14..b48c33de7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -428,6 +428,7 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ resources/cursor.h \ resources/dye.cpp \ resources/dye.h \ + resources/dyecolor.h \ resources/emotedb.cpp \ resources/emotedb.h \ resources/fboinfo.h \ @@ -453,6 +454,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ resources/npcdb.h \ resources/openglimagehelper.cpp \ resources/openglimagehelper.h \ + resources/palettedb.cpp \ + resources/palettedb.h \ resources/petdb.cpp \ resources/petdb.h \ resources/resource.cpp \ -- cgit v1.2.3-60-g2f50