phoenix-firestorm/indra/llplugin
Monroe Linden 7f25433ccb Volume controls in the media HUD should now work -- this fixes DEV-41746, DEV-41748, and DEV-40782.
Added LLPluginClassMedia::getVolume().

Added setVolume/getVolumeupdateVolume methods to LLViewerMediaImpl.

LLViewerMedia::setVolume() now no longer overrides the volume settings on all media instances -- it now sets a "global volume" value which is multiplied by all instances' volumes to modulate them.

Cleaned up volume/mute handling in LLPanelMediaHUD (made it go through the LLViewerMediaImpl interface instead of directly through LLPluginClassMedia, and removed the mMediaVolume member variable, since the media impl now stores that state).
2009-10-26 17:13:38 -07:00
..
slplugin
CMakeLists.txt
llpluginclassmedia.cpp Volume controls in the media HUD should now work -- this fixes DEV-41746, DEV-41748, and DEV-40782. 2009-10-26 17:13:38 -07:00
llpluginclassmedia.h Volume controls in the media HUD should now work -- this fixes DEV-41746, DEV-41748, and DEV-40782. 2009-10-26 17:13:38 -07:00
llpluginclassmediaowner.h https://jira.lindenlab.com/jira/browse/DEV-40711 2009-10-15 11:26:52 -07:00
llplugininstance.cpp
llplugininstance.h
llpluginmessage.cpp
llpluginmessage.h
llpluginmessageclasses.h
llpluginmessagepipe.cpp
llpluginmessagepipe.h
llpluginprocesschild.cpp
llpluginprocesschild.h
llpluginprocessparent.cpp Potential fix for https://jira.lindenlab.com/jira/browse/DEV-41702 2009-10-26 17:12:35 -07:00
llpluginprocessparent.h Fixes for a different class of plugin failures (where loading the plugin dll fails) causing an error message loop: 2009-10-05 15:48:00 -07:00
llpluginsharedmemory.cpp
llpluginsharedmemory.h