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/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7aaeee334..4aa8104e1 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -427,6 +427,7 @@ SET(SRCS resources/cursor.h resources/dye.cpp resources/dye.h + resources/dyecolor.h resources/emotedb.cpp resources/emotedb.h resources/fboinfo.h @@ -452,6 +453,8 @@ SET(SRCS 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-70-g09d2