Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-17 | #2572 Voice dot appears next to avatar's name in Conversations floater | Alexander Gavriliuk | |
2024-10-17 | Resolve maint-c post merge shutdown issue #2 | Andrey Kleshchev | |
2024-10-17 | Resolve maint-c post merge shutdown issue (#2872) | Andrey Kleshchev | |
2024-10-17 | Merge pull request #2805 from secondlife/maxim/lua-nearby-avatars | Maxim Nikolenko | |
Lua api to get info about nearby avatars and objects | |||
2024-10-16 | Add a response with result when taking snapshot; and other clean up | Mnikolenko Productengine | |
2024-10-16 | Remove dependency on libwayland-dev (#2865) | AiraYumi | |
2024-10-16 | #2112 Provide SL Grid Map coordinates for Official Viewer Users please | Alexander Gavriliuk | |
2024-10-15 | Merge branch 'develop' into maxim/lua-nearby-avatars | Nat Goodspeed | |
2024-10-15 | viewer#1472 Fix some mirror parameters not adjusting | Andrey Kleshchev | |
combo box only recognizes value "6" | |||
2024-10-15 | Merge remote-tracking branch 'origin/release/2024.09-ExtraFPS' into develop | Brad Linden | |
2024-10-15 | viewer#2850 Fix a crash in LLTextureFetchWorker | Andrey Kleshchev | |
cache worker does not respond in case it was aborted, leaving behind a handle. | |||
2024-10-14 | Merge pull request #2849 from secondlife/rider/world_map_flags | Rider Linden | |
New flags on ScriptTeleportRequest message. | |||
2024-10-14 | Private Issue #297: Code review feedback. | Rider Linden | |
2024-10-14 | Private Issue #297: Accept new flags in ScriptTeleportRequest message. Flags ↵ | Rider Linden | |
indicate if the world map should be opened and focused. | |||
2024-10-14 | Merge pull request #2823 from secondlife/v-1883 | cosmic-linden | |
secondlife/viewer#1883: Terrain paint client prototype WIP code check-in | |||
2024-10-14 | secondlife/viewer#1883: Fix compiler errors | Cosmic Linden | |
2024-10-14 | Use correct German date format for German localization (#2845) | Ansariel Hiller | |
2024-10-14 | viewer#2819 Group member pagination toggle | Andrey 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 Console | Mnikolenko Productengine | |
2024-10-13 | Fix time format copy&paste error (#2844) | Ansariel Hiller | |
2024-10-13 | Remove traces of FLTK (#2834) | Ansariel Hiller | |
2024-10-12 | Revert "Add toggles to avatar dropdown for hear sound or voice from avatar. ↵ | Andrey Lihatskiy | |
(#2518, #2519)" This reverts commit 6af471482d6801530915c1c9ae4bdf788af52eae. | |||
2024-10-12 | Revert "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-11 | Rework GHA matrix config to fix linux build | Rye | |
2024-10-11 | viewer#2172 AM/PM selector #2 | Andrey Kleshchev | |
2024-10-11 | viewer#2172 Fix Unit Test | Andrey Kleshchev | |
2024-10-11 | viewer#2172 AM/PM selector | Andrey Kleshchev | |
2024-10-11 | secondlife/viewer#1883: Review feedback | Cosmic Linden | |
2024-10-11 | secondlife/viewer#1883: Fix logic error caught by clang | Cosmic Linden | |
2024-10-11 | secondlife/viewer#1883: Fix terrain paintmap bit depth hardcoded in places ↵ | Cosmic Linden | |
and increase default bit depth to 8 | |||
2024-10-11 | secondlife/viewer#1883: (WIP/Alpha/WOMM) Fix some compiler and runtime errors | Cosmic Linden | |
2024-10-11 | secondlife/viewer#1883: (WIP) (not yet working) Brush queue | Cosmic Linden | |
2024-10-11 | secondlife/viewer#1883: (WIP) Alpha paint queue | Cosmic Linden | |
2024-10-11 | (WIP) Local paintmap modification test | Cosmic Linden | |
2024-10-11 | Merge pull request #2830 from secondlife/feature/rlva | Vir Linden | |
Project: RLVa | |||
2024-10-11 | Update demo scripts | Mnikolenko Productengine | |
2024-10-11 | Remove FLTK (#2832) | AiraYumi | |
2024-10-10 | Implement 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-10 | Merge branch 'rlva/base' into feature/rlva | Andrey Lihatskiy | |
# Conflicts: # indra/newview/skins/default/xui/en/menu_viewer.xml | |||
2024-10-10 | Merge branch 'develop' into maxim/lua-nearby-avatars | Maxim Nikolenko | |
2024-10-10 | Update test_animation.lua demo script | Mnikolenko Productengine | |
2024-10-10 | viewer#2818 Creating a link to an empty notecard fails #3 | Andrey Kleshchev | |
2024-10-09 | #2696 The viewer crashes on gestures floater (fix navigation) | Alexander Gavriliuk | |
2024-10-09 | viewer#2818 Creating a link to an empty notecard fails #2 | Andrey Kleshchev | |
2024-10-09 | viewer#2270 The "More" button does not close the "Choose emoji" floater | Andrey Kleshchev | |
2024-10-08 | Follow-up test fix | Andrey Lihatskiy | |
2024-10-08 | Use 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-08 | Merge branch 'develop' into marchcat/xcode-16 | Andrey Lihatskiy | |
# Conflicts: # .github/workflows/build.yaml # indra/llmath/raytrace.cpp | |||
2024-10-08 | Follow-up test fix | Andrey Lihatskiy | |