Media: disable Movie Play for now. Not working.
This commit is contained in:
+10
-3
@@ -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:
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
+4
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user