Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
SL-18882: Show diffuse non-alpha textures opaque on editing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from main Inventory
|
|
|
|
|
|
|
|
|
|
Is supposed to use thumbnails now
|
|
|
|
|
|
single-folder mode
|
|
|
|
|
|
|
|
|
|
|
|
Added icons
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A lot of reports about crashes in voice's removeObserver with no indication of the cause, all MAC specific. By this point terminate should have been called and mVoiceModule should be null, yet callstaks suggest it isn't.
Commit clears LLVoiceClient beforehand to avoid the issue entirely, but issue lies elsewhere and 'voice' crash is just a symptom.
|
|
|
|
|
|
Add multi item properties floater support
|
|
|
|
|
|
|
|
|
|
Feature described at https://community.secondlife.com/blogs/entry/12652-coming-soon-to-a-viewer-near-you-group-chat-history/
|
|
As it happens, the change in the LLUUID::combine() algorithm introduced by one
of my previous commits is causing invalid assets creation (seen with
some clothing items, such as Shape and Universal types); obviously, the server
is using the old algorithm for UUID validation purpose of these assets.
This commit reverts LLUUID::combine() code to use LLMD5.
|
|
|
|
LLDrawPoolAlpha::renderDebugAlpha()
|
|
|
|
|