From 05afcebc3d5c28a15a04642cc73a2323ac1b4742 Mon Sep 17 00:00:00 2001 From: Parnic Date: Sat, 18 Sep 2010 07:04:38 +0000 Subject: [PATCH] - changed all step = 10 to step = 1 by request - widened range of possible vertical offset values for the custom counter module by request --- IceHUD.lua | 4 ++-- modules/ClassPowerCounter.lua | 4 ++-- modules/ComboPoints.lua | 4 ++-- modules/CustomCount.lua | 8 ++++---- modules/LacerateCount.lua | 4 ++-- modules/MaelstromCount.lua | 2 +- modules/RangeCheck.lua | 4 ++-- modules/Runes.lua | 4 ++-- modules/SunderCount.lua | 2 +- modules/TargetInfo.lua | 4 ++-- modules/TargetOfTarget.lua | 4 ++-- modules/Totems.lua | 4 ++-- 12 files changed, 24 insertions(+), 24 deletions(-) diff --git a/IceHUD.lua b/IceHUD.lua index 04a42c8..bfd00d3 100644 --- a/IceHUD.lua +++ b/IceHUD.lua @@ -118,7 +118,7 @@ Expand "|cffffdc42Module Settings|r", expand PlayerInfo (or TargetInfo for targe end, min = -700, max = 700, - step = 10, + step = 1, order = 11 }, @@ -134,7 +134,7 @@ Expand "|cffffdc42Module Settings|r", expand PlayerInfo (or TargetInfo for targe end, min = -2000, max = 2000, - step = 10, + step = 1, order = 12 }, diff --git a/modules/ClassPowerCounter.lua b/modules/ClassPowerCounter.lua index d9d92b6..a3ad85c 100644 --- a/modules/ClassPowerCounter.lua +++ b/modules/ClassPowerCounter.lua @@ -35,7 +35,7 @@ function IceClassPowerCounter.prototype:GetOptions() end, min = -300, max = 300, - step = 10, + step = 1, disabled = function() return not self.moduleSettings.enabled end, @@ -55,7 +55,7 @@ function IceClassPowerCounter.prototype:GetOptions() end, min = -500, max = 500, - step = 10, + step = 1, disabled = function() return not self.moduleSettings.enabled end, diff --git a/modules/ComboPoints.lua b/modules/ComboPoints.lua index a7de3db..ac43212 100644 --- a/modules/ComboPoints.lua +++ b/modules/ComboPoints.lua @@ -38,7 +38,7 @@ function ComboPoints.prototype:GetOptions() end, min = -300, max = 200, - step = 10, + step = 1, disabled = function() return not self.moduleSettings.enabled end, @@ -58,7 +58,7 @@ function ComboPoints.prototype:GetOptions() end, min = -700, max = 700, - step = 10, + step = 1, disabled = function() return not self.moduleSettings.enabled end, diff --git a/modules/CustomCount.lua b/modules/CustomCount.lua index ce46412..6583dbc 100644 --- a/modules/CustomCount.lua +++ b/modules/CustomCount.lua @@ -204,9 +204,9 @@ function IceCustomCount.prototype:GetOptions() self.moduleSettings.vpos = v self:Redraw() end, - min = -300, - max = 200, - step = 10, + min = -400, + max = 700, + step = 1, disabled = function() return not self.moduleSettings.enabled end, @@ -226,7 +226,7 @@ function IceCustomCount.prototype:GetOptions() end, min = -700, max = 700, - step = 10, + step = 1, disabled = function() return not self.moduleSettings.enabled end, diff --git a/modules/LacerateCount.lua b/modules/LacerateCount.lua index 0f62f39..1d08d76 100644 --- a/modules/LacerateCount.lua +++ b/modules/LacerateCount.lua @@ -32,7 +32,7 @@ function LacerateCount.prototype:GetOptions() end, min = -300, max = 200, - step = 10, + step = 1, disabled = function() return not self.moduleSettings.enabled end, @@ -52,7 +52,7 @@ function LacerateCount.prototype:GetOptions() end, min = -700, max = 700, - step = 10, + step = 1, disabled = function() return not self.moduleSettings.enabled end, diff --git a/modules/MaelstromCount.lua b/modules/MaelstromCount.lua index 3778efd..ff337c2 100644 --- a/modules/MaelstromCount.lua +++ b/modules/MaelstromCount.lua @@ -32,7 +32,7 @@ function MaelstromCount.prototype:GetOptions() end, min = -300, max = 200, - step = 10, + step = 1, disabled = function() return not self.moduleSettings.enabled end, diff --git a/modules/RangeCheck.lua b/modules/RangeCheck.lua index 59c3bc4..42f844d 100644 --- a/modules/RangeCheck.lua +++ b/modules/RangeCheck.lua @@ -61,7 +61,7 @@ function RangeCheck.prototype:GetOptions() end, min = -300, max = 600, - step = 10, + step = 1, disabled = function() return not self.moduleSettings.enabled end, @@ -81,7 +81,7 @@ function RangeCheck.prototype:GetOptions() end, min = -500, max = 500, - step = 10, + step = 1, disabled = function() return not self.moduleSettings.enabled end, diff --git a/modules/Runes.lua b/modules/Runes.lua index b367c22..f16ddb4 100644 --- a/modules/Runes.lua +++ b/modules/Runes.lua @@ -52,7 +52,7 @@ function Runes.prototype:GetOptions() end, min = -300, max = 300, - step = 10, + step = 1, disabled = function() return not self.moduleSettings.enabled end, @@ -72,7 +72,7 @@ function Runes.prototype:GetOptions() end, min = -500, max = 500, - step = 10, + step = 1, disabled = function() return not self.moduleSettings.enabled end, diff --git a/modules/SunderCount.lua b/modules/SunderCount.lua index 6f5280f..e7c1794 100644 --- a/modules/SunderCount.lua +++ b/modules/SunderCount.lua @@ -32,7 +32,7 @@ function SunderCount.prototype:GetOptions() end, min = -300, max = 200, - step = 10, + step = 1, disabled = function() return not self.moduleSettings.enabled end, diff --git a/modules/TargetInfo.lua b/modules/TargetInfo.lua index 1b36bc5..145bc09 100644 --- a/modules/TargetInfo.lua +++ b/modules/TargetInfo.lua @@ -124,7 +124,7 @@ function IceTargetInfo.prototype:GetOptions() end, min = -300, max = 600, - step = 10, + step = 1, disabled = function() return not self.moduleSettings.enabled end, @@ -144,7 +144,7 @@ function IceTargetInfo.prototype:GetOptions() end, min = -500, max = 500, - step = 10, + step = 1, disabled = function() return not self.moduleSettings.enabled end, diff --git a/modules/TargetOfTarget.lua b/modules/TargetOfTarget.lua index 66e5ccb..a967759 100644 --- a/modules/TargetOfTarget.lua +++ b/modules/TargetOfTarget.lua @@ -41,7 +41,7 @@ function TargetOfTarget.prototype:GetOptions() end, min = -600, max = 600, - step = 10, + step = 1, disabled = function() return not self.moduleSettings.enabled end, @@ -61,7 +61,7 @@ function TargetOfTarget.prototype:GetOptions() end, min = -500, max = 500, - step = 10, + step = 1, disabled = function() return not self.moduleSettings.enabled end, diff --git a/modules/Totems.lua b/modules/Totems.lua index 00cf684..55fd55b 100644 --- a/modules/Totems.lua +++ b/modules/Totems.lua @@ -57,7 +57,7 @@ function Totems.prototype:GetOptions() end, min = -300, max = 300, - step = 10, + step = 1, disabled = function() return not self.moduleSettings.enabled end, @@ -77,7 +77,7 @@ function Totems.prototype:GetOptions() end, min = -500, max = 500, - step = 10, + step = 1, disabled = function() return not self.moduleSettings.enabled end,