├── .gitignore
├── version.txt
├── .gitattributes
├── Interface
├── ui-gen-addon-list.txt
└── AddOns
│ ├── Blizzard_SharedXML
│ ├── DialogUtil.lua
│ ├── WoWLabs
│ │ └── ProjectConstants.lua
│ ├── ProjectConstants.lua
│ ├── PingUtil.lua
│ ├── Mainline
│ │ ├── ScrollDefine.lua
│ │ ├── ScrollDefine.xml
│ │ ├── TabSystem
│ │ │ └── TabSystemOwner.xml
│ │ └── Scroll
│ │ │ └── OribosScrollBar.lua
│ ├── PixelUtilSecure.lua
│ ├── Shared
│ │ └── Button
│ │ │ └── UIPanelButtonTemplates.lua
│ ├── VectorLib.xml
│ ├── DropDownToggleButton.lua
│ ├── SelectableButton.xml
│ ├── Backdrop.xml
│ ├── DropDownToggleButton.xml
│ ├── AlertFrameIntrinsic.xml
│ └── ModelSceneActorMixin.xml
│ ├── Blizzard_Settings_Shared
│ ├── Blizzard_Deprecated.lua
│ └── Blizzard_Registration.lua
│ ├── Blizzard_Soulbinds
│ ├── Blizzard_SoulbindsTemplates.lua
│ ├── Blizzard_Soulbinds.lua
│ ├── Blizzard_Soulbinds.xml
│ └── Blizzard_SoulbindsTemplates.xml
│ ├── Blizzard_Kiosk
│ ├── Housing
│ │ ├── Config.lua
│ │ └── Glue.xml
│ └── Blizzard_Kiosk.toc
│ ├── Blizzard_Settings
│ ├── Blizzard_Settings.lua
│ └── Blizzard_Settings.toc
│ ├── Blizzard_Communities
│ ├── Mainline
│ │ └── GuildInfo.lua
│ ├── CommunitiesGuildFinderFrame.lua
│ └── CommunitiesAddDialogInsecure.xml
│ ├── Blizzard_RaidUI
│ ├── Localization.lua
│ └── Blizzard_RaidUI.toc
│ ├── Blizzard_CombatText
│ ├── Localization.lua
│ └── Blizzard_CombatText.toc
│ ├── Blizzard_DeathRecap
│ ├── Localization.lua
│ └── Blizzard_DeathRecap.toc
│ ├── Blizzard_DebugTools
│ ├── Localization.lua
│ └── DebugObjectUtil.lua
│ ├── Blizzard_GuildBankUI
│ ├── Localization.lua
│ └── Blizzard_GuildBankUI.toc
│ ├── Blizzard_LevelUpDisplay
│ ├── Localization.lua
│ └── Blizzard_LevelUpDisplay_Mists.toc
│ ├── Blizzard_OrderHallUI
│ ├── Localization.lua
│ └── Blizzard_OrderHallUI.toc
│ ├── Blizzard_TokenUI
│ ├── Localization.lua
│ └── Blizzard_TokenUI.toc
│ ├── Blizzard_TrainerUI
│ ├── Localization.lua
│ └── Blizzard_TrainerUI.toc
│ ├── Blizzard_ArchaeologyUI
│ ├── Localization.lua
│ ├── Blizzard_ArchaeologyUI_Mists.toc
│ └── Blizzard_ArchaeologyUI_Mainline.toc
│ ├── Blizzard_BlackMarketUI
│ ├── Localization.lua
│ └── Blizzard_BlackMarketUI.toc
│ ├── Blizzard_ItemSocketingUI
│ ├── Localization.lua
│ └── Blizzard_ItemSocketingUI.toc
│ ├── Blizzard_MajorFactions
│ └── Localization.lua
│ ├── Blizzard_ReforgingUI
│ ├── Classic
│ │ └── Localization.lua
│ └── Blizzard_ReforgingUI_Classic.toc
│ ├── Blizzard_StoreUI
│ └── Shared_Localization.lua
│ ├── Blizzard_ChallengesUI
│ ├── Mainline
│ │ └── Localization.lua
│ └── Blizzard_ChallengesUI_Mainline.toc
│ ├── Blizzard_CompactRaidFrames
│ ├── Localization.lua
│ └── Blizzard_CompactRaidFrames.toc
│ ├── Blizzard_PetBattleUI
│ ├── Shared
│ │ └── Localization.lua
│ └── Blizzard_PetBattleUI.toc
│ ├── Blizzard_SelectorUI
│ └── Blizzard_SelectorUI.toc
│ ├── Blizzard_DeclensionFrame
│ ├── Mainline
│ │ ├── DeclensionFrame.lua
│ │ └── DeclensionFrame.xml
│ └── Blizzard_DeclensionFrame_Mainline.toc
│ ├── Blizzard_StaticPopup_Glue
│ └── Mainline
│ │ ├── GlueDialog.lua
│ │ ├── GlueAnnouncementDialog.lua
│ │ └── GlueAnnouncementDialog.xml
│ ├── Blizzard_DeclensionFrameGlue
│ ├── Mainline
│ │ ├── DeclensionFrame.lua
│ │ └── DeclensionFrame.xml
│ └── Blizzard_DeclensionFrameGlue_Mainline.toc
│ ├── Blizzard_FrameStack
│ └── Blizzard_FrameStack.toc
│ ├── Blizzard_UIParentPanelManager
│ └── Shared
│ │ └── UpdateUIPanelPositions.lua
│ ├── Blizzard_WeeklyRewards
│ └── Blizzard_WeeklyRewards.toc
│ ├── Blizzard_ChatFrameUtil
│ └── Blizzard_ChatFrameUtil.toc
│ ├── Blizzard_Contribution
│ └── Blizzard_Contribution.toc
│ ├── Blizzard_ObliterumUI
│ └── Blizzard_ObliterumUI.toc
│ ├── Blizzard_StatusUI
│ └── Blizzard_StatusUI.toc
│ ├── Blizzard_GroupFinder
│ ├── Mists
│ │ └── GroupFinderHelpers.lua
│ ├── Blizzard_GroupFinder_TBC.toc
│ └── Blizzard_GroupFinder_Vanilla.toc
│ ├── Blizzard_MoneyReceipt
│ └── Blizzard_MoneyReceipt.toc
│ ├── Blizzard_SharedMapDataProviders
│ ├── MapPinTags.lua
│ ├── BannerDataProvider.xml
│ ├── AreaPOIEventDataProvider.xml
│ ├── GossipDataProvider.xml
│ ├── FogOfWarDataProvider.xml
│ ├── GarrisonPlotDataProvider.xml
│ ├── InvasionDataProvider.xml
│ ├── DragonridingRaceDataProvider.xml
│ ├── DigSiteDataProvider.xml
│ ├── AreaPOIDataProvider.xml
│ ├── PetTamerDataProvider.xml
│ ├── ContributionCollectorDataProvider.xml
│ ├── FlightPointDataProvider.xml
│ └── DelveEntranceDataProvider.xml
│ ├── Blizzard_AzeriteRespecUI
│ └── Blizzard_AzeriteRespecUI.toc
│ ├── Blizzard_WeeklyRewardsUtil
│ └── Blizzard_WeeklyRewardsUtil.toc
│ ├── Blizzard_MapCanvasSecureUtil
│ └── Blizzard_MapCanvasSecureUtil.toc
│ ├── Blizzard_ScrappingMachineUI
│ └── Blizzard_ScrappingMachineUI.toc
│ ├── Blizzard_APIDocumentationGenerated
│ ├── ActionDocumentation.lua
│ ├── ColorDocumentation.lua
│ ├── PlayerDocumentation.lua
│ ├── NamePlateDocumentation.lua
│ ├── ItemSharedDocumentation.lua
│ ├── UnitSharedDocumentation.lua
│ ├── MatrixSharedDocumentation.lua
│ ├── VectorSharedDocumentation.lua
│ ├── GlyphConstantsDocumentation.lua
│ ├── TextureSharedDocumentation.lua
│ ├── ButtonConstantsDocumentation.lua
│ ├── SharedTraitsEnumsDocumentation.lua
│ ├── UIFileAssetSharedDocumentation.lua
│ ├── CovenantsConstantsDocumentation.lua
│ ├── PetScalingConstantsDocumentation.lua
│ ├── ScriptRegionSharedDocumentation.lua
│ ├── WeeklyRewardsSharedDocumentation.lua
│ ├── GroupFinderConstantsDocumentation.lua
│ ├── UITextureAssetSharedDocumentation.lua
│ ├── CovenantSanctumConstantsDocumentation.lua
│ ├── QuestConstants_MainlineDocumentation.lua
│ ├── TalentAndGlyphConstantsDocumentation.lua
│ ├── UiRpcRequestManagerConstantsDocumentation.lua
│ ├── BaseDocumentation.lua
│ ├── ItemConstants_SharedDocumentation.lua
│ ├── PingPinFrameAPIDocumentation.lua
│ ├── CursorUtilDocumentation.lua
│ ├── TraitConfigDocumentation.lua
│ ├── SimpleMaskTextureAPIDocumentation.lua
│ ├── SimpleAnimScaleLineAPIDocumentation.lua
│ ├── SpellIDDocumentation.lua
│ ├── FrameAPIArchaeologyDigsiteDocumentation.lua
│ ├── SimpleAnimTranslationLineAPIDocumentation.lua
│ ├── AccessibilityOptionsDocumentation.lua
│ ├── MoneyConstantsDocumentation.lua
│ ├── AuctionHouseConstantsDocumentation.lua
│ ├── PonyDocumentation.lua
│ ├── MountConstantsDocumentation.lua
│ ├── UIColorSharedDocumentation.lua
│ ├── LevelConstantsDocumentation.lua
│ ├── SkillInfoDocumentation.lua
│ ├── PartyPoseUIConstantsDocumentation.lua
│ ├── EditModeManagerConstants_MainlineDocumentation.lua
│ ├── EncodingUtilConstantsDocumentation.lua
│ └── SummonConstantsDocumentation.lua
│ ├── Blizzard_PrintHandler
│ └── Blizzard_PrintHandler.toc
│ ├── Blizzard_SharedTalentUI
│ ├── talents-diamond-mask.png
│ ├── talents-hexagon-mask.png
│ ├── talents-octagon-mask.png
│ ├── talents-octagon-mask-half.png
│ ├── Blizzard_TalentButtonAnimUtil.lua
│ └── Blizzard_TalentDisplay.xml
│ ├── Blizzard_CommandLineUtil
│ └── Blizzard_CommandLineUtil.toc
│ ├── Blizzard_QuestNavigation
│ └── Blizzard_QuestNavigation.toc
│ ├── Blizzard_Subtitles
│ └── Blizzard_Subtitles.toc
│ ├── Blizzard_UIFrameManager
│ └── Blizzard_UIFrameManager.toc
│ ├── Blizzard_ClickBindingUI
│ └── Blizzard_ClickBindingUI.toc
│ ├── Blizzard_CovenantRenown
│ └── Blizzard_CovenantRenown.toc
│ ├── Blizzard_ExpansionTrial
│ └── Blizzard_ExpansionTrial.toc
│ ├── Blizzard_FrameXMLUtil
│ ├── Mainline
│ │ └── ExpansionUtil.lua
│ └── TitleUtil.lua
│ ├── Blizzard_LoadLocale
│ ├── Blizzard_LoadLocale.toc
│ └── LoadLocale.lua
│ ├── Blizzard_MacroUI
│ ├── Blizzard_MacroDefine.lua
│ └── Blizzard_MacroUI.toc
│ ├── Blizzard_MovePad
│ └── Blizzard_MovePad.toc
│ ├── Blizzard_SharedXMLBase
│ ├── EnvironmentUtil.lua
│ ├── LocaleUtil.lua
│ ├── EnumUtil.lua
│ └── CallbackRegistrant.xml
│ ├── Blizzard_CUFProfiles
│ └── Blizzard_CUFProfiles.toc
│ ├── Blizzard_CovenantCallings
│ └── Blizzard_CovenantCallings.toc
│ ├── Blizzard_HelpPlate
│ └── Blizzard_HelpPlate.toc
│ ├── Blizzard_NewPlayerExperienceGuide
│ └── Blizzard_NewPlayerExperienceGuide.toc
│ ├── Blizzard_AzeriteEssenceUI
│ └── Blizzard_AzeriteEssenceUI.toc
│ ├── Blizzard_Dispatcher
│ └── Blizzard_Dispatcher.toc
│ ├── Blizzard_PerformanceBar
│ ├── Classic
│ │ └── PerformanceBarOverrides.lua
│ └── Blizzard_PerformanceBar.toc
│ ├── Blizzard_ChromieTimeUI
│ └── Blizzard_ChromieTimeUI.toc
│ ├── Blizzard_ItemInteractionUI
│ └── Blizzard_ItemInteractionUI.toc
│ ├── Blizzard_StableUI
│ └── Blizzard_StableUI.toc
│ ├── Blizzard_SubscriptionInterstitialUI
│ └── Blizzard_SubscriptionInterstitialUI.toc
│ ├── Blizzard_HouseList
│ ├── Blizzard_HouseListRegistration.lua
│ └── Blizzard_HouseList.toc
│ ├── Blizzard_MawBuffs
│ └── Blizzard_MawBuffs.toc
│ ├── Blizzard_StaticPopup
│ └── Blizzard_StaticPopup.toc
│ ├── Blizzard_WowSurveyUI
│ ├── Blizzard_WowSurveyUI.toc
│ └── Blizzard_WowSurveyUI.xml
│ ├── Blizzard_ArdenwealdGardening
│ └── Blizzard_ArdenwealdGardening.toc
│ ├── Blizzard_FrameEffects
│ └── Blizzard_FrameEffects.toc
│ ├── Blizzard_GMChatUI
│ ├── Blizzard_GMChatUI.toc
│ └── Localization.lua
│ ├── Blizzard_HouseEditor
│ └── Blizzard_HouseEditorRegistration.lua
│ ├── Blizzard_PTRFeedback
│ ├── Bindings.xml
│ └── Blizzard_PTRFeedback.toc
│ ├── Blizzard_CovenantPreviewUI
│ └── Blizzard_CovenantPreviewUI.toc
│ ├── Blizzard_HousingCharter
│ ├── Blizzard_HousingCharterRegistration.lua
│ └── Blizzard_HousingCharter.toc
│ ├── Blizzard_IME
│ └── Blizzard_IME.toc
│ ├── Blizzard_ClassMenu
│ └── Blizzard_ClassMenu.toc
│ ├── Blizzard_HousingHouseFinder
│ ├── Blizzard_HousingHouseFinderRegistration.lua
│ └── Blizzard_HousingHouseFinder.toc
│ ├── Blizzard_HybridMinimap
│ └── Blizzard_HybridMinimap.toc
│ ├── Blizzard_GlobalFXModelScenes
│ └── Blizzard_GlobalFXModelScenes.toc
│ ├── Blizzard_GlueXML
│ ├── Mainline
│ │ ├── CharacterServicesTemplatesUtil.lua
│ │ └── ServerAlert.xml
│ └── Mists
│ │ └── CharacterSelectConstants.lua
│ ├── Blizzard_HousingEventHandler
│ └── Blizzard_HousingEventHandler.toc
│ ├── Blizzard_AddOnPerformance
│ └── Blizzard_AddOnPerformance.toc
│ ├── Blizzard_ClientSavedVariables
│ └── Blizzard_ClientSavedVariables.toc
│ ├── Blizzard_CovenantSanctum
│ └── Blizzard_CovenantSanctum.toc
│ ├── Blizzard_ProfessionsBook
│ └── Blizzard_ProfessionsBook.toc
│ ├── Blizzard_HousingHouseSettings
│ ├── Blizzard_HousingHouseSettingsRegistration.lua
│ └── Blizzard_HousingHouseSettings.toc
│ ├── Blizzard_HousingModelPreview
│ ├── Blizzard_HousingModelPreviewFrameRegistration.lua
│ └── Blizzard_HousingModelPreview.toc
│ ├── Blizzard_DelvesToast
│ └── Blizzard_DelvesToast.toc
│ ├── Blizzard_AccessibilityTemplates
│ ├── TextSizeManagerGlue.lua
│ └── TextSizeManagerGame.lua
│ ├── Blizzard_AlliedRacesUI
│ └── Blizzard_AlliedRacesUI.toc
│ ├── Blizzard_AuthChallengeUI
│ └── Blizzard_AuthChallengeUI.toc
│ ├── Blizzard_AutoCompletePopupList
│ └── Blizzard_AutoCompletePopupList.toc
│ ├── Blizzard_CatalogShopSharedUtil
│ └── Blizzard_CatalogShopSharedUtil.toc
│ ├── Blizzard_SecureTransferUI
│ └── Blizzard_SecureTransferUI.toc
│ ├── Blizzard_Notification
│ └── Blizzard_Notification.toc
│ ├── Blizzard_Flyout
│ └── Blizzard_Flyout.toc
│ ├── Blizzard_GlueStubs
│ ├── Blizzard_GlueStubs.toc
│ └── GlueStubs.xml
│ ├── Blizzard_QuickKeybind
│ └── Blizzard_QuickKeybind.toc
│ ├── Blizzard_ReportFrameGlue
│ ├── Blizzard_ReportFrameGlue.toc
│ └── ReportFrame.xml
│ ├── Blizzard_SharedWidgetFrames
│ └── Blizzard_SharedWidgetFrames.toc
│ ├── Blizzard_WowTokenUI
│ ├── Blizzard_WowTokenUI.toc
│ └── Blizzard_WowTokenUIInsecure.xml
│ ├── Blizzard_BarbershopUI
│ └── Blizzard_BarberShopUI.toc
│ ├── Blizzard_InspectUI
│ ├── Blizzard_InspectUI.toc
│ └── Localization.lua
│ ├── Blizzard_TorghastLevelPicker
│ └── Blizzard_TorghastLevelPicker.toc
│ ├── Blizzard_GuildRename
│ └── Blizzard_GuildRename.toc
│ ├── Blizzard_ItemUpgradeUI
│ ├── Blizzard_ItemUpgradeUI_Mists.toc
│ └── Blizzard_ItemUpgradeUI_Mainline.toc
│ ├── Blizzard_RecentAllies
│ └── Blizzard_RecentAllies.toc
│ ├── Blizzard_ReportFrame
│ ├── Blizzard_ReportFrame.toc
│ └── ReportFrame.xml
│ ├── Blizzard_TextStatusBar
│ └── Blizzard_TextStatusBar.toc
│ ├── Blizzard_ActionStatus
│ └── Blizzard_ActionStatus.toc
│ ├── Blizzard_ArtifactUI
│ └── Blizzard_ArtifactUI.toc
│ ├── Blizzard_DurabilityFrame
│ └── Blizzard_DurabilityFrame.toc
│ ├── Blizzard_PVPMatch
│ └── Blizzard_PVPMatch.toc
│ ├── Blizzard_PlunderstormBasics
│ └── Blizzard_PlunderstormBasics.toc
│ ├── Blizzard_RPE_TurnStrafe
│ └── Blizzard_RPE_TurnStrafe.toc
│ ├── Blizzard_AccountSaveUI
│ └── Blizzard_AccountSaveUI.toc
│ ├── Blizzard_AutoComplete
│ └── Blizzard_AutoComplete.toc
│ ├── Blizzard_BehavioralMessaging
│ ├── Blizzard_BehavioralMessaging.toc
│ └── Blizzard_Register.lua
│ ├── Blizzard_CharacterCreate
│ └── Blizzard_CharacterCreate.toc
│ ├── Blizzard_GenericTraitUI
│ └── Blizzard_GenericTraitUI.toc
│ ├── Blizzard_LandingSoulbinds
│ └── Blizzard_LandingSoulbinds.toc
│ ├── Blizzard_PingUI
│ └── Blizzard_PingUI.toc
│ ├── Blizzard_ScriptErrors
│ └── Blizzard_ScriptErrors.toc
│ ├── Blizzard_SpellPickUpIndicator
│ └── Blizzard_SpellPickUpIndicator.toc
│ ├── Blizzard_CommunitiesSecure
│ └── Blizzard_CommunitiesSecure.toc
│ ├── Blizzard_FramerateFrame
│ └── Blizzard_FramerateFrame.toc
│ ├── Blizzard_GlueSavedVariables
│ └── Blizzard_GlueSavedVariables.toc
│ ├── Blizzard_MapCanvas
│ └── Blizzard_MapCanvas.toc
│ ├── Blizzard_VoiceToggleButton
│ └── Blizzard_VoiceToggleButton.toc
│ ├── Blizzard_Deprecated_ArenaUI
│ └── Blizzard_Deprecated_ArenaUI.toc
│ ├── Blizzard_EndOfMatchUI
│ ├── Blizzard_EndMatchUI.toc
│ └── Blizzard_EndOfMatchUI.toc
│ ├── Blizzard_HelpFrame
│ └── Blizzard_HelpFrame.toc
│ ├── Blizzard_MirrorTimer
│ └── Blizzard_MirrorTimer.toc
│ ├── Blizzard_QuickJoin
│ └── Blizzard_QuickJoin.toc
│ ├── Blizzard_SocialToast
│ └── Blizzard_SocialToast.toc
│ ├── Blizzard_BuffFrame
│ └── Blizzard_BuffFrame.toc
│ ├── Blizzard_HousingDashboard
│ └── Blizzard_HousingDashboardRegistration.lua
│ ├── Blizzard_ClassTrialSecure
│ └── Blizzard_ClassTrialSecure.toc
│ ├── Blizzard_DelvesDashboardUI
│ └── Blizzard_DelvesDashboardUI.toc
│ ├── Blizzard_Deprecated
│ ├── Deprecated_11_0_2.lua
│ ├── Blizzard_Deprecated.toc
│ └── Deprecated_11_1_7.lua
│ ├── Blizzard_EventTrace
│ └── Blizzard_EventTrace.toc
│ ├── Blizzard_NamePlates
│ ├── Blizzard_ClassNameplateBar_AlternatePower.lua
│ ├── Blizzard_ClassNameplateBar_DeathKnight.lua
│ └── Blizzard_ClassNameplateBar_AlternatePower.xml
│ ├── Blizzard_TimerunningUtil
│ └── Blizzard_TimerunningUtil.toc
│ ├── Blizzard_Colors
│ ├── Blizzard_Colors_Mainline.toc
│ └── Shared
│ │ └── MaterialColors.lua
│ ├── Blizzard_GuildControlUI
│ └── Blizzard_GuildControlUI.toc
│ ├── Blizzard_ProfessionsCustomerOrders
│ └── Registration.lua
│ ├── Blizzard_ReportFrameShared
│ └── Blizzard_ReportFrameShared.toc
│ ├── Blizzard_SavedSets
│ └── Blizzard_SavedSets.toc
│ ├── Blizzard_SpectateFrame
│ └── Blizzard_SpectateFrame.toc
│ ├── Blizzard_CharacterCustomize
│ └── Blizzard_CharacterCustomize.toc
│ ├── Blizzard_CombatLog
│ ├── Blizzard_CombatLog_Mists.toc
│ └── Blizzard_CombatLog_Mainline.toc
│ ├── Blizzard_DelvesDifficultyPicker
│ └── Blizzard_DelvesDifficultyPicker.toc
│ ├── Blizzard_GameMenu
│ ├── Blizzard_GameMenu_WoWLabs.toc
│ └── Blizzard_GameMenu_Mainline.toc
│ ├── Blizzard_PartyPoseUI
│ └── Blizzard_PartyPoseUI.toc
│ ├── Blizzard_AnimaDiversionUI
│ ├── Blizzard_AnimaDiversionUI.toc
│ └── AD_WorldQuestDataProvider.xml
│ ├── Blizzard_CharacterSelectNavBar
│ └── Blizzard_CharacterSelectNavBar.toc
│ ├── Blizzard_ContentTracking
│ └── Blizzard_ContentTracking.toc
│ ├── Blizzard_GameModeSelect
│ ├── Blizzard_GameModeSelect_Classic.toc
│ └── Blizzard_GameModeSelect_Mainline.toc
│ ├── Blizzard_HousingTemplates
│ └── Blizzard_HousingCatalogUtil.lua
│ ├── Blizzard_QuestTimer
│ └── Blizzard_QuestTimer.toc
│ ├── Blizzard_TalentUI
│ └── Blizzard_TalentUI_Mists.toc
│ ├── Blizzard_UIWidgets
│ └── Mainline
│ │ ├── Blizzard_UIWidgetTopCenterFrame.lua
│ │ ├── Blizzard_UIWidgetAnimationTemplates.lua
│ │ ├── Blizzard_UIWidgetTemplateSpacer.xml
│ │ ├── Blizzard_UIWidgetTemplateStackedResourceTracker.xml
│ │ ├── Blizzard_UIWidgetCenterScreenFrame.lua
│ │ ├── Blizzard_UIWidgetSubZoneTextFrame.lua
│ │ ├── Blizzard_UIWidgetTemplateDoubleStateIconRow.xml
│ │ ├── Blizzard_UIWidgetTemplateTextureAndText.xml
│ │ └── Blizzard_UIWidgetTemplateHorizontalCurrencies.xml
│ ├── Blizzard_WorldLootObjectList
│ └── Blizzard_WorldLootObjectList.toc
│ ├── Blizzard_ActionBarController
│ ├── Blizzard_ActionBarController.toc
│ └── ActionBarController.xml
│ ├── Blizzard_CatalogShopSharedTemplates
│ └── Blizzard_CatalogShopSharedTemplates.toc
│ ├── Blizzard_CatalogShopTopUpFlow
│ └── Blizzard_CatalogShopTopUpFlow_Elements.xml
│ ├── Blizzard_OverrideActionBar
│ └── Blizzard_OverrideActionBar.toc
│ ├── Blizzard_AddOnList
│ ├── Localization.lua
│ └── Blizzard_AddOnList.toc
│ ├── Blizzard_RaidFrame
│ └── Blizzard_RaidFrame_Mainline.toc
│ ├── Blizzard_ZoneAbility
│ └── Blizzard_ZoneAbility_Mainline.toc
│ ├── Blizzard_BattlefieldMap
│ └── Blizzard_BattlefieldMap.toc
│ ├── Blizzard_MailFrame
│ └── Blizzard_MailFrame.toc
│ ├── Blizzard_PlunderstormPrematchUI
│ └── Blizzard_PlunderstormPrematchUI.toc
│ ├── Blizzard_AchievementUI
│ ├── Blizzard_AchievementUI_Mainline.toc
│ └── Blizzard_AchievementUI_Mists.toc
│ ├── Blizzard_ArrowCalloutFrame
│ └── Blizzard_ArrowCalloutFrame.toc
│ ├── Blizzard_BNet
│ └── Blizzard_BNet_Mainline.toc
│ ├── Blizzard_QueueStatusFrame
│ └── Blizzard_QueueStatusFrame_Mainline.toc
│ ├── Blizzard_FlightMap
│ ├── FM_ZoneSummaryDataProvider.xml
│ ├── Blizzard_FlightMap.toc
│ ├── FM_QuestDataProvider.xml
│ ├── FM_AreaPOIDataProvider.xml
│ ├── FM_VignetteDataProvider.xml
│ └── FM_WorldQuestDataProvider.xml
│ ├── Blizzard_GameTooltip
│ └── Blizzard_GameTooltip_Mainline.toc
│ ├── Blizzard_HousingBulletinBoard
│ ├── Blizzard_HousingBulletinBoardRegistration.lua
│ └── Blizzard_HousingBulletinBoard.toc
│ ├── Blizzard_Calendar
│ └── Blizzard_Calendar_Mainline.toc
│ ├── Blizzard_DeprecatedGlue
│ ├── Deprecated_Glue.lua
│ └── Blizzard_DeprecatedGlue.toc
│ ├── Blizzard_PrivateAurasUI
│ └── Blizzard_PrivateAurasUI.toc
│ ├── Blizzard_SimpleCheckout
│ └── Blizzard_SimpleCheckout.toc
│ ├── Blizzard_ClassTrial
│ └── Blizzard_ClassTrial.toc
│ ├── Blizzard_RecruitAFriend
│ └── Blizzard_RecruitAFriend.toc
│ ├── Blizzard_ScriptErrorsFrame
│ └── Blizzard_ScriptErrorsFrame.toc
│ ├── Blizzard_POIButton
│ ├── POIButtonOwner.xml
│ └── Blizzard_POIButton.toc
│ ├── Blizzard_PVPUI
│ ├── Blizzard_PVPUI_Mists.toc
│ ├── Blizzard_PVPUI_Mainline.toc
│ └── Localization.lua
│ ├── Blizzard_EnvironmentCleanup
│ ├── Blizzard_EnvironmentCleanup_Classic.toc
│ └── Blizzard_EnvironmentCleanup_Mainline.toc
│ ├── Blizzard_GlueCollections
│ └── Blizzard_GlueCollections.toc
│ ├── Blizzard_RemixArtifactTutorialUI
│ └── Blizzard_RemixArtifactTutorialUI.toc
│ ├── Blizzard_DeprecatedLFG
│ └── Blizzard_DeprecatedLFG.toc
│ ├── Blizzard_DeprecatedSoundScript
│ ├── Deprecated_SoundScript.lua
│ └── Blizzard_DeprecatedSoundScript.toc
│ ├── Blizzard_GarrisonBase
│ ├── Blizzard_GarrisonBase.toc
│ └── AdventuresFollowerTooltip.lua
│ ├── Blizzard_ItemBeltFrame
│ └── Blizzard_ItemBeltFrame.toc
│ ├── Blizzard_LoginWarningDialogs
│ └── Blizzard_LoginWarningDialogs.toc
│ ├── Blizzard_TransformManipulator
│ └── Blizzard_TransformManipulator.toc
│ ├── Blizzard_TransformTree
│ └── Blizzard_TransformTree.toc
│ ├── Blizzard_APIDocumentation
│ └── Blizzard_APIDocumentation.toc
│ ├── Blizzard_AzeriteUI
│ └── Blizzard_AzeriteEmpoweredItemUI.xml
│ ├── Blizzard_Commentator
│ └── Blizzard_CommentatorConstants.lua
│ ├── Blizzard_FrameXML
│ ├── QuestNPCModelFrameMixin.lua
│ ├── BattlePetTooltip.xml
│ ├── GhostFrame.lua
│ └── TabardModelFrameMixin.lua
│ ├── Blizzard_Console
│ └── Blizzard_Console.toc
│ ├── Blizzard_GarrisonTemplates
│ └── Blizzard_GarrisonTemplates.toc
│ ├── Blizzard_MatchmakingQueueDisplay
│ └── Blizzard_MatchmakingQueueDisplay.toc
│ ├── Blizzard_UnitPopup
│ ├── UnitPopupSlider.lua
│ └── UnitPopupSlider.xml
│ ├── Blizzard_TimeManager
│ └── Blizzard_TimeManager_Mainline.toc
│ ├── Blizzard_DeprecatedPetInfo
│ ├── Blizzard_DeprecatedPetInfo.toc
│ └── Deprecated_PetInfo.lua
│ ├── Blizzard_DeprecatedTradeInfo
│ ├── Deprecated_TradeInfo.lua
│ └── Blizzard_DeprecatedTradeInfo.toc
│ ├── Blizzard_ItemButton
│ └── Blizzard_ItemButton_Mainline.toc
│ ├── Blizzard_MatchCelebrationPartyPoseUI
│ └── Blizzard_MatchCelebrationPartyPoseUI.toc
│ ├── Blizzard_RemixArtifactUI
│ └── Blizzard_RemixArtifactUI.toc
│ ├── Blizzard_DeprecatedPvpScript
│ ├── Blizzard_DeprecatedPvpScript.toc
│ └── Deprecated_PvpScript.lua
│ ├── Blizzard_DeprecatedSpellBook
│ └── Blizzard_DeprecatedSpellBook.toc
│ ├── Blizzard_GlueMenuFrame
│ ├── Blizzard_GlueMenuFrame_Mainline.toc
│ ├── Blizzard_GlueMenuFrame_Classic.toc
│ └── Classic
│ │ └── GlueMenuFrame.lua
│ ├── Blizzard_WarfrontsPartyPoseUI
│ └── Blizzard_WarfrontsPartyPoseUI.toc
│ ├── Blizzard_ActionBar
│ ├── WoWLabs
│ │ └── CustomActionBarOverlays.lua
│ └── Shared
│ │ └── Localization.lua
│ ├── Blizzard_DeprecatedItemScript
│ └── Blizzard_DeprecatedItemScript.toc
│ ├── Blizzard_DeprecatedUnitScript
│ ├── Blizzard_DeprecatedUnitScript.toc
│ └── Deprecated_UnitScript.lua
│ ├── Blizzard_EncounterJournal
│ ├── Blizzard_EncounterJournal_Mists.toc
│ └── Localization.lua
│ ├── Blizzard_HousingCornerstone
│ ├── Blizzard_HousingCornerstone.toc
│ └── Blizzard_HousingCornerstoneRegistration.lua
│ ├── Blizzard_MainMenuBarBagButtons
│ ├── Blizzard_MainMenuBarBagButtons_Mainline.toc
│ └── Blizzard_MainMenuBarBagButtons_Mists.toc
│ ├── Blizzard_DeprecatedGuildScript
│ └── Blizzard_DeprecatedGuildScript.toc
│ ├── Blizzard_DeprecatedSpellScript
│ └── Blizzard_DeprecatedSpellScript.toc
│ ├── Blizzard_HousingControls
│ ├── Blizzard_HousingControlsUtil.lua
│ └── Blizzard_HousingControls.toc
│ ├── Blizzard_IslandsQueueUI
│ └── Blizzard_IslandsQueueUI.toc
│ ├── Blizzard_RuneforgeUI
│ └── Blizzard_RuneforgeUI.toc
│ ├── Blizzard_TimerunningCharacterCreate
│ └── Blizzard_TimerunningCharacterCreate.toc
│ ├── Blizzard_UIPanels_Game
│ ├── Mainline
│ │ └── TabardModelControlButtonMixin.lua
│ └── Shared
│ │ └── PlayerInteractionFrameManager.xml
│ ├── Blizzard_DeprecatedCurrencyScript
│ ├── Blizzard_DeprecatedCurrencyScript.toc
│ └── Deprecated_CurrencyScript.lua
│ ├── Blizzard_DeprecatedItemSocketInfo
│ └── Blizzard_DeprecatedItemSocketInfo.toc
│ ├── Blizzard_Minimap
│ ├── Blizzard_Minimap_Mists.toc
│ └── Blizzard_Minimap_Mainline.toc
│ ├── Blizzard_CovenantToasts
│ └── Blizzard_CovenantToasts.toc
│ ├── Blizzard_DeprecatedChatInfo
│ ├── Blizzard_DeprecatedChatInfo.toc
│ └── Deprecated_ChatInfo.lua
│ ├── Blizzard_ObjectiveTracker
│ ├── Blizzard_ProfessionsRecipeTracker.xml
│ ├── Blizzard_AchievementObjectiveTracker.xml
│ ├── Blizzard_CampaignQuestObjectiveTracker.xml
│ ├── Blizzard_WorldQuestObjectiveTracker.xml
│ ├── Blizzard_AdventureObjectiveTracker.xml
│ └── Blizzard_MonthlyActivitiesObjectiveTracker.xml
│ ├── Blizzard_GlueParent
│ └── Blizzard_GlueParent_Mainline.toc
│ ├── Blizzard_HousingCreateNeighborhood
│ ├── Blizzard_HousingCreateNeighborhood.toc
│ └── Blizzard_HousingCreateNeighborhoodRegistration.lua
│ ├── Blizzard_FriendsFrame
│ └── Blizzard_FriendsFrame.toc
│ ├── Blizzard_SettingsDefinitions_Frame
│ ├── Controls.xml
│ └── Mainline
│ │ └── GameplaySettingsGroup.lua
│ ├── Blizzard_AccountStore
│ └── Blizzard_AccountStoreItemRack.xml
│ ├── Blizzard_IslandsPartyPoseUI
│ └── Blizzard_IslandsPartyPoseUI.toc
│ ├── Blizzard_Collections
│ └── Localization.lua
│ ├── Blizzard_DeprecatedWorldElapsedTimerTypes
│ └── Blizzard_DeprecatedWorldElapsedTimerTypes.toc
│ ├── Blizzard_HousingTutorials
│ └── Blizzard_HousingTutorials.toc
│ ├── Blizzard_AdventureMap
│ ├── Blizzard_AdventureMap.xml
│ └── Blizzard_AdventureMap.toc
│ ├── Blizzard_SettingsDefinitions_Shared
│ └── Mainline
│ │ └── TextSizePreview.lua
│ ├── Blizzard_HUDInventoryTemplates
│ ├── Blizzard_HUDInventoryTemplates.toc
│ └── Blizzard_HUDInventoryUtil.lua
│ ├── Blizzard_DeprecatedSpecialization
│ └── Blizzard_DeprecatedSpecialization.toc
│ ├── Blizzard_MicroMenu
│ └── Blizzard_MicroMenu_Mainline.toc
│ ├── Blizzard_PerksProgram
│ └── Blizzard_PerksProgram.toc
│ ├── Blizzard_ExpansionLandingPage
│ └── Blizzard_ExpansionLandingPage.toc
│ ├── Blizzard_Channels
│ └── Blizzard_Channels.toc
│ ├── Blizzard_NewPlayerExperience
│ └── Blizzard_NewPlayerExperience.toc
│ ├── Blizzard_UIParent
│ └── Blizzard_UIParent_Mainline.toc
│ ├── Blizzard_ChatFrame
│ ├── Mainline
│ │ └── BattlegroundChatFilters.xml
│ └── Shared
│ │ └── VoiceChatDots.lua
│ ├── Blizzard_Menu
│ ├── Mainline
│ │ └── MenuConstants.lua
│ └── Classic
│ │ └── MenuConstants.lua
│ ├── Blizzard_PTRFeedbackGlue
│ └── Blizzard_PTRFeedbackGlue.toc
│ ├── Blizzard_CooldownViewer
│ └── Blizzard_CooldownViewer.toc
│ ├── Blizzard_UnitFrame
│ └── ClassPowerBar.xml
│ ├── Blizzard_DelvesCompanionConfiguration
│ └── Blizzard_DelvesCompanionConfiguration.toc
│ ├── Blizzard_MoneyFrame
│ ├── Blizzard_MoneyFrame_Mainline.toc
│ └── Mainline
│ │ └── Localization.lua
│ ├── Blizzard_ObjectAPI
│ └── Mainline
│ │ └── ObjectCache.lua
│ ├── Blizzard_UIPanelTemplates
│ └── Blizzard_UIPanelTemplates_Mainline.toc
│ ├── Blizzard_CustomizationUI
│ └── Blizzard_CustomizationUtil.lua
│ ├── Blizzard_GlueXMLBase
│ ├── Blizzard_GlueXMLBase_Mists.toc
│ └── Blizzard_GlueXMLBase_Mainline.toc
│ ├── Blizzard_Professions
│ └── Blizzard_ProfessionsRegistration.lua
│ ├── Blizzard_SpellSearch
│ └── Blizzard_SpellSearch.toc
│ ├── Blizzard_UnitPopupShared
│ └── Blizzard_UnitPopupShared_Mainline.toc
│ ├── Blizzard_WorldMap
│ └── WM_WorldQuestDataProvider.xml
│ ├── Blizzard_CatalogShopRefundFlow
│ └── Blizzard_CatalogShopRefundFlow_Elements.lua
│ ├── Blizzard_ProfessionsTemplates
│ ├── Blizzard_ProfessionsRecipeReagentSlot.xml
│ └── Blizzard_ProfessionsRecipeEnchantSlot.xml
│ └── Blizzard_PagedContent
│ └── Blizzard_PagedContent.toc
├── .github
└── workflows
│ └── export.yml
└── README.md
/.gitignore:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/version.txt:
--------------------------------------------------------------------------------
1 | 11.2.7.64978
2 |
--------------------------------------------------------------------------------
/.gitattributes:
--------------------------------------------------------------------------------
1 | * text=auto eol=lf
2 |
--------------------------------------------------------------------------------
/Interface/ui-gen-addon-list.txt:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedXML/DialogUtil.lua:
--------------------------------------------------------------------------------
1 | --
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Settings_Shared/Blizzard_Deprecated.lua:
--------------------------------------------------------------------------------
1 | --
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Soulbinds/Blizzard_SoulbindsTemplates.lua:
--------------------------------------------------------------------------------
1 | --
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Kiosk/Housing/Config.lua:
--------------------------------------------------------------------------------
1 | Kiosk.AllowedMapIDs = {};
2 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Settings/Blizzard_Settings.lua:
--------------------------------------------------------------------------------
1 |
2 | SettingsAddonLoaded = true;
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedXML/WoWLabs/ProjectConstants.lua:
--------------------------------------------------------------------------------
1 | WOW_PROJECT_WOWLABS = 3;
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Communities/Mainline/GuildInfo.lua:
--------------------------------------------------------------------------------
1 | GUILD_CHALLENGE_ORDER = { 1, 4, 2, 3 };
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_RaidUI/Localization.lua:
--------------------------------------------------------------------------------
1 | -- This file is executed at the end of addon load
2 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_CombatText/Localization.lua:
--------------------------------------------------------------------------------
1 | -- This file is executed at the end of addon load
2 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeathRecap/Localization.lua:
--------------------------------------------------------------------------------
1 | -- This file is executed at the end of addon load
2 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DebugTools/Localization.lua:
--------------------------------------------------------------------------------
1 | -- This file is executed at the end of addon load
2 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GuildBankUI/Localization.lua:
--------------------------------------------------------------------------------
1 | -- This file is executed at the end of addon load
2 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_LevelUpDisplay/Localization.lua:
--------------------------------------------------------------------------------
1 | -- This file is executed at the end of addon load
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_OrderHallUI/Localization.lua:
--------------------------------------------------------------------------------
1 | -- This file is executed at the end of addon load
2 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_TokenUI/Localization.lua:
--------------------------------------------------------------------------------
1 | -- This file is executed at the end of addon load
2 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_TrainerUI/Localization.lua:
--------------------------------------------------------------------------------
1 | -- This file is executed at the end of addon load
2 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ArchaeologyUI/Localization.lua:
--------------------------------------------------------------------------------
1 | -- This file is executed at the end of addon load
2 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_BlackMarketUI/Localization.lua:
--------------------------------------------------------------------------------
1 | -- This file is executed at the end of addon load
2 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ItemSocketingUI/Localization.lua:
--------------------------------------------------------------------------------
1 | -- This file is executed at the end of addon load
2 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_MajorFactions/Localization.lua:
--------------------------------------------------------------------------------
1 | -- This file is executed at the end of addon load
2 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ReforgingUI/Classic/Localization.lua:
--------------------------------------------------------------------------------
1 | -- This file is executed at the end of addon load
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedXML/ProjectConstants.lua:
--------------------------------------------------------------------------------
1 | WOW_PROJECT_MAINLINE = 1;
2 | WOW_PROJECT_CLASSIC = 2;
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_StoreUI/Shared_Localization.lua:
--------------------------------------------------------------------------------
1 | -- This file is executed at the end of addon load
2 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ChallengesUI/Mainline/Localization.lua:
--------------------------------------------------------------------------------
1 | -- This file is executed at the end of addon load
2 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_CompactRaidFrames/Localization.lua:
--------------------------------------------------------------------------------
1 | -- This file is executed at the end of addon load
2 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_PetBattleUI/Shared/Localization.lua:
--------------------------------------------------------------------------------
1 | -- This file is executed at the end of addon load
2 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SelectorUI/Blizzard_SelectorUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Selector UI
2 | ## LoadOnDemand: 1
3 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeclensionFrame/Mainline/DeclensionFrame.lua:
--------------------------------------------------------------------------------
1 | -- Overridden by the locale-specific versions
2 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_StaticPopup_Glue/Mainline/GlueDialog.lua:
--------------------------------------------------------------------------------
1 | GlueDialogBackgroundTop = "UI-DiamondDialogBox-Border";
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeclensionFrameGlue/Mainline/DeclensionFrame.lua:
--------------------------------------------------------------------------------
1 | -- Overridden by the locale-specific versions
2 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_FrameStack/Blizzard_FrameStack.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_FrameStack
2 | ## AllowLoad: Both
3 | FrameStack.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_UIParentPanelManager/Shared/UpdateUIPanelPositions.lua:
--------------------------------------------------------------------------------
1 | UIParent:SetScript("OnAttributeChanged", UpdateUIPanelPositions);
2 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_WeeklyRewards/Blizzard_WeeklyRewards.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Weekly Rewards
2 | ## LoadOnDemand: 1
3 | Blizzard_WeeklyRewards.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ChatFrameUtil/Blizzard_ChatFrameUtil.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Chat Frame Util
2 | ## LoadOnDemand: 0
3 | Blizzard_ChatFrameUtil.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Contribution/Blizzard_Contribution.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Contribution UI
2 | ## LoadOnDemand: 1
3 | Blizzard_Contribution.xml
4 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ObliterumUI/Blizzard_ObliterumUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Obliterum Forge UI
2 | ## LoadOnDemand: 1
3 |
4 | Blizzard_ObliterumUI.xml
5 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_StatusUI/Blizzard_StatusUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_StatusUI
2 | ## LoadOnDemand: 1
3 | Blizzard_StatusUI.lua
4 | Blizzard_StatusUI.xml
5 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_TrainerUI/Blizzard_TrainerUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Trainer UI
2 | ## LoadOnDemand: 1
3 | Blizzard_TrainerUI.xml
4 | Localization.lua
5 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_CombatText/Blizzard_CombatText.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard CombatText
2 | ## LoadOnDemand: 1
3 | Blizzard_CombatText.xml
4 | Localization.lua
5 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeathRecap/Blizzard_DeathRecap.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard DeathRecap
2 | ## LoadOnDemand: 1
3 | Blizzard_DeathRecap.xml
4 | Localization.lua
5 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GroupFinder/Mists/GroupFinderHelpers.lua:
--------------------------------------------------------------------------------
1 | function ShowPVPQueueUI()
2 | PVEFrame_ShowFrame("PVPQueueFrame", "HonorQueueFrame");
3 | end
4 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_MoneyReceipt/Blizzard_MoneyReceipt.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard UI Money Receipt
2 | ## AllowLoadGameType: standard
3 | Blizzard_MoneyReceipt.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedMapDataProviders/MapPinTags.lua:
--------------------------------------------------------------------------------
1 | MapPinTags = EnumUtil.MakeEnum("QuestOffer", "Event", "FlightPoint", "WorldQuest", "BonusObjective");
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_AzeriteRespecUI/Blizzard_AzeriteRespecUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Azerite Respec UI
2 | ## LoadOnDemand: 1
3 |
4 | Blizzard_AzeriteRespecUI.xml
5 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GuildBankUI/Blizzard_GuildBankUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Guild Bank UI
2 | ## LoadOnDemand: 1
3 | Blizzard_GuildBankUI.xml
4 | Localization.lua
5 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_WeeklyRewardsUtil/Blizzard_WeeklyRewardsUtil.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Weekly Rewards Util
2 | ## LoadOnDemand: 0
3 | Blizzard_WeeklyRewardsUtil.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Communities/CommunitiesGuildFinderFrame.lua:
--------------------------------------------------------------------------------
1 |
2 | function CommunitiesGuildFinderFrameFindAGuildButton_OnClick(self)
3 | ToggleGuildFinder();
4 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Settings/Blizzard_Settings.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Settings
2 | ## Author: Blizzard Entertainment
3 | ## LoadOnDemand: 1
4 |
5 | Blizzard_Settings.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ItemSocketingUI/Blizzard_ItemSocketingUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Item Socketing UI
2 | ## LoadOnDemand: 1
3 | Blizzard_ItemSocketingUI.xml
4 | Localization.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_MapCanvasSecureUtil/Blizzard_MapCanvasSecureUtil.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_MapCanvasSecureUtil
2 | ## LoadFirst: 1
3 |
4 | Blizzard_MapCanvasSecureUtil.lua
5 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ScrappingMachineUI/Blizzard_ScrappingMachineUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Scraping Machine UI
2 | ## LoadOnDemand: 1
3 |
4 | Blizzard_ScrappingMachineUI.xml
5 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/ActionDocumentation.lua:
--------------------------------------------------------------------------------
1 | local Action =
2 | {
3 | Tables =
4 | {
5 | },
6 | };
7 |
8 | APIDocumentation:AddDocumentationTable(Action);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/ColorDocumentation.lua:
--------------------------------------------------------------------------------
1 | local Color =
2 | {
3 | Tables =
4 | {
5 | },
6 | };
7 |
8 | APIDocumentation:AddDocumentationTable(Color);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/PlayerDocumentation.lua:
--------------------------------------------------------------------------------
1 | local Player =
2 | {
3 | Tables =
4 | {
5 | },
6 | };
7 |
8 | APIDocumentation:AddDocumentationTable(Player);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_PrintHandler/Blizzard_PrintHandler.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_PrintHandler
2 | ## Author: Blizzard Entertainment
3 | ## AllowLoad: Both
4 | Blizzard_PrintHandler.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedTalentUI/talents-diamond-mask.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Gethe/wow-ui-source/HEAD/Interface/AddOns/Blizzard_SharedTalentUI/talents-diamond-mask.png
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedTalentUI/talents-hexagon-mask.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Gethe/wow-ui-source/HEAD/Interface/AddOns/Blizzard_SharedTalentUI/talents-hexagon-mask.png
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedTalentUI/talents-octagon-mask.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Gethe/wow-ui-source/HEAD/Interface/AddOns/Blizzard_SharedTalentUI/talents-octagon-mask.png
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_CommandLineUtil/Blizzard_CommandLineUtil.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Command Line Util
2 | ## AllowLoad: both
3 | ## DefaultState: enabled
4 | Blizzard_CommandLineUtil.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_QuestNavigation/Blizzard_QuestNavigation.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Quest Navigation
2 | ## Author: Blizzard Entertainment
3 | ## Version: 1.0
4 | SuperTrackedFrame.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Subtitles/Blizzard_Subtitles.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_Subtitles
2 | ## Version: 1.0
3 | ## AllowLoad: Both
4 |
5 | Blizzard_Subtitles.lua
6 | Blizzard_Subtitles.xml
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_UIFrameManager/Blizzard_UIFrameManager.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_UIFrameManager
2 | ## LoadOnDemand: 0
3 | Blizzard_UIFrameManager.lua
4 | Blizzard_UIFrameManager.xml
5 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/NamePlateDocumentation.lua:
--------------------------------------------------------------------------------
1 | local NamePlate =
2 | {
3 | Tables =
4 | {
5 | },
6 | };
7 |
8 | APIDocumentation:AddDocumentationTable(NamePlate);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ClickBindingUI/Blizzard_ClickBindingUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Click Binding UI
2 | ## LoadOnDemand: 1
3 | ## Dependencies: Blizzard_HelpPlate
4 | Blizzard_ClickBindingUI.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_CovenantRenown/Blizzard_CovenantRenown.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Covenant Renown
2 | ## Author: Blizzard Entertainment
3 | ## LoadOnDemand: 1
4 | Blizzard_CovenantRenown.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ExpansionTrial/Blizzard_ExpansionTrial.toc:
--------------------------------------------------------------------------------
1 | ## Author: Blizzard Entertainment
2 | ## Title: Blizzard Expansion Trial
3 | ## LoadOnDemand: 1
4 | Blizzard_ExpansionTrial.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_FrameXMLUtil/Mainline/ExpansionUtil.lua:
--------------------------------------------------------------------------------
1 | function GetExpansionName(expansion)
2 | local tag = "EXPANSION_NAME" .. tostring(expansion);
3 | return _G[tag] or "";
4 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_LoadLocale/Blizzard_LoadLocale.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_LoadLocale
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## AllowLoad: Both
5 | LoadLocale.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_LoadLocale/LoadLocale.lua:
--------------------------------------------------------------------------------
1 | -- This is a symbol available for people who need to know the locale (separate from GetLocale())
2 | LOCALE_enUS = true;
3 | UI_LOCALE = "enUS";
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_MacroUI/Blizzard_MacroDefine.lua:
--------------------------------------------------------------------------------
1 | MACRO_SCROLL_BAR_OFFSET_X = -14;
2 | MACRO_SCROLL_BAR_OFFSET_TOP = -7;
3 | MACRO_SCROLL_BAR_OFFSET_BOTTOM = 3;
4 | MACRO_TAB2_WIDTH = 150;
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_MovePad/Blizzard_MovePad.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard MovePad
2 | ## Notes: A clickable movement pad
3 | ## LoadOnDemand: 1
4 | Blizzard_MovePad.lua
5 | Blizzard_MovePad.xml
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedTalentUI/talents-octagon-mask-half.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Gethe/wow-ui-source/HEAD/Interface/AddOns/Blizzard_SharedTalentUI/talents-octagon-mask-half.png
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedXMLBase/EnvironmentUtil.lua:
--------------------------------------------------------------------------------
1 | function InGlue()
2 | return C_Glue and C_Glue.IsOnGlueScreen and C_Glue.IsOnGlueScreen();
3 | end
4 |
5 | function nop()
6 | end
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/ItemSharedDocumentation.lua:
--------------------------------------------------------------------------------
1 | local ItemShared =
2 | {
3 | Tables =
4 | {
5 | },
6 | };
7 |
8 | APIDocumentation:AddDocumentationTable(ItemShared);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/UnitSharedDocumentation.lua:
--------------------------------------------------------------------------------
1 | local UnitShared =
2 | {
3 | Tables =
4 | {
5 | },
6 | };
7 |
8 | APIDocumentation:AddDocumentationTable(UnitShared);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_CUFProfiles/Blizzard_CUFProfiles.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_CUFProfiles
2 | ## LoadOnDemand: 0
3 | ## AllowLoadGameType: standard
4 |
5 | Blizzard_CompactUnitFrameProfiles.lua
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ChallengesUI/Blizzard_ChallengesUI_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Challenges UI
2 | ## LoadOnDemand: 1
3 | Mainline\Blizzard_ChallengesUI.xml
4 | Mainline\Localization.lua
5 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_CovenantCallings/Blizzard_CovenantCallings.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Covenant Callings
2 | ## Author: Blizzard Entertainment
3 | ## LoadOnDemand: 1
4 |
5 | CovenantCallings.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DebugTools/DebugObjectUtil.lua:
--------------------------------------------------------------------------------
1 | -- This file is executed at the end of addon load
2 | function CanAccessObject(obj)
3 | return issecure() or not obj:IsForbidden();
4 | end
5 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_HelpPlate/Blizzard_HelpPlate.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Help Plate
2 | ## Author: Blizzard Entertainment
3 | ## AllowLoad: Both
4 | Blizzard_HelpPlate.lua
5 | Blizzard_HelpPlate.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_NewPlayerExperienceGuide/Blizzard_NewPlayerExperienceGuide.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard New Player Guide UI
2 | ## LoadOnDemand: 1
3 | GuideCriteriaFrame.xml
4 | GuideFrame.xml
5 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/MatrixSharedDocumentation.lua:
--------------------------------------------------------------------------------
1 | local MatrixShared =
2 | {
3 | Tables =
4 | {
5 | },
6 | };
7 |
8 | APIDocumentation:AddDocumentationTable(MatrixShared);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/VectorSharedDocumentation.lua:
--------------------------------------------------------------------------------
1 | local VectorShared =
2 | {
3 | Tables =
4 | {
5 | },
6 | };
7 |
8 | APIDocumentation:AddDocumentationTable(VectorShared);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_AzeriteEssenceUI/Blizzard_AzeriteEssenceUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Azerite Essence UI
2 | ## LoadOnDemand: 1
3 | ## Dependencies: Blizzard_Colors
4 | Blizzard_AzeriteEssenceUI.xml
5 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_BlackMarketUI/Blizzard_BlackMarketUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Black Market UI
2 | ## LoadOnDemand: 1
3 | ## Dependencies: Blizzard_Colors
4 | Blizzard_BlackMarketUI.xml
5 | Localization.lua
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Dispatcher/Blizzard_Dispatcher.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Dispatcher
2 | ## Author: Blizzard Entertainment
3 | ## AllowLoad: both
4 | ## LoadOnDemand: 1
5 |
6 | Blizzard_Dispatcher.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_PerformanceBar/Classic/PerformanceBarOverrides.lua:
--------------------------------------------------------------------------------
1 |
2 | function MainMenuBarPerformanceBarFrame_UseDetailedTooltip(self)
3 | return GetCVar("showNewbieTips") == "1";
4 | end
5 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedXML/PingUtil.lua:
--------------------------------------------------------------------------------
1 |
2 | PingUtil = {};
3 |
4 | function PingUtil:GetContextualPingTypeForUnit(targetGUID)
5 | return C_Ping.GetContextualPingTypeForUnit(targetGUID);
6 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/GlyphConstantsDocumentation.lua:
--------------------------------------------------------------------------------
1 | local GlyphConstants =
2 | {
3 | Tables =
4 | {
5 | },
6 | };
7 |
8 | APIDocumentation:AddDocumentationTable(GlyphConstants);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/TextureSharedDocumentation.lua:
--------------------------------------------------------------------------------
1 | local TextureShared =
2 | {
3 | Tables =
4 | {
5 | },
6 | };
7 |
8 | APIDocumentation:AddDocumentationTable(TextureShared);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ChromieTimeUI/Blizzard_ChromieTimeUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Chromie Time UI
2 | ## Author: Blizzard Entertainment
3 | ## Version: 1.0
4 | ## LoadOnDemand: 1
5 | Blizzard_ChromieTimeUI.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ItemInteractionUI/Blizzard_ItemInteractionUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Item Interaction UI
2 | ## LoadOnDemand: 1
3 | ## Dependencies: Blizzard_Colors
4 | Blizzard_ItemInteractionUI.xml
5 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_StableUI/Blizzard_StableUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Stable UI
2 | ## AllowLoadGameType: standard
3 | ## Dependencies: Blizzard_HelpPlate
4 | Blizzard_StableUI.lua
5 | Blizzard_StableUI.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SubscriptionInterstitialUI/Blizzard_SubscriptionInterstitialUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Subscription Interstitial UI
2 | ## LoadOnDemand: 1
3 | Blizzard_SubscriptionInterstitialUI.xml
4 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/ButtonConstantsDocumentation.lua:
--------------------------------------------------------------------------------
1 | local ButtonConstants =
2 | {
3 | Tables =
4 | {
5 | },
6 | };
7 |
8 | APIDocumentation:AddDocumentationTable(ButtonConstants);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_HouseList/Blizzard_HouseListRegistration.lua:
--------------------------------------------------------------------------------
1 | do
2 | local attributes =
3 | {
4 | area = "left",
5 | pushable = 1,
6 | };
7 | RegisterUIPanel(HouseListFrame, attributes);
8 |
9 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_MawBuffs/Blizzard_MawBuffs.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Maw Buffs
2 | ## Author: Blizzard Entertainment
3 | ## LoadOnDemand: 0
4 | ## RequiredDep: Blizzard_UIFrameManager
5 | Blizzard_MawBuffs.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_StaticPopup/Blizzard_StaticPopup.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_StaticPopup
2 | ## DefaultState: enabled
3 | ## AllowLoad: Both
4 | StaticPopup.lua
5 | SharedTemplates.lua
6 | SharedDialogDefs.lua
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_WowSurveyUI/Blizzard_WowSurveyUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_WowSurveyUI
2 | ## LoadOnDemand: 1
3 | ## Dependencies: Blizzard_StatusUI
4 | Blizzard_WowSurveyUI.lua
5 | Blizzard_WowSurveyUI.xml
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/SharedTraitsEnumsDocumentation.lua:
--------------------------------------------------------------------------------
1 | local SharedTraitsEnums =
2 | {
3 | Tables =
4 | {
5 | },
6 | };
7 |
8 | APIDocumentation:AddDocumentationTable(SharedTraitsEnums);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/UIFileAssetSharedDocumentation.lua:
--------------------------------------------------------------------------------
1 | local UIFileAssetShared =
2 | {
3 | Tables =
4 | {
5 | },
6 | };
7 |
8 | APIDocumentation:AddDocumentationTable(UIFileAssetShared);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ArdenwealdGardening/Blizzard_ArdenwealdGardening.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Ardenweald Gardening
2 | ## Author: Blizzard Entertainment
3 | ## LoadOnDemand: 1
4 |
5 | Blizzard_ArdenwealdGardening.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_FrameEffects/Blizzard_FrameEffects.toc:
--------------------------------------------------------------------------------
1 | ## Author: Blizzard Entertainment
2 | ## Title: Blizzard Frame Effects
3 | ## AllowLoad: Both
4 |
5 | EffectFactory.lua
6 | GlowEmitter.xml
7 | PowerSwirl.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GMChatUI/Blizzard_GMChatUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_GMChatUI
2 | ## LoadOnDemand: 1
3 | ## Dependencies: Blizzard_StatusUI
4 | Blizzard_GMChatUI.lua
5 | Blizzard_GMChatUI.xml
6 | Localization.lua
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_HouseEditor/Blizzard_HouseEditorRegistration.lua:
--------------------------------------------------------------------------------
1 | do
2 | local attributes =
3 | {
4 | area = "full",
5 | pushable = 0,
6 | };
7 | RegisterUIPanel(HouseEditorFrame, attributes);
8 | end
9 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_PTRFeedback/Bindings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | PTR_IssueReporter.HandleTooltipKeypress()
4 |
5 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_TokenUI/Blizzard_TokenUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_TokenUI
2 | Blizzard_CurrencyTransfer.lua
3 | Blizzard_CurrencyTransfer.xml
4 | Blizzard_TokenUI.lua
5 | Blizzard_TokenUI.xml
6 | Localization.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/CovenantsConstantsDocumentation.lua:
--------------------------------------------------------------------------------
1 | local CovenantsConstants =
2 | {
3 | Tables =
4 | {
5 | },
6 | };
7 |
8 | APIDocumentation:AddDocumentationTable(CovenantsConstants);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/PetScalingConstantsDocumentation.lua:
--------------------------------------------------------------------------------
1 | local PetScalingConstants =
2 | {
3 | Tables =
4 | {
5 | },
6 | };
7 |
8 | APIDocumentation:AddDocumentationTable(PetScalingConstants);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/ScriptRegionSharedDocumentation.lua:
--------------------------------------------------------------------------------
1 | local ScriptRegionShared =
2 | {
3 | Tables =
4 | {
5 | },
6 | };
7 |
8 | APIDocumentation:AddDocumentationTable(ScriptRegionShared);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/WeeklyRewardsSharedDocumentation.lua:
--------------------------------------------------------------------------------
1 | local WeeklyRewardsShared =
2 | {
3 | Tables =
4 | {
5 | },
6 | };
7 |
8 | APIDocumentation:AddDocumentationTable(WeeklyRewardsShared);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_CovenantPreviewUI/Blizzard_CovenantPreviewUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Covenant Preview UI
2 | ## Author: Blizzard Entertainment
3 | ## Version: 1.0
4 | ## LoadOnDemand: 1
5 | Blizzard_CovenantPreviewUI.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_HousingCharter/Blizzard_HousingCharterRegistration.lua:
--------------------------------------------------------------------------------
1 | do
2 | local attributes =
3 | {
4 | area = "left",
5 | pushable = 2,
6 | };
7 | RegisterUIPanel(HousingCharterFrame, attributes);
8 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_IME/Blizzard_IME.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_IME
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## OptionalDep: Blizzard_FrameXML, Blizzard_GlueXML
5 | ## AllowLoad: Both
6 | IME.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/GroupFinderConstantsDocumentation.lua:
--------------------------------------------------------------------------------
1 | local GroupFinderConstants =
2 | {
3 | Tables =
4 | {
5 | },
6 | };
7 |
8 | APIDocumentation:AddDocumentationTable(GroupFinderConstants);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/UITextureAssetSharedDocumentation.lua:
--------------------------------------------------------------------------------
1 | local UITextureAssetShared =
2 | {
3 | Tables =
4 | {
5 | },
6 | };
7 |
8 | APIDocumentation:AddDocumentationTable(UITextureAssetShared);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ClassMenu/Blizzard_ClassMenu.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Class Menu
2 | ## Notes: Wardrobe, LootJournal
3 | ## Author: Blizzard Entertainment
4 | ## Version: 1.0
5 | ## AllowLoad: game
6 | Blizzard_ClassMenu.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_HousingHouseFinder/Blizzard_HousingHouseFinderRegistration.lua:
--------------------------------------------------------------------------------
1 | do
2 | local attributes =
3 | {
4 | area = "left",
5 | pushable = 0,
6 | };
7 | RegisterUIPanel(HouseFinderFrame, attributes);
8 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_HybridMinimap/Blizzard_HybridMinimap.toc:
--------------------------------------------------------------------------------
1 | ## Author: Blizzard Entertainment
2 | ## Title: Blizzard Hybrid Minimap
3 | ## RequiredDep: Blizzard_MapCanvas
4 | ## LoadOnDemand: 1
5 | Blizzard_HybridMinimap.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_RaidUI/Blizzard_RaidUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Raid UI
2 | ## LoadOnDemand: 1
3 | ## SavedVariablesPerCharacter: RAID_PULLOUT_POSITIONS, RAID_SINGLE_POSITIONS
4 | Blizzard_RaidUI.xml
5 | Localization.lua
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GlobalFXModelScenes/Blizzard_GlobalFXModelScenes.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_GlobalFXModelScenes
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## AllowLoad: Game
5 | GlobalFXModelScenes.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GlueXML/Mainline/CharacterServicesTemplatesUtil.lua:
--------------------------------------------------------------------------------
1 | CharacterServicesTemplatesUtil = {};
2 |
3 | function CharacterServicesTemplatesUtil:ShouldSkipAutoCompleteRealmList(text)
4 | return text == "";
5 | end
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_HousingEventHandler/Blizzard_HousingEventHandler.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Housing Event Handler
2 | ## Author: Blizzard Entertainment
3 | ## AllowLoadGameType: standard
4 |
5 | Blizzard_HousingEventHandler.lua
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_OrderHallUI/Blizzard_OrderHallUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Order Hall UI
2 | ## Author: Blizzard Entertainment
3 | ## Version: 1.0
4 | ## LoadOnDemand: 1
5 |
6 | Blizzard_OrderHallTalents.xml
7 | Localization.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/CovenantSanctumConstantsDocumentation.lua:
--------------------------------------------------------------------------------
1 | local CovenantSanctumConstants =
2 | {
3 | Tables =
4 | {
5 | },
6 | };
7 |
8 | APIDocumentation:AddDocumentationTable(CovenantSanctumConstants);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/QuestConstants_MainlineDocumentation.lua:
--------------------------------------------------------------------------------
1 | local QuestConstants_Mainline =
2 | {
3 | Tables =
4 | {
5 | },
6 | };
7 |
8 | APIDocumentation:AddDocumentationTable(QuestConstants_Mainline);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/TalentAndGlyphConstantsDocumentation.lua:
--------------------------------------------------------------------------------
1 | local TalentAndGlyphConstants =
2 | {
3 | Tables =
4 | {
5 | },
6 | };
7 |
8 | APIDocumentation:AddDocumentationTable(TalentAndGlyphConstants);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_AddOnPerformance/Blizzard_AddOnPerformance.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_AddOnPerformance
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_SharedXML
5 | AddOnPerformance.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ClientSavedVariables/Blizzard_ClientSavedVariables.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_ClientSavedVariables
2 | ## LoadOnDemand: 0
3 | ## SavedVariablesPerCharacter: CHANNELPULLOUT_FADEFRAMES, DISPLAYED_COMMUNITIES_INVITATIONS
4 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_CovenantSanctum/Blizzard_CovenantSanctum.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Covenant Sanctum
2 | ## Author: Blizzard Entertainment
3 | ## LoadOnDemand: 1
4 | Blizzard_CovenantSanctum.xml
5 | Blizzard_CovenantSanctumUpgrades.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ProfessionsBook/Blizzard_ProfessionsBook.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Professions Book
2 | ## LoadOnDemand: 1
3 | ## Dependencies: Blizzard_HelpPlate
4 |
5 | Blizzard_ProfessionsBook.lua
6 | Blizzard_ProfessionsBook.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_HousingHouseSettings/Blizzard_HousingHouseSettingsRegistration.lua:
--------------------------------------------------------------------------------
1 | do
2 | local attributes =
3 | {
4 | area = "center",
5 | pushable = 0,
6 | };
7 | RegisterUIPanel(HousingHouseSettingsFrame, attributes);
8 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_HousingModelPreview/Blizzard_HousingModelPreviewFrameRegistration.lua:
--------------------------------------------------------------------------------
1 | do
2 | local attributes =
3 | {
4 | area = "left",
5 | pushable = 2,
6 | };
7 | RegisterUIPanel(HousingModelPreviewFrame, attributes);
8 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DelvesToast/Blizzard_DelvesToast.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_DelvesToast
2 | ## Author: Blizzard Entertainment
3 | ## AllowLoad: game
4 | ## AllowLoadGameType: standard
5 | Blizzard_DelvesToast.lua
6 | Blizzard_DelvesToast.xml
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedXML/Mainline/ScrollDefine.lua:
--------------------------------------------------------------------------------
1 | SCROLL_FRAME_SCROLL_BAR_TEMPLATE = "MinimalScrollBar";
2 | SCROLL_FRAME_SCROLL_BAR_OFFSET_LEFT = 6;
3 | SCROLL_FRAME_SCROLL_BAR_OFFSET_TOP = 2;
4 | SCROLL_FRAME_SCROLL_BAR_OFFSET_BOTTOM = 5;
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedXML/PixelUtilSecure.lua:
--------------------------------------------------------------------------------
1 |
2 | function ConvertPixelsToUI(pixels, frameScale)
3 | local physicalScreenHeight = select(2, GetPhysicalScreenSize());
4 | return (pixels * 768.0)/(physicalScreenHeight * frameScale);
5 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/UiRpcRequestManagerConstantsDocumentation.lua:
--------------------------------------------------------------------------------
1 | local UiRpcRequestManagerConstants =
2 | {
3 | Tables =
4 | {
5 | },
6 | };
7 |
8 | APIDocumentation:AddDocumentationTable(UiRpcRequestManagerConstants);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_AccessibilityTemplates/TextSizeManagerGlue.lua:
--------------------------------------------------------------------------------
1 | TextSizeManager = CreateFromMixins(TextSizeManagerBase);
2 |
3 | function TextSizeManager:GetInitialUpdateEvents()
4 | return "FRAMES_LOADED";
5 | end
6 |
7 | TextSizeManager:Init();
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_AlliedRacesUI/Blizzard_AlliedRacesUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_AlliedRacesUI
2 | ## Author: Blizzard Entertainment
3 | ## Version: 1.0
4 | ## LoadOnDemand: 1
5 |
6 | Blizzard_AlliedRacesFrameUI.xml
7 | Blizzard_AlliedRacesFrameUI.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ArchaeologyUI/Blizzard_ArchaeologyUI_Mists.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Archaeology UI
2 | ## LoadOnDemand: 1
3 | ## Dependencies: Blizzard_HelpPlate
4 | Blizzard_ArchaeologyUI.lua
5 | Blizzard_ArchaeologyUI.xml
6 | Localization.lua
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_AuthChallengeUI/Blizzard_AuthChallengeUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Auth Challenge UI
2 | ## LoadFirst: 1
3 | ## RequiredDep: Blizzard_SharedXML
4 | ## UseSecureEnvironment: 1
5 | ## AllowLoad: Both
6 | Blizzard_AuthChallengeUI.xml
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_AutoCompletePopupList/Blizzard_AutoCompletePopupList.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Auto Complete Popup List
2 | ## AllowLoad: Both
3 | ## LoadOnDemand: 1
4 |
5 | Blizzard_AutoCompletePopupList.lua
6 | Blizzard_AutoCompletePopupList.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_CatalogShopSharedUtil/Blizzard_CatalogShopSharedUtil.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_CatalogShopSharedUtil
2 | ## AllowLoad: Both
3 | ## LoadFirst: 1
4 |
5 | Blizzard_CatalogShop_Constants.lua
6 | Blizzard_CatalogShop_SharedUtil.lua
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_FrameXMLUtil/TitleUtil.lua:
--------------------------------------------------------------------------------
1 | TitleUtil = {};
2 |
3 | function TitleUtil.GetNameFromTitleMaskID(titleMaskID)
4 | local titleName = GetTitleName(titleMaskID);
5 | if titleName then
6 | return strtrim(titleName);
7 | end
8 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SecureTransferUI/Blizzard_SecureTransferUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Secure Trade UI
2 | ## LoadFirst: 1
3 | ## RequiredDep: Blizzard_SharedXML, Blizzard_UIParent
4 | ## UseSecureEnvironment: 1
5 | Blizzard_SecureTransferUI.xml
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_AccessibilityTemplates/TextSizeManagerGame.lua:
--------------------------------------------------------------------------------
1 | TextSizeManager = CreateFromMixins(TextSizeManagerBase);
2 |
3 | function TextSizeManager:GetInitialUpdateEvents()
4 | return "VARIABLES_LOADED";
5 | end
6 |
7 | TextSizeManager:Init();
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ArchaeologyUI/Blizzard_ArchaeologyUI_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Archaeology UI
2 | ## LoadOnDemand: 1
3 | ## Dependencies: Blizzard_HelpPlate
4 | Blizzard_ArchaeologyUI.lua
5 | Blizzard_ArchaeologyUI.xml
6 | Localization.lua
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Notification/Blizzard_Notification.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Saved Sets
2 | ## Utility for showing notifications icons.
3 | ## LoadOnDemand: 0
4 | ## AllowLoad: Both
5 |
6 | Blizzard_Notification.xml
7 | Blizzard_NotificationUtil.lua
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Flyout/Blizzard_Flyout.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_Flyout
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_SharedXMLBase
5 | ## LoadFirst: 1
6 | ## AllowLoad: Both
7 | Flyout.lua
8 | Flyout.xml
9 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GlueStubs/Blizzard_GlueStubs.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_GlueStubs
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_GlueXML
5 | ## AllowLoad: glue
6 | ## AllowLoadGameType: mainline
7 | GlueStubs.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_QuickKeybind/Blizzard_QuickKeybind.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_QuickKeybind
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_SettingsDefinitions_Frame
5 | ## AllowLoad: Game
6 | QuickKeybind.xml
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ReportFrameGlue/Blizzard_ReportFrameGlue.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_ReportFrameGlue
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_ReportFrameShared
5 | ## AllowLoad: Glue
6 | ReportFrame.xml
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedWidgetFrames/Blizzard_SharedWidgetFrames.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_SharedWidgetFrames
2 | ## LoadOnDemand: 0
3 | ## RequiredDep: Blizzard_UIWidgets
4 |
5 | Blizzard_UIWidgetCenterDisplayFrame.lua
6 | Blizzard_UIWidgetCenterDisplayFrame.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_WowTokenUI/Blizzard_WowTokenUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard WoW Token UI
2 | ## LoadFirst: 1
3 | ## RequiredDep: Blizzard_SharedXML, Blizzard_UIParent
4 | ## UseSecureEnvironment: 1
5 | Blizzard_WowTokenUI.xml
6 | Blizzard_WowTokenUIInsecure.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_BarbershopUI/Blizzard_BarberShopUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Barber Shop UI
2 | ## Author: Blizzard Entertainment
3 | ## RequiredDep: Blizzard_CharacterCustomize
4 | ## LoadOnDemand: 1
5 | Blizzard_BarberShopUI.lua
6 | Blizzard_BarberShopUI.xml
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_InspectUI/Blizzard_InspectUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Inspect UI
2 | ## LoadOnDemand: 1
3 | Blizzard_InspectUI.xml
4 | InspectPaperDollFrame.lua
5 | InspectPaperDollFrame.xml
6 | InspectPVPFrame.xml
7 | InspectGuildFrame.xml
8 | Localization.lua
9 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_TorghastLevelPicker/Blizzard_TorghastLevelPicker.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_TorghastLevelPicker
2 | ## Author: Blizzard Entertainment
3 | ## Version: 1.0
4 | ## LoadOnDemand: 1
5 | ## Dependencies: Blizzard_Colors
6 | Blizzard_TorghastLevelPicker.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GuildRename/Blizzard_GuildRename.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_GuildRename
2 | ## LoadOnDemand: 0
3 | ## RequiredDep: Blizzard_UIPanels_Game
4 | ## AllowLoad: Game
5 | ## AllowLoadGameType: standard
6 | Blizzard_GuildRename.lua
7 | Blizzard_GuildRename.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ItemUpgradeUI/Blizzard_ItemUpgradeUI_Mists.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Item Upgrade UI
2 | ## LoadOnDemand: 1
3 | ## Dependencies: Blizzard_Colors
4 | ## AllowLoadGameType: mists
5 | Mists/Blizzard_ItemUpgradeUI.lua
6 | Mists/Blizzard_ItemUpgradeUI.xml
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_RecentAllies/Blizzard_RecentAllies.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Recent Allies
2 | ## AllowLoad: both
3 | ## AllowLoadGameType: mainline
4 |
5 | Blizzard_RecentAlliesUtil.lua
6 | Blizzard_RecentAlliesTemplates.lua
7 | Blizzard_RecentAlliesTemplates.xml
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ReportFrame/Blizzard_ReportFrame.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_ReportFrame
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_ReportFrameShared
5 | ## AllowLoad: Game
6 | ReportFrame.lua
7 | ReportFrame.xml
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_TextStatusBar/Blizzard_TextStatusBar.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_TextStatusBar
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_SharedXML
5 | ## AllowLoad: Both
6 | TextStatusBar.lua
7 | TextStatusBar.xml
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ActionStatus/Blizzard_ActionStatus.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_ActionStatus
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## OptionalDep: Blizzard_FrameXML, Blizzard_GlueXML
5 | ## AllowLoad: Both
6 | ActionStatus.lua
7 | ActionStatus.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ArtifactUI/Blizzard_ArtifactUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Artifact UI
2 | ## LoadOnDemand: 1
3 | ## Dependencies: Blizzard_Colors
4 | Blizzard_ArtifactPowerButton.xml
5 | Blizzard_ArtifactPerks.xml
6 | Blizzard_ArtifactAppearances.xml
7 | Blizzard_ArtifactUI.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DurabilityFrame/Blizzard_DurabilityFrame.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_DurabilityFrame
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_Minimap, Blizzard_EditMode
5 | DurabilityFrame.lua
6 | DurabilityFrame.xml
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GlueXML/Mists/CharacterSelectConstants.lua:
--------------------------------------------------------------------------------
1 |
2 | CHARACTER_SELECT_HEIGHT = 710;
3 | CHARACTER_SELECT_MAX_CHARACTERS = 11;
4 |
5 | function CharacterSelect_UseSpecialCreateButtons()
6 | return GetNumCharacters() >= CHARACTER_SELECT_MAX_CHARACTERS;
7 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_PVPMatch/Blizzard_PVPMatch.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_PVPMatch
2 | ## LoadOnDemand: 0
3 | ## RequiredDep: Blizzard_UIWidgets
4 | ## AllowLoadGameType: standard
5 | PVPMatchUtil.lua
6 | PVPMatchTable.xml
7 | PVPMatchResults.xml
8 | PVPMatchScoreboard.xml
9 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_PlunderstormBasics/Blizzard_PlunderstormBasics.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Plunderstorm Basics
2 | ## AllowLoad: Both
3 | ## Author: Blizzard Entertainment
4 | ## LoadOnDemand: 1
5 |
6 | Blizzard_PlunderstormBasics.lua
7 | Blizzard_PlunderstormBasics.xml
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_RPE_TurnStrafe/Blizzard_RPE_TurnStrafe.toc:
--------------------------------------------------------------------------------
1 | ## Author: Blizzard Entertainment
2 | ## Title: Blizzard RPE Turn Strafe Keybinds
3 | ## AllowLoadGameType: standard
4 | ## LoadOnDemand: 0
5 |
6 | Blizzard_RPE_TurnStrafe.lua
7 | Blizzard_RPE_TurnStrafe.xml
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_AccountSaveUI/Blizzard_AccountSaveUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_AccountSaveUI
2 | ## Author: Blizzard Entertainment
3 | ## LoadOnDemand: 1
4 | ## AllowLoad: Glue
5 | ## Dependencies: Blizzard_GlueXML
6 | ## Category: Character Utils
7 | Blizzard_AccountSaveUI.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_AutoComplete/Blizzard_AutoComplete.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_AutoComplete
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## OptionalDeps: Blizzard_UIParent, Blizzard_GlueParent
5 | ## AllowLoad: both
6 | AutoComplete.lua
7 | AutoComplete.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_BehavioralMessaging/Blizzard_BehavioralMessaging.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Behavioral Messaging
2 | ## Author: Blizzard Entertainment
3 | ## LoadOnDemand: 1
4 | ## Dependencies: Blizzard_GMChatUI
5 | Blizzard_BehavioralMessaging.xml
6 | Blizzard_Register.lua
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_BehavioralMessaging/Blizzard_Register.lua:
--------------------------------------------------------------------------------
1 | do
2 | local Attributes =
3 | {
4 | area = "center",
5 | pushable = 0,
6 | allowOtherPanels = 0,
7 | checkFit = 1,
8 | };
9 | RegisterUIPanel(BehavioralMessagingDetails, Attributes);
10 | end
11 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_CharacterCreate/Blizzard_CharacterCreate.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_CharacterCreate
2 | ## Author: Blizzard Entertainment
3 | ## AllowLoad: Glue
4 | ## RequiredDep: Blizzard_CharacterCustomize
5 | Blizzard_CharacterCreate.lua
6 | Blizzard_CharacterCreate.xml
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GenericTraitUI/Blizzard_GenericTraitUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Generic Trait UI
2 | ## LoadOnDemand: 1
3 | ## Dependencies: Blizzard_SharedTalentUI
4 |
5 | Blizzard_GenericTraitUtil.lua
6 | Blizzard_GenericTraitFrame.lua
7 | Blizzard_GenericTraitFrame.xml
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_LandingSoulbinds/Blizzard_LandingSoulbinds.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Landing Soulbinds
2 | ## Author: Blizzard Entertainment
3 | ## LoadOnDemand: 1
4 |
5 | Blizzard_LandingSoulbindButton.xml
6 | Blizzard_LandingRenownButton.xml
7 | Blizzard_LandingSoulbindPanel.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_MacroUI/Blizzard_MacroUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Macro UI
2 | ## LoadOnDemand: 1
3 | ## AllowLoadGameType: mainline
4 | Blizzard_MacroDefine.lua
5 | Blizzard_MacroScrollFrame.xml
6 | Blizzard_MacroUI.xml
7 | Blizzard_MacroIconSelector.xml
8 | Localization.lua
9 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_PingUI/Blizzard_PingUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_PingUI
2 | ## LoadFirst: 1
3 | ## RequiredDep: Blizzard_SharedXML
4 | ## UseSecureEnvironment: 1
5 | ## AllowLoadGameType: mainline
6 |
7 | Blizzard_PingManager.lua
8 | Blizzard_PingUI.lua
9 | Blizzard_PingUI.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ScriptErrors/Blizzard_ScriptErrors.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Script Error
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## AllowLoad: Both
5 | ## EscalateErrorDuringLoad: 1
6 | Blizzard_ScriptErrors.lua [AllowLoadEnvironment Global]
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Soulbinds/Blizzard_Soulbinds.lua:
--------------------------------------------------------------------------------
1 | do
2 | local attributes =
3 | {
4 | area = "doublewide",
5 | xoffset = 35,
6 | pushable = 0,
7 | allowOtherPanels = 1,
8 | checkFit = 1,
9 | };
10 | RegisterUIPanel(SoulbindViewer, attributes);
11 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SpellPickUpIndicator/Blizzard_SpellPickUpIndicator.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Spell Pick Up Indicator
2 | ## Author: Blizzard Entertainment
3 | ## AllowLoadGameType: plunderstorm
4 |
5 | Blizzard_SpellPickUpIndicator.lua
6 | Blizzard_SpellPickUpIndicator.xml
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_CommunitiesSecure/Blizzard_CommunitiesSecure.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_CommunitiesSecure
2 | ## LoadFirst: 1
3 | ## UseSecureEnvironment: 1
4 | ## RequiredDep: Blizzard_SharedXML, Blizzard_UIParent
5 |
6 | CommunitiesAddDialog.xml
7 | CommunitiesAddDialogOutbound.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_FramerateFrame/Blizzard_FramerateFrame.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_FramerateFrame
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_ActionBar
5 | ## AllowLoad: Game
6 | ## AllowLoadGameType: mainline
7 | FramerateFrame.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GlueSavedVariables/Blizzard_GlueSavedVariables.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_GlueSavedVariables
2 | ## LoadOnDemand: 0
3 | ## AllowLoad: Glue
4 | ## SavedVariablesMachine: g_collapsedServerAlert, g_characterSelectToolTrayCollapsed, g_newGameModeAvailableAcknowledged
5 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ItemUpgradeUI/Blizzard_ItemUpgradeUI_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Item Upgrade UI
2 | ## LoadOnDemand: 1
3 | ## Dependencies: Blizzard_Colors
4 | ## AllowLoadGameType: mainline
5 | Mainline/Blizzard_ItemUpgradeUI.lua
6 | Mainline/Blizzard_ItemUpgradeUI.xml
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_MapCanvas/Blizzard_MapCanvas.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_MapCanvas
2 | ## LoadOnDemand: 1
3 | ## RequiredDep: Blizzard_SharedXMLBase, Blizzard_MapCanvasSecureUtil
4 |
5 | MapCanvas_DataProviderBase.lua
6 | MapCanvas_PinFrameLevelsManager.lua
7 | Blizzard_MapCanvas.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_PerformanceBar/Blizzard_PerformanceBar.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_PerformanceBar
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## AllowLoad: Game
5 |
6 | PerformanceBar.lua
7 | Classic\PerformanceBarOverrides.lua [AllowLoadGameType classic]
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_VoiceToggleButton/Blizzard_VoiceToggleButton.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_VoiceToggleButton
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_SharedXML
5 | ## AllowLoad: game
6 | VoiceToggleButton.lua
7 | VoiceToggleButton.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Deprecated_ArenaUI/Blizzard_Deprecated_ArenaUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_Deprecated_ArenaUI
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_UnitFrame, Blizzard_DurabilityFrame
5 | ## AllowLoad: Game
6 | Deprecated_ArenaUI.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_EndOfMatchUI/Blizzard_EndMatchUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard End of Match UI
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## AllowLoadGameType: plunderstorm
5 | ## AllowLoad: Game
6 |
7 | Blizzard_EndOfMatchUI.lua
8 | Blizzard_EndOfMatchUI.xml
9 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_EndOfMatchUI/Blizzard_EndOfMatchUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard End Match UI
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## AllowLoadGameType: plunderstorm
5 | ## AllowLoad: Game
6 |
7 | Blizzard_EndOfMatchUI.lua
8 | Blizzard_EndOfMatchUI.xml
9 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_HelpFrame/Blizzard_HelpFrame.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_HelpFrame
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_ActionBar, Blizzard_StaticPopup_Game, Blizzard_UIParent
5 | ## AllowLoad: Game
6 | HelpFrame.lua
7 | HelpFrame.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_MirrorTimer/Blizzard_MirrorTimer.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_MirrorTimer
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_EditMode
5 | ## AllowLoad: Game
6 | ## AllowLoadGameType: mainline
7 | MirrorTimer.lua
8 | MirrorTimer.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_QuickJoin/Blizzard_QuickJoin.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_QuickJoin
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_FriendsFrame
5 | ## AllowLoad: Game
6 | ## AllowLoadGameType: mainline
7 | QuickJoinToast.xml
8 | QuickJoin.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedXML/Shared/Button/UIPanelButtonTemplates.lua:
--------------------------------------------------------------------------------
1 |
2 | function DynamicResizeButton_Resize(self)
3 | local padding = 40;
4 | local width = self:GetWidth();
5 | local textWidth = self:GetTextWidth() + padding;
6 | self:SetWidth(math.max(width, textWidth));
7 | end
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SocialToast/Blizzard_SocialToast.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_SocialToast
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## AllowLoad: both
5 | ## AllowLoadGameType: mainline
6 | ## Dependencies: Blizzard_SharedXML
7 | SocialToast.lua
8 | SocialToast.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_BuffFrame/Blizzard_BuffFrame.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_BuffFrame
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_Minimap, Blizzard_EditMode, Blizzard_FrameXMLUtil
5 | BuffFrame.lua
6 | BuffFrameTemplates.xml
7 | BuffFrame.xml
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_HousingDashboard/Blizzard_HousingDashboardRegistration.lua:
--------------------------------------------------------------------------------
1 | do
2 | local attributes =
3 | {
4 | area = "left",
5 | pushable = 0,
6 | extraWidthFunc = HousingDashboardFrameMixin.GetPanelExtraWidth,
7 | };
8 | RegisterUIPanel(HousingDashboardFrame, attributes);
9 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ReforgingUI/Blizzard_ReforgingUI_Classic.toc:
--------------------------------------------------------------------------------
1 | ## Interface: 0
2 | ## Title: Blizzard Reforging UI
3 | ## Secure: 1
4 | ## LoadOnDemand: 1
5 | ## AllowLoadGameType: classic
6 | Classic\Blizzard_ReforgingUI.lua
7 | Classic\Blizzard_ReforgingUI.xml
8 | Classic\Localization.lua
9 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/BaseDocumentation.lua:
--------------------------------------------------------------------------------
1 | local Base =
2 | {
3 | Tables =
4 | {
5 | {
6 | Name = "ScriptObject",
7 | Type = "Structure",
8 | Fields =
9 | {
10 | },
11 | },
12 | },
13 | };
14 |
15 | APIDocumentation:AddDocumentationTable(Base);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ClassTrialSecure/Blizzard_ClassTrialSecure.toc:
--------------------------------------------------------------------------------
1 | ## Author: Blizzard Entertainment
2 | ## Title: Blizzard ClassTrial Secure
3 | ## LoadFirst: 1
4 | ## AllowLoadGameType: standard
5 | ## UseSecureEnvironment: 1
6 | ## RequiredDep: Blizzard_SharedXML
7 | Blizzard_ClassTrialSecure.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DelvesDashboardUI/Blizzard_DelvesDashboardUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_DelvesDashboardUI
2 | ## Dependencies: Blizzard_DelvesCompanionConfiguration
3 | ## AllowLoadGameType: standard
4 | ## LoadOnDemand: 1
5 |
6 | Blizzard_DelvesDashboardUI.lua
7 | Blizzard_DelvesDashboardUI.xml
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Deprecated/Deprecated_11_0_2.lua:
--------------------------------------------------------------------------------
1 | -- These are functions that were deprecated in 11.0.2 and will be removed in the next expansion.
2 | -- Please upgrade to the updated APIs as soon as possible.
3 |
4 | if not GetCVarBool("loadDeprecationFallbacks") then
5 | return;
6 | end
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_EventTrace/Blizzard_EventTrace.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Event Trace
2 | ## Version: 1.0
3 | ## LoadOnDemand: 1
4 | ## ShowInDebugList: 1
5 | ## AllowLoad: Both
6 | ## SavedVariables: EventTraceSavedVars
7 | ## IconTexture: Interface\ICONS\inv_misc_note_06
8 | Blizzard_EventTrace.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_NamePlates/Blizzard_ClassNameplateBar_AlternatePower.lua:
--------------------------------------------------------------------------------
1 |
2 | ClassNameplateBarAlternatePowerMixin = {};
3 |
4 | function ClassNameplateBarAlternatePowerMixin:Initialize()
5 | AlternatePowerBarMixin.Initialize(self);
6 |
7 | self.Border:SetVertexColor(0, 0, 0, 1);
8 | end
9 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_TimerunningUtil/Blizzard_TimerunningUtil.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Timerunning Util
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## AllowLoad: both
5 | ## AllowLoadGameType: mainline
6 | ## Dependencies: Blizzard_SharedXML
7 | Blizzard_TimerunningUtil.lua
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Colors/Blizzard_Colors_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_Colors
2 | ## AllowLoad: Both
3 | ## AllowLoadGameType: mainline
4 | ## Dependencies: Blizzard_SharedXMLBase
5 | Shared\ColorConstants.lua
6 | Shared\MaterialColors.lua
7 | [Family]\ColorConstants.lua
8 | [Family]\ColorManager.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_CompactRaidFrames/Blizzard_CompactRaidFrames.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_CompactRaidFrames
2 | ## Dependencies: Blizzard_RaidFrame
3 | Blizzard_CompactRaidFrameReservationManager.lua
4 | Blizzard_CompactRaidFrameContainer.xml
5 | Blizzard_CompactRaidFrameManager.xml
6 | Localization.lua
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GuildControlUI/Blizzard_GuildControlUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Guild Control UI
2 | ## Author: Blizzard Entertainment
3 | ## LoadOnDemand: 1
4 | ## AllowLoad: Game
5 | ## AllowLoadGameType: mainline, classic
6 | Blizzard_GuildControlUI.lua
7 | Blizzard_GuildControlUI.xml
8 | Localization.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ProfessionsCustomerOrders/Registration.lua:
--------------------------------------------------------------------------------
1 | do
2 | local attributes =
3 | {
4 | area = "doublewide",
5 | xoffset = 20,
6 | pushable = 0,
7 | allowOtherPanels = 1,
8 | checkFit = 1,
9 | };
10 | RegisterUIPanel(ProfessionsCustomerOrdersFrame, attributes);
11 | end
12 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ReportFrameShared/Blizzard_ReportFrameShared.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_ReportFrameShared
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## OptionalDep: Blizzard_UIParent, Blizzard_GlueParent
5 | ## AllowLoad: Both
6 | ReportFrameShared.lua
7 | ReportFrameShared.xml
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SavedSets/Blizzard_SavedSets.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Saved Sets
2 | ## For saving data persistently on a per-account basis.
3 | ## SavedVariables: GlobalBlizzardSavedSets
4 | ## LoadOnDemand: 0
5 | ## AllowLoad: Both
6 | ## Dependencies: Blizzard_SharedXML
7 |
8 | Blizzard_SavedSets.lua
9 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SpectateFrame/Blizzard_SpectateFrame.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_SpectateFrame
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_UIPanels_Game
5 | ## AllowLoadGameType: plunderstorm
6 | ## AllowLoad: Game
7 | SpectateFrame.lua
8 | SpectateFrame.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Settings_Shared/Blizzard_Registration.lua:
--------------------------------------------------------------------------------
1 | do
2 | if not C_Glue.IsOnGlueScreen() then
3 | local attributes =
4 | {
5 | area = "center",
6 | pushable = 0,
7 | whileDead = 1,
8 | checkFit = 1,
9 | };
10 | RegisterUIPanel(SettingsPanel, attributes);
11 | end
12 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedXMLBase/LocaleUtil.lua:
--------------------------------------------------------------------------------
1 | LocaleUtil = {};
2 |
3 | function LocaleUtil.GetLanguageAtlas(localeName)
4 | return string.format("Lang-Regions-%s", localeName);
5 | end
6 |
7 | function LocaleUtil.GetLanguageRestartAtlas(localeName)
8 | return string.format("lang-alert-%s", localeName);
9 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_CharacterCustomize/Blizzard_CharacterCustomize.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_CharacterCustomize
2 | ## Author: Blizzard Entertainment
3 | ## AllowLoad: Both
4 | ## LoadOnDemand: 1
5 | ## Dependencies: Blizzard_CustomizationUI
6 |
7 | Blizzard_CharacterCustomize.lua
8 | Blizzard_CharacterCustomize.xml
9 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_CombatLog/Blizzard_CombatLog_Mists.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard CombatLog
2 | ## LoadOnDemand: 1
3 | ## SavedVariables: Blizzard_CombatLog_Filters, Blizzard_CombatLog_Filter_Version
4 | ## AllowLoad: game
5 | ## AllowLoadGameType: mists
6 | Wrath\Blizzard_CombatLog.lua
7 | Wrath\Blizzard_CombatLog.xml
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DelvesDifficultyPicker/Blizzard_DelvesDifficultyPicker.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_DelvesDifficultyPicker
2 | ## Author: Blizzard Entertainment
3 | ## Version: 1.0
4 | ## LoadOnDemand: 1
5 | ## Dependencies: Blizzard_Colors
6 | Blizzard_DelvesDifficultyPicker.lua
7 | Blizzard_DelvesDifficultyPicker.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GameMenu/Blizzard_GameMenu_WoWLabs.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_GameMenu
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_GameTooltip
5 | ## AllowLoadGameType: plunderstorm
6 | WoWLabs\GameMenuFrame.lua
7 | WoWLabs\GameMenuFrame.xml
8 | Shared\Localization.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_PartyPoseUI/Blizzard_PartyPoseUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_PartyPoseUI
2 | ## Notes: Every time I'm here it's a party! :3
3 | ## Author: Blizzard Entertainment
4 | ## Version: 1.0
5 | ## LoadOnDemand: 1
6 | ## Dependencies: Blizzard_Colors
7 |
8 | Blizzard_PartyPoseUI.lua
9 | Blizzard_PartyPoseUI.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedXML/Mainline/ScrollDefine.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedXML/VectorLib.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_AnimaDiversionUI/Blizzard_AnimaDiversionUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Anima Diversion UI
2 | ## Author: Blizzard Entertainment
3 | ## Version: 1.0
4 | ## LoadOnDemand: 1
5 | Blizzard_AnimaDiversionUtil.lua
6 | AnimaDiversionDataProvider.xml
7 | AD_WorldQuestDataProvider.xml
8 | Blizzard_AnimaDiversionUI.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_CharacterSelectNavBar/Blizzard_CharacterSelectNavBar.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_CharacterSelectNavBar
2 | ## Author: Blizzard Entertainment
3 | ## Dependencies: Blizzard_SharedXML, Blizzard_GameModeSelect, Blizzard_GlueMenuFrame
4 | ## AllowLoad: Glue
5 | CharacterSelectNavBar.lua
6 | CharacterSelectNavBar.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ContentTracking/Blizzard_ContentTracking.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_ContentTracking
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_FrameXMLBase, Blizzard_ObjectiveTracker
5 | ## AllowLoad: Game
6 |
7 | ContentTrackingManager.lua
8 | ContentTrackingElement.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeclensionFrame/Mainline/DeclensionFrame.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeclensionFrameGlue/Mainline/DeclensionFrame.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GameModeSelect/Blizzard_GameModeSelect_Classic.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_GameModeSelect
2 | ## Author: Blizzard Entertainment
3 | ## Dependencies: Blizzard_SharedXML
4 | ## AllowLoad: Glue
5 | ## AllowLoadGameType: classic
6 | Classic\GameModeSelectConstants.lua
7 | GameModeSelect.lua
8 | GameModeSelect.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GameModeSelect/Blizzard_GameModeSelect_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_GameModeSelect
2 | ## Author: Blizzard Entertainment
3 | ## Dependencies: Blizzard_SharedXML
4 | ## AllowLoad: Glue
5 | ## AllowLoadGameType: mainline
6 | Mainline\GameModeSelectConstants.lua
7 | GameModeSelect.lua
8 | GameModeSelect.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_HousingTemplates/Blizzard_HousingCatalogUtil.lua:
--------------------------------------------------------------------------------
1 | local HearthsteelAtlasMarkup = CreateAtlasMarkup("hearthsteel-icon-32x32", 16, 16, 0, -1);
2 |
3 | Blizzard_HousingCatalogUtil = {};
4 |
5 | function Blizzard_HousingCatalogUtil.FormatPrice(price)
6 | return price .. HearthsteelAtlasMarkup;
7 | end
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_QuestTimer/Blizzard_QuestTimer.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Quest Timer
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_UIParent, Blizzard_GameTooltip
5 | ## AllowLoad: game
6 | ## AllowLoadGameType: classic
7 | Blizzard_QuestTimer.lua
8 | Blizzard_QuestTimer.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_TalentUI/Blizzard_TalentUI_Mists.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Talent UI
2 | ## LoadOnDemand: 1
3 | ## Dependencies: Blizzard_HelpPlate
4 | Classic\Blizzard_TalentUI_Shared.lua
5 | Classic\Blizzard_TalentUI_Shared.xml
6 | Mists\Blizzard_TalentUI.lua
7 | Mists\Blizzard_TalentUI.xml
8 | Classic\Localization.lua
9 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_UIWidgets/Mainline/Blizzard_UIWidgetTopCenterFrame.lua:
--------------------------------------------------------------------------------
1 | UIWidgetTopCenterContainerMixin = {}
2 |
3 | function UIWidgetTopCenterContainerMixin:OnLoad()
4 | UIWidgetContainerMixin.OnLoad(self);
5 | local setID = C_UIWidgetManager.GetTopCenterWidgetSetID();
6 | self:RegisterForWidgetSet(setID);
7 | end
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_WorldLootObjectList/Blizzard_WorldLootObjectList.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard World Loot Object List
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## AllowLoadGameType: plunderstorm
5 | ## AllowLoad: Game
6 |
7 | Blizzard_WorldLootObjectList.lua
8 | Blizzard_WorldLootObjectList.xml
9 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ActionBarController/Blizzard_ActionBarController.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_ActionBarController
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_ActionBar, Blizzard_OverrideActionBar
5 | ## AllowLoad: Game
6 | ActionBarController.lua
7 | ActionBarController.xml
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_CatalogShopSharedTemplates/Blizzard_CatalogShopSharedTemplates.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_CatalogShopSharedTemplates
2 | ## AllowLoad: Both
3 | ## LoadFirst: 1
4 | ## RequiredDep: Blizzard_CatalogShopSharedUtil
5 |
6 | Blizzard_CatalogShop_SharedProductCards.lua
7 | Blizzard_CatalogShop_SharedProductCards.xml
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_CatalogShopTopUpFlow/Blizzard_CatalogShopTopUpFlow_Elements.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_CombatLog/Blizzard_CombatLog_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard CombatLog
2 | ## LoadOnDemand: 1
3 | ## SavedVariables: Blizzard_CombatLog_Filters, Blizzard_CombatLog_Filter_Version
4 | ## AllowLoad: game
5 | ## AllowLoadGameType: mainline
6 | Mainline\Blizzard_CombatLog.lua
7 | Mainline\Blizzard_CombatLog.xml
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_OverrideActionBar/Blizzard_OverrideActionBar.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_OverrideActionBar
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_ActionBar, Blizzard_UnitFrame, Blizzard_MicroMenu
5 | ## AllowLoad: Game
6 | OverrideActionBar.lua
7 | OverrideActionBar.xml
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_AddOnList/Localization.lua:
--------------------------------------------------------------------------------
1 | local l10nTable = {
2 | deDE = {},
3 | enGB = {},
4 | enUS = {},
5 | esES = {},
6 | esMX = {},
7 | frFR = {},
8 | itIT = {},
9 | koKR = {},
10 | ptBR = {},
11 | ptPT = {},
12 | ruRU = {},
13 | zhCN = {},
14 | zhTW = {},
15 | };
16 |
17 | SetupLocalization(l10nTable);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeclensionFrame/Blizzard_DeclensionFrame_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_DeclensionFrame
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_UIParent
5 | ## AllowLoad: game
6 | ## AllowLoadGameType: mainline
7 | Mainline\DeclensionFrame.lua
8 | Mainline\DeclensionFrame.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_HouseList/Blizzard_HouseList.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard House List
2 | ## Author: Blizzard Entertainment
3 | ## LoadOnDemand: 1
4 | ## Dependencies: Blizzard_HousingTemplates
5 | ## AllowLoadGameType: standard
6 |
7 | Blizzard_HouseList.lua
8 | Blizzard_HouseList.xml
9 | Blizzard_HouseListRegistration.lua
10 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_InspectUI/Localization.lua:
--------------------------------------------------------------------------------
1 | local l10nTable = {
2 | deDE = {},
3 | enGB = {},
4 | enUS = {},
5 | esES = {},
6 | esMX = {},
7 | frFR = {},
8 | itIT = {},
9 | koKR = {},
10 | ptBR = {},
11 | ptPT = {},
12 | ruRU = {},
13 | zhCN = {},
14 | zhTW = {},
15 | };
16 |
17 | SetupLocalization(l10nTable);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_RaidFrame/Blizzard_RaidFrame_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_RaidFrame
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_UIPanels_Game, Blizzard_UnitFrame, Blizzard_FriendsFrame
5 | ## AllowLoadGameType: mainline
6 | Mainline\RaidFrame.lua
7 | Mainline\RaidFrame.xml
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Soulbinds/Blizzard_Soulbinds.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ZoneAbility/Blizzard_ZoneAbility_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_ZoneAbility
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_UIPanels_Game, Blizzard_ActionBarController
5 | ## AllowLoad: game
6 | ## AllowLoadGameType: mainline
7 | ZoneAbility.lua
8 | ZoneAbility.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_AddOnList/Blizzard_AddOnList.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_AddOnList
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_SharedXML
5 | ## AllowLoad: Both
6 | ## SavedVariablesMachine: g_addonCategoriesCollapsed
7 | AddonList.lua
8 | AddonList.xml
9 | Localization.lua
10 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_BattlefieldMap/Blizzard_BattlefieldMap.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Battlefield Map
2 | ## LoadOnDemand: 1
3 | ## SavedVariablesPerCharacter: BattlefieldMapOptions
4 | ## RequiredDep: Blizzard_MapCanvas Blizzard_SharedMapDataProviders Blizzard_ObjectiveTracker
5 | Blizzard_BattlefieldMap.lua
6 | Blizzard_BattlefieldMap.xml
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_MailFrame/Blizzard_MailFrame.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_MailFrame
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_UIParent, Blizzard_FriendsFrame
5 | ## AllowLoad: Game
6 | ## AllowLoadGameType: mainline
7 | MailFrame.lua
8 | MailFrame.xml
9 | Localization.lua
10 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_PlunderstormPrematchUI/Blizzard_PlunderstormPrematchUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Plunderstorm Prematch UI
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## AllowLoadGameType: plunderstorm
5 | ## AllowLoad: Game
6 |
7 | Blizzard_PlunderstormPrematchUI.lua
8 | Blizzard_PlunderstormPrematchUI.xml
9 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedMapDataProviders/BannerDataProvider.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_AchievementUI/Blizzard_AchievementUI_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_AchievementUI
2 | ## Secure: 1
3 | ## Author: Blizzard Entertainment
4 | ## Version: 1.0
5 | ## LoadOnDemand: 1
6 | ## AllowLoadGameType: mainline
7 | Mainline\Blizzard_AchievementUI.lua
8 | Mainline\Blizzard_AchievementUI.xml
9 | Mainline\Localization.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ArrowCalloutFrame/Blizzard_ArrowCalloutFrame.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_ArrowCalloutFrame
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_UIParent, Blizzard_HelpPlate
5 | ## AllowLoad: game
6 | ## AllowLoadGameType: plunderstorm
7 | ArrowCalloutFrame.lua
8 | ArrowCalloutFrame.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_BNet/Blizzard_BNet_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_BNet
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_SocialToast
5 | ## OptionalDeps: Blizzard_ChatFrame
6 | ## AllowLoad: both
7 | ## AllowLoadGameType: mainline
8 | Mainline\BNet.lua
9 | BNetShared.lua
10 | BNet.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_QueueStatusFrame/Blizzard_QueueStatusFrame_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_QueueStatusFrame
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_ActionBar
5 | ## AllowLoad: game
6 | ## AllowLoadGameType: mainline
7 | Mainline\QueueStatusFrame.lua
8 | Mainline\QueueStatusFrame.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Soulbinds/Blizzard_SoulbindsTemplates.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/ItemConstants_SharedDocumentation.lua:
--------------------------------------------------------------------------------
1 | local ItemConstants_Shared =
2 | {
3 | Tables =
4 | {
5 | {
6 | Name = "MainlineInclude",
7 | Type = "Structure",
8 | Fields =
9 | {
10 | },
11 | },
12 | },
13 | };
14 |
15 | APIDocumentation:AddDocumentationTable(ItemConstants_Shared);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Communities/CommunitiesAddDialogInsecure.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeclensionFrameGlue/Blizzard_DeclensionFrameGlue_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_DeclensionFrameGlue
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_GlueXML
5 | ## AllowLoad: glue
6 | ## AllowLoadGameType: mainline
7 | Mainline\DeclensionFrame.lua
8 | Mainline\DeclensionFrame.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_FlightMap/FM_ZoneSummaryDataProvider.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GameTooltip/Blizzard_GameTooltip_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_GameTooltip
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_EditMode, Blizzard_GarrisonBase, Blizzard_Colors
5 | ## AllowLoadGameType: mainline
6 | HealthBar.lua
7 | Mainline\GameTooltip.lua
8 | Mainline\GameTooltip.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_HousingBulletinBoard/Blizzard_HousingBulletinBoardRegistration.lua:
--------------------------------------------------------------------------------
1 | do
2 | local attributes =
3 | {
4 | area = "left",
5 | pushable = 1,
6 | };
7 | RegisterUIPanel(HousingBulletinBoardFrame, attributes);
8 | attributes.pushable = 3;
9 | RegisterUIPanel(HousingInviteResidentFrame, attributes);
10 |
11 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_WowTokenUI/Blizzard_WowTokenUIInsecure.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Calendar/Blizzard_Calendar_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Calendar
2 | ## Author: Blizzard Entertainment
3 | ## LoadOnDemand: 1
4 | ## AllowLoad: game
5 | ## AllowLoadGameType: mainline
6 | Mainline\Blizzard_Calendar.lua
7 | Mainline\Blizzard_CalendarTemplates.xml
8 | Mainline\Blizzard_Calendar.xml
9 | Localization.lua
10 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeprecatedGlue/Deprecated_Glue.lua:
--------------------------------------------------------------------------------
1 | -- These are functions that were deprecated and will be removed in the future.
2 | -- Please upgrade to the updated APIs as soon as possible.
3 |
4 | if not GetCVarBool("loadDeprecationFallbacks") then
5 | return;
6 | end
7 |
8 | do
9 | IsOnGlueScreen = C_Glue.IsOnGlueScreen();
10 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_LevelUpDisplay/Blizzard_LevelUpDisplay_Mists.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_LevelUpDisplay
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## AllowLoad: game
5 | ## AllowLoadGameType: mists
6 | Mists\LevelUpDisplayConstants.lua
7 | Cata\LevelUpDisplay.lua
8 | Mists\LevelUpDisplay.xml
9 | Localization.lua
10 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_PrivateAurasUI/Blizzard_PrivateAurasUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Private Auras UI
2 | ## LoadFirst: 1
3 | ## UseSecureEnvironment: 1
4 | ## RequiredDep: Blizzard_SharedXML, Blizzard_FrameXMLUtil, Blizzard_GameTooltip
5 | ## AllowLoad: game
6 | ## AllowLoadGameType: mainline
7 | Blizzard_PrivateAurasUI.lua
8 | Blizzard_PrivateAurasUI.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SimpleCheckout/Blizzard_SimpleCheckout.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_SimpleCheckout
2 | ## AllowLoad: Both
3 | ## LoadFirst: 1
4 | ## RequiredDep: Blizzard_SharedXML
5 | ## OptionalDep: Blizzard_UIParent, Blizzard_GlueParent
6 | ## UseSecureEnvironment: 1
7 |
8 | Blizzard_SimpleCheckout.lua
9 |
10 | Blizzard_SimpleCheckout.xml
11 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ClassTrial/Blizzard_ClassTrial.toc:
--------------------------------------------------------------------------------
1 | ## Author: Blizzard Entertainment
2 | ## Title: Blizzard ClassTrial
3 | ## LoadFirst: 1
4 | ## AllowLoadGameType: standard
5 | ## RequiredDep: Blizzard_SharedXML, Blizzard_ClassTrialSecure, Blizzard_Minimap
6 | ## OptionalDep: Blizzard_StaticPopup_Glue, Blizzard_StaticPopup_Game
7 | Blizzard_ClassTrial.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_HousingModelPreview/Blizzard_HousingModelPreview.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Housing Model Preview
2 | ## Author: Blizzard Entertainment
3 | ## LoadOnDemand: 1
4 | ## AllowLoadGameType: standard
5 |
6 | Blizzard_HousingModelPreview.lua
7 | Blizzard_HousingModelPreview.xml
8 |
9 | Blizzard_HousingModelPreviewFrameRegistration.lua
10 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_RecruitAFriend/Blizzard_RecruitAFriend.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_RecruitAFriend
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_BNet, Blizzard_FriendsFrame, Blizzard_FrameXMLUtil
5 | ## SuppressLocalTableRef: 1
6 | ## AllowLoad: game
7 | ## AllowLoadGameType: mainline
8 | RecruitAFriendFrame.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ScriptErrorsFrame/Blizzard_ScriptErrorsFrame.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Script Error Frame
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_ScriptErrors, Blizzard_SharedXML
5 | ## EscalateErrorDuringLoad: 1
6 | ## AllowLoad: Both
7 | Blizzard_ScriptErrorsFrame.lua
8 | Blizzard_ScriptErrorsFrame.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/PingPinFrameAPIDocumentation.lua:
--------------------------------------------------------------------------------
1 | local PingPinFrameAPI =
2 | {
3 | Name = "PingPinFrameAPI",
4 | Type = "ScriptObject",
5 |
6 | Functions =
7 | {
8 | },
9 |
10 | Events =
11 | {
12 | },
13 |
14 | Tables =
15 | {
16 | },
17 | };
18 |
19 | APIDocumentation:AddDocumentationTable(PingPinFrameAPI);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_HousingCharter/Blizzard_HousingCharter.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Housing Charter
2 | ## Author: Blizzard Entertainment
3 | ## LoadOnDemand: 1
4 | ## Dependencies: Blizzard_HousingTemplates
5 | ## AllowLoadGameType: standard
6 |
7 | Blizzard_HousingCharter.lua
8 | Blizzard_HousingCharter.xml
9 | Blizzard_HousingCharterRegistration.lua
10 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_POIButton/POIButtonOwner.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/CursorUtilDocumentation.lua:
--------------------------------------------------------------------------------
1 | local CursorUtil =
2 | {
3 | Name = "CursorUtil",
4 | Type = "System",
5 | Namespace = "C_CursorUtil",
6 |
7 | Functions =
8 | {
9 | },
10 |
11 | Events =
12 | {
13 | },
14 |
15 | Tables =
16 | {
17 | },
18 | };
19 |
20 | APIDocumentation:AddDocumentationTable(CursorUtil);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GlueStubs/GlueStubs.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_POIButton/Blizzard_POIButton.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_POIButton
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_FrameXMLBase
5 | ## AllowLoad: Game
6 |
7 | POIButtonHighlightManager.lua
8 | POIButtonUtil.lua
9 | POIButton.lua
10 | POIButton.xml
11 | POIButtonOwner.lua
12 | POIButtonOwner.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_PVPUI/Blizzard_PVPUI_Mists.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard PVP UI
2 | ## Author: Blizzard Entertainment
3 | ## Version: 1.0
4 | ## LoadOnDemand: 1
5 | ## AllowLoad: game
6 | ## Dependencies: Blizzard_HelpPlate, Blizzard_GroupFinder
7 | ## AllowLoadGameType: mists
8 | Mists\Blizzard_PVPUI.lua
9 | Mists\Blizzard_PVPUI.xml
10 | Localization.lua
11 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/TraitConfigDocumentation.lua:
--------------------------------------------------------------------------------
1 | local TraitConfig =
2 | {
3 | Name = "TraitConfig",
4 | Type = "System",
5 | Namespace = "C_TraitConfig",
6 |
7 | Functions =
8 | {
9 | },
10 |
11 | Events =
12 | {
13 | },
14 |
15 | Tables =
16 | {
17 | },
18 | };
19 |
20 | APIDocumentation:AddDocumentationTable(TraitConfig);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_EnvironmentCleanup/Blizzard_EnvironmentCleanup_Classic.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_EnvironmentCleanup
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_FrameXML, Blizzard_ActionBar, Blizzard_UIPanels_Game
5 | ## LoadFirst: 1
6 | ## AllowLoad: Game
7 | ## AllowLoadGameType: classic
8 | Classic\EnvironmentCleanup.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GlueCollections/Blizzard_GlueCollections.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_GlueCollections
2 | ## Author: Blizzard Entertainment
3 | ## Dependencies: Blizzard_SharedXML, Blizzard_PagedContent
4 | ## AllowLoad: Glue
5 | ## AllowLoadGameType: mainline
6 | GlueWarbandSceneCollection.lua
7 | GlueWarbandSceneCollection.xml
8 | GlueCollections.lua
9 | GlueCollections.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_RemixArtifactTutorialUI/Blizzard_RemixArtifactTutorialUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Remix Artifact Tutorial UI
2 | ## Author: Blizzard Entertainment
3 | ## LoadOnDemand: 1
4 | ## DefaultState: enabled
5 | ## AllowLoadGameType: standard
6 | ## AllowLoad: Game
7 |
8 | Blizzard_RemixArtifactTutorialUI.lua
9 | Blizzard_RemixArtifactTutorialUI.xml
10 |
--------------------------------------------------------------------------------
/.github/workflows/export.yml:
--------------------------------------------------------------------------------
1 | name: Extract interface files from CDN
2 |
3 | on:
4 | workflow_dispatch:
5 |
6 | jobs:
7 | build:
8 | runs-on: ubuntu-latest
9 |
10 | steps:
11 | - name: Export UI source files
12 | uses: Gethe/wow-ui-source@automation
13 | with:
14 | product: wow
15 | token: ${{ secrets.GITHUB_TOKEN }}
16 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeprecatedLFG/Blizzard_DeprecatedLFG.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_Deprecated LFG
2 | ## Notes: C API functions that are exposed for backwards compatibility. They will be removed at the next expansion. Upgrade your code to the new APIs as soon as possible.
3 | ## Author: Blizzard Entertainment
4 | ## Version: 1.0
5 | ## LoadOnDemand: 0
6 |
7 | Deprecated_LFG.lua
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeprecatedSoundScript/Deprecated_SoundScript.lua:
--------------------------------------------------------------------------------
1 | -- These are functions that were deprecated and will be removed in the future.
2 | -- Please upgrade to the updated APIs as soon as possible.
3 |
4 | if not GetCVarBool("loadDeprecationFallbacks") then
5 | return;
6 | end
7 |
8 | do
9 | PlayVocalErrorSoundID = C_Sound.PlayVocalErrorSound;
10 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GarrisonBase/Blizzard_GarrisonBase.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_GarrisonBase
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_UIParent, Blizzard_Colors
5 | ## AllowLoadGameType: mainline
6 | GarrisonBaseUtils.xml
7 | AdventuresFollowerTooltip.xml
8 | FloatingGarrisonFollowerTooltip.xml
9 | GarrisonFollowerTooltip.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ItemBeltFrame/Blizzard_ItemBeltFrame.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_ItemBeltFrame
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_UIPanels_Game, Blizzard_ActionBar, Blizzard_HUDInventoryTemplates
5 | ## AllowLoadGameType: plunderstorm
6 | ## AllowLoad: Game
7 |
8 | ItemBeltFrame.lua
9 | ItemBeltFrame.xml
10 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_LoginWarningDialogs/Blizzard_LoginWarningDialogs.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_LoginWarningDialogs
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## RequiredDep: Blizzard_SharedXML, Blizzard_GlueXMLBase, Blizzard_GlueParent
5 | ## AllowLoad: Glue
6 | Localization.lua
7 | Blizzard_LoginWarningDialogs.lua
8 | Blizzard_LoginWarningDialogs.xml
9 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_TransformManipulator/Blizzard_TransformManipulator.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard House Editor
2 | ## Author: Blizzard Entertainment
3 | ## LoadOnDemand: 0
4 | ## DefaultState: enabled
5 | ## Dependencies:
6 |
7 | Blizzard_ScaleControlFrame.lua
8 | Blizzard_ScaleControlFrame.xml
9 |
10 | Blizzard_RotateControlFrame.lua
11 | Blizzard_RotateControlFrame.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_TransformTree/Blizzard_TransformTree.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_TransformTree
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## LoadOnDemand: 1
5 | ## AllowLoad: Both
6 | TransformTreeBaseNodeMixin.lua
7 | TransformTreePools.lua
8 | TransformTreeTextureNodeMixin.lua
9 | TransformTreeFrameNodeMixin.lua
10 | TransformTreeMixin.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentation/Blizzard_APIDocumentation.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard API Documentation
2 | ## Author: Blizzard Entertainment
3 | ## LoadOnDemand: 1
4 | ## AllowLoad: Both
5 |
6 | BaseAPIMixin.lua
7 | FieldsAPIMixin.lua
8 | FunctionsAPIMixin.lua
9 | SystemsAPIMixin.lua
10 | TablesAPIMixin.lua
11 | EventsAPIMixin.lua
12 | Blizzard_APIDocumentation.lua
13 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/SimpleMaskTextureAPIDocumentation.lua:
--------------------------------------------------------------------------------
1 | local SimpleMaskTextureAPI =
2 | {
3 | Name = "SimpleMaskTextureAPI",
4 | Type = "ScriptObject",
5 |
6 | Functions =
7 | {
8 | },
9 |
10 | Events =
11 | {
12 | },
13 |
14 | Tables =
15 | {
16 | },
17 | };
18 |
19 | APIDocumentation:AddDocumentationTable(SimpleMaskTextureAPI);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_AzeriteUI/Blizzard_AzeriteEmpoweredItemUI.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Commentator/Blizzard_CommentatorConstants.lua:
--------------------------------------------------------------------------------
1 | -- Limits can be overwritten in another addon.
2 | COMMENTATOR_MAX_OFFENSIVE_SPELLS = COMMENTATOR_MAX_OFFENSIVE_SPELLS or 5;
3 | COMMENTATOR_MAX_DEFENSIVE_SPELLS = COMMENTATOR_MAX_DEFENSIVE_SPELLS or 5;
4 | COMMENTATOR_MAX_DEBUFF_SPELLS = COMMENTATOR_MAX_DEBUFF_SPELLS or 2;
5 |
6 | COMMENTATOR_INVERSE_SCALE = 768/1080;
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeprecatedGlue/Blizzard_DeprecatedGlue.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_Deprecated Glue
2 | ## Notes: C API functions that are exposed for backwards compatibility. They will be removed at the next expansion. Upgrade your code to the new APIs as soon as possible.
3 | ## Author: Blizzard Entertainment
4 | ## Version: 1.0
5 | ## LoadOnDemand: 0
6 |
7 | Deprecated_Glue.lua
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_FrameXML/QuestNPCModelFrameMixin.lua:
--------------------------------------------------------------------------------
1 |
2 | --------------------------------------------------
3 | -- QUEST NPC MODEL FRAME MIXIN
4 | QuestNPCModelFrameMixin = CreateFromMixins(ModelFrameMixin);
5 |
6 | function QuestNPCModelFrameMixin:OnLoad()
7 | ModelFrameMixin.OnLoad(self);
8 | self:SetPortraitZoom(0.6);
9 | self:SetRotation(0);
10 | end
11 |
12 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedXML/DropDownToggleButton.lua:
--------------------------------------------------------------------------------
1 | DropDownToggleButtonMixin = {};
2 |
3 | function DropDownToggleButtonMixin:OnLoad_Intrinsic()
4 | self:RegisterForMouse("LeftButtonDown","LeftButtonUp");
5 | end
6 |
7 | function DropDownToggleButtonMixin:HandlesGlobalMouseEvent(buttonName, event)
8 | return event == "GLOBAL_MOUSE_DOWN" and buttonName == "LeftButton";
9 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_UIWidgets/Mainline/Blizzard_UIWidgetAnimationTemplates.lua:
--------------------------------------------------------------------------------
1 | TorghastGemsAnimationMixin = {};
2 |
3 | function TorghastGemsAnimationMixin:Reset()
4 | self.Anim:Stop();
5 | self.FullGem:SetAlpha(0);
6 | self.Sheen:SetAlpha(0);
7 | self.Glow:SetAlpha(0);
8 | end
9 |
10 | function TorghastGemsAnimationMixin:Play()
11 | self.Anim:Play();
12 | end
13 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/SimpleAnimScaleLineAPIDocumentation.lua:
--------------------------------------------------------------------------------
1 | local SimpleAnimScaleLineAPI =
2 | {
3 | Name = "SimpleAnimScaleLineAPI",
4 | Type = "ScriptObject",
5 |
6 | Functions =
7 | {
8 | },
9 |
10 | Events =
11 | {
12 | },
13 |
14 | Tables =
15 | {
16 | },
17 | };
18 |
19 | APIDocumentation:AddDocumentationTable(SimpleAnimScaleLineAPI);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/SpellIDDocumentation.lua:
--------------------------------------------------------------------------------
1 | local SpellID =
2 | {
3 | Tables =
4 | {
5 | {
6 | Name = "SpellBookSpellIDs",
7 | Type = "Constants",
8 | Values =
9 | {
10 | { Name = "SPELL_ID_DISMISS_PET", Type = "number", Value = 2641 },
11 | },
12 | },
13 | },
14 | };
15 |
16 | APIDocumentation:AddDocumentationTable(SpellID);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Console/Blizzard_Console.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Developer Console
2 | ## Author: Blizzard Entertainment
3 | ## SavedVariablesMachine: Blizzard_Console_SavedVars
4 | ## RequiredDep: Blizzard_CommandLineUtil
5 | ## AllowLoad: Both
6 |
7 | Blizzard_Console_AutoComplete.lua
8 | Blizzard_Console_AutoComplete.xml
9 | Blizzard_Console.lua
10 | Blizzard_Console.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GarrisonTemplates/Blizzard_GarrisonTemplates.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Garrison Templates
2 | ## Author: Blizzard Entertainment
3 | ## Version: 1.0
4 | ## LoadOnDemand: 1
5 | ## Dependencies: Blizzard_Colors, Blizzard_HelpPlate
6 | Blizzard_GarrisonSharedTemplates.xml
7 | Blizzard_GarrisonMissionTemplates.xml
8 | Blizzard_CovenantMissionTemplates.xml
9 | Localization.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_MatchmakingQueueDisplay/Blizzard_MatchmakingQueueDisplay.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Matchmaking Queue Display
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## AllowLoadGameType: mainline
5 | ## AllowLoad: Both
6 | ## Dependencies: Blizzard_SharedXML
7 |
8 | Blizzard_MatchmakingQueueDisplay.lua
9 | Blizzard_MatchmakingQueueDisplay.xml
10 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_UnitPopup/UnitPopupSlider.lua:
--------------------------------------------------------------------------------
1 | UnitPopupSliderMixin = {};
2 |
3 | function UnitPopupSliderMixin:OnEnter()
4 | ExecuteFrameScript(self:GetParent(), "OnEnter");
5 | PropertyBindingMixin.OnEnter(self);
6 | end
7 |
8 | function UnitPopupSliderMixin:OnLeave()
9 | ExecuteFrameScript(self:GetParent(), "OnLeave");
10 | PropertyBindingMixin.OnLeave(self);
11 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_TimeManager/Blizzard_TimeManager_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Time Manager
2 | ## Author: Blizzard Entertainment
3 | ## LoadOnDemand: 1
4 | ## SavedVariablesPerCharacter: BlizzardStopwatchOptions
5 | ## AllowLoad: game
6 | ## AllowLoadGameType: mainline
7 | Mainline\Blizzard_TimeManager.lua
8 | Mainline\Blizzard_TimeManager.xml
9 | Mainline\Localization.lua
10 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeprecatedPetInfo/Blizzard_DeprecatedPetInfo.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_Deprecated PetInfo
2 | ## Notes: C API functions that are exposed for backwards compatibility. They will be removed at the next expansion. Upgrade your code to the new APIs as soon as possible.
3 | ## Author: Blizzard Entertainment
4 | ## Version: 1.0
5 | ## LoadOnDemand: 0
6 |
7 | Deprecated_PetInfo.lua
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeprecatedTradeInfo/Deprecated_TradeInfo.lua:
--------------------------------------------------------------------------------
1 | -- These are functions that were deprecated and will be removed in the future.
2 | -- Please upgrade to the updated APIs as soon as possible.
3 |
4 | if not GetCVarBool("loadDeprecationFallbacks") then
5 | return;
6 | end
7 |
8 | PickupTradeMoney = function(amount)
9 | C_TradeInfo.PickupTradeMoney(amount);
10 | end
11 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ItemButton/Blizzard_ItemButton_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_ItemButton
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_Fonts_Shared, Blizzard_SharedXML, Blizzard_Colors
5 | ## AllowLoad: Both
6 | ## AllowLoadGameType: mainline
7 | Shared\ItemButtonTemplate.lua
8 | Shared\ItemButtonTemplate.xml
9 | Mainline\ItemButtonTemplate.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_MatchCelebrationPartyPoseUI/Blizzard_MatchCelebrationPartyPoseUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_MatchCelebrationPartyPoseUI
2 | ## Notes: End of match celebration screen
3 | ## Author: Blizzard Entertainment
4 | ## RequiredDep: Blizzard_PartyPoseUI
5 | ## Version: 1.0
6 | ## LoadOnDemand: 1
7 |
8 | Blizzard_MatchCelebrationPartyPoseUI.lua
9 | Blizzard_MatchCelebrationPartyPoseUI.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_RemixArtifactUI/Blizzard_RemixArtifactUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Remix Artifact UI
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## LoadOnDemand: 1
5 | ## AllowLoadGameType: standard
6 | ## AllowLoad: Game
7 | ## Dependencies: Blizzard_ArtifactUI, Blizzard_SharedTalentUI
8 |
9 | Blizzard_RemixArtifactUI.lua
10 | Blizzard_RemixArtifactUI.xml
11 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedTalentUI/Blizzard_TalentButtonAnimUtil.lua:
--------------------------------------------------------------------------------
1 |
2 | TalentButtonAnimUtil = {};
3 |
4 | TalentButtonAnimUtil.TalentButtonAnimState = {
5 | None = 0,
6 | Increased = 1,
7 | Infinite = 2,
8 | };
9 |
10 | function TalentButtonAnimUtil.TalentButtonAnimationReset(pool, anim, isNew)
11 | if isNew then
12 | return;
13 | end
14 |
15 | anim:ResetAnim();
16 | end
17 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeprecatedPvpScript/Blizzard_DeprecatedPvpScript.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_Deprecated Pvp Script
2 | ## Notes: C API functions that are exposed for backwards compatibility. They will be removed at the next expansion. Upgrade your code to the new APIs as soon as possible.
3 | ## Author: Blizzard Entertainment
4 | ## Version: 1.0
5 | ## LoadOnDemand: 0
6 |
7 | Deprecated_PvpScript.lua
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeprecatedSpellBook/Blizzard_DeprecatedSpellBook.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_Deprecated Spell Book
2 | ## Notes: C API functions that are exposed for backwards compatibility. They will be removed at the next expansion. Upgrade your code to the new APIs as soon as possible.
3 | ## Author: Blizzard Entertainment
4 | ## Version: 1.0
5 | ## LoadOnDemand: 0
6 |
7 | Deprecated_SpellBook.lua
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeprecatedTradeInfo/Blizzard_DeprecatedTradeInfo.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_Deprecated Trade Info
2 | ## Notes: C API functions that are exposed for backwards compatibility. They will be removed at the next expansion. Upgrade your code to the new APIs as soon as possible.
3 | ## Author: Blizzard Entertainment
4 | ## Version: 1.0
5 | ## LoadOnDemand: 0
6 |
7 | Deprecated_TradeInfo.lua
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GlueMenuFrame/Blizzard_GlueMenuFrame_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_GlueMenuFrame
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_GlueXMLBase, Blizzard_GlueParent
5 | ## LoadFirst: 1
6 | ## AllowLoad: Glue
7 | ## AllowLoadGameType: mainline
8 | GlueMenuFrameUtil.lua
9 | Mainline\GlueMenuFrame.lua
10 | Mainline\GlueMenuFrame.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_HousingBulletinBoard/Blizzard_HousingBulletinBoard.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Housing Bulletin Board
2 | ## Author: Blizzard Entertainment
3 | ## LoadOnDemand: 1
4 | ## Dependencies: Blizzard_HousingTemplates
5 | ## AllowLoadGameType: standard
6 |
7 | Blizzard_HousingBulletinBoard.lua
8 | Blizzard_HousingBulletinBoard.xml
9 | Blizzard_HousingBulletinBoardRegistration.lua
10 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_HousingHouseSettings/Blizzard_HousingHouseSettings.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Housing House Settings
2 | ## Author: Blizzard Entertainment
3 | ## LoadOnDemand: 1
4 | ## Dependencies: Blizzard_HousingTemplates
5 | ## AllowLoadGameType: standard
6 |
7 | Blizzard_HousingHouseSettings.lua
8 | Blizzard_HousingHouseSettings.xml
9 | Blizzard_HousingHouseSettingsRegistration.lua
10 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_WarfrontsPartyPoseUI/Blizzard_WarfrontsPartyPoseUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_WarfrontsPartyPoseUI
2 | ## Notes: Okay, maybe not the ideal location for a party.. (Warfronts End Screen)
3 | ## Author: Blizzard Entertainment
4 | ## RequiredDep: Blizzard_PartyPoseUI
5 | ## Version: 1.0
6 | ## LoadOnDemand: 1
7 |
8 | Blizzard_WarfrontsPartyPoseUI.lua
9 | Blizzard_WarfrontsPartyPoseUI.xml
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # WoW UI Source
2 |
3 | This repo contains the latest WoW UI source code. Branches should reflect the most recent patches to their respective clients.
4 |
5 | - [live -> ptr](https://github.com/Gethe/wow-ui-source/compare/live...ptr)
6 | - [live -> ptr2](https://github.com/Gethe/wow-ui-source/compare/live...ptr2)
7 | - [live -> beta](https://github.com/Gethe/wow-ui-source/compare/live...beta)
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/FrameAPIArchaeologyDigsiteDocumentation.lua:
--------------------------------------------------------------------------------
1 | local FrameAPIArchaeologyDigsite =
2 | {
3 | Name = "FrameAPIArchaeologyDigSiteFrame",
4 | Type = "ScriptObject",
5 |
6 | Functions =
7 | {
8 | },
9 |
10 | Events =
11 | {
12 | },
13 |
14 | Tables =
15 | {
16 | },
17 | };
18 |
19 | APIDocumentation:AddDocumentationTable(FrameAPIArchaeologyDigsite);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ActionBar/WoWLabs/CustomActionBarOverlays.lua:
--------------------------------------------------------------------------------
1 |
2 | PlunderstormBarCapTooltipMixin = {};
3 |
4 | function PlunderstormBarCapTooltipMixin:OnEnter()
5 | GameTooltip:SetOwner(self, "ANCHOR_RIGHT");
6 | GameTooltip_AddHighlightLine(GameTooltip, self.tooltip);
7 | GameTooltip:Show();
8 | end
9 |
10 | function PlunderstormBarCapTooltipMixin:OnLeave()
11 | GameTooltip_Hide()
12 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeprecatedItemScript/Blizzard_DeprecatedItemScript.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_Deprecated Item Script
2 | ## Notes: C API functions that are exposed for backwards compatibility. They will be removed at the next expansion. Upgrade your code to the new APIs as soon as possible.
3 | ## Author: Blizzard Entertainment
4 | ## Version: 1.0
5 | ## LoadOnDemand: 0
6 |
7 | Deprecated_ItemScript.lua
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeprecatedUnitScript/Blizzard_DeprecatedUnitScript.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_Deprecated Unit Script
2 | ## Notes: C API functions that are exposed for backwards compatibility. They will be removed at the next expansion. Upgrade your code to the new APIs as soon as possible.
3 | ## Author: Blizzard Entertainment
4 | ## Version: 1.0
5 | ## LoadOnDemand: 0
6 |
7 | Deprecated_UnitScript.lua
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_EncounterJournal/Blizzard_EncounterJournal_Mists.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Dungeon Journal
2 | ## Author: Blizzard Entertainment
3 | ## Version: 1.0
4 | ## LoadOnDemand: 1
5 | ## AllowLoad: game
6 | ## Dependencies: Blizzard_ClassMenu, Blizzard_HelpPlate
7 | ## AllowLoadGameType: mists
8 | Cata\Blizzard_EncounterJournal.lua
9 | Cata\Blizzard_EncounterJournal.xml
10 | Localization.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_EnvironmentCleanup/Blizzard_EnvironmentCleanup_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_EnvironmentCleanup
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_FrameXML, Blizzard_ActionBar, Blizzard_UnitFrame, Blizzard_UIPanels_Game, Blizzard_ChatFrame
5 | ## LoadFirst: 1
6 | ## AllowLoad: Game
7 | ## AllowLoadGameType: mainline
8 | EnvironmentCleanup.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_HousingCornerstone/Blizzard_HousingCornerstone.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Housing Cornerstone
2 | ## Author: Blizzard Entertainment
3 | ## LoadOnDemand: 1
4 | ## Dependencies: Blizzard_HousingTemplates, Blizzard_MoneyFrame
5 | ## AllowLoadGameType: standard
6 |
7 | Blizzard_HousingCornerstone.lua
8 | Blizzard_HousingCornerstone.xml
9 | Blizzard_HousingCornerstoneRegistration.lua
10 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_MainMenuBarBagButtons/Blizzard_MainMenuBarBagButtons_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_MainMenuBarBagButtons
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## AllowLoadGameType: mainline
5 | ## AllowLoad: Game
6 |
7 | Shared\MainMenuBarBagManager.lua
8 | Mainline\MainMenuBarBagButtons.lua
9 | Shared\BagsBar.lua
10 | Mainline\MainMenuBarBagButtons.xml
11 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_PetBattleUI/Blizzard_PetBattleUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Pet Battle UI
2 | ## LoadOnDemand: 0
3 | ## AllowLoadGameType: standard, mists
4 | ## Dependencies: Blizzard_Colors, Blizzard_MicroMenu
5 | Shared\Blizzard_PetBattleUIPatchwerks.xml
6 | Shared\Blizzard_PetBattleUI.lua
7 | [Family]\Blizzard_PetBattleUI.lua
8 | Shared\Blizzard_PetBattleUI.xml
9 | Shared\Localization.lua
10 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/SimpleAnimTranslationLineAPIDocumentation.lua:
--------------------------------------------------------------------------------
1 | local SimpleAnimTranslationLineAPI =
2 | {
3 | Name = "SimpleAnimTranslationLineAPI",
4 | Type = "ScriptObject",
5 |
6 | Functions =
7 | {
8 | },
9 |
10 | Events =
11 | {
12 | },
13 |
14 | Tables =
15 | {
16 | },
17 | };
18 |
19 | APIDocumentation:AddDocumentationTable(SimpleAnimTranslationLineAPI);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeprecatedGuildScript/Blizzard_DeprecatedGuildScript.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_Deprecated Guild Script
2 | ## Notes: C API functions that are exposed for backwards compatibility. They will be removed at the next expansion. Upgrade your code to the new APIs as soon as possible.
3 | ## Author: Blizzard Entertainment
4 | ## Version: 1.0
5 | ## LoadOnDemand: 0
6 |
7 | Deprecated_GuildScript.lua
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeprecatedSoundScript/Blizzard_DeprecatedSoundScript.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_Deprecated Sound Script
2 | ## Notes: C API functions that are exposed for backwards compatibility. They will be removed at the next expansion. Upgrade your code to the new APIs as soon as possible.
3 | ## Author: Blizzard Entertainment
4 | ## Version: 1.0
5 | ## LoadOnDemand: 0
6 |
7 | Deprecated_SoundScript.lua
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeprecatedSpellScript/Blizzard_DeprecatedSpellScript.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_Deprecated Spell Script
2 | ## Notes: C API functions that are exposed for backwards compatibility. They will be removed at the next expansion. Upgrade your code to the new APIs as soon as possible.
3 | ## Author: Blizzard Entertainment
4 | ## Version: 1.0
5 | ## LoadOnDemand: 0
6 |
7 | Deprecated_SpellScript.lua
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GlueMenuFrame/Blizzard_GlueMenuFrame_Classic.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_GlueXML
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_LoginWarningDialogs, Blizzard_CharacterSelectNavBar
5 | ## LoadFirst: 1
6 | ## AllowLoad: Glue
7 | ## AllowLoadGameType: classic
8 | GlueMenuFrameUtil.lua
9 | Classic\GlueMenuFrame.lua
10 | Classic\GlueMenuFrame.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Kiosk/Blizzard_Kiosk.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_Kiosk
2 | ## Author: Blizzard Entertainment
3 | ## LoadOnDemand: 1
4 | ## AllowLoad: both
5 |
6 | # Data only
7 | Housing/Config.lua
8 |
9 | Kiosk.lua
10 | Kiosk.xml
11 |
12 | Housing/Glue.lua [AllowLoad Glue]
13 | Housing/Glue.xml [AllowLoad Glue]
14 |
15 | Housing/Game.lua [AllowLoad Game]
16 | Housing/Game.xml [AllowLoad Game]
17 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Kiosk/Housing/Glue.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_PVPUI/Blizzard_PVPUI_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard PVP UI
2 | ## Author: Blizzard Entertainment
3 | ## Version: 1.0
4 | ## LoadOnDemand: 1
5 | ## AllowLoad: game
6 | ## Dependencies: Blizzard_HelpPlate, Blizzard_GroupFinder, Blizzard_MatchmakingQueueDisplay
7 | ## AllowLoadGameType: mainline
8 | Mainline\Blizzard_PVPUI.lua
9 | Mainline\Blizzard_PVPUI.xml
10 | Localization.lua
11 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedXML/Mainline/TabSystem/TabSystemOwner.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_UnitPopup/UnitPopupSlider.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/AccessibilityOptionsDocumentation.lua:
--------------------------------------------------------------------------------
1 | local AccessibilityOptions =
2 | {
3 | Name = "AccessibilityOptions",
4 | Type = "System",
5 | Namespace = "C_AccessibilityOptions",
6 |
7 | Functions =
8 | {
9 | },
10 |
11 | Events =
12 | {
13 | },
14 |
15 | Tables =
16 | {
17 | },
18 | };
19 |
20 | APIDocumentation:AddDocumentationTable(AccessibilityOptions);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeprecatedPetInfo/Deprecated_PetInfo.lua:
--------------------------------------------------------------------------------
1 | -- These are functions that were deprecated and will be removed in the future.
2 | -- Please upgrade to the updated APIs as soon as possible.
3 |
4 | if not GetCVarBool("loadDeprecationFallbacks") then
5 | return;
6 | end
7 |
8 | do
9 | PetAssistMode = C_PetInfo.PetAssistMode;
10 | GetPetTalentTree = C_PetInfo.GetPetTalentTree;
11 | end
12 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeprecatedUnitScript/Deprecated_UnitScript.lua:
--------------------------------------------------------------------------------
1 | -- These are functions that were deprecated and will be removed in the future.
2 | -- Please upgrade to the updated APIs as soon as possible.
3 |
4 | if not GetCVarBool("loadDeprecationFallbacks") then
5 | return;
6 | end
7 |
8 | do
9 | function ShowBossFrameWhenUninteractable(unit)
10 | return UnitIsVisible(unit);
11 | end
12 | end
13 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_HousingControls/Blizzard_HousingControlsUtil.lua:
--------------------------------------------------------------------------------
1 |
2 | HousingControlsUtil = {};
3 |
4 | function HousingControlsUtil.CanActivateHousingControls(availabilityResult)
5 | local canActivate = availabilityResult == Enum.HousingResult.Success;
6 | if not canActivate then
7 | return canActivate, HousingResultToErrorText[availabilityResult];
8 | end
9 |
10 | return canActivate, nil;
11 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_IslandsQueueUI/Blizzard_IslandsQueueUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_IslandsQueueUI
2 | ## Notes: All aboard for da' island! (Island Queue Screen)
3 | ## Author: Blizzard Entertainment
4 | ## Version: 1.0
5 | ## LoadOnDemand: 1
6 | ## RequiredDep: Blizzard_UIWidgets, Blizzard_HelpPlate
7 | ## AllowLoadGameType: standard
8 |
9 | Blizzard_IslandsQueueUI.lua
10 | Blizzard_IslandsQueueUI.xml
11 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_RuneforgeUI/Blizzard_RuneforgeUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Runeforge UI
2 | ## LoadOnDemand: 1
3 | ## Dependencies: Blizzard_Colors
4 | Blizzard_RuneforgePowerList.xml
5 | Blizzard_RuneforgeModifierSlot.xml
6 | Blizzard_RuneforgeItemSlot.xml
7 | Blizzard_RuneforgeCreateFrame.xml
8 | Blizzard_RuneforgeCraftingFrame.xml
9 | Blizzard_RuneforgeCraftingTooltip.xml
10 | Blizzard_RuneforgeFrame.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_TimerunningCharacterCreate/Blizzard_TimerunningCharacterCreate.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Timerunning Character Create
2 | ## Author: Blizzard Entertainment
3 | ## AllowLoad: Glue
4 | ## LoadOnDemand: 1
5 | ## RequiredDep: Blizzard_CharacterCreate, Blizzard_GlueXML, Blizzard_TimerunningUtil
6 | Blizzard_TimerunningCharacterCreate.lua
7 | Blizzard_TimerunningCharacterCreate.xml
8 | Localization.lua
9 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_UIPanels_Game/Mainline/TabardModelControlButtonMixin.lua:
--------------------------------------------------------------------------------
1 |
2 | --------------------------------------------------
3 | -- TABARD MODEL CONTROL ROTATE BUTTON MIXIN
4 | TabardModelControlRotateButtonMixin = CreateFromMixins(ModelControlRotateButtonMixin);
5 |
6 | function TabardModelControlRotateButtonMixin:OnLoad()
7 | --cache off the model
8 | self.model = self:GetParent();
9 | end
10 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeprecatedCurrencyScript/Blizzard_DeprecatedCurrencyScript.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_Deprecated Currency Script
2 | ## Notes: C API functions that are exposed for backwards compatibility. They will be removed at the next expansion. Upgrade your code to the new APIs as soon as possible.
3 | ## Author: Blizzard Entertainment
4 | ## Version: 1.0
5 | ## LoadOnDemand: 0
6 |
7 | Deprecated_CurrencyScript.lua
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeprecatedItemSocketInfo/Blizzard_DeprecatedItemSocketInfo.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_Deprecated Item Socket Info
2 | ## Notes: C API functions that are exposed for backwards compatibility. They will be removed at the next expansion. Upgrade your code to the new APIs as soon as possible.
3 | ## Author: Blizzard Entertainment
4 | ## Version: 1.0
5 | ## LoadOnDemand: 0
6 |
7 | Deprecated_ItemSocketInfo.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GroupFinder/Blizzard_GroupFinder_TBC.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_GroupFinder
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_GameTooltip, Blizzard_UIPanelTemplates
5 | ## AllowLoad: game
6 | ## AllowLoadGameType: tbc
7 | Classic\Constants.lua
8 | Classic\QueueUpdater.lua
9 | Classic\PVPHelper.lua
10 | Classic\PVPHelper.xml
11 | Classic\Localization.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Minimap/Blizzard_Minimap_Mists.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_Minimap
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_UIParent, Blizzard_GameTooltip, Blizzard_QueueStatusFrame
5 | ## AllowLoad: game
6 | ## AllowLoadGameType: mists
7 | Mists\Minimap.lua
8 | Mists\Minimap.xml
9 | Wrath\GameTime.lua
10 | Classic\GameTime_Shared.lua
11 | Wrath\GameTime.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/MoneyConstantsDocumentation.lua:
--------------------------------------------------------------------------------
1 | local MoneyConstants =
2 | {
3 | Tables =
4 | {
5 | {
6 | Name = "MoneyFormattingConstants",
7 | Type = "Constants",
8 | Values =
9 | {
10 | { Name = "GOLD_REWARD_THRESHOLD_TO_HIDE_COPPER", Type = "number", Value = 10 },
11 | },
12 | },
13 | },
14 | };
15 |
16 | APIDocumentation:AddDocumentationTable(MoneyConstants);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_CovenantToasts/Blizzard_CovenantToasts.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Covenant Toasts
2 | ## Author: Blizzard Entertainment
3 | ## LoadOnDemand: 0
4 | ## AllowLoadGameType: standard
5 |
6 | Blizzard_CovenantToasts.lua
7 | Blizzard_CovenantToasts.xml
8 |
9 | Blizzard_CovenantChoiceToast.lua
10 | Blizzard_CovenantChoiceToast.xml
11 |
12 | Blizzard_CovenantRenownToast.lua
13 | Blizzard_CovenantRenownToast.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeprecatedChatInfo/Blizzard_DeprecatedChatInfo.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_Deprecated Chat Info
2 | ## Notes: C API functions that are exposed for backwards compatibility. They will be removed at the next expansion. Upgrade your code to the new APIs as soon as possible.
3 | ## Author: Blizzard Entertainment
4 | ## Version: 1.0
5 | ## LoadOnDemand: 0
6 |
7 | Deprecated_ChatInfo.lua
8 | Deprecated_ChatFrame.lua
9 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ObjectiveTracker/Blizzard_ProfessionsRecipeTracker.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedXML/SelectableButton.xml:
--------------------------------------------------------------------------------
1 |
3 |
9 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ActionBar/Shared/Localization.lua:
--------------------------------------------------------------------------------
1 | local l10nTable = {
2 | deDE = {},
3 | enGB = {},
4 | enUS = {},
5 | esES = {},
6 | esMX = {},
7 | frFR = {},
8 | itIT = {},
9 | koKR = {},
10 | ptBR = {},
11 | ptPT = {},
12 | ruRU = {},
13 | zhCN = {
14 | localizeFrames = function()
15 | RANGE_INDICATOR = "•";
16 | end,
17 | },
18 | zhTW = {},
19 | };
20 |
21 | SetupLocalization(l10nTable);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GlueParent/Blizzard_GlueParent_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_GlueParent
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_GlueXMLBase, Blizzard_StaticPopup_Glue
5 | ## LoadFirst: 1
6 | ## AllowLoad: Glue
7 | ## AllowLoadGameType: mainline
8 | ## EscalateErrorDuringLoad: 1
9 | Shared\GlueParentUtil.lua
10 | Mainline\GlueParent.lua
11 | Mainline\GlueParent.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_HousingCreateNeighborhood/Blizzard_HousingCreateNeighborhood.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Housing Create Neighborhood
2 | ## Author: Blizzard Entertainment
3 | ## LoadOnDemand: 1
4 | ## Dependencies: Blizzard_HousingTemplates
5 | ## AllowLoadGameType: standard
6 |
7 | Blizzard_HousingCreateNeighborhood.lua
8 | Blizzard_HousingCreateNeighborhood.xml
9 | Blizzard_HousingCreateNeighborhoodRegistration.lua
10 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_HousingCreateNeighborhood/Blizzard_HousingCreateNeighborhoodRegistration.lua:
--------------------------------------------------------------------------------
1 | do
2 | local attributes =
3 | {
4 | area = "center",
5 | pushable = 2,
6 | };
7 | RegisterUIPanel(HousingCreateGuildNeighborhoodFrame, attributes);
8 | RegisterUIPanel(HousingCreateNeighborhoodCharterFrame, attributes);
9 | RegisterUIPanel(HousingCreateCharterNeighborhoodConfirmationFrame, attributes);
10 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/AuctionHouseConstantsDocumentation.lua:
--------------------------------------------------------------------------------
1 | local AuctionHouseConstants =
2 | {
3 | Tables =
4 | {
5 | {
6 | Name = "AuctionConstants",
7 | Type = "Constants",
8 | Values =
9 | {
10 | { Name = "DEFAULT_AUCTION_PRICE_MULTIPLIER", Type = "number", Value = 1.5 },
11 | },
12 | },
13 | },
14 | };
15 |
16 | APIDocumentation:AddDocumentationTable(AuctionHouseConstants);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GlueMenuFrame/Classic/GlueMenuFrame.lua:
--------------------------------------------------------------------------------
1 | function GlueMenuFrame_OnShow(self)
2 | GlueParent_AddModalFrame(self);
3 | end
4 |
5 | function GlueMenuFrame_OnHide(self)
6 | GlueParent_RemoveModalFrame(self);
7 | end
8 |
9 | function GlueMenuFrameOptionsButton_OnShow(self)
10 | local version = GetBuildInfo();
11 | self.New:SetShown(version == "4.4.1" and not C_BattleNet.AreHighResTexturesInstalled());
12 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GroupFinder/Blizzard_GroupFinder_Vanilla.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_GroupFinder
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_GameTooltip, Blizzard_UIPanelTemplates
5 | ## AllowLoad: game
6 | ## AllowLoadGameType: vanilla
7 | Classic\Constants.lua
8 | Classic\QueueUpdater.lua
9 | Classic\PVPHelper.lua
10 | Classic\PVPHelper.xml
11 | Classic\Localization.lua
12 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ObjectiveTracker/Blizzard_AchievementObjectiveTracker.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ReportFrame/ReportFrame.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_UIWidgets/Mainline/Blizzard_UIWidgetTemplateSpacer.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_FriendsFrame/Blizzard_FriendsFrame.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_FriendsFrame
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_TimerunningUtil
5 | ## OptionalDeps: Blizzard_GlueStubs, Blizzard_ActionBar, Blizzard_RecentAllies
6 | ## AllowLoad: both
7 | ## AllowLoadGameType: mainline
8 | Mainline\FriendsFrame.lua
9 | Mainline\FriendsFrame.xml
10 | Mainline\Localization.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_MainMenuBarBagButtons/Blizzard_MainMenuBarBagButtons_Mists.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_MainMenuBarBagButtons
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_CharacterFrame
5 | ## AllowLoadGameType: mists
6 | ## AllowLoad: Game
7 |
8 | Shared\MainMenuBarBagManager.lua
9 | Classic\MainMenuBarBagButtons.lua
10 | Shared\BagsBar.lua
11 | Mists\MainMenuBarBagButtons.xml
12 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SettingsDefinitions_Frame/Controls.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_HousingControls/Blizzard_HousingControls.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Housing Decor Controls
2 | ## Author: Blizzard Entertainment
3 | ## LoadOnDemand: 1
4 | ## Dependencies: Blizzard_HousingTemplates
5 | ## AllowLoadGameType: standard
6 |
7 | Blizzard_HousingControlsUtil.lua
8 | Blizzard_HousingControlButton.lua
9 | Blizzard_HousingControlButton.xml
10 | Blizzard_HousingControls.lua
11 | Blizzard_HousingControls.xml
12 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ObjectiveTracker/Blizzard_CampaignQuestObjectiveTracker.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ObjectiveTracker/Blizzard_WorldQuestObjectiveTracker.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_StaticPopup_Glue/Mainline/GlueAnnouncementDialog.lua:
--------------------------------------------------------------------------------
1 | GlueAnnouncementDialogMixin = {}
2 |
3 | function GlueAnnouncementDialogMixin:OnShow()
4 | self:SetParent(GetAppropriateTopLevelParent());
5 |
6 | BaseNineSliceDialogMixin.OnShow(self);
7 | end
8 |
9 | function GlueAnnouncementDialogMixin:OnCloseClick()
10 | BaseNineSliceDialogMixin.OnCloseClick(self);
11 | CharacterSelect_CheckDialogStates();
12 | end
13 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/PonyDocumentation.lua:
--------------------------------------------------------------------------------
1 | local Pony =
2 | {
3 | Name = "Pony",
4 | Type = "System",
5 | Namespace = "C_Pony",
6 | Documentation = { "A pony is not simply a small horse., Time to pony up some documentation., See? Pony." },
7 |
8 | Functions =
9 | {
10 | },
11 |
12 | Events =
13 | {
14 | },
15 |
16 | Tables =
17 | {
18 | },
19 | };
20 |
21 | APIDocumentation:AddDocumentationTable(Pony);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_AccountStore/Blizzard_AccountStoreItemRack.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeprecatedChatInfo/Deprecated_ChatInfo.lua:
--------------------------------------------------------------------------------
1 | -- These are functions that were deprecated and will be removed in the future.
2 | -- Please upgrade to the updated APIs as soon as possible.
3 |
4 | if not GetCVarBool("loadDeprecationFallbacks") then
5 | return;
6 | end
7 |
8 | SendChatMessage = function(message, chatType, languageID, target)
9 | C_ChatInfo.SendChatMessage(message, chatType, languageID, target);
10 | end
11 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_FlightMap/Blizzard_FlightMap.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Flight Map UI
2 | ## Author: Blizzard Entertainment
3 | ## RequiredDep: Blizzard_MapCanvas, Blizzard_SharedMapDataProviders
4 | ## LoadOnDemand: 1
5 |
6 | FM_AreaPOIDataProvider.xml
7 | FM_FlightPathDataProvider.xml
8 | FM_ZoneSummaryDataProvider.xml
9 | FM_WorldQuestDataProvider.xml
10 | FM_QuestDataProvider.xml
11 | FM_VignetteDataProvider.xml
12 | Blizzard_FlightMap.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_HousingCornerstone/Blizzard_HousingCornerstoneRegistration.lua:
--------------------------------------------------------------------------------
1 | do
2 | local attributes =
3 | {
4 | area = "center",
5 | pushable = 3,
6 | };
7 |
8 | RegisterUIPanel(HousingCornerstoneFrame, attributes);
9 | RegisterUIPanel(HousingCornerstonePurchaseFrame, attributes);
10 | RegisterUIPanel(HousingCornerstoneVisitorFrame, attributes);
11 | RegisterUIPanel(HousingCornerstoneHouseInfoFrame, attributes);
12 | end
13 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_IslandsPartyPoseUI/Blizzard_IslandsPartyPoseUI.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_IslandsPartyPoseUI
2 | ## Notes: What's better than a party? An island party! (Island End Screen)
3 | ## Author: Blizzard Entertainment
4 | ## RequiredDep: Blizzard_PartyPoseUI, Blizzard_UIWidgets
5 | ## Version: 1.0
6 | ## LoadOnDemand: 1
7 | ## AllowLoadGameType: standard
8 |
9 | Blizzard_IslandsPartyPoseUI.lua
10 | Blizzard_IslandsPartyPoseUI.xml
11 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Collections/Localization.lua:
--------------------------------------------------------------------------------
1 | local l10nTable = {
2 | deDE = {},
3 | enGB = {},
4 | enUS = {},
5 | esES = {},
6 | esMX = {},
7 | frFR = {},
8 | itIT = {},
9 | koKR = {},
10 | ptBR = {},
11 | ptPT = {},
12 | ruRU = {},
13 | zhCN = {
14 | localize = function()
15 | StaticPopupDialogs["BATTLE_PET_RENAME"].maxLetters = 8;
16 | end,
17 | },
18 | zhTW = {},
19 | };
20 |
21 | SetupLocalization(l10nTable);
22 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeprecatedWorldElapsedTimerTypes/Blizzard_DeprecatedWorldElapsedTimerTypes.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_Deprecated World elapsed timer types
2 | ## Notes: Enum values that are exposed for backwards compatibility. They will be removed at the next expansion. Upgrade your code to the new values as soon as possible.
3 | ## Author: Blizzard Entertainment
4 | ## Version: 1.0
5 | ## LoadOnDemand: 0
6 |
7 | Deprecated_WorldElapsedTimerTypes.lua
8 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_HousingTutorials/Blizzard_HousingTutorials.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Housing Tutorials
2 | ## AllowLoad: Game
3 | ## Author: Blizzard Entertainment
4 | ## Dependencies: Blizzard_Tutorials
5 |
6 | Blizzard_HousingTutorialsData.lua
7 | Blizzard_HousingTutorialsUtil.lua
8 | Blizzard_HousingTutorialsDecor.lua
9 | Blizzard_HousingTutorialsHouseFinder.lua
10 | Blizzard_HousingTutorialsMisc.lua
11 | Blizzard_HousingTutorialsInit.lua
12 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_NamePlates/Blizzard_ClassNameplateBar_DeathKnight.lua:
--------------------------------------------------------------------------------
1 | ClassNameplateBarDeathKnight = Mixin({}, RuneFrameMixin);
2 |
3 | function ClassNameplateBarDeathKnight:OnLoad()
4 | RuneFrameMixin.OnLoad(self);
5 | ClassNameplateBar.OnLoad(self);
6 | end
7 |
8 | function ClassNameplateBarDeathKnight:OnEvent(event, ...)
9 | RuneFrameMixin.OnEvent(self, event, ...);
10 |
11 | return ClassNameplateBar.OnEvent(self, event, ...);
12 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ObjectiveTracker/Blizzard_AdventureObjectiveTracker.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ObjectiveTracker/Blizzard_MonthlyActivitiesObjectiveTracker.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_AdventureMap/Blizzard_AdventureMap.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_FlightMap/FM_QuestDataProvider.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SettingsDefinitions_Shared/Mainline/TextSizePreview.lua:
--------------------------------------------------------------------------------
1 | AccessibilityFontPreviewMixin = CreateFromMixins(AccessibilitySettingsPreviewMixin);
2 |
3 | function AccessibilityFontPreviewMixin:UpdatePreview(value)
4 | self.TitleText:SetFontHeight(TextSizeManager:GetResizedFontHeight("UserScaledFontHeader", value));
5 | self.BodyText:SetFontHeight(TextSizeManager:GetResizedFontHeight("UserScaledFontBody", value));
6 |
7 | self:Layout();
8 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_StaticPopup_Glue/Mainline/GlueAnnouncementDialog.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_UIWidgets/Mainline/Blizzard_UIWidgetTemplateStackedResourceTracker.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/MountConstantsDocumentation.lua:
--------------------------------------------------------------------------------
1 | local MountConstants =
2 | {
3 | Tables =
4 | {
5 | {
6 | Name = "MountDynamicFlightConsts",
7 | Type = "Constants",
8 | Values =
9 | {
10 | { Name = "TRAIT_SYSTEM_ID", Type = "number", Value = 1 },
11 | { Name = "TREE_ID", Type = "number", Value = 672 },
12 | },
13 | },
14 | },
15 | };
16 |
17 | APIDocumentation:AddDocumentationTable(MountConstants);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Colors/Shared/MaterialColors.lua:
--------------------------------------------------------------------------------
1 | function GetMaterialTextColors(material)
2 | local textColor = MATERIAL_TEXT_COLOR_TABLE[material];
3 | local titleColor = MATERIAL_TITLETEXT_COLOR_TABLE[material];
4 | if not (textColor and titleColor) then
5 | textColor = MATERIAL_TEXT_COLOR_TABLE["Default"];
6 | titleColor = MATERIAL_TITLETEXT_COLOR_TABLE["Default"];
7 | end
8 | return {textColor:GetRGB()}, {titleColor:GetRGB()};
9 | end
10 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeprecatedPvpScript/Deprecated_PvpScript.lua:
--------------------------------------------------------------------------------
1 | -- These are functions that were deprecated and will be removed in the future.
2 | -- Please upgrade to the updated APIs as soon as possible.
3 |
4 | if not GetCVarBool("loadDeprecationFallbacks") then
5 | return;
6 | end
7 |
8 | do
9 | IsSubZonePVPPOI = C_PvP.IsSubZonePVPPOI;
10 | GetZonePVPInfo = C_PvP.GetZonePVPInfo;
11 | TogglePVP = C_PvP.TogglePVP;
12 | SetPVP = C_PvP.SetPVP;
13 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_HUDInventoryTemplates/Blizzard_HUDInventoryTemplates.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_HUDInventoryTemplates
2 | ## DefaultState: enabled
3 | ## Dependencies: Blizzard_UIPanels_Game, Blizzard_ActionBar
4 | ## AllowLoadGameType: plunderstorm, wowhack
5 | ## AllowLoad: Game
6 |
7 | Blizzard_HUDInventoryUtil.lua
8 | Blizzard_HUDInventoryButton.lua
9 | Blizzard_HUDInventoryButton.xml
10 | Blizzard_HUDInventory.lua
11 | Blizzard_HUDInventory.xml
12 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Minimap/Blizzard_Minimap_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_Minimap
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_ActionBar, Blizzard_EditMode, Blizzard_GameTooltip
5 | ## AllowLoad: game
6 | ## AllowLoadGameType: mainline
7 | Mainline\Minimap.lua
8 | Mainline\Minimap.xml
9 | Mainline\GameTime.lua
10 | Mainline\GameTime.xml
11 | Mainline\AddonCompartment.lua
12 | Mainline\AddonCompartment.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedMapDataProviders/AreaPOIEventDataProvider.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedMapDataProviders/GossipDataProvider.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedXML/Mainline/Scroll/OribosScrollBar.lua:
--------------------------------------------------------------------------------
1 | OribosScrollBarButtonScriptsMixin = CreateFromMixins(ButtonStateBehaviorMixin);
2 |
3 | function OribosScrollBarButtonScriptsMixin:OnLoad()
4 | ButtonStateBehaviorMixin.OnLoad(self);
5 |
6 | self:DesaturateIfDisabled();
7 | end
8 |
9 | function OribosScrollBarButtonScriptsMixin:OnButtonStateChanged()
10 | self.Down:SetShown(self:IsDown());
11 | self.Enter:SetShown(self:IsOver());
12 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_UIWidgets/Mainline/Blizzard_UIWidgetCenterScreenFrame.lua:
--------------------------------------------------------------------------------
1 | UIWidgetCenterScreenContainerMixin = {}
2 |
3 | local centerScreenSetID = 676;
4 | function UIWidgetCenterScreenContainerMixin:Layout()
5 | -- Keep the size of the widget container the same because it's centered
6 | end
7 |
8 | function UIWidgetCenterScreenContainerMixin:OnLoad()
9 | UIWidgetContainerMixin.OnLoad(self);
10 | self:RegisterForWidgetSet(centerScreenSetID);
11 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_UIWidgets/Mainline/Blizzard_UIWidgetSubZoneTextFrame.lua:
--------------------------------------------------------------------------------
1 | UIWidgetSubZoneTextContainerMixin = {}
2 |
3 | local function WidgetsLayout(widgetContainer, sortedWidgets)
4 | DefaultWidgetLayout(widgetContainer, sortedWidgets);
5 | UIParent_ManageFramePositions();
6 | end
7 |
8 | function UIWidgetSubZoneTextContainerMixin:OnLoad()
9 | UIWidgetContainerMixin.OnLoad(self);
10 | self:RegisterForWidgetSet(563, WidgetsLayout);
11 | end
12 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeprecatedSpecialization/Blizzard_DeprecatedSpecialization.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_Deprecated Specialization
2 | ## Notes: C API functions that are exposed for backwards compatibility. They will be removed at the next expansion. Upgrade your code to the new APIs as soon as possible.
3 | ## Author: Blizzard Entertainment
4 | ## Version: 1.0
5 | ## LoadOnDemand: 0
6 | ## AllowLoadGameType: classic, standard
7 |
8 | Deprecated_Specialization_[Game].lua
9 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_FlightMap/FM_AreaPOIDataProvider.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_MicroMenu/Blizzard_MicroMenu_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_MicroMenu
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## AllowLoadGameType: mainline
5 | ## AllowLoad: Game
6 |
7 | Shared\MicroMenuUtil.lua
8 |
9 | Mainline\MainMenuBarMicroButtons.lua
10 | Mainline\MainMenuBarMicroButtons.xml
11 |
12 | Shared\MicroMenuContainer.lua
13 | Mainline\MicroMenuContainerOverrides.lua
14 | Mainline\MicroMenuContainer.xml
15 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_NamePlates/Blizzard_ClassNameplateBar_AlternatePower.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_PerksProgram/Blizzard_PerksProgram.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_PerksProgram
2 | ## Version: 1.0
3 | ## ShowInAddOnList: 0
4 | ## LoadOnDemand: 1
5 | ## Dependencies: Blizzard_Colors
6 | Blizzard_PerksProgramElements.lua
7 | Blizzard_PerksProgramProducts.lua
8 | Blizzard_PerksProgramModel.lua
9 | Blizzard_PerksProgramFooter.lua
10 | Blizzard_PerksProgram.lua
11 | Blizzard_PerksProgramElements.xml
12 | Blizzard_PerksProgram.xml
13 | Localization.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SettingsDefinitions_Frame/Mainline/GameplaySettingsGroup.lua:
--------------------------------------------------------------------------------
1 | -- Custom Gameplay category order. Set the beginning of each respective file's Register function
2 | CUSTOM_GAMEPLAY_SETTINGS_ORDER = {
3 | [CONTROLS_LABEL] = 7,
4 | [INTERFACE_LABEL] = 8,
5 | [ACTIONBARS_LABEL] = 9,
6 | [COMBAT_LABEL] = 10,
7 | [SOCIAL_LABEL] = 11,
8 | [PING_SYSTEM_LABEL] = 12,
9 | [SETTINGS_KEYBINDINGS_LABEL] = 13,
10 | [ADVANCED_OPTIONS_LABEL] = 14
11 | };
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_UIWidgets/Mainline/Blizzard_UIWidgetTemplateDoubleStateIconRow.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_UIWidgets/Mainline/Blizzard_UIWidgetTemplateTextureAndText.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/UIColorSharedDocumentation.lua:
--------------------------------------------------------------------------------
1 | local UIColorShared =
2 | {
3 | Tables =
4 | {
5 | {
6 | Name = "DBColorExport",
7 | Type = "Structure",
8 | Fields =
9 | {
10 | { Name = "baseTag", Type = "cstring", Nilable = false },
11 | { Name = "color", Type = "colorRGBA", Mixin = "ColorMixin", Nilable = false },
12 | },
13 | },
14 | },
15 | };
16 |
17 | APIDocumentation:AddDocumentationTable(UIColorShared);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_AchievementUI/Blizzard_AchievementUI_Mists.toc:
--------------------------------------------------------------------------------
1 | ## Interface: 30001
2 | ## Title: Blizzard_AchievementUI
3 | ## Notes: Hooray for Achievements! Everybody loves Achievements =D
4 | ## Secure: 1
5 | ## Author: Blizzard Entertainment
6 | ## Version: 1.0
7 | ## LoadOnDemand: 1
8 | ## AllowLoadGameType: mists
9 | Cata\Blizzard_AchievementUI.lua
10 | Classic\Blizzard_AchievementUI_Shared.lua
11 | Cata\Blizzard_AchievementUI.xml
12 | Classic\Localization.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ExpansionLandingPage/Blizzard_ExpansionLandingPage.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Expansion Landing Page
2 | ## Author: Blizzard Entertainment
3 | ## Version: 1.0
4 | ## LoadOnDemand: 0
5 | ## AllowLoadGameType: standard
6 |
7 | Blizzard_DragonflightLandingPage.xml
8 | Blizzard_DragonflightLandingPage.lua
9 | Blizzard_WarWithinLandingPage.xml
10 | Blizzard_WarWithinLandingPage.lua
11 | Blizzard_ExpansionLandingPage.lua
12 | Blizzard_ExpansionLandingPage.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_FlightMap/FM_VignetteDataProvider.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_HUDInventoryTemplates/Blizzard_HUDInventoryUtil.lua:
--------------------------------------------------------------------------------
1 |
2 | HUDInventoryUtil = {};
3 |
4 | local hudElements = {};
5 |
6 | function HUDInventoryUtil.RegisterHUDElement(hudElement)
7 | table.insert(hudElements, hudElement);
8 | end
9 |
10 | function HUDInventoryUtil.DoQuickKeybindModeChange(showQuickKeybindMode)
11 | for _, hudElement in ipairs(hudElements) do
12 | hudElement:DoQuickKeybindModeChange(showQuickKeybindMode);
13 | end
14 | end
15 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_PTRFeedback/Blizzard_PTRFeedback.toc:
--------------------------------------------------------------------------------
1 | ## Title: PTR Issue Reporter
2 | ## OnlyBetaAndPTR: 1
3 | ## Notes: Tool for gathering issues from PTR
4 | ## SavedVariables: Blizzard_PTRIssueReporter_Saved
5 | ## Dependencies: Blizzard_HelpPlate
6 |
7 | Blizzard_PTRFeedback_FrameTemplates.xml
8 | Blizzard_PTRFeedback.lua
9 | Blizzard_PTRFeedback_Tooltips.lua
10 | Blizzard_PTRFeedback_Frames.lua
11 | Blizzard_PTRFeedback_Events.lua
12 | Blizzard_Reports.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedMapDataProviders/FogOfWarDataProvider.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedMapDataProviders/GarrisonPlotDataProvider.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedMapDataProviders/InvasionDataProvider.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_UIWidgets/Mainline/Blizzard_UIWidgetTemplateHorizontalCurrencies.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/LevelConstantsDocumentation.lua:
--------------------------------------------------------------------------------
1 | local LevelConstants =
2 | {
3 | Tables =
4 | {
5 | {
6 | Name = "LevelConstsExposed",
7 | Type = "Constants",
8 | Values =
9 | {
10 | { Name = "MIN_RES_SICKNESS_LEVEL", Type = "number", Value = 10 },
11 | { Name = "MIN_ACHIEVEMENT_LEVEL", Type = "number", Value = 10 },
12 | },
13 | },
14 | },
15 | };
16 |
17 | APIDocumentation:AddDocumentationTable(LevelConstants);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Channels/Blizzard_Channels.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_Channels
2 | ## Dependencies: Blizzard_SocialToast
3 | ## AllowLoadGameType: mainline
4 | VoiceUtils.lua
5 | ChannelButton.xml
6 | RosterButton.xml
7 | CreateChannelPopup.xml
8 | ChannelList.xml
9 | ChannelRoster.xml
10 | VoiceChatPrompt.xml
11 | ChannelFrame.xml
12 | VoiceActivityNotification.xml
13 | VoiceActivityNotificationParty.xml
14 | VoiceActivityNotificationRoster.xml
15 | VoiceActivityManager.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_FrameXML/BattlePetTooltip.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_HousingHouseFinder/Blizzard_HousingHouseFinder.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Housing House Finder
2 | ## Author: Blizzard Entertainment
3 | ## LoadOnDemand: 1
4 | ## Dependencies: Blizzard_HousingTemplates, Blizzard_MapCanvas
5 | ## AllowLoadGameType: standard
6 |
7 | HouseFinderMapDataProvider.lua
8 | HouseFinderMapDataProvider.xml
9 | Blizzard_HousingHouseFinder.lua
10 | Blizzard_HousingHouseFinder.xml
11 | Blizzard_HousingHouseFinderRegistration.lua
12 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_NewPlayerExperience/Blizzard_NewPlayerExperience.toc:
--------------------------------------------------------------------------------
1 | ## Author: Blizzard Entertainment
2 | ## Title: Blizzard New Player Experience
3 | ## LoadOnDemand: 1
4 | ## RequiredDep: Blizzard_TutorialManager
5 |
6 | Blizzard_TutorialKeyboardMouseFrame.xml
7 |
8 | Blizzard_TutorialData.lua
9 | Blizzard_TutorialWatchers.lua
10 | Blizzard_TutorialServices.lua
11 | Blizzard_TutorialTutorials.lua
12 | Blizzard_TutorialLogic.lua
13 |
14 | Blizzard_Tutorial.lua
15 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ReportFrameGlue/ReportFrame.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/SkillInfoDocumentation.lua:
--------------------------------------------------------------------------------
1 | local SkillInfo =
2 | {
3 | Name = "SkillInfo",
4 | Type = "System",
5 | Namespace = "C_SkillInfo",
6 |
7 | Functions =
8 | {
9 | },
10 |
11 | Events =
12 | {
13 | {
14 | Name = "SkillLinesChanged",
15 | Type = "Event",
16 | LiteralName = "SKILL_LINES_CHANGED",
17 | },
18 | },
19 |
20 | Tables =
21 | {
22 | },
23 | };
24 |
25 | APIDocumentation:AddDocumentationTable(SkillInfo);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ActionBarController/ActionBarController.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DeprecatedCurrencyScript/Deprecated_CurrencyScript.lua:
--------------------------------------------------------------------------------
1 | -- These are functions that were deprecated and will be removed in the future.
2 | -- Please upgrade to the updated APIs as soon as possible.
3 |
4 | if not GetCVarBool("loadDeprecationFallbacks") then
5 | return;
6 | end
7 |
8 | do
9 | GetCoinIcon = C_CurrencyInfo.GetCoinIcon;
10 | GetCoinText = C_CurrencyInfo.GetCoinText;
11 | GetCoinTextureString = C_CurrencyInfo.GetCoinTextureString;
12 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_FlightMap/FM_WorldQuestDataProvider.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedXML/Backdrop.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_UIParent/Blizzard_UIParent_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_UIParent
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_FrameXMLBase, Blizzard_ObjectAPI, Blizzard_Colors
5 | ## AllowLoad: game
6 | ## AllowLoadGameType: mainline
7 | ChatBubbleTemplates.xml
8 | Mainline\WorldFrame.lua
9 | Mainline\WorldFrame.xml
10 | Shared\UIParent.lua
11 | Mainline\UIParent.lua
12 | Mainline\UIParent.xml
13 | Shared\Localization.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ChatFrame/Mainline/BattlegroundChatFilters.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GMChatUI/Localization.lua:
--------------------------------------------------------------------------------
1 | -- This is currently empty, but these changes are going in as a hotfix.
2 | -- In an effort to minimize risk and other issues, leaving the file around.
3 | local l10nTable = {
4 | deDE = {},
5 | enGB = {},
6 | enUS = {},
7 | esES = {},
8 | esMX = {},
9 | frFR = {},
10 | itIT = {},
11 | koKR = {},
12 | ptBR = {},
13 | ptPT = {},
14 | ruRU = {},
15 | zhCN = {},
16 | zhTW = {},
17 | };
18 |
19 | SetupLocalization(l10nTable);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedXML/DropDownToggleButton.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
9 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Deprecated/Blizzard_Deprecated.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_Deprecated
2 | ## Notes: C API functions that are exposed for backwards compatibility. They will be removed at the next expansion. Upgrade your code to the new APIs as soon as possible.
3 |
4 | Deprecated_11_0_2.lua
5 | Deprecated_11_0_5.lua
6 | Deprecated_11_0_7.lua
7 | Deprecated_11_1_5.lua
8 | Deprecated_11_1_7.lua
9 | Deprecated_11_2_0.lua
10 | Deprecated_11_2_5.lua
11 | 11_0_0_SpellBookAPITransitionGuide.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GameMenu/Blizzard_GameMenu_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_GameMenu
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_GameTooltip
5 | Shared\GameMenuFrame.lua [AllowLoadGameType standard, wowhack]
6 | Shared\GameMenuFrame.xml [AllowLoadGameType standard, wowhack]
7 | WoWLabs\GameMenuFrame.lua [AllowLoadGameType plunderstorm]
8 | WoWLabs\GameMenuFrame.xml [AllowLoadGameType plunderstorm]
9 | Shared\Localization.lua
10 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Menu/Mainline/MenuConstants.lua:
--------------------------------------------------------------------------------
1 | WowStyle1FilterDropdownStateDownOver = "common-dropdown-b-button-pressedhover";
2 | WowStyle1FilterDropdownStateOver = "common-dropdown-b-button-hover";
3 | WowStyle1FilterDropdownStateDown = "common-dropdown-b-button-pressed";
4 | WowStyle1FilterDropdownStateOpen = "common-dropdown-b-button-open";
5 | WowStyle1FilterDropdownStateEnabled = "common-dropdown-b-button";
6 | WowStyle1FilterDropdownStateDisabled = "common-dropdown-b-button-disabled";
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_PTRFeedbackGlue/Blizzard_PTRFeedbackGlue.toc:
--------------------------------------------------------------------------------
1 | ## Title: PTR Bug Reporter Glue
2 | ## OnlyBetaAndPTR: 1
3 | ## AllowLoad: Glue
4 | ## Notes: Tool for gathering bugs from PTR
5 | ## SavedVariables: Blizzard_PTRIssueReporter_Saved
6 |
7 | ..\Blizzard_PTRFeedback\Blizzard_PTRFeedback.lua
8 | ..\Blizzard_PTRFeedback\Blizzard_PTRFeedback_Frames.lua
9 | ..\Blizzard_PTRFeedback\Blizzard_Reports.lua
10 |
11 | Blizzard_Reports_Glue.lua
12 | Blizzard_PTRFeedback_Events_Glue.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/PartyPoseUIConstantsDocumentation.lua:
--------------------------------------------------------------------------------
1 | local PartyPoseUIConstants =
2 | {
3 | Tables =
4 | {
5 | {
6 | Name = "PartyPoseFlags",
7 | Type = "Enumeration",
8 | NumValues = 1,
9 | MinValue = 1,
10 | MaxValue = 1,
11 | Fields =
12 | {
13 | { Name = "HideLeaveInstanceButton", Type = "PartyPoseFlags", EnumValue = 1 },
14 | },
15 | },
16 | },
17 | };
18 |
19 | APIDocumentation:AddDocumentationTable(PartyPoseUIConstants);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_CooldownViewer/Blizzard_CooldownViewer.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_CooldownViewer
2 | ## AllowLoadGameType: standard
3 | ## Dependencies: Blizzard_EditMode
4 | CooldownViewerSettingsConstants.lua
5 | CooldownViewerSettingsDataStoreSerialization.lua
6 | CooldownViewerSettingsLayoutManager.lua
7 | CooldownViewerSettingsDataProvider.lua
8 | CooldownViewerItemData.lua
9 | CooldownViewerSettings.lua
10 | CooldownViewerSettings.xml
11 | CooldownViewer.lua
12 | CooldownViewer.xml
13 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedXML/AlertFrameIntrinsic.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
10 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedXMLBase/EnumUtil.lua:
--------------------------------------------------------------------------------
1 |
2 | EnumUtil = {};
3 |
4 | function EnumUtil.MakeEnum(...)
5 | return tInvert({...});
6 | end
7 |
8 | function EnumUtil.IsValid(enumClass, enumValue)
9 | return tContains(enumClass, enumValue);
10 | end
11 |
12 | function EnumUtil.GenerateNameTranslation(enum)
13 | local keysByValue = tInvert(enum);
14 | return function (enumValue)
15 | local key = keysByValue[enumValue];
16 | return key or UNKNOWN..enumValue;
17 | end
18 | end
19 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_UnitFrame/ClassPowerBar.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_AdventureMap/Blizzard_AdventureMap.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Adventure Map UI
2 | ## Author: Blizzard Entertainment
3 | ## RequiredDep: Blizzard_GarrisonTemplates, Blizzard_MapCanvas, Blizzard_SharedMapDataProviders
4 | ## LoadOnDemand: 1
5 |
6 | Blizzard_AdventureMapUtils.lua
7 |
8 | AM_ZoneSummaryDataProvider.xml
9 | AM_QuestDialog.xml
10 | AM_QuestChoiceDataProvider.xml
11 | AM_QuestOfferDataProvider.xml
12 |
13 | Blizzard_AdventureMapInset.xml
14 | Blizzard_AdventureMap.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_AnimaDiversionUI/AD_WorldQuestDataProvider.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_DelvesCompanionConfiguration/Blizzard_DelvesCompanionConfiguration.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_DelvesCompanionConfiguration
2 | ## Author: Blizzard Entertainment
3 | ## Version: 1.0
4 | ## AllowLoadGameType: standard
5 | ## Dependencies: Blizzard_SharedTalentUI, Blizzard_PagedContent, Blizzard_Colors
6 |
7 | Blizzard_DelvesCompanionConfiguration.lua
8 | Blizzard_DelvesCompanionConfiguration.xml
9 | Blizzard_DelvesCompanionAbilityList.lua
10 | Blizzard_DelvesCompanionAbilityList.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_MoneyFrame/Blizzard_MoneyFrame_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_MoneyFrame
2 | ## Author: Blizzard Entertainment
3 | ## Dependencies: Blizzard_SharedXML
4 | ## AllowLoad: Both
5 | ## AllowLoadGameType: mainline
6 | Shared\MoneyFrame.lua
7 | Shared\MoneyFrame.xml
8 | Mainline\MoneyFrame.lua
9 | Mainline\MoneyFrame.xml
10 | Shared\MoneyInputFrame.lua
11 | Shared\MoneyInputFrame.xml
12 | Mainline\MoneyInputFrame.lua
13 | Mainline\MoneyInputFrame.xml
14 | Mainline\Localization.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ObjectAPI/Mainline/ObjectCache.lua:
--------------------------------------------------------------------------------
1 | function ObjectCache_Create(mixin)
2 | return {
3 | objects = {},
4 |
5 | Get = function(self, key)
6 | local object = self.objects[key];
7 | if object then
8 | if object.CheckRefresh then
9 | object:CheckRefresh();
10 | end
11 | return object;
12 | end
13 |
14 | object = CreateFromMixins(mixin);
15 | object:Init(key);
16 | self.objects[key] = object;
17 | return object;
18 | end,
19 | }
20 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_PVPUI/Localization.lua:
--------------------------------------------------------------------------------
1 | local l10nTable = {
2 | deDE = {},
3 | enGB = {},
4 | enUS = {},
5 | esES = {},
6 | esMX = {},
7 | frFR = {},
8 | itIT = {},
9 | koKR = {},
10 | ptBR = {},
11 | ptPT = {},
12 | ruRU = {},
13 | zhCN = {
14 | localize = function()
15 | ConquestTooltip:SetHeight(242);
16 | end,
17 | },
18 | zhTW = {
19 | localize = function()
20 | ConquestTooltip:SetHeight(242);
21 | end,
22 | },
23 | };
24 |
25 | SetupLocalization(l10nTable);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedMapDataProviders/DragonridingRaceDataProvider.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedTalentUI/Blizzard_TalentDisplay.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/EditModeManagerConstants_MainlineDocumentation.lua:
--------------------------------------------------------------------------------
1 | local EditModeManagerConstants_Mainline =
2 | {
3 | Tables =
4 | {
5 | {
6 | Name = "EditModeLayoutConsts",
7 | Type = "Constants",
8 | Values =
9 | {
10 | { Name = "EditModeDefaultLayout", Type = "EditModePresetLayouts", Value = Enum.EditModePresetLayouts.Modern },
11 | },
12 | },
13 | },
14 | };
15 |
16 | APIDocumentation:AddDocumentationTable(EditModeManagerConstants_Mainline);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/EncodingUtilConstantsDocumentation.lua:
--------------------------------------------------------------------------------
1 | local EncodingUtilConstants =
2 | {
3 | Tables =
4 | {
5 | {
6 | Name = "EncodingLimits",
7 | Type = "Constants",
8 | Values =
9 | {
10 | { Name = "EncodingDecompressSizeLimit", Type = "size", Value = 104857600 },
11 | { Name = "EncodingStackSizeLimit", Type = "number", Value = 100 },
12 | },
13 | },
14 | },
15 | };
16 |
17 | APIDocumentation:AddDocumentationTable(EncodingUtilConstants);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedMapDataProviders/DigSiteDataProvider.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedXML/ModelSceneActorMixin.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_UIPanelTemplates/Blizzard_UIPanelTemplates_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_UIPanelTemplates
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_SharedXMLGame
5 | ## AllowLoad: game
6 | ## AllowLoadGameType: mainline
7 | Mainline\AutoCastTemplates.lua
8 | Mainline\AutoCastTemplates.xml
9 | Shared\UIPanelSpellButtonFrame.lua
10 | Shared\UIPanelSpellButtonFrame.xml
11 | Mainline\UIPanelTemplates.lua
12 | Mainline\UIPanelTemplates.xml
13 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_CustomizationUI/Blizzard_CustomizationUtil.lua:
--------------------------------------------------------------------------------
1 | local function GetShouldShowDebugTooltipInfo()
2 | return GetCVarBool("debugTargetInfo");
3 | end
4 | local showDebugTooltipInfo = GetShouldShowDebugTooltipInfo();
5 |
6 | CustomizationUtil = {};
7 |
8 | function CustomizationUtil.UpdateShowDebugTooltipInfo()
9 | showDebugTooltipInfo = GetShouldShowDebugTooltipInfo();
10 | end
11 |
12 | function CustomizationUtil.ShouldShowDebugTooltipInfo()
13 | return showDebugTooltipInfo;
14 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_EncounterJournal/Localization.lua:
--------------------------------------------------------------------------------
1 | local l10nTable = {
2 | deDE = {
3 | localize = function()
4 | EncounterJournal.localizeInstanceButton = function(self)
5 | self.name:SetFontObject("GameFontNormal");
6 | end
7 | end,
8 | },
9 | enGB = {},
10 | enUS = {},
11 | esES = {},
12 | esMX = {},
13 | frFR = {},
14 | itIT = {},
15 | koKR = {},
16 | ptBR = {},
17 | ptPT = {},
18 | ruRU = {},
19 | zhCN = {},
20 | zhTW = {},
21 | };
22 |
23 | SetupLocalization(l10nTable);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedMapDataProviders/AreaPOIDataProvider.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedMapDataProviders/PetTamerDataProvider.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_WowSurveyUI/Blizzard_WowSurveyUI.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
11 |
12 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GlueXMLBase/Blizzard_GlueXMLBase_Mists.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_GlueXMLBase
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_SharedXML
5 | ## LoadFirst: 1
6 | ## AllowLoad: Glue
7 | ## AllowLoadGameType: mists
8 | Mists\Constants.lua
9 | Classic\Localization.lua
10 | Wrath\Localization.lua
11 | Classic\GlueTemplates.lua
12 | Classic\GlueTemplates.xml
13 | Classic\GlueButtons.xml
14 | Shared\GlueContextMenu.lua
15 | Shared\GlueContextMenu.xml
16 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Professions/Blizzard_ProfessionsRegistration.lua:
--------------------------------------------------------------------------------
1 | do
2 | local attributes =
3 | {
4 | area = "left",
5 | xoffset = 35,
6 | pushable = 1,
7 | allowOtherPanels = 1,
8 | checkFit = 1,
9 | };
10 | RegisterUIPanel(ProfessionsFrame, attributes);
11 | end
12 |
13 | do
14 | local attributes =
15 | {
16 | area = "left",
17 | xoffset = 35,
18 | pushable = 1,
19 | allowOtherPanels = 1,
20 | checkFit = 1,
21 | };
22 | RegisterUIPanel(InspectRecipeFrame, attributes);
23 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedXMLBase/CallbackRegistrant.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SpellSearch/Blizzard_SpellSearch.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Spell Search
2 | ## LoadOnDemand: 1
3 |
4 | Blizzard_SpellSearchUtil.lua
5 | Blizzard_SpellSearchSource.lua
6 | Blizzard_SpellSearchFilter.lua
7 | Blizzard_SpellSearchTextFilter.lua
8 | Blizzard_SpellSearchNameFilter.lua
9 | Blizzard_SpellSearchActionBarFilter.lua
10 | Blizzard_SpellSearchAssistedCombatFilter.lua
11 | Blizzard_SpellSearchController.lua
12 | Blizzard_SpellSearchTemplates.lua
13 | Blizzard_SpellSearchTemplates.xml
14 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_UnitPopupShared/Blizzard_UnitPopupShared_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_UnitPopupShared
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_SharedXML, Blizzard_Colors
5 | ## OptionalDeps: Blizzard_GlueXML, Blizzard_FrameXMLBase
6 | ## AllowLoad: both
7 | ## AllowLoadGameType: mainline
8 | UnitPopupSharedUtils.lua
9 | UnitPopupSharedButtonMixins.lua
10 | Mainline\UnitPopupSharedButtonMixins.lua
11 | UnitPopupShared.lua
12 | UnitPopupSharedMenus.lua
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_WorldMap/WM_WorldQuestDataProvider.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GarrisonBase/AdventuresFollowerTooltip.lua:
--------------------------------------------------------------------------------
1 |
2 | ----------------------------------------
3 | -- Adventures Level Portrait Mixin
4 | ---------------------------------------
5 |
6 | AdventuresLevelPortraitMixin = {}
7 |
8 | function AdventuresLevelPortraitMixin:SetupPortrait(info)
9 | self.info = info;
10 |
11 | self.PuckBorder:SetAtlas("Adventurers-Followers-Frame");
12 | self.Portrait:SetTexture(info.portraitIconID);
13 | self.LevelDisplayFrame.LevelText:SetText(info.level);
14 | end
15 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedMapDataProviders/ContributionCollectorDataProvider.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedMapDataProviders/FlightPointDataProvider.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_UIPanels_Game/Shared/PlayerInteractionFrameManager.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_CatalogShopRefundFlow/Blizzard_CatalogShopRefundFlow_Elements.lua:
--------------------------------------------------------------------------------
1 | ----------------------------------------------------------------------------------
2 | -- CatalogShopRefundButtonMixin
3 | ----------------------------------------------------------------------------------
4 | CatalogShopRefundButtonMixin = {};
5 | function CatalogShopRefundButtonMixin:OnLoad()
6 | end
7 |
8 | function CatalogShopRefundButtonMixin:OnEnter()
9 | end
10 |
11 | function CatalogShopRefundButtonMixin:OnLeave()
12 | end
13 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ChatFrame/Shared/VoiceChatDots.lua:
--------------------------------------------------------------------------------
1 | VoiceChatDotsMixin = {};
2 |
3 | function VoiceChatDotsMixin:OnLoad()
4 | self:StopAnimation();
5 | end
6 |
7 | function VoiceChatDotsMixin:PlayAnimation()
8 | self.Dot1:SetAlpha(0);
9 | self.Dot2:SetAlpha(0);
10 | self.Dot3:SetAlpha(0);
11 | self.PendingAnim:Play();
12 | end
13 |
14 | function VoiceChatDotsMixin:StopAnimation()
15 | self.PendingAnim:Stop();
16 | self.Dot1:SetAlpha(0);
17 | self.Dot2:SetAlpha(0);
18 | self.Dot3:SetAlpha(0);
19 | end
20 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_FrameXML/GhostFrame.lua:
--------------------------------------------------------------------------------
1 | GhostFrameMixin = {}
2 |
3 | function GhostFrameMixin:OnLoad()
4 | self:RegisterEvent("ADDON_LOADED");
5 | end
6 |
7 | function GhostFrameMixin:OnEvent(event, ...)
8 | if ( event == "ADDON_LOADED" ) then
9 | local addonName = ...;
10 | if (addonName == "Blizzard_UIWidgets") or (addonName == "Blizzard_UIWidgets_WoWLabs") then
11 | self:ClearAllPoints();
12 | self:SetPoint("TOP", UIWidgetTopCenterContainerFrame, "BOTTOM", 0, -4);
13 | end
14 | end
15 | end
16 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_FrameXML/TabardModelFrameMixin.lua:
--------------------------------------------------------------------------------
1 |
2 | --------------------------------------------------
3 | -- TABARD MODEL FRAME MIXIN
4 | TabardModelFrameMixin = CreateFromMixins(ModelFrameMixin);
5 |
6 | function TabardModelFrameMixin:OnLoad()
7 | self.rotation = 0;
8 | self:SetRotation(self.rotation);
9 | end
10 |
11 | function TabardModelFrameMixin:OnUpdate(elapsedTime)
12 | self:UpdateRotation(TabardCharacterModelRotateLeftButton, TabardCharacterModelRotateRightButton, elapsedTime);
13 | end
14 |
15 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GlueXML/Mainline/ServerAlert.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Menu/Classic/MenuConstants.lua:
--------------------------------------------------------------------------------
1 | WowStyle1FilterDropdownStateDownOver = "common-dropdown-classic-b-button-pressedhover";
2 | WowStyle1FilterDropdownStateOver = "common-dropdown-classic-b-button-hover";
3 | WowStyle1FilterDropdownStateDown = "common-dropdown-classic-b-button-pressed";
4 | WowStyle1FilterDropdownStateEnabled = "common-dropdown-classic-b-button";
5 | WowStyle1FilterDropdownStateOpen = WowStyle1FilterDropdownStateEnabled;
6 | WowStyle1FilterDropdownStateDisabled = "common-dropdown-b-button-disabled";
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_MoneyFrame/Mainline/Localization.lua:
--------------------------------------------------------------------------------
1 | local l10nTable = {
2 | deDE = {},
3 | enGB = {},
4 | enUS = {},
5 | esES = {},
6 | esMX = {},
7 | frFR = {},
8 | itIT = {},
9 | koKR = {},
10 | ptBR = {},
11 | ptPT = {},
12 | ruRU = {},
13 | zhCN = {
14 | localizeFrames = function()
15 | MONEY_TEXT_VADJUST = 2;
16 | end,
17 | },
18 | zhTW = {
19 | localizeFrames = function()
20 | MONEY_TEXT_VADJUST = 1;
21 | end,
22 | },
23 | };
24 |
25 | SetupLocalization(l10nTable);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ProfessionsTemplates/Blizzard_ProfessionsRecipeReagentSlot.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_SharedMapDataProviders/DelveEntranceDataProvider.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_APIDocumentationGenerated/SummonConstantsDocumentation.lua:
--------------------------------------------------------------------------------
1 | local SummonConstants =
2 | {
3 | Tables =
4 | {
5 | {
6 | Name = "SummonReason",
7 | Type = "Enumeration",
8 | NumValues = 2,
9 | MinValue = 0,
10 | MaxValue = 1,
11 | Fields =
12 | {
13 | { Name = "Spell", Type = "SummonReason", EnumValue = 0 },
14 | { Name = "Scenario", Type = "SummonReason", EnumValue = 1 },
15 | },
16 | },
17 | },
18 | };
19 |
20 | APIDocumentation:AddDocumentationTable(SummonConstants);
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_Deprecated/Deprecated_11_1_7.lua:
--------------------------------------------------------------------------------
1 | -- These are functions that were deprecated in 11.1.7 and will be removed in the next expansion.
2 | -- Please upgrade to the updated APIs as soon as possible.
3 |
4 | if not GetCVarBool("loadDeprecationFallbacks") then
5 | return;
6 | end
7 |
8 | function ActionButton_ShowOverlayGlow(button)
9 | ActionButtonSpellAlertManager:ShowAlert(button);
10 | end
11 |
12 | function ActionButton_HideOverlayGlow(button)
13 | ActionButtonSpellAlertManager:HideAlert(button);
14 | end
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_GlueXMLBase/Blizzard_GlueXMLBase_Mainline.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard_GlueXMLBase
2 | ## Author: Blizzard Entertainment
3 | ## DefaultState: enabled
4 | ## Dependencies: Blizzard_SharedXML, Blizzard_ScriptErrorsFrame
5 | ## LoadFirst: 1
6 | ## AllowLoad: Glue
7 | ## AllowLoadGameType: mainline
8 | Mainline\Constants.lua
9 | Mainline\Localization.lua
10 | Mainline\GlueTemplates.lua
11 | Mainline\GlueTemplates.xml
12 | Mainline\GlueButtons.xml
13 | Shared\GlueContextMenu.lua
14 | Shared\GlueContextMenu.xml
15 |
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_PagedContent/Blizzard_PagedContent.toc:
--------------------------------------------------------------------------------
1 | ## Title: Blizzard Paged Content
2 | ## LoadOnDemand: 0
3 | ## AllowLoad: Both
4 |
5 | Blizzard_PagingControls.lua
6 | Blizzard_PagingControls.xml
7 | Blizzard_PagedContentFrame.lua
8 | Blizzard_PagedContentFrame.xml
9 | Blizzard_PagedGridContentFrame.lua
10 | Blizzard_PagedGridContentFrame.xml
11 | Blizzard_PagedListContentFrame.lua
12 | Blizzard_PagedListContentFrame.xml
13 | Blizzard_PagedCondensedGridContentFrame.lua
14 | Blizzard_PagedCondensedGridContentFrame.xml
--------------------------------------------------------------------------------
/Interface/AddOns/Blizzard_ProfessionsTemplates/Blizzard_ProfessionsRecipeEnchantSlot.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------