Skip to content

Commit

Permalink
1.14.1 (41030)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketho committed Nov 12, 2021
1 parent a0cace4 commit 3988081
Show file tree
Hide file tree
Showing 12 changed files with 486 additions and 150 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,6 +5,6 @@ Global resources extracted from World of Warcraft for development purposes.
* [GlobalStrings](https://wow.tools/dbc/?dbc=globalstrings) and [AtlasInfo](https://wow.tools/dbc/?dbc=uitextureatlasmember) are downloaded with [WoWtoolsParser](https://github.com/Ketho/WoWtoolsParser)
* Templates and mixins are [parsed](https://github.com/Ketho/WowpediaApiDoc/blob/master/Projects/DumbXmlParser/DumbXmlParser.lua) from FrameXML
```lua
GetBuildInfo() => "1.14.0", "39958", "Aug 27 2021", 11400
GetBuildInfo() => "1.14.1", "41030", "Nov 10 2021", 11401
```
![](https://raw.githubusercontent.com/Ketho/BlizzardInterfaceResources/classic/Resources/WidgetHierarchy.png)
200 changes: 166 additions & 34 deletions Resources/AtlasInfo.lua

Large diffs are not rendered by default.

38 changes: 22 additions & 16 deletions Resources/CVars.lua
Expand Up @@ -433,6 +433,8 @@ local CVars = {
["doodadLodScale"] = {"100", 1, false, false, "Doodad level of detail scale"},
["DriverVersionCheck"] = {"1", 1, false, false, ""},
["dynamicLod"] = {"1", 1, false, false, "Dynamic level of detail adjustment"},
["DynamicRenderScale"] = {"0", 1, false, false, "Lowers render scale if GPU bound to hit Target FPS. Note this feature is in BETA. Known issues: May cause hitching. May behave poorly with vsync on."},
["DynamicRenderScaleMin"] = {"0.333333", 1, false, false, "Lowest render scale DynamicRenderScale can use"},
["EJDungeonDifficulty"] = {"0", 4, false, true, "Stores the last dungeon difficulty viewed in the encounter journal"},
["EJLootClass"] = {"-1", 4, false, true, "Stores the last class that loot was filtered by in the encounter journal"},
["EJLootSpec"] = {"0", 4, false, true, "Stores the last spec that loot was filtered by in the encounter journal"},
Expand All @@ -451,7 +453,7 @@ local CVars = {
["enableTwitter"] = {"0", 4, true, false, "Whether Twitter integration is enabled"},
["enableWowMouse"] = {"0", 5, false, false, "Enable Steelseries World of Warcraft Mouse"},
["engineSurvey"] = {"0", 5, false, false, "Whether to send the engine survey to the servers"},
["engineSurveyPatch"] = {"0", 5, false, false, ""},
["engineSurveyPatch"] = {"0", 4, false, false, "Engine Survey Patch"},
["entityLodDist"] = {"10", 1, false, false, "Entity level of detail distance"},
["entityLodOffset"] = {"10", 1, false, false, "Entity level of detail offset"},
["entityShadowFadeScale"] = {"25", 1, false, false, "Entity shadow fade scale"},
Expand Down Expand Up @@ -508,6 +510,7 @@ local CVars = {
["forceEnglishNames"] = {"0", 5, false, false, ""},
["forceLODCheck"] = {"0", 1, false, false, "If enabled, we will skip checking DBC for LOD count and every m2 will scan the folder for skin profiles"},
["ForceResolutionDefaultToMaxSize"] = {"0", 1, false, false, "Force default resolution to the maximum supported size rather than the auto-detected size"},
["FrameBufferCacheForceNoHeaps"] = {"0", 1, false, false, "Disable use of texture heaps and force the fallback path"},
["friendInvitesCollapsed"] = {"0", 4, true, false, "Whether friend invites are hidden in the friends list"},
["friendsSmallView"] = {"0", 4, false, true, "Whether to use smaller buttons in the friends list"},
["friendsViewButtons"] = {"0", 4, false, true, "Whether to show the friends list view buttons"},
Expand Down Expand Up @@ -545,8 +548,8 @@ local CVars = {
["GamePadSingleActiveID"] = {"0", 5, false, false, "ID of single GamePad device to use. 0 = Use all devices' combined input"},
["GamePadStickAxisButtons"] = {"0", 5, false, false, "Enables virtual buttons for the GamePad stick cardinal directions"},
["GamePadTankTurnSpeed"] = {"0", 5, false, false, "If non-zero, character turns like a tank from GamePad movement"},
["GamePadTouchCursorEnable"] = {"0", 5, false, false, "Enable cursor control with GamePad's touch pad"},
["GamePadTurnWithCamera"] = {"1", 5, false, false, "Turn character to match when camera facing is changed"},
["GamePadTouchCursorEnable"] = {"1", 5, false, false, "Enable cursor control with GamePad's touch pad"},
["GamePadTurnWithCamera"] = {"1", 5, false, false, "Turn character to match when camera facing is changed (1=in-combat, 2=always)"},
["gameTip"] = {"0", 5, false, false, ""},
["Gamma"] = {"1.000000", 1, false, false, "Gamma correction. Range: [0.3 - 2.8]"},
["garrisonCompleteTalent"] = {"0", 4, false, true, ""},
Expand Down Expand Up @@ -748,7 +751,7 @@ local CVars = {
["outlineSelectionFadeDuration"] = {"0.32", 0, false, false, ""},
["overrideArchive"] = {"0", 4, false, false, "Whether or not the client loads alternate data"},
["particleDensity"] = {"33", 5, false, false, "Particle density"},
["particleMTDensity"] = {"33", 5, false, false, "Multi-Tex particle density"},
["particleMTDensity"] = {"33", 1, false, false, "Multi-Tex particle density"},
["particulatesEnabled"] = {"1", 1, false, false, "Particulates enabled"},
["partyBackgroundOpacity"] = {"0.5", 4, true, false, "The opacity of the party background"},
["Pathing"] = {"0", 5, false, false, ""},
Expand Down Expand Up @@ -825,7 +828,7 @@ local CVars = {
["raidOptionShowBorders"] = {"1", 4, false, true, "Displays borders around the raid frames."},
["raidOptionSortMode"] = {"role", 4, false, true, "The way to sort raid frames"},
["RAIDparticleDensity"] = {"33", 5, false, false, "Particle density"},
["RAIDparticleMTDensity"] = {"33", 5, false, false, "Multi-Tex particle density"},
["RAIDparticleMTDensity"] = {"33", 1, false, false, "Multi-Tex particle density"},
["RAIDParticulatesEnabled"] = {"1", 1, false, false, "Enabling particulates (0-1)"},
["RAIDprojectedTextures"] = {"0", 5, false, false, "Projected Textures"},
["RAIDreflectionMode"] = {"3", 5, false, false, "Reflection mode"},
Expand All @@ -846,7 +849,7 @@ local CVars = {
["RAIDWaterDetail"] = {"0", 5, false, false, "Raid Water surface detail"},
["RAIDweatherDensity"] = {"3", 1, false, false, ""},
["RAIDwmoLodDist"] = {"400", 1, false, false, "Raid Wmo level of detail distance"},
["RAIDworldBaseMip"] = {"1", 5, false, false, "World texture base mip"},
["RAIDworldBaseMip"] = {"1", 1, false, false, "World texture base mip"},
["rawMouseAccelerationEnable"] = {"1", 4, false, false, "Enable acceleration for raw mouse input"},
["rawMouseEnable"] = {"0", 4, false, false, "Enable raw mouse input"},
["rawMouseRate"] = {"125", 4, false, false, "Raw mouse update rate"},
Expand All @@ -859,8 +862,8 @@ local CVars = {
["RenderScale"] = {"1.000000", 1, false, false, "Render scale (for supersampling or undersampling)"},
["reputationsCollapsed"] = {"", 4, false, true, "List of reputation categories that have been collapsed in the Reputation tab"},
["ResampleAlwaysSharpen"] = {"0", 1, false, false, "Run sharpness pass, even if not using AMD FSR Upscale [0,1]"},
["ResampleQuality"] = {"0", 1, false, false, "Resample quality"},
["ResampleSharpness"] = {"0.0", 1, false, false, "FSR sharpness strength [0.0-2.0]. 0 is full strength. -1 to disable."},
["ResampleQuality"] = {"3", 1, false, false, "Resample quality"},
["ResampleSharpness"] = {"0.2", 1, false, false, "FSR sharpness strength [0.0-2.0]. 0 is full strength. -1 to disable."},
["ResolvedSSAOType"] = {"1", 1, false, false, ""},
["rippleDetail"] = {"2", 5, false, false, "Ripple surface detail"},
["rotateMinimap"] = {"0", 4, true, false, "Whether to rotate the entire minimap instead of the player arrow"},
Expand All @@ -872,18 +875,19 @@ local CVars = {
["screenshotFormat"] = {"jpeg", 1, false, false, "Set the format of screenshots"},
["screenshotQuality"] = {"3", 1, false, false, "Set the quality of screenshots (1 - 10)"},
["screenshotSizeOverride"] = {"0x0", 1, false, false, "Set the size of screenshots to a specific resolution (e.g. 7680x4320). 0x0 means use the window size"},
["scriptErrors"] = {"1", 5, true, false, "Whether or not the UI shows Lua errors"},
["scriptErrors"] = {"0", 5, true, false, "Whether or not the UI shows Lua errors"},
["scriptProfile"] = {"0", 5, false, false, "Whether or not script profiling is enabled"},
["scriptWarnings"] = {"0", 5, true, false, "Whether or not the UI shows Lua warnings"},
["secondaryProfessionsFilter"] = {"1", 4, false, true, "If enabled, secondary profession world quests icons will be shown on world maps"},
["secureAbilityToggle"] = {"1", 4, true, false, "Whether you should be protected against accidentally double-clicking an aura"},
["seenAADCAlert"] = {"0", 4, true, false, "Seen the Age Appropriate Design Code alert (UK)"},
["seenAlliedRaceUnlocks"] = {"0", 4, false, false, "Bit array for which allied race unlocks have been seen"},
["seenAsiaCharacterUpgradePopup"] = {"0", 4, true, false, "Seen the free character upgrade popup (Asia)"},
["seenCharacterUpgradePopup"] = {"6", 4, false, false, "Seen the free character upgrade popup"},
["seenConfigurationWarnings"] = {"0", 4, false, false, "A bitfield to track which configuration warnings have been seen"},
["seenExpansionTrialPopup"] = {"6", 4, false, false, "Seen the expansion trial popup"},
["seenLevelSquishPopup"] = {"0", 4, false, false, "Seen the level squish popup"},
["seenRegionalChatDisabled"] = {"0", 4, true, false, "Seen the alert indicating chat has been disabled by default. (UK AADC)"},
["seenSoMNotification"] = {"0", 4, false, false, "Whether or not the user has seen the Season of Mastery notification at least once."},
["seenTBCInfoPane"] = {"0", 4, false, false, "Whether or not the user has seen the TBC Info Pane at least once."},
["serverAlert"] = {"SERVER_ALERT_URL", 6, false, false, "Get the glue-string tag for the URL"},
["ServerMessageEventLog"] = {"0", 5, false, false, ""},
Expand Down Expand Up @@ -1032,7 +1036,7 @@ local CVars = {
["taintLog"] = {"0", 5, false, false, "Whether taint logging is enabled"},
["talentFrameShown"] = {"0", 4, true, false, "The talent UI has been shown"},
["talentPointsSpent"] = {"0", 4, false, true, "The player has spent a talent point"},
["targetFPS"] = {"50", 1, false, false, "Set target FPS. Dynamic actions will be taken if you fall below the FPS target"},
["targetFPS"] = {"0", 1, false, false, "Set target FPS. Dynamic actions will be taken if you fall below the FPS target"},
["TargetNearestUseNew"] = {"1", 4, false, false, "Use new 7.2 'nearest target' functionality (Set to 0 for 6.x style tab targeting)"},
["TargetPriorityCombatLock"] = {"1", 4, false, false, "1=Lock to in-combat targets when starting from an in-combat target. 2=Further restrict to in-combat with player."},
["TargetPriorityCombatLockContextualRelaxation"] = {"1", 4, false, false, "1=Enables relaxation of combat lock based on context (eg. no in-combat target infront)"},
Expand All @@ -1044,10 +1048,10 @@ local CVars = {
["TerrainLodDiv"] = {"768", 1, false, false, "Terrain lod divisor"},
["terrainMipLevel"] = {"0", 1, false, false, "Terrain blend map mip level"},
["test_cameraDynamicPitch"] = {"0", 5, false, false, ""},
["test_cameraDynamicPitchBaseFovPad"] = {"0.4", 5, false, false, ""},
["test_cameraDynamicPitchBaseFovPadDownScale"] = {"0.25", 5, false, false, ""},
["test_cameraDynamicPitchBaseFovPadFlying"] = {"0.75", 5, false, false, ""},
["test_cameraDynamicPitchSmartPivotCutoffDist"] = {"10", 5, false, false, ""},
["test_cameraDynamicPitchBaseFovPad"] = {"0.4", 5, false, false, "Fraction of screen height to keep feet below"},
["test_cameraDynamicPitchBaseFovPadDownScale"] = {"0.25", 5, false, false, "Strength of dynamic pitch when looking down"},
["test_cameraDynamicPitchBaseFovPadFlying"] = {"0.75", 5, false, false, "Fraction of screen height to keep character below when able to fly"},
["test_cameraDynamicPitchSmartPivotCutoffDist"] = {"10", 5, false, false, "Dynamic pitch disables Smart Pivot within this camera distance"},
["test_cameraHeadMovementDeadZone"] = {"0.015", 5, false, false, ""},
["test_cameraHeadMovementFirstPersonDampRate"] = {"20", 5, false, false, ""},
["test_cameraHeadMovementMovingDampRate"] = {"10", 5, false, false, ""},
Expand Down Expand Up @@ -1155,7 +1159,7 @@ local CVars = {
["wmoLodDistScale"] = {"1.0f", 1, false, false, "Wmo level of detail distance scale"},
["wmoPortalMinScreenSize"] = {"0", 1, false, false, "Wmo portal min screen size"},
["WorldActionsLog"] = {"0", 5, false, false, ""},
["worldBaseMip"] = {"1", 5, false, false, "World texture base mip"},
["worldBaseMip"] = {"1", 1, false, false, "World texture base mip"},
["worldEntityLinkMode"] = {"1", 1, false, false, "Entity link mode"},
["worldLoadSort"] = {"1", 1, false, false, "Sort objects by distance when loading"},
["worldMaxMipLevel"] = {"12", 1, false, false, "World maximum texture mip level"},
Expand Down Expand Up @@ -1198,11 +1202,13 @@ local CVars = {
["enable"] = {2, "Enable the console with \"/console enable\" in the chat window. This is the same as launching the client with -console"},
["fontcolor"] = {2, "[ColorClassName] [Red 0-255] [Green 0-255] [Blue 0-255]"},
["fontsize"] = {2, "[10-50] arbitrary font size"},
["FrameBufferCacheGpuFootprint"] = {1, ""},
["GamePadListDevices"] = {4, "List all connected GamePad devices in the console"},
["GetSwapChainSize"] = {1, ""},
["GetWindowSize"] = {1, ""},
["GxCurrentAPI"] = {1, ""},
["GxCurrentGPU"] = {1, ""},
["GxFrameStats"] = {1, "Get Engine Frame Stats"},
["GxGetVideoMemory"] = {1, ""},
["GxIsPrism"] = {1, ""},
["GxListGPUs"] = {1, ""},
Expand Down
34 changes: 33 additions & 1 deletion Resources/Events.lua
Expand Up @@ -125,6 +125,7 @@ local Events = {
"CHAT_SERVER_RECONNECTED",
"CLEAR_BOSS_EMOTES",
"LANGUAGE_LIST_CHANGED",
"NOTIFY_CHAT_SUPPRESSED",
"QUEST_BOSS_EMOTE",
"RAID_BOSS_EMOTE",
"RAID_BOSS_WHISPER",
Expand All @@ -140,6 +141,37 @@ local Events = {
"HIDE_SUBTITLE",
"PLAY_MOVIE",
},
C_Club = {
"AVATAR_LIST_UPDATED",
"CLUB_ADDED",
"CLUB_ERROR",
"CLUB_INVITATION_ADDED_FOR_SELF",
"CLUB_INVITATION_REMOVED_FOR_SELF",
"CLUB_INVITATIONS_RECEIVED_FOR_CLUB",
"CLUB_MEMBER_ADDED",
"CLUB_MEMBER_PRESENCE_UPDATED",
"CLUB_MEMBER_REMOVED",
"CLUB_MEMBER_ROLE_UPDATED",
"CLUB_MEMBER_UPDATED",
"CLUB_MESSAGE_ADDED",
"CLUB_MESSAGE_HISTORY_RECEIVED",
"CLUB_MESSAGE_UPDATED",
"CLUB_REMOVED",
"CLUB_REMOVED_MESSAGE",
"CLUB_SELF_MEMBER_ROLE_UPDATED",
"CLUB_STREAM_ADDED",
"CLUB_STREAM_REMOVED",
"CLUB_STREAM_SUBSCRIBED",
"CLUB_STREAM_UNSUBSCRIBED",
"CLUB_STREAM_UPDATED",
"CLUB_STREAMS_LOADED",
"CLUB_TICKET_CREATED",
"CLUB_TICKET_RECEIVED",
"CLUB_TICKETS_RECEIVED",
"CLUB_UPDATED",
"INITIAL_CLUBS_LOADED",
"STREAM_VIEW_MARKER_UPDATED",
},
C_CombatLog = {
"COMBAT_LOG_EVENT",
"COMBAT_LOG_EVENT_UNFILTERED",
Expand Down Expand Up @@ -606,7 +638,6 @@ local Events = {
"PLAYER_LOGOUT",
"PLAYER_QUITING",
"SEARCH_DB_LOADED",
"SHOW_AADC_ALERT",
"STREAMING_ICON",
"SYSMSG",
"TIME_PLAYED_MSG",
Expand Down Expand Up @@ -804,6 +835,7 @@ local Events = {
"UNIT_FACTION",
"UNIT_FLAGS",
"UNIT_HAPPINESS",
"UNIT_HEAL_PREDICTION",
"UNIT_HEALTH",
"UNIT_HEALTH_FREQUENT",
"UNIT_INVENTORY_CHANGED",
Expand Down

0 comments on commit 3988081

Please sign in to comment.