-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
General Updates (see commit information)
- Added 'Show Factions', toggles the list of factions in the world map. - Fixed an issue with the options panel, where the title bar was too big. - Fixed the Dragon Isles map, where it was showing Zaralek Cavers quests mixed with the regular quests of the 4 maps. - Fixed an issue with some indicators not respecting the alpha set at the options panel.
- Loading branch information
Showing
20 changed files
with
1,603 additions
and
1,412 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,3 +26,4 @@ locales/zhTW.lua | |
api.lua | ||
*.png | ||
media/options_visibility_context.afphoto~lock~ | ||
luac.out |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
[zoneIDs.EMERALDDREAM] = { | ||
{ | ||
dataType = "vignette", | ||
id = 5971, | ||
texture = "SeedPlanting-Full", | ||
filterFunc = function() return true end, --this function is called before the icon is added to the map | ||
tooltipFunc = function()end, --called on OnEnter | ||
amountFunc = function()end, --called to se the number which goes bellow the icon | ||
onAddFunc = function()end, --called when the icon is added to the map | ||
onRemoveFunc = function()end, --called when the icon is removed from the map | ||
} | ||
}, | ||
|
||
|
||
--[=[ | ||
[1] = { | ||
["widgetSetID"] = 1005, | ||
["atlasName"] = "SeedPlanting-Full", | ||
["hasTooltip"] = true, | ||
["onMinimap"] = false, | ||
["rewardQuestID"] = 0, | ||
["type"] = 0, | ||
["isDead"] = false, | ||
["objectGUID"] = "Creature-0-3020-2548-66-209880-00005006E7", | ||
["addPaddingAboveWidgets"] = true, | ||
["onWorldMap"] = true, | ||
["name"] = "Emerald Bounty", | ||
["vignetteGUID"] = "Vignette-0-3020-2548-66-5971-00005006E7", | ||
["vignetteID"] = 5971, | ||
["inFogOfWar"] = false, | ||
["isUnique"] = true, | ||
["zoneInfiniteAOI"] = true, | ||
}, | ||
--]=] | ||
|
||
|
||
|
||
|
||
/run LFGListFrame.ApplicationViewer.InfoBackground | ||
/run LFGListFrame.SearchPanel:Show() | ||
/run LFGListFrame.ApplicationViewer:Hide() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.