Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-21 | SL-19108 Cleanup Outfit Galery | Andrey Kleshchev | |
Is supposed to use thumbnails now | |||
2023-02-21 | SL-19108 Update Simple snapshot floater | Andrey Kleshchev | |
2023-02-21 | SL-19108 Enabled Image changing floater for folders | Andrey Kleshchev | |
2023-02-21 | SL-19105 Updated icons, menus and Received items panel visibility in ↵ | Maxim Nikolenko | |
single-folder mode | |||
2023-02-21 | SL-19108 Managing inventory thumbnail | Andrey Kleshchev | |
2023-02-21 | SL-19108 Rename outfit snapshot floater | Andrey Kleshchev | |
2023-02-20 | SL-19108 WIP Managing inventory thumbnail #5 | Andrey Kleshchev | |
2023-02-20 | SL-19105 WIP Allow setting on_visible in XML for menu separator | Maxim Nikolenko | |
2023-02-20 | mac build fix | Maxim Nikolenko | |
2023-02-19 | SL-19108 WIP Managing inventory thumbnail #4 | Andrey Kleshchev | |
Added icons | |||
2023-02-17 | SL-19108 Build fix | Andrey Kleshchev | |
2023-02-17 | SL-19117 Fix thumbnail preview not working for outfits | Andrey Kleshchev | |
2023-02-17 | SL-19108 WIP Managing inventory thumbnail #3 | Andrey Kleshchev | |
2023-02-17 | SL-19108 WIP Managing inventory thumbnail #2 | Andrey Kleshchev | |
2023-02-17 | SL-19108 WIP Managing inventory thumbnail #1 | Andrey Kleshchev | |
2023-02-17 | SL-19105 WIP Single-folder inventory view | Maxim Nikolenko | |
2023-02-17 | SL-18735 Fix scroll not following item for long enough | Andrey Kleshchev | |
2023-02-17 | SL-19204 Crash at removeObserver | Andrey Kleshchev | |
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. | |||
2023-02-16 | Merge pull request #79 from secondlife/signal/trader-joes-bread | Signal Linden | |
Reduce stale time for PRs | |||
2023-02-16 | SL-18246 Highlight 100% transparent faces for scripted objects | Alexander Gavriliuk | |
2023-02-15 | SL-18330: Fix per PR review comments. | Nat Goodspeed | |
2023-02-15 | SL-18330: Merge branch 'contribute' into sl-18330-merge | Nat Goodspeed | |
2023-02-15 | SL-18330: Fix egregious existing build errors in contribute branch. | Nat Goodspeed | |
2023-02-15 | SL-19159 Build fixes | Andrey Kleshchev | |
2023-02-15 | SL-18330: Merge branch 'contribute' into sl-18330-merge | Nat Goodspeed | |
2023-02-14 | SL-19207 Skins cleanup; Remove unused files (not present in /en/) across all ↵ | Pantera Północy | |
translations (#80) | |||
2023-02-14 | SL-19140 Fix contribution doc | Andrey Kleshchev | |
2023-02-14 | SL-19140 Merge pull request #81 from Ansariel/DRTVWR-567 | akleshchev | |
Add multi item properties floater support | |||
2023-02-14 | SL-19196 Nearby chat bar moves down every time it gains focus | Andrey Kleshchev | |
2023-02-14 | Re-enable properties menu option for inventory multi-selections | Ansariel | |
2023-02-14 | Add multi item properties floater support | Ansariel | |
2023-02-14 | SL-18581 Add more logging | Andrey Lihatskiy | |
2023-02-13 | SL-18268 - Viewer update to read group chat history. | simon | |
Feature described at https://community.secondlife.com/blogs/entry/12652-coming-soon-to-a-viewer-near-you-group-chat-history/ | |||
2023-02-13 | Fix up a couple of tiny merge conflicts after a merge with main | Callum Prentice | |
2023-02-13 | Fix up a couple of tiny merge conflicts after a merge with main | Callum Prentice | |
2023-02-13 | SL-19207 Update contributions document | Andrey Kleshchev | |
2023-02-13 | SL-19207 Polish translation: notifications, strings, a few floaters; Minor ↵ | Pantera Północy | |
changes in /en/ (#78) | |||
2023-02-13 | SL-19110 revert LLUUID::combine() to old algorithm to match server code. (#75) | Henri Beauchamp | |
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. | |||
2023-02-13 | SL-19110 revert LLUUID::combine() to old algorithm to match server code. (#75) | Henri Beauchamp | |
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. | |||
2023-02-13 | Reduce stale time for PRs | Signal Linden | |
Let's reduce the stale time from 60 days to 30. We already have at least two multi-month PRs. | |||
2023-02-12 | SL-19119 Fix mouse steering | Andrey Kleshchev | |
2023-02-12 | SL-18964 Move creating of LLViewerFetchedTexture::sSmokeImagep to ↵ | Alexander Gavriliuk | |
LLDrawPoolAlpha::renderDebugAlpha() | |||
2023-02-11 | SL-19203 Change default link color from green to blue | Andrey Kleshchev | |
2023-02-10 | SL-19194 update slurl handling (#74) | Maxim Nikolenko | |
2023-02-10 | SL-19189 FIXED My Outfits system items have circle over them | Maxim Nikolenko | |
2023-02-09 | SL-19190 Laggy behavior when turning | Andrey Kleshchev | |
GetAsyncKeyState is luggy in some conditions and no longer needed due to fix for SL-16845 - all 'up' keys get reset when leaving window | |||
2023-02-09 | Merge branch 'main' into DRTVWR-577-maint-S | Andrey Kleshchev | |
# Conflicts: # indra/llcommon/llsdserialize.cpp # indra/llcommon/llsdserialize.h # indra/newview/llfilepicker.h # indra/newview/llfilepicker_mac.h # indra/newview/llfilepicker_mac.mm | |||
2023-02-09 | SL-19167 Preview on outfit snapshot tool is too small | Andrey Kleshchev | |
In thin windows preview can be tiny, make sure it displays properly | |||
2023-02-09 | SL-18970 Heavy name cache spam | Andrey Kleshchev | |
If cap fails viewer can spam hundreds of "get legacy for agent" to logs which freezes it. | |||
2023-02-08 | SL-19161 - logging of basic translation stats in ViewerStats | Brad Payne (Vir Linden) | |