Skip to content

Commit

Permalink
Added some frames from classic
Browse files Browse the repository at this point in the history
  • Loading branch information
Numynum committed Nov 20, 2024
1 parent a41fd82 commit 311fb92
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 8 deletions.
71 changes: 64 additions & 7 deletions Frames.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ BlizzMoveAPI:RegisterFrames(
{
MinVersion = 0,
},
["ArenaRegistrarFrame"] =
{
MinVersion = 40000, -- Added when?
MaxVersion = 50000, -- Removed when?
},
["BankFrame"] =
{
MinVersion = 0,
Expand Down Expand Up @@ -210,18 +215,28 @@ BlizzMoveAPI:RegisterFrames(
MaxVersion = 50000, -- Moved to Blizzard_GuildUI when?
SubFrames =
{
["GuildInfoFrame"] =
["GuildControlPopupFrame"] =
{
Detachable = true,
SubFrames =
MinVersion = 11405,
MaxVersion = 50000, -- Removed when?
},
["GuildEventLogFrame"] =
{
VersionRanges =
{
["GuildInfoFrameScrollFrame"] = {},
{ Min = 11405, Max = 20000 },
{ Min = 30000 },
},
Detachable = true,
},
["GuildEventLogFrame"] =
["GuildInfoFrame"] =
{
MinVersion = 30000,
Detachable = true,
SubFrames =
{
["GuildInfoFrameScrollFrame"] = {},
},
},
},
},
Expand Down Expand Up @@ -349,6 +364,11 @@ BlizzMoveAPI:RegisterFrames(
},
},
},
["PVPBannerFrame"] =
{
MinVersion = 40000, -- Added when?
MaxVersion = 50000, -- Removed when?
},
["PVPFrame"] =
{
MinVersion = 40400, -- Moved out of PVPParentFrame
Expand Down Expand Up @@ -474,13 +494,13 @@ BlizzMoveAPI:RegisterFrames(
},
["WorldMapFrame"] =
{
MinVersion = 40000, -- No longer fullscreen when?
SilenceCompatabilityWarnings = true,
MinVersion = 11505,
IgnoreSavedPositionWhenMaximized = true,
SubFrames =
{
["QuestMapFrame"] =
{
MinVersion = 40000, -- No longer fullscreen when?
SubFrames =
{
["QuestMapFrame.DetailsFrame.RewardsFrame"] = {
Expand All @@ -489,6 +509,11 @@ BlizzMoveAPI:RegisterFrames(
["QuestMapFrame.DetailsFrame.ScrollFrame"] = {},
},
},
["WorldMapTitleButton"] =
{
MinVersion = 11505,
MaxVersion = 50000, -- Removed when?
},
},
},
["WorldStateScoreFrame"] =
Expand Down Expand Up @@ -945,6 +970,28 @@ BlizzMoveAPI:RegisterAddOnFrames(
},
},
},
["Blizzard_EngravingUI"] =
{
["CharacterFrame"] =
{
MinVersion = 0,
SubFrames =
{
["EngravingFrame"] =
{
MinVersion = 10000, -- usable in SoD only
MaxVersion = 50000, -- technically exists in all classic flavors at the moment
Detachable = true,
ManuallyScaleWithParent = true,
SubFrames =
{
["EngravingFrame.Border"] = {},
["EngravingFrameScrollFrame"] = {},
},
},
}
},
},
["Blizzard_ExpansionLandingPage"] =
{
["ExpansionLandingPage"] =
Expand Down Expand Up @@ -1072,6 +1119,16 @@ BlizzMoveAPI:RegisterAddOnFrames(
MaxVersion = 11503,
},
},
["Blizzard_GroupFinder_VanillaStyle"] =
{
["LFGParentFrame"] =
{
VersionRanges =
{
{ Min = 11405, Max = 20000 }, -- classic era version of LFG, which only exists on specific realms
},
},
},
["Blizzard_GuildBankUI"] =
{
["GuildBankFrame"] =
Expand Down
Loading

0 comments on commit 311fb92

Please sign in to comment.