Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | #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 | 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 | 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 | viewer#2818 Creating a link to an empty notecard fails | Andrey Kleshchev | |
AIS 'Cannot link to items with a NULL asset_id.' | |||
2024-10-07 | Merge pull request #2820 from secondlife/leviathan/restore-JoystickAxis | Andrew Meadows | |
restore old JoystickAxis name convention | |||
2024-10-07 | restore old JoystickAxis name convention | leviathan | |
2024-10-07 | #2542 Buoyant Nametags (hide the name tag for deep underwater avatar) | Alexander Gavriliuk | |
2024-10-05 | Fix issues with game control preferences: | Ansariel | |
* Add missing names for controls to make content localizable * Fix labels for controls that are obviously wrong/make no sense | |||
2024-10-05 | Follow up for 39eb250 (#2815) | Ansariel Hiller | |
2024-10-05 | More cleanup of LLMath and the color classes in particular (#2810) | Ansariel Hiller | |
2024-10-04 | Fix mac link error using GL 4.3 functions (#2813) | Brad Linden | |
2024-10-04 | Merge pull request #2771 from secondlife/v-2472 | cosmic-linden | |
secondlife/viewer#2472: Debug tools for labeling textures | |||
2024-10-04 | Merge remote-tracking branch 'origin/develop' into leviathan/game-control | Brad Linden | |
2024-10-04 | viewer-private#300 Fix inconsistency of finding inventory id | Andrey Kleshchev | |
when picker was in a different mode | |||
2024-10-04 | viewer-private#300 Fix inconsistency with multiple textures | Andrey Kleshchev | |
2024-10-04 | repair rebase: remove duplicate SDL initialization | Andrew Meadows | |
2024-10-03 | secondlife/viewer#2472: Also don't persist local file enumeration beyond ↵ | Cosmic Linden | |
next session | |||
2024-10-03 | secondlife/viewer#2472: Feedback | Cosmic Linden | |
Disable if not supported for OpenGL version Minimize performance footguns Simplify for clause | |||
2024-10-03 | Default OpenAL audio backend on so all build configurations have audio | Rye Cogtail | |
2024-10-03 | Update havok packages and enable linux64 Release builds | Rye | |
2024-10-03 | #2408 The long covenant with emojis (crash fix) | Alexander Gavriliuk | |
2024-10-03 | fix GameControl save settings, fix linux build | Andrew Meadows | |
2024-10-03 | Fix GL init on Linux/SDL on various combinations of GPU driver | Rye Cogtail | |
2024-10-03 | Fix AMD gpu detection under linux | Rye Cogtail | |
2024-10-03 | remove crashy LLSD ctor used by GameControl | leviathan | |