summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2023-10-23SL-20498 Preserve default probe when resetting reflection probes.RunitaiLinden
2023-10-23SL-13610 revert changes to floater_about_landAndrey Kleshchev
Dupplicate. No idea how it got into the merge
2023-10-23SL-13610 build fixMnikolenko Productengine
2023-10-23SL-13610 [MAC] Manufacturer based searchAndrey Kleshchev
2023-10-23SL-13610 [MAC] WIP filter out incompatible devicesAndrey Kleshchev
2023-10-23SL-13610 [MAC] WIP enable initing devices by local idAndrey Kleshchev
2023-10-23SL-13610 [MAC] WIP List HID available devices in joystick selectionAndrey Kleshchev
Doesn't filter the list yet, just shows full list of usb devices Selecting visible devices doesn't work yet
2023-10-20SL-20163 Rework LLAvatarPropertiesProcessor::sendRequest()Alexander Gavriliuk
2023-10-20SL-20441 Do not recreate desktop shortcut when updatingAndrey Kleshchev
2023-10-20SL-20380 show group notice button only if user is a member of the group (#465)Maxim Nikolenko
2023-10-20SL-16661 dmg installer updateAndrey Lihatskiy
2023-10-20SL-20163 Rework hide_age in processAvatarPropertiesReply()Alexander Gavriliuk
2023-10-20SL-20163 Rework add/remove observers in LLAvatarPropertiesProcessorAlexander Gavriliuk
2023-10-20SL-20422 Unit test fixAndrey Kleshchev
2023-10-20SL-20506 Crash when recreating LLViewerParcelMediaAndrey Kleshchev
2023-10-19SL-20504 Chat history crashes on shutdownAndrey Kleshchev
2023-10-19SL-20442 - build fixMnikolenko Productengine
2023-10-19SL-20497 FIXED Minimum distance is not updated correctlyMaxim Nikolenko
2023-10-19[BUG-234493] Add "Until key release" to the gesture "Wait"Kyler Eastridge
2023-10-18SL-20376 Clarify group membership status and leave-group confirmation dialogMaxim Nikolenko
2023-10-18Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559RunitaiLinden
2023-10-18SL-20149 Potential fix for crash when unsitting on a reflection probe. Also ↵RunitaiLinden
fix for assertion in lltexturefetch.
2023-10-18SL-20463 Rename outfit dialog box accepts emoji charactersAlexander Gavriliuk
2023-10-18SL-20232 Cleanup #6Andrey Kleshchev
2023-10-17Merge branch 'DRTVWR-559' of https://github.com/secondlife/viewer into ↵Jonathan "Geenz" Goodman
DRTVWR-559
2023-10-17Update settings.xmlJonathan "Geenz" Goodman
SL-20154
2023-10-17Update llmaterialeditor.cppJonathan "Geenz" Goodman
SL-20392
2023-10-17Update llmaterialeditor.cppJonathan "Geenz" Goodman
SL-20392
2023-10-17Merge branch 'DRTVWR-559' of https://github.com/secondlife/viewer into ↵Jonathan "Geenz" Goodman
DRTVWR-559
2023-10-17Fix for SL-19283Jonathan "Geenz" Goodman
2023-10-17SL-20461 Don't display 'sky converted to HDR' message when opening waterAndrey Kleshchev
2023-10-17SL-20476: Don't let the compiler know we intend to crash.Nat Goodspeed
clang has gotten smart enough to recognize an inline attempt to store to address zero. Fool it by storing to an address passed as a parameter, and pass nullptr from a different source file.
2023-10-17SL-20232 Allow deletion of worn items #5Andrey Kleshchev
2023-10-17SL-20232 Allow deletion of folders with worn content in gallery view #4Andrey Kleshchev
2023-10-17SL-20232 Allow deletion of folders with worn content in tree view #3Andrey Kleshchev
2023-10-17SL-20232 Fix gallery not checking descendantsAndrey Kleshchev
2023-10-17SL-20232 Allow deletion of worn items #2Andrey Kleshchev
2023-10-17SL-20232 Allow deletion of worn items #1Andrey Kleshchev
2023-10-17SL-20457 allow creating new items from the right-click context menuMaxim Nikolenko
2023-10-17SL-20465 allow creating new items from the right-click context menuMaxim Nikolenko
2023-10-17SL-20163 Fix missing flagsAndrey Kleshchev
Just in case, this is not fully in use yet, mostly because requests for avatar icons will become very heavy due all that additional info
2023-10-17SL-20163 Rename hide_sl_age to hide_ageAlexander Gavriliuk
2023-10-17SL-18837: Avoid stuffing build number into 32-bit int.Nat Goodspeed
Even though LLVersionInfo::getBuild() already returns a 64-bit int, various consumers assumed it could fit into 32 bits. It was especially bad to pass it to a classic C style varargs function. Only on a little-endian CPU, and only because it was the last argument, the damage was limited to truncation -- instead of arbitrary undefined behavior. Where the consumer doesn't support 64-bit ints, pass as string instead.
2023-10-16SL-18837: Second Life Release.app=>Second Life Viewer.app in tarballNat Goodspeed
2023-10-16SL-18837: Create Second Life Viewer.app, not Second Life Release.appNat Goodspeed
2023-10-16SL-20473 Add GenericStreamingMessage and dummy handler to suppress packet ↵RunitaiLinden
loss and log spam noise when visiting GLTF enabled regions.
2023-10-16Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559RunitaiLinden
2023-10-16SL-20258 Fix for LSL spamming new probes into the scene deadlocking probe ↵RunitaiLinden
updater. Add probe update debug display.
2023-10-16SL-20382 Warn when moving no-copy items on dropAndrey Kleshchev
2023-10-14SL-20163 Allow residents to hide exact join date on profilesAlexander Gavriliuk