Age | Commit message (Collapse) | Author |
|
|
|
the initial
Review #48
This change kills two birds with one stone: every frame, we check to see if the media data is the same as the one we 'initialize' with. If it is, we disable OK and Cancel. Otherwise we enable them. This makes it very difficult to set empty media data, as well as fixing the "apply button doesn't grey out" bug.
|
|
Eyes weren't alpha masked.
Hair wasn't being consistently alpha masked
Hair alpha mask was being ignored during avatar customization
We weren't hitting onFirstTEMessageReceived()
All of these were fixed. Also takes care of EXT-2926 EXT-2925 EXT-2974
Code reviewed by Bigpapi
--HG--
branch : avatar-pipeline
|
|
|
|
|
|
http://jira.secondlife.com/browse/EXT-2970
|
|
|
|
http://jira.secondlife.com/browse/EXT-2812
|
|
|
|
|
|
|
|
Also replaced many duplicate calls to LLViewerCamera::getInstance() with local pointer.
Reviewed with Ambroff
|
|
Includes removal of unused header files.
Includes changing big static map into a lldictionary.
--HG--
branch : avatar-pipeline
|
|
http://jira.secondlife.com/browse/EXT-2733
http://jira.secondlife.com/browse/EXT-2953
|
|
--HG--
branch : avatar-pipeline
|
|
Changed local compositing code for alpha masks to handle the case where
we are generating a local composite of an alpha masked body part.
See JIRA for repro information
Code reviewed by Bigpapi
--HG--
branch : avatar-pipeline
|
|
history”;
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
CMakeFiles.txt file. Previously it checked for a narrow range of gcc
versions via a regex:
if (${CXX_VERSION} MATCHES "4.[23]")
Now we explicit check for any version >= 4.2:
if (${CXX_VERSION_NUMBER} GREATER 419)
|
|
chiclet”
--HG--
branch : product-engine
|
|
Replace LLEventPump's boost::scoped_ptr<LLStandardSignal> with
boost::shared_ptr. Take a local stack copy of that shared_ptr in post()
methods, and invoke the signal through that copy. This guards against scenario
in which LLEventPump gets destroyed during signal invocation. (See Jira for
details.) Re-enable Mani's test case that used to crash.
Introduce ll_template_cast<> to allow a template function to recognize a
parameter of a particular type.
Introduce LLListenerWrapper mechanism to support wrapper objects for
LLEventPump listeners. You instantiate an LLListenerWrapper subclass object
inline in the listen() call (typically with llwrap<>), passing it the real
listener, trusting it to forward the eventual call.
Introduce prototypical LLCoutListener and LLLogListener subclasses for
illustrative and diagnostic purposes. Test that LLLogListener doesn't block
recognizing LLEventTrackable base class bound into wrapped listener.
|
|
|
|
|
|
the floater version turned out easier to get on-spec (though not perfect).
|
|
--HG--
branch : product-engine
|
|
Observer wasn't being removed when class was deleted.
--HG--
branch : avatar-pipeline
|
|
Replaced LLNotifications::add call by LLNotificationsUtil::add.
--HG--
branch : product-engine
|
|
--HG--
branch : avatar-pipeline
|
|
--HG--
branch : product-engine
|
|
started by Lynx (LLVoiceControlPanel))
-- initialized agent icon, name
-- added agent's speaker indicator
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
avoided IM-toast popup when adding message to session;
--HG--
branch : product-engine
|
|
EXT-2815 : Create ability to selectively apply a filter
LandmarkSP filters are now started explicitly whenever the Library / My Inventory accordion panels are opened.
--HG--
branch : avatar-pipeline
|
|
moderator (that means, user is muted for the whole group) should receive a notification.)
--HG--
branch : product-engine
|
|
http://jira.secondlife.com/browse/EXT-2777
|
|
any more.
|
|
|
|
started by Lynx (LLVoiceControlPanel))
-- Enabled "Voice Controls" button in P2P voice chat
--HG--
branch : product-engine
|
|
|
|
started by Lynx (LLVoiceControlPanel))
-- Changed text for empty nearby list to "No one near"
--HG--
branch : product-engine
|
|
started by Lynx (LLVoiceControlPanel))
-- Updated title according to voice chat type
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
started by Lynx (LLVoiceControlPanel))
-- Excluded Agent's item from the Participant List
--HG--
branch : product-engine
|
|
|
|
at some point someone inlined this into llaudiodecodemgr and the 'indie' version rotted away.
|
|
--HG--
branch : product-engine
|
|
started by Lynx (LLVoiceControlPanel))
-- Added updating of the speakers list for P2P call
--HG--
branch : product-engine
|