diff --git a/Changelog and Notes.txt b/Changelog and Notes.txt index fe4adb0..6da036f 100644 --- a/Changelog and Notes.txt +++ b/Changelog and Notes.txt @@ -22,11 +22,18 @@ Manage Debuffs - Fix it MinimapButtons - Add combat login workaround - currently after combat, the icons are not updated. -HideErrors - You are in shapeshift form - -Chat - Alt Click to Invite. +HideErrorMessages - You are in shapeshift form GetColoredName() - Recent Chat + +Minimap - Add option to hide Calendar, instead show it with middle button. + +MinimapButtons - Make re-init if user reloaded in combat. + +Arena queue timer + +Hide Error text, permit user to enter partial to not un-hide some error text. + -(For example arena ready crystal red error shows how many players ready.) -------------------------------------------------------------------------------- -- What needs to be tested: -------------------------------------------------------------------------------- diff --git a/Leatrix_Plus.lua b/Leatrix_Plus.lua index 0962425..9da6e81 100644 --- a/Leatrix_Plus.lua +++ b/Leatrix_Plus.lua @@ -14727,7 +14727,9 @@ movieID = strtrim(movieID, "()") --if IsMoviePlayable(movieID) then stopBtn:Click() - MovieFrame_PlayMovie(MovieFrame, movieName) + --MovieFrame_PlayMovie(MovieFrame, movieName) + --FIXME + --_G["MovieFrame"]:StartMovie(movieName,100); MovieFrame:Show() print("Movies are not yet supported in 3.3.5 backport.") --else -- LeaPlusLC:Print("Movie not playable.") @@ -15994,7 +15996,7 @@ --SetCVar("RAIDweatherDensity", "3") -- Max camera zoom (LeaPlusLC["MaxCameraZoom"]) - SetCVar("cameraDistanceMaxZoomFactor", 1.9) + SetCVar("cameraDistanceMaxFactor", 1.9) -- Universal group color (LeaPlusLC["UnivGroupColor"]) ChangeChatColor("RAID", 1, 0.50, 0)