summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2024-10-22#2007 The 'No device' option isn't displayed in the 'Input/Output' drop-down ↵Alexander Gavriliuk
boxes
2024-10-21Merge pull request #2896 from secondlife/v-2895cosmic-linden
secondlife/viewer#2895: Fix Windows cmake not detecting latest python
2024-10-21Merge branch 'develop' into nat/frame-profile-statsNat Goodspeed
2024-10-21Regenerate viewer stats for frame profile dump fileNat Goodspeed
instead of reporting the most recent previous viewer stats blob.
2024-10-18secondlife/viewer#2895: Fix Windows cmake not detecting latest pythonCosmic Linden
2024-10-18viewer#2884 CleanupAndrey Kleshchev
2024-10-18viewer#2884 Convert webrtc and experience coroutines into idle callbacksAndrey Kleshchev
2024-10-18#2303 An error occured while trying to connect to voiceAlexander Gavriliuk
2024-10-17Merge branch 'develop' into nat/frame-profile-statsNat Goodspeed
2024-10-17Add the latest viewer stats packet into Frame Profile dump file.Nat Goodspeed
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-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