annotate Minimap/Minimap.lua @ 45:dd1ae565f559

Hooks and Handlers: - correct argument mix-ups for AcceptQuest/QUEST_ACCEPTED handlers; fixes auto-watch - respond to AcknowledgeAutoAcceptQuest; fixes lingering popups - include Popup and Quest trackers in the response code for CompleteQuest; fixes content artifacts following the rollover of repeating popups seen in Ashran - clean up wacky OnEvent header Layout - add alpha blend options QuestData - reset objectives data when a quest is in a completed state; keeps old data from ever reaching the Default.x code
author Nenue
date Tue, 26 Apr 2016 14:57:18 -0400
parents 1f8f9cc3d956
children
rev   line source
Nenue@38 1 --- ${PACKAGE_NAME}
Nenue@38 2 -- @file-author@
Nenue@38 3 -- @project-revision@ @project-hash@
Nenue@38 4 -- @file-revision@ @file-hash@
Nenue@38 5 -- Created: 4/21/2016 9:45 AM
Nenue@38 6 local B = select(2, ...)
Nenue@38 7 local T = B:RegisterModule("Cluster", _G.VeneerMiniMapCluster)
Nenue@38 8
Nenue@38 9 function T:OnInitialize ()
Nenue@38 10
Nenue@38 11 end
Nenue@38 12
Nenue@38 13