summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2024-10-17#2572 Voice dot appears next to avatar's name in Conversations floaterAlexander Gavriliuk
2024-10-17Resolve maint-c post merge shutdown issue #2Andrey Kleshchev
2024-10-17Resolve maint-c post merge shutdown issue (#2872)Andrey Kleshchev
2024-10-17Merge pull request #2805 from secondlife/maxim/lua-nearby-avatarsMaxim Nikolenko
Lua api to get info about nearby avatars and objects
2024-10-16Add a response with result when taking snapshot; and other clean upMnikolenko Productengine
2024-10-16Remove dependency on libwayland-dev (#2865)AiraYumi
2024-10-16#2112 Provide SL Grid Map coordinates for Official Viewer Users pleaseAlexander Gavriliuk
2024-10-15Merge branch 'develop' into maxim/lua-nearby-avatarsNat Goodspeed
2024-10-15viewer#1472 Fix some mirror parameters not adjustingAndrey Kleshchev
combo box only recognizes value "6"
2024-10-15Merge remote-tracking branch 'origin/release/2024.09-ExtraFPS' into developBrad Linden
2024-10-15viewer#2850 Fix a crash in LLTextureFetchWorkerAndrey Kleshchev
cache worker does not respond in case it was aborted, leaving behind a handle.
2024-10-14Merge pull request #2849 from secondlife/rider/world_map_flagsRider Linden
New flags on ScriptTeleportRequest message.
2024-10-14Private Issue #297: Code review feedback.Rider Linden
2024-10-14Private Issue #297: Accept new flags in ScriptTeleportRequest message. Flags ↵Rider Linden
indicate if the world map should be opened and focused.
2024-10-14Merge pull request #2823 from secondlife/v-1883cosmic-linden
secondlife/viewer#1883: Terrain paint client prototype WIP code check-in
2024-10-14secondlife/viewer#1883: Fix compiler errorsCosmic Linden
2024-10-14Use correct German date format for German localization (#2845)Ansariel Hiller
2024-10-14viewer#2819 Group member pagination toggleAndrey Kleshchev
Group member pagination is not ready, disable it untill later
2024-10-14#1921 Add setting to hide source info from output in Lua Debug ConsoleMnikolenko Productengine
2024-10-13Fix time format copy&paste error (#2844)Ansariel Hiller
2024-10-13Remove traces of FLTK (#2834)Ansariel Hiller
2024-10-12Revert "Add toggles to avatar dropdown for hear sound or voice from avatar. ↵Andrey Lihatskiy
(#2518, #2519)" This reverts commit 6af471482d6801530915c1c9ae4bdf788af52eae.
2024-10-12Revert "Add toggles to avatar dropdown for hear sound or voice from avatar. ↵Andrey Lihatskiy
(#2518, #2519)" This reverts commit 6af471482d6801530915c1c9ae4bdf788af52eae.
2024-10-12#2408 The long covenant with emojis (no double requesting)Alexander Gavriliuk
2024-10-11Rework GHA matrix config to fix linux buildRye
2024-10-11viewer#2172 AM/PM selector #2Andrey Kleshchev
2024-10-11viewer#2172 Fix Unit TestAndrey Kleshchev
2024-10-11viewer#2172 AM/PM selectorAndrey Kleshchev
2024-10-11secondlife/viewer#1883: Review feedbackCosmic Linden
2024-10-11secondlife/viewer#1883: Fix logic error caught by clangCosmic Linden
2024-10-11secondlife/viewer#1883: Fix terrain paintmap bit depth hardcoded in places ↵Cosmic Linden
and increase default bit depth to 8
2024-10-11secondlife/viewer#1883: (WIP/Alpha/WOMM) Fix some compiler and runtime errorsCosmic Linden
2024-10-11secondlife/viewer#1883: (WIP) (not yet working) Brush queueCosmic Linden
2024-10-11secondlife/viewer#1883: (WIP) Alpha paint queueCosmic Linden
2024-10-11(WIP) Local paintmap modification testCosmic Linden
2024-10-11Merge pull request #2830 from secondlife/feature/rlvaVir Linden
Project: RLVa
2024-10-11Update demo scriptsMnikolenko Productengine
2024-10-11Remove FLTK (#2832)AiraYumi
2024-10-10Implement the groundwork for wayland support. (#2803)Nicky Dasmijn
During compile time try to detect libwayland-client-dev is installed, - If yes, compile a viewer which can run and start under wayland. libwayland-client is needed to detect if the viewer is hidden/minimized. - if no, disable wayland support and refuse to start the viewer under wayland (xwayland is okay). To not introduce a hard link dependency on libwayland-client.so the object will be loaded dynamically if needed.
2024-10-10Merge branch 'rlva/base' into feature/rlvaAndrey Lihatskiy
# Conflicts: # indra/newview/skins/default/xui/en/menu_viewer.xml
2024-10-10Merge branch 'develop' into maxim/lua-nearby-avatarsMaxim Nikolenko
2024-10-10Update test_animation.lua demo scriptMnikolenko Productengine
2024-10-10viewer#2818 Creating a link to an empty notecard fails #3Andrey Kleshchev
2024-10-09#2696 The viewer crashes on gestures floater (fix navigation)Alexander Gavriliuk
2024-10-09viewer#2818 Creating a link to an empty notecard fails #2Andrey Kleshchev
2024-10-09viewer#2270 The "More" button does not close the "Choose emoji" floaterAndrey Kleshchev
2024-10-08Follow-up test fixAndrey Lihatskiy
2024-10-08Use approximate equality for failing v3dmath test.Nat Goodspeed
Modernize lltut.h. Allow both F32 and F64 for ensure_approximately_equals() etc. Use std::string_view instead of const char* for message string to allow passing std::string as well. Use stringize() instead of explicit std::stringstream idiom.
2024-10-08Merge branch 'develop' into marchcat/xcode-16Andrey Lihatskiy
# Conflicts: # .github/workflows/build.yaml # indra/llmath/raytrace.cpp
2024-10-08Follow-up test fixAndrey Lihatskiy