comparison Core.lua @ 61:cf2b6b9a8337 v23

6.2 update, shopping list bug fixes, ui scale option
author yellowfive
date Tue, 23 Jun 2015 00:27:21 -0700
parents ee701ce45354
children 69db1c3025ac
comparison
equal deleted inserted replaced
60:017c05f42fd4 61:cf2b6b9a8337
85 window = {}, -- main window position settings 85 window = {}, -- main window position settings
86 lootWindow = {}, -- loot window position settings 86 lootWindow = {}, -- loot window position settings
87 shopWindow = {}, -- shopping list window position settings 87 shopWindow = {}, -- shopping list window position settings
88 options = { 88 options = {
89 autoGear = false, -- auto-equip saved gear sets when changing specs 89 autoGear = false, -- auto-equip saved gear sets when changing specs
90 shopAh = false -- auto-show shopping list at AH 90 shopAh = false, -- auto-show shopping list at AH
91 uiScale = 1 -- custom scale for AMR UI
91 }, 92 },
92 Logging = { -- global logging settings 93 Logging = { -- global logging settings
93 Auto = {} -- for each instanceId, for each difficultyId, true if auto-logging enabled 94 Auto = {} -- for each instanceId, for each difficultyId, true if auto-logging enabled
94 } 95 }
95 }, 96 },
209 toggle = "Toggle", 210 toggle = "Toggle",
210 equip = "EquipGearSet", -- parameter is "primary" or "secondary", or no parameter to toggle 211 equip = "EquipGearSet", -- parameter is "primary" or "secondary", or no parameter to toggle
211 version = "PrintVersions", 212 version = "PrintVersions",
212 wipe = "Wipe", 213 wipe = "Wipe",
213 undowipe = "UndoWipe", 214 undowipe = "UndoWipe",
215 reset = "Reset",
214 test = "Test" 216 test = "Test"
215 } 217 }
216 218
217 function Amr:SlashCommand(input) 219 function Amr:SlashCommand(input)
218 input = string.lower(input) 220 input = string.lower(input)