Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Peterodox committed Nov 7, 2023
1 parent 9af4fc6 commit dfab627
Show file tree
Hide file tree
Showing 74 changed files with 6,474 additions and 332 deletions.
415 changes: 350 additions & 65 deletions API.lua

Large diffs are not rendered by default.

Binary file added Art/BasicShape/DispersiveShadow_Round.tga
Binary file not shown.
Binary file added Art/BasicShape/Mask-Exclusion.tga
Binary file not shown.
Binary file added Art/BasicShape/Mask-Full.tga
Binary file not shown.
Binary file added Art/Button/GenericCooldown-Background.tga
Binary file not shown.
Binary file added Art/Button/GenericCooldown-Edge.tga
Binary file not shown.
Binary file added Art/Button/GenericCooldown-Swipe-Blue.tga
Binary file not shown.
Binary file added Art/Button/GenericCooldown-Swipe-Yellow.tga
Binary file not shown.
Binary file added Art/Button/Highlight-Square-Inner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Art/Button/Keyboard.tga
Binary file not shown.
Binary file added Art/Button/KeyboardFlash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Art/ControlCenter/Preview_HandyLockpick.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Art/Frame/Coins.tga
Binary file not shown.
Binary file added Art/Frame/ProgressBar-Fill.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Art/Frame/ProgressBar-Metal-Large.tga
Binary file not shown.
Binary file added Art/Frame/ProgressBar-Metal-Normal.tga
Binary file not shown.
Binary file added Art/Frame/ProgressBar-Pulse.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Art/Frame/RedButton-Highlight.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Art/Frame/RedButton-Large.tga
Binary file not shown.
Binary file added Art/Frame/RedButton-Normal.tga
Binary file not shown.
Binary file added Art/Frame/RedButton-Pulse.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Art/Frame/RedButton-Scan.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Art/Frame/StatusBar_Small.tga
Binary file not shown.
Binary file added Art/Frame/ThreeSlice_Metal_Hexagon.tga
Binary file not shown.
Binary file added Art/Frame/ThreeSlice_Metal_Hexagon_Red.tga
Binary file not shown.
Binary file added Art/Frame/ThreeSlice_Phantom.tga
Binary file not shown.
Binary file added Art/MapPin/DopdownIcon/Dreamseed.tga
Binary file not shown.
Binary file added Art/MapPin/Player.tga
Binary file not shown.
Binary file added Art/MapPin/SeedPlanting-Bud.tga
Binary file not shown.
Binary file added Art/MapPin/SeedPlanting-Empty-Distant.tga
Binary file not shown.
Binary file added Art/MapPin/SeedPlanting-Empty-Nearby.tga
Binary file not shown.
Binary file added Art/MapPin/SeedPlanting-Full.tga
Binary file not shown.
Binary file added Art/MapPin/ZoneTextDropShadow.tga
Binary file not shown.
Binary file added Art/PlayerChoiceUI/BarFill.tga
Binary file not shown.
Binary file added Art/PlayerChoiceUI/UI.tga
Binary file not shown.
Binary file added Art/WorldMap/2200_01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Art/WorldMap/2200_02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Art/WorldMap/2200_03.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Art/WorldMap/2200_04.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Art/WorldMap/2200_05.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Art/WorldMap/2200_06.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Art/WorldMap/2200_07.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Art/WorldMap/2200_08.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Art/WorldMap/2200_09.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Art/WorldMap/2200_10.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Art/WorldMap/2200_11.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Art/WorldMap/2200_12.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Art/WorldMap/2200_thumbnail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 10 additions & 3 deletions Initialization.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local VERSION_TEXT = "v1.0.4";
local VERSION_DATE = 1696553418;
local VERSION_TEXT = "v1.1.1";
local VERSION_DATE = 1699365522;


local addonName, addon = ...
Expand All @@ -14,10 +14,17 @@ addon.VERSION_TEXT = VERSION_TEXT;
local DefaultValues = {
AutoJoinEvents = true,
BackpackItemTracker = true,
HideZeroCountItem = true,
ConciseTokenTooltip = true,
TrackItemUpgradeCurrency = true,
DruidModelFix = true, --Remove after 10.2.0
GossipFrameMedal = true,
PlayerChoiceFrameToken = true, --First implementation in 10.2.0
EmeraldBountySeedList = true, --Show a list of Dreamseed when appoaching Emarad Bounty Soil
WorldMapPinSeedPlanting = true, --Aditional Map Pin: Dreamseed
AlternativePlayerChoiceUI = true, --Revamp PlayerChoiceFrame for Dreamseed Nurturing
HandyLockpick = true, --Right-click to lockpick inventory items (Rogue/Mechagnome)

--PlayerChoiceFrameToken = true, --First implementation in 10.2.0 --We instead revamp the who PlayerChoiceFrame
};

local function LoadDatabase()
Expand Down
11 changes: 10 additions & 1 deletion Locales/deDE.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
if not (GetLocale() == "deDE") then return end;

local _, addon = ...
local L = addon.L;
local L = addon.L;




-- !! Do NOT translate the following entries
L["currency-2706"] = "Welpen";
L["currency-2707"] = "Drachen";
L["currency-2708"] = "Wyrms";
L["currency-2709"] = "Aspekts";
40 changes: 38 additions & 2 deletions Locales/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ local L = addon.L;
--Module Control Panel
L["Module Control"] = "Module Control";
L["Quick Slot Generic Description"] = "\n\n*Quick Slot is a set of clickable buttons that appear under certain conditions.";
L["Restriction Combat"] = "Does not work in combat"; --Indicate a feature can only work when out of combat


--AutoJoinEvents
L["ModuleName AutoJoinEvents"] = "Auto Join Events";
Expand All @@ -16,11 +18,19 @@ L["ModuleName BackpackItemTracker"] = "Backpack Item Tracker";
L["ModuleDescription BackpackItemTracker"] = "Track stackable items on the Bag UI as if they were currencies.\n\nHoliday tokens are automatically tracked and pinned to the left.";
L["Instruction Track Item"] = "Track Item";
L["Hide Not Owned Items"] = "Hide Not Owned Items";
L["Hide Not Owned Items Tooltip"] = "If you no longer own an item you tracked, it will be moved to a hidden menu."
L["Concise Tooltip"] = "Concise Tooltip";
L["Concise Tooltip Tooltip"] = "Only shows the item's binding type and its max quantity.";
L["Item Track Too Many"] = "You may only track %d items at a time."
L["Tracking List Empty"] = "Your custom tracking list is empty.";
L["Holiday Ends Format"] = "Ends: %s";
L["Not Found"] = "Not Found"; --Item not found
L["Own"] = "Own"; --Something that the player has/owns
L["Numbers To Earn"] = "# To Earn"; --The number of items/currencies player can earn. The wording should be as abbreviated as possible.
L["Numbers Of Earned"] = "# Earned"; --The number of stuff the player has earned
L["Track Upgrade Currency"] = "Track Crests"; --Crest: e.g. Drake’s Dreaming Crest
L["Track Upgrade Currency Tooltip"] = "Pin the top-tier crest you have earned to the bar.";
L["Currently Pinned Colon"] = "Currently Pinned:"; --Tells the currently pinned item


--GossipFrameMedal
Expand All @@ -35,9 +45,35 @@ L["ModuleDescription DruidModelFix"] = "Fix the Character UI model display issue

--PlayerChoiceFrameToken (PlayerChoiceFrame)
L["ModuleName PlayerChoiceFrameToken"] = "To-Be-Donated Item Count";
L["ModuleDescription PlayerChoiceFrameToken"] = "Show how many to-be-donated item you have on the PlayerChoice UI.\n\nCurrently only supports Dreamseed Nurturing.";
L["ModuleDescription PlayerChoiceFrameToken"] = "Show how many to-be-donated items you have on the PlayerChoice UI.\n\nCurrently only supports Dreamseed Nurturing.";


--EmeraldBountySeedList (Show available Seeds when approaching Emerald Bounty 10.2.0)
L["ModuleName EmeraldBountySeedList"] = "Quick Slot: Dreamseeds";
L["ModuleDescription EmeraldBountySeedList"] = "Show a list of Dreamseeds when you approach an Emerald Bounty."..L["Quick Slot Generic Description"];
L["ModuleDescription EmeraldBountySeedList"] = "Show a list of Dreamseeds when you approach an Emerald Bounty."..L["Quick Slot Generic Description"];


--WorldMapPin: SeedPlanting (Add pins to WorldMapFrame which display soil locations and growth cycle/progress)
L["ModuleName WorldMapPinSeedPlanting"] = "Map Pin: Dreamseeds";
L["ModuleDescription WorldMapPinSeedPlanting"] = "Show Dreamseed Soil's locations and their Growth Cycles on the world map.\n\n|cffd4641cEnabling this module will remove the game's default map pin for Emerald Bounty, which may affect the behavior of other addons.";


--PlayerChoiceUI: Dreamseed Nurturing (PlayerChoiceFrame Revamp)
L["ModuleName AlternativePlayerChoiceUI"] = "Choice UI: Dreamseed Nurturing";
L["ModuleDescription AlternativePlayerChoiceUI"] = "Replace the default Dreamseed Nurturing UI with a less view-blocking one, display the numbers of items you own, and allow you to auto contribute items by clicking and holding the button.";


--HandyLockpick (Right-click a lockbox in your bag to unlock when you are not in combat. Available to rogues and mechagnomes)
L["ModuleName HandyLockpick"] = "Handy Lockpick";
L["ModuleDescription HandyLockpick"] = "Right click a lockbox in your bag or Trade UI to unlock it.\n\n|cffd4641c- " ..L["Restriction Combat"].. "\n- Cannot directly unlock a bank item\n- Affected by Soft Targeting Mode";
L["Instruction Pick Lock"] = "<Right Click to Pick Lock>";





-- !! Do NOT translate the following entries
L["currency-2706"] = "Whelpling";
L["currency-2707"] = "Drake";
L["currency-2708"] = "Wyrm";
L["currency-2709"] = "Aspect";
11 changes: 10 additions & 1 deletion Locales/esES.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
if not (GetLocale() == "esES") then return end;

local _, addon = ...
local L = addon.L;
local L = addon.L;




-- !! Do NOT translate the following entries
L["currency-2706"] = "Vástago";
L["currency-2707"] = "Draco";
L["currency-2708"] = "Vermis";
L["currency-2709"] = "Aspecto";
11 changes: 10 additions & 1 deletion Locales/esMX.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
if not (GetLocale() == "esMX") then return end;

local _, addon = ...
local L = addon.L;
local L = addon.L;




-- !! Do NOT translate the following entries
L["currency-2706"] = "Vástago";
L["currency-2707"] = "Draco";
L["currency-2708"] = "Vermis";
L["currency-2709"] = "Aspecto";
11 changes: 10 additions & 1 deletion Locales/frFR.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
if not (GetLocale() == "frFR") then return end;

local _, addon = ...
local L = addon.L;
local L = addon.L;




-- !! Do NOT translate the following entries
L["currency-2706"] = "Dragonnet";
L["currency-2707"] = "Drake";
L["currency-2708"] = "Wyrm";
L["currency-2709"] = "Aspect";
9 changes: 9 additions & 0 deletions Locales/itIT.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,12 @@ if not (GetLocale() == "itIT") then return end;

local _, addon = ...
local L = addon.L;




-- !! Do NOT translate the following entries
L["currency-2706"] = "Draghetto";
L["currency-2707"] = "Draco";
L["currency-2708"] = "Dragone";
L["currency-2709"] = "Aspetto";
11 changes: 10 additions & 1 deletion Locales/koKR.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
if not (GetLocale() == "koKR") then return end;

local _, addon = ...
local L = addon.L;
local L = addon.L;




-- !! Do NOT translate the following entries
L["currency-2706"] = "새끼용의";
L["currency-2707"] = "비룡의";
L["currency-2708"] = "고룡의";
L["currency-2709"] = "위상의";
11 changes: 10 additions & 1 deletion Locales/ptBR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,13 @@ L["ModuleDescription DruidModelFix"] = "Corrige o problema de exibição do mode

--PlayerChoiceFrameToken (PlayerChoiceFrame)
--L["ModuleName PlayerChoiceFrameToken"] = "To-Be-Donated Item Count"; TRANSLATION IN-COMING ON 10.2.0
--L["ModuleDescription PlayerChoiceFrameToken"] = "Show how many to-be-donated item you have on the PlayerChoice UI.\n\nCurrently only supports Dreamseed Nurturing."; TRANSLATION IN-COMING ON 10.2.0
--L["ModuleDescription PlayerChoiceFrameToken"] = "Show how many to-be-donated item you have on the PlayerChoice UI.\n\nCurrently only supports Dreamseed Nurturing."; TRANSLATION IN-COMING ON 10.2.0




-- !! Do NOT translate the following entries
L["currency-2706"] = "Dragonetinho";
L["currency-2707"] = "Draco";
L["currency-2708"] = "Serpe";
L["currency-2709"] = "Aspecto";
11 changes: 10 additions & 1 deletion Locales/ruRU.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
if not (GetLocale() == "ruRU") then return end;

local _, addon = ...
local L = addon.L;
local L = addon.L;




-- !! Do NOT translate the following entries
L["currency-2706"] = "дракончика";
L["currency-2707"] = "дракона";
L["currency-2708"] = "змея";
L["currency-2709"] = "Аспекта";
74 changes: 73 additions & 1 deletion Locales/zhCN.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,76 @@
if not (GetLocale() == "zhCN") then return end;

local _, addon = ...
local L = addon.L;
local L = addon.L;


--Module Control Panel
L["Module Control"] = "功能选项";
L["Quick Slot Generic Description"] = "\n\n*快捷按钮是一组在特定情形下出现的、可交互的按钮。";


--AutoJoinEvents
L["ModuleName AutoJoinEvents"] = "自动加入活动";
L["ModuleDescription AutoJoinEvents"] = "在时空裂隙事件期间与索莉多米对话会自动选择加入活动。";


--BackpackItemTracker
L["ModuleName BackpackItemTracker"] = "背包物品追踪";
L["ModuleDescription BackpackItemTracker"] = "和追踪货币一样在行囊界面上追踪可堆叠的物品。\n\n节日代币会被自动追踪,并显示在最左侧。";
L["Instruction Track Item"] = "追踪物品";
L["Hide Not Owned Items"] = "隐藏未拥有的物品";
L["Concise Tooltip"] = "简化鼠标提示";
L["Concise Tooltip Tooltip"] = "只显示物品的绑定类型和你能拥有它的最大数量。";
L["Item Track Too Many"] = "你最多只能自定义追踪%d个物品。"
L["Tracking List Empty"] = "追踪列表为空。";
L["Holiday Ends Format"] = "结束于: %s";
L["Not Found"] = "未找到物品"; --Item not found
L["Own"] = "拥有"; --Something that the player has/owns
L["Numbers To Earn"] = "还可获取"; --The number of items/currencies player can earn. The wording should be as abbreviated as possible.
L["Numbers Of Earned"] = "已获取"; --The number of stuff the player has earned
L["Track Upgrade Currency"] = "追踪纹章"; --Crest: e.g. Drake’s Dreaming Crest
L["Track Upgrade Currency Tooltip"] = "在最左侧显示你已获得的最高等级的纹章。";
L["Currently Pinned Colon"] = "当前显示:"; --Tells the currently pinned item


--GossipFrameMedal
L["ModuleName GossipFrameMedal"] = "驭龙竞速评级";
L["ModuleDescription GossipFrameMedal Format"] = "将默认图标 %s 替换为你获得的奖章 %s。\n\n在你与青铜时光守护者对话后,可能需要短暂的时间来从服务器获取记录。";


--DruidModelFix (Disabled after 10.2.0)
L["ModuleName DruidModelFix"] = "德鲁伊模型修复";
L["ModuleDescription DruidModelFix"] = "修复使用群星雕文导致人物界面模型变白的问题。\n\n暴雪将在10.2.0版本修复这个问题。";


--PlayerChoiceFrameToken (PlayerChoiceFrame)
L["ModuleName PlayerChoiceFrameToken"] = "显示捐献物品数";
L["ModuleDescription PlayerChoiceFrameToken"] = "Show how many to-be-donated items you have on the PlayerChoice UI.\n\nCurrently only supports Dreamseed Nurturing.";


--EmeraldBountySeedList (Show available Seeds when approaching Emerald Bounty 10.2.0)
L["ModuleName EmeraldBountySeedList"] = "快捷按钮:梦境之种";
L["ModuleDescription EmeraldBountySeedList"] = "当你走近翡翠奖赏时显示可播种的种子。"..L["Quick Slot Generic Description"];


--WorldMapPin: SeedPlanting (Add pins to WorldMapFrame which display soil locations and growth cycle/progress)
L["ModuleName WorldMapPinSeedPlanting"] = "地图标记:梦境之种";
L["ModuleDescription WorldMapPinSeedPlanting"] = "在大地图上显示梦境之种的位置和其生长周期。\n\n|cffd4641c启用这个功能将移除大地图上原有的翡翠奖赏标记,这可能会影响其他地图插件的行为。";


--PlayerChoiceUI: Dreamseed Nurturing (PlayerChoiceFrame Revamp)
L["ModuleName AlternativePlayerChoiceUI"] = "捐献界面:梦境之种滋养";
L["ModuleDescription AlternativePlayerChoiceUI"] = "将原始的梦境之种滋养界面替换为一个遮挡更少的界面,并显示你拥有物品的数量。你还可以通过长按的方式来自动捐献物品。";








-- !! Do NOT translate the following entries
L["currency-2706"] = "雏龙";
L["currency-2707"] = "幼龙";
L["currency-2708"] = "魔龙";
L["currency-2709"] = "守护巨龙";
11 changes: 10 additions & 1 deletion Locales/zhTW.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
if not (GetLocale() == "zhTW") then return end;

local _, addon = ...
local L = addon.L;
local L = addon.L;




-- !! Do NOT translate the following entries
L["currency-2706"] = "幼龍";
L["currency-2707"] = "飛龍";
L["currency-2708"] = "巨龍";
L["currency-2709"] = "守護巨龍";
Loading

0 comments on commit dfab627

Please sign in to comment.