Quantcast

further changes to eliminate the artifact issue

Joe Vaughan [11-01-16 - 16:53]
further changes to eliminate the artifact issue

Might work... can't now reproduce.
Filename
.gitignore
SVUI_!Core/SVUI_!Core.xml
SVUI_!Core/assets/fonts/Combat.ttf.res
SVUI_!Core/system/layout.lua
SVUI_Skins/components/blizzard/_load.xml
diff --git a/.gitignore b/.gitignore
index 9173f63..93e3fac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
 Thumbs.db
 [Dd]ev*/
 *.txt
-SVUI_!Core/assets/fonts/Combat.ttf.res
diff --git a/SVUI_!Core/SVUI_!Core.xml b/SVUI_!Core/SVUI_!Core.xml
index 9f4f41a..a2922d4 100644
--- a/SVUI_!Core/SVUI_!Core.xml
+++ b/SVUI_!Core/SVUI_!Core.xml
@@ -30,7 +30,7 @@
     <Script file="system\_reports\durability.lua"/>
     <Script file="system\_reports\experience.lua"/>
     <Script file="system\_reports\friends.lua"/>
-    <!--Script file="system\_reports\artifact.lua"/-->
+    <Script file="system\_reports\artifact.lua"/>
     <Script file="system\_reports\gold.lua"/>
     <Script file="system\_reports\tokens.lua"/>
     <Script file="system\_reports\guild.lua"/>
diff --git a/SVUI_!Core/assets/fonts/Combat.ttf.res b/SVUI_!Core/assets/fonts/Combat.ttf.res
new file mode 100644
index 0000000..fb09813
Binary files /dev/null and b/SVUI_!Core/assets/fonts/Combat.ttf.res differ
diff --git a/SVUI_!Core/system/layout.lua b/SVUI_!Core/system/layout.lua
index f52943b..1363bd3 100644
--- a/SVUI_!Core/system/layout.lua
+++ b/SVUI_!Core/system/layout.lua
@@ -64,7 +64,7 @@ local UIPanels = {};
 UIPanels["AchievementFrame"] 				= { moving = false, snapped = false, canupdate = false, cansetpoint = false, centered = false };
 UIPanels["AuctionFrame"] 					= { moving = false, snapped = false, canupdate = false, cansetpoint = false, centered = false };
 UIPanels["ArchaeologyFrame"] 				= { moving = false, snapped = false, canupdate = false, cansetpoint = false, centered = false };
-UIPanels["ArtifactFrame"] 					= { moving = false, snapped = false, canupdate = false, cansetpoint = false, centered = false };
+--UIPanels["ArtifactFrame"] 					= { moving = false, snapped = false, canupdate = false, cansetpoint = false, centered = false };
 UIPanels["BattlefieldMinimap"] 				= { moving = false, snapped = false, canupdate = false, cansetpoint = false, centered = true };
 UIPanels["BarberShopFrame"] 				= { moving = false, snapped = false, canupdate = false, cansetpoint = false, centered = false };
 UIPanels["BlackMarketFrame"] 				= { moving = false, snapped = false, canupdate = false, cansetpoint = false, centered = false };
diff --git a/SVUI_Skins/components/blizzard/_load.xml b/SVUI_Skins/components/blizzard/_load.xml
index 5e69895..0d3919e 100644
--- a/SVUI_Skins/components/blizzard/_load.xml
+++ b/SVUI_Skins/components/blizzard/_load.xml
@@ -2,7 +2,7 @@
 	<Script file='achievement.lua'/>
 	<Script file='alert.lua'/>
 	<Script file='archeology.lua'/>
-	<!-- Script file='artifact.lua'/ Needs rework - causing bug in OH 7.1 -->
+	<Script file='artifact.lua'/>
 	<Script file='auctionhouse.lua'/>
 	<Script file='barbershop.lua'/>
 	<Script file='battlefield.lua'/>