WoWInterface SVN Aloft

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /branches/Ace3/Aloft/AloftAutoShow
    from Rev 1727 to Rev 1728
    Reverse comparison

Rev 1727 → Rev 1728

AloftAutoShowOptions.lua
72,7 → 72,7
order = 5,
get = function(i) return AloftAutoShow.db.profile.overlap.state.combat end,
set = function(i, v)
if AloftAutoShow.db.profile.allFriendEnable then AloftAutoShow:SetAllNameplateOverlap(v) else AloftAutoShow.db.profile.overlap.state.combat = v end
if AloftAutoShow.db.profile.allOverlap then AloftAutoShow:SetAllNameplateOverlap(v) else AloftAutoShow.db.profile.overlap.state.combat = v end
AloftAutoShow:ApplyNameplateDisplay()
end,
},
85,7 → 85,7
order = 6,
get = function(i) return AloftAutoShow.db.profile.overlap.state.flagged end,
set = function(i, v)
if AloftAutoShow.db.profile.allFriendEnable then AloftAutoShow:SetAllNameplateOverlap(v) else AloftAutoShow.db.profile.overlap.state.flagged = v end
if AloftAutoShow.db.profile.allOverlap then AloftAutoShow:SetAllNameplateOverlap(v) else AloftAutoShow.db.profile.overlap.state.flagged = v end
AloftAutoShow:ApplyNameplateDisplay()
end,
},
98,7 → 98,7
order = 7,
get = function(i) return AloftAutoShow.db.profile.overlap.state.resting end,
set = function(i, v)
if AloftAutoShow.db.profile.allFriendEnable then AloftAutoShow:SetAllNameplateOverlap(v) else AloftAutoShow.db.profile.overlap.state.resting = v end
if AloftAutoShow.db.profile.allOverlap then AloftAutoShow:SetAllNameplateOverlap(v) else AloftAutoShow.db.profile.overlap.state.resting = v end
AloftAutoShow:ApplyNameplateDisplay()
end,
},
111,7 → 111,7
order = 8,
get = function(i) return AloftAutoShow.db.profile.overlap.state.group end,
set = function(i, v)
if AloftAutoShow.db.profile.allFriendEnable then AloftAutoShow:SetAllNameplateOverlap(v) else AloftAutoShow.db.profile.overlap.state.group = v end
if AloftAutoShow.db.profile.allOverlap then AloftAutoShow:SetAllNameplateOverlap(v) else AloftAutoShow.db.profile.overlap.state.group = v end
AloftAutoShow:ApplyNameplateDisplay()
end,
},
124,7 → 124,7
order = 9,
get = function(i) return AloftAutoShow.db.profile.overlap.state.default end,
set = function(i, v)
if AloftAutoShow.db.profile.allFriendEnable then AloftAutoShow:SetAllNameplateOverlap(v) else AloftAutoShow.db.profile.overlap.state.default = v end
if AloftAutoShow.db.profile.allOverlap then AloftAutoShow:SetAllNameplateOverlap(v) else AloftAutoShow.db.profile.overlap.state.default = v end
AloftAutoShow:ApplyNameplateDisplay()
end,
},
145,7 → 145,7
order = 11,
get = function(i) return AloftAutoShow.db.profile.overlap.place.world end,
set = function(i, v)
if AloftAutoShow.db.profile.allFriendEnable then AloftAutoShow:SetAllNameplateOverlap(v) else AloftAutoShow.db.profile.overlap.place.world = v end
if AloftAutoShow.db.profile.allOverlap then AloftAutoShow:SetAllNameplateOverlap(v) else AloftAutoShow.db.profile.overlap.place.world = v end
AloftAutoShow:ApplyNameplateDisplay()
end,
},
158,7 → 158,7
order = 12,
get = function(i) return AloftAutoShow.db.profile.overlap.place.battleground end,
set = function(i, v)
if AloftAutoShow.db.profile.allFriendEnable then AloftAutoShow:SetAllNameplateOverlap(v) else AloftAutoShow.db.profile.overlap.place.battleground = v end
if AloftAutoShow.db.profile.allOverlap then AloftAutoShow:SetAllNameplateOverlap(v) else AloftAutoShow.db.profile.overlap.place.battleground = v end
AloftAutoShow:ApplyNameplateDisplay()
end,
},
171,7 → 171,7
order = 13,
get = function(i) return AloftAutoShow.db.profile.overlap.place.arena end,
set = function(i, v)
if AloftAutoShow.db.profile.allFriendEnable then AloftAutoShow:SetAllNameplateOverlap(v) else AloftAutoShow.db.profile.overlap.place.arena = v end
if AloftAutoShow.db.profile.allOverlap then AloftAutoShow:SetAllNameplateOverlap(v) else AloftAutoShow.db.profile.overlap.place.arena = v end
AloftAutoShow:ApplyNameplateDisplay()
end,
},
184,7 → 184,7
order = 14,
get = function(i) return AloftAutoShow.db.profile.overlap.place.party end,
set = function(i, v)
if AloftAutoShow.db.profile.allFriendEnable then AloftAutoShow:SetAllNameplateOverlap(v) else AloftAutoShow.db.profile.overlap.place.party = v end
if AloftAutoShow.db.profile.allOverlap then AloftAutoShow:SetAllNameplateOverlap(v) else AloftAutoShow.db.profile.overlap.place.party = v end
AloftAutoShow:ApplyNameplateDisplay()
end,
},
197,7 → 197,7
order = 15,
get = function(i) return AloftAutoShow.db.profile.overlap.place.raid end,
set = function(i, v)
if AloftAutoShow.db.profile.allFriendEnable then AloftAutoShow:SetAllNameplateOverlap(v) else AloftAutoShow.db.profile.overlap.place.raid = v end
if AloftAutoShow.db.profile.allOverlap then AloftAutoShow:SetAllNameplateOverlap(v) else AloftAutoShow.db.profile.overlap.place.raid = v end
AloftAutoShow:ApplyNameplateDisplay()
end,
},