3.3.10 Changed Motif Colours and added screenshots

His Dad [01-29-16 - 19:36]
3.3.10 Changed Motif Colours and added screenshots
Filename
AIResearchGrid.lua
AIResearchGrid.txt
ScreenShots/ALL-Old.jpg
ScreenShots/ALL.jpg
ScreenShots/All-Mode.png
ScreenShots/Chapter-Traits.png
ScreenShots/Char_With_Few_Traits.png
ScreenShots/In_relative_Mode-Old.jpg
ScreenShots/In_relative_Mode.jpg
doc/changelog.txt
doc/description.txt
diff --git a/AIResearchGrid.lua b/AIResearchGrid.lua
index 05cdf80..fcb97eb 100644
--- a/AIResearchGrid.lua
+++ b/AIResearchGrid.lua
@@ -12,7 +12,7 @@ local _
 AIRG = {}

 AIRG.name = "AIResearchGrid"
-AIRG.version = "3.3.9"
+AIRG.version = "3.3.10"
 AIRG.initialised = false
 AIRG.processing = false
 AIRG.all = " #ALL"  -- Default displayname for Virtual character, overrwritten by Localised version
@@ -678,7 +678,7 @@ function AIRG.DisplayStyles()
         for i = 1, 20 do
             if (AIRG.vars.styles[AIRG.curCharacter][i]) then
                 AIRG.UI.motifButtons[i]:SetTexture(AIRG.styleLookupIcons[i] .. "down.dds")
-                AIRG.UI.motifButtons[i]:SetColor(0.7, 1, 0.7, 1)   -- Green
+                AIRG.UI.motifButtons[i]:SetColor(0.2, 1, 0.2, 1)   -- Green
             else
                 AIRG.UI.motifButtons[i]:SetTexture(AIRG.styleLookupIcons[i] .. "up.dds")
                 AIRG.UI.motifButtons[i]:SetColor(1, 1, 1, 0.7)   -- grey
@@ -699,7 +699,7 @@ function AIRG.DisplayStyles()
 		   tooltipText = zo_strjoin(nil, tooltipText, "\n|cFFFFFF", GetString("SI_ITEMSTYLECHAPTER", i), "|r")
 		   knownCount = knownCount + 1
 		else
-		   tooltipText = zo_strjoin(nil, tooltipText, "\n|c808080", GetString("SI_ITEMSTYLECHAPTER", i), "|r")
+		   tooltipText = zo_strjoin(nil, tooltipText, "\n|c806060", GetString("SI_ITEMSTYLECHAPTER", i), "|r")
 		end
 	end
 	if knownCount == 0 then
@@ -708,9 +708,9 @@ function AIRG.DisplayStyles()
 	else
 		AIRG.UI.motifButtons[styleIndex]:SetTexture(AIRG.styleLookupIcons[styleIndex] .. "down.dds")
 		if knownCount == 14 then
-			AIRG.UI.motifButtons[styleIndex]:SetColor(0.7, 1, 0.7, 1)  -- Green
+			AIRG.UI.motifButtons[styleIndex]:SetColor(0.2, 1, 0.2, 1)   -- Green
 		else
-			AIRG.UI.motifButtons[styleIndex]:SetColor(1, 1, 0.7, 1)    -- yellow
+			AIRG.UI.motifButtons[styleIndex]:SetColor(1, 1, 0.6, 1)    -- yellow
 		end
 	end
 	local itemStyle = AIRG.styleLookupValue[styleIndex]
@@ -731,7 +731,7 @@ function AIRG.DisplayStyles()
 		   tooltipText = zo_strjoin(nil, tooltipText, "\n|cFFFFFF", GetString("SI_ITEMSTYLECHAPTER", i), "|r")
 		   knownCount = knownCount + 1
 		else
-		   tooltipText = zo_strjoin(nil, tooltipText, "\n|c808080", GetString("SI_ITEMSTYLECHAPTER", i), "|r")
+		   tooltipText = zo_strjoin(nil, tooltipText, "\n|c806060", GetString("SI_ITEMSTYLECHAPTER", i), "|r")
 		end
 	end
 	if knownCount == 0 then
@@ -740,9 +740,9 @@ function AIRG.DisplayStyles()
 	else
 		AIRG.UI.motifButtons[styleIndex]:SetTexture(AIRG.styleLookupIcons[styleIndex] .. "down.dds")
 		if knownCount == 14 then
-			AIRG.UI.motifButtons[styleIndex]:SetColor(0.7, 1, 0.7, 1)  -- Green
+			AIRG.UI.motifButtons[styleIndex]:SetColor(0.2, 1, 0.2, 1)   -- Green
 		else
-			AIRG.UI.motifButtons[styleIndex]:SetColor(1, 1, 0.7, 1)    -- yellow
+			AIRG.UI.motifButtons[styleIndex]:SetColor(1, 1, 0.6, 1)    -- yellow
 		end
 	end
 	local itemStyle = AIRG.styleLookupValue[styleIndex]
@@ -761,7 +761,7 @@ function AIRG.DisplayStyles()
 		   tooltipText = zo_strjoin(nil, tooltipText, "\n|cFFFFFF", GetString("SI_ITEMSTYLECHAPTER", i), "|r")
 		   knownCount = knownCount + 1
 		else
-		   tooltipText = zo_strjoin(nil, tooltipText, "\n|c808080", GetString("SI_ITEMSTYLECHAPTER", i), "|r")
+		   tooltipText = zo_strjoin(nil, tooltipText, "\n|c806060", GetString("SI_ITEMSTYLECHAPTER", i), "|r")
 		end
 	end
 	if knownCount == 0 then
@@ -770,9 +770,9 @@ function AIRG.DisplayStyles()
 	else
 		AIRG.UI.motifButtons[styleIndex]:SetTexture(AIRG.styleLookupIcons[styleIndex] .. "down.dds")
 		if knownCount == 14 then
-			AIRG.UI.motifButtons[styleIndex]:SetColor(0.7, 1, 0.7, 1)  -- Green
+			AIRG.UI.motifButtons[styleIndex]:SetColor(0.2, 1, 0.2, 1)   -- Green
 		else
-			AIRG.UI.motifButtons[styleIndex]:SetColor(1, 1, 0.7, 1)    -- yellow
+			AIRG.UI.motifButtons[styleIndex]:SetColor(1, 1, 0.6, 1)    -- yellow
 		end
 	end
 	local itemStyle = AIRG.styleLookupValue[styleIndex]
@@ -791,7 +791,7 @@ function AIRG.DisplayStyles()
 		   tooltipText = zo_strjoin(nil, tooltipText, "\n|cFFFFFF", GetString("SI_ITEMSTYLECHAPTER", i), "|r")
 		   knownCount = knownCount + 1
 		else
-		   tooltipText = zo_strjoin(nil, tooltipText, "\n|c808080", GetString("SI_ITEMSTYLECHAPTER", i), "|r")
+		   tooltipText = zo_strjoin(nil, tooltipText, "\n|c806060", GetString("SI_ITEMSTYLECHAPTER", i), "|r")
 		end
 	end
 	if knownCount == 0 then
@@ -800,9 +800,9 @@ function AIRG.DisplayStyles()
 	else
 		AIRG.UI.motifButtons[styleIndex]:SetTexture(AIRG.styleLookupIcons[styleIndex] .. "down.dds")
 		if knownCount == 14 then
-			AIRG.UI.motifButtons[styleIndex]:SetColor(0.7, 1, 0.7, 1)  -- Green
+			AIRG.UI.motifButtons[styleIndex]:SetColor(0.2, 1, 0.2, 1)   -- Green
 		else
-			AIRG.UI.motifButtons[styleIndex]:SetColor(1, 1, 0.7, 1)    -- yellow
+			AIRG.UI.motifButtons[styleIndex]:SetColor(1, 1, 0.6, 1)    -- yellow
 		end
 	end
 	local itemStyle = AIRG.styleLookupValue[styleIndex]
@@ -821,7 +821,7 @@ function AIRG.DisplayStyles()
 		   tooltipText = zo_strjoin(nil, tooltipText, "\n|cFFFFFF", GetString("SI_ITEMSTYLECHAPTER", i), "|r")
 		   knownCount = knownCount + 1
 		else
-		   tooltipText = zo_strjoin(nil, tooltipText, "\n|c808080", GetString("SI_ITEMSTYLECHAPTER", i), "|r")
+		   tooltipText = zo_strjoin(nil, tooltipText, "\n|c806060", GetString("SI_ITEMSTYLECHAPTER", i), "|r")
 		end
 	end
 	if knownCount == 0 then
@@ -830,9 +830,9 @@ function AIRG.DisplayStyles()
 	else
 		AIRG.UI.motifButtons[styleIndex]:SetTexture(AIRG.styleLookupIcons[styleIndex] .. "down.dds")
 		if knownCount == 14 then
-			AIRG.UI.motifButtons[styleIndex]:SetColor(0.7, 1, 0.7, 1)  -- Green
+			AIRG.UI.motifButtons[styleIndex]:SetColor(0.2, 1, 0.2, 1)   -- Green
 		else
-			AIRG.UI.motifButtons[styleIndex]:SetColor(1, 1, 0.7, 1)    -- yellow
+			AIRG.UI.motifButtons[styleIndex]:SetColor(1, 1, 0.6, 1)    -- yellow
 		end
 	end
 	local itemStyle = AIRG.styleLookupValue[styleIndex]
@@ -851,7 +851,7 @@ function AIRG.DisplayStyles()
 		   tooltipText = zo_strjoin(nil, tooltipText, "\n|cFFFFFF", GetString("SI_ITEMSTYLECHAPTER", i), "|r")
 		   knownCount = knownCount + 1
 		else
-		   tooltipText = zo_strjoin(nil, tooltipText, "\n|c808080", GetString("SI_ITEMSTYLECHAPTER", i), "|r")
+		   tooltipText = zo_strjoin(nil, tooltipText, "\n|c806060", GetString("SI_ITEMSTYLECHAPTER", i), "|r")
 		end
 	end
 	if knownCount == 0 then
@@ -860,9 +860,9 @@ function AIRG.DisplayStyles()
 	else
 		AIRG.UI.motifButtons[styleIndex]:SetTexture(AIRG.styleLookupIcons[styleIndex] .. "down.dds")
 		if knownCount == 14 then
-			AIRG.UI.motifButtons[styleIndex]:SetColor(0.7, 1, 0.7, 1)  -- Green
+			AIRG.UI.motifButtons[styleIndex]:SetColor(0.2, 1, 0.2, 1)   -- Green
 		else
-			AIRG.UI.motifButtons[styleIndex]:SetColor(1, 1, 0.7, 1)    -- yellow
+			AIRG.UI.motifButtons[styleIndex]:SetColor(1, 1, 0.6, 1)    -- yellow
 		end
 	end
 	local itemStyle = AIRG.styleLookupValue[styleIndex]
diff --git a/AIResearchGrid.txt b/AIResearchGrid.txt
index e72049b..14a855f 100644
--- a/AIResearchGrid.txt
+++ b/AIResearchGrid.txt
@@ -1,6 +1,6 @@
-## Title: |cFFFFB0Research Grid|r v3.3.9
+## Title: |cFFFFB0Research Grid|r v3.3.10
 ## APIVersion: 100013
-## Version: 3.3.9
+## Version: 3.3.109
 ## Author: Stormknight and Team
 ## OptionalDependsOn: LibAddonMenu-2.0
 ## SavedVariables: AIRG_SavedVariables
diff --git a/ScreenShots/ALL-Old.jpg b/ScreenShots/ALL-Old.jpg
new file mode 100644
index 0000000..d5a67ba
Binary files /dev/null and b/ScreenShots/ALL-Old.jpg differ
diff --git a/ScreenShots/ALL.jpg b/ScreenShots/ALL.jpg
deleted file mode 100644
index d5a67ba..0000000
Binary files a/ScreenShots/ALL.jpg and /dev/null differ
diff --git a/ScreenShots/All-Mode.png b/ScreenShots/All-Mode.png
new file mode 100644
index 0000000..7cb4c72
Binary files /dev/null and b/ScreenShots/All-Mode.png differ
diff --git a/ScreenShots/Chapter-Traits.png b/ScreenShots/Chapter-Traits.png
new file mode 100644
index 0000000..068e3be
Binary files /dev/null and b/ScreenShots/Chapter-Traits.png differ
diff --git a/ScreenShots/Char_With_Few_Traits.png b/ScreenShots/Char_With_Few_Traits.png
new file mode 100644
index 0000000..1eec28f
Binary files /dev/null and b/ScreenShots/Char_With_Few_Traits.png differ
diff --git a/ScreenShots/In_relative_Mode-Old.jpg b/ScreenShots/In_relative_Mode-Old.jpg
new file mode 100644
index 0000000..bcbf1e8
Binary files /dev/null and b/ScreenShots/In_relative_Mode-Old.jpg differ
diff --git a/ScreenShots/In_relative_Mode.jpg b/ScreenShots/In_relative_Mode.jpg
deleted file mode 100644
index bcbf1e8..0000000
Binary files a/ScreenShots/In_relative_Mode.jpg and /dev/null differ
diff --git a/doc/changelog.txt b/doc/changelog.txt
index 2630ec4..7af0d4d 100644
--- a/doc/changelog.txt
+++ b/doc/changelog.txt
@@ -1,3 +1,10 @@
+2016-02-30
+	New Feature
+	None
+	Bug Fix
+	Adjust Motif bar Colours
+	New Screenshots
+
 2015-11-08 3.3.9
 	New Feature
 	None
diff --git a/doc/description.txt b/doc/description.txt
index 71967bc..a87139f 100644
--- a/doc/description.txt
+++ b/doc/description.txt
@@ -9,6 +9,7 @@
 [*]Shows a timer for research on ALL characters (not just the one you're logged in as).
 [*]Can display all known traits as a composite (ALL Mode)
 [*]Can display how to update a character (Relative Mode)
+[*]Shows Chapters known for chapter based traits.
 [/LIST][/COLOR][/I][/B]

 To open/close the addon, either type the command "/airg" or preferably open the Keybindings set-up and set a key to toggle the addon on/off.