Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
from main Inventory
|
|
|
|
SL-18330: Send binary LLSD to LEAP plugins; extend LLSD compatibility.
|
|
|
|
|
|
|
|
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.
|
|
Reduce stale time for PRs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
translations (#80)
|
|
|
|
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/
|
|
|
|
|
|
|
|
changes in /en/ (#78)
|
|
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.
|