| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-15 | Reapply "SL-20411 Fix texture preview images not always loading" | Erik Kundiman | |
| This reverts commit 956bd1fa85131be204ce023e61f64b2df99b666b. | |||
| 2024-05-15 | Reapply "SL-20411 Don't load all thumnails at once for large folders #2" | Erik Kundiman | |
| This reverts commit 05475f8cfab81fe70b87b24031a12465cfbf492e. | |||
| 2024-05-15 | Reapply "SL-20411 Thumbnail textures should have less of an impact on ↵ | Erik Kundiman | |
| performance #1" This reverts commit 08f186a700c3fe7976228468f137c920e343bb64. | |||
| 2024-05-15 | Float operands for float operations | Erik Kundiman | |
| This is so that it doesn't throw a compilation error at runtime for not finding the named function expecting certain operand types, on some certain other implementation. | |||
| 2024-05-14 | Increment viewer version to 7.1.8 | Nat Goodspeed | |
| following promotion of secondlife/viewer #705: Maintenance X | |||
| 2024-05-14 | Merge DRTVWR-591-maint-X to main on promotion of secondlife/viewer #705: ↵ | Nat Goodspeed | |
| Maintenance X | |||
| 2024-05-14 | Fix shader error on mac: 'Redeclaration of sized array 'terrain_texcoord' ↵ | Brad Linden | |
| not allowed' | |||
| 2024-05-14 | Merge branch 'brad/gltf-dev-merge-main-and-featurettes' into ↵ | Brad Linden | |
| project/gltf_development | |||
| 2024-05-14 | Merge branch 'project/gltf_development' into project/gltf_development | Dave Parks | |
| 2024-05-14 | Merge remote-tracking branch 'origin/release/materials_featurette' into ↵ | Brad Linden | |
| project/gltf_development | |||
| 2024-05-14 | Merge pull request #1453 from secondlife/v-907 | cosmic-linden | |
| secondlife/viewer#907: Local PBR terrain texture transform in advanced settings | |||
| 2024-05-14 | Merge remote-tracking branch 'origin/main' into release/materials_featurette | Brad Linden | |
| 2024-05-14 | #1457 Fix the tests on mac | Andrey Lihatskiy | |
| 2024-05-13 | Don't overwrite voice channel's credentials when retrieving the channel. | Roxie Linden | |
| 2024-05-13 | secondlife/viewer#907: Fix LLGLTFMaterial tests | Cosmic Linden | |
| 2024-05-13 | secondlife/viewer#907: Fix bad merge in LLGLTFMaterial | Cosmic Linden | |
| Caused by a conflict between the LLGLTFMaterial::getHash fix, and an improvement in LLGLTFMaterial field ordering for platform-dependent memory reduction. | |||
| 2024-05-13 | Update volume_catcher.h | Nicky Dasmijn | |
| Add a virtual dtor | |||
| 2024-05-13 | incoming p2p sessions for webrtc may not have names yet. | Roxie Linden | |
| 2024-05-13 | viewer#1424 Favorites in Appearance floater #4 | Andrey Kleshchev | |
| 2024-05-13 | Revert "viewer#819 Avoid reading the same XML file multiple times" | Andrey Kleshchev | |
| This reverts commit a865d423974ea06dffa47798c81e98e7570b02ec. Reason for revert: viewer#1420, reverting to not hold maint-A (is deepCopy not full?) | |||
| 2024-05-13 | Merge pull request #1460 from secondlife/DRTVWR-600-maint-A | Dave Parks | |
| viewer#1420 Fixed names not showing in Chat | |||
| 2024-05-13 | viewer-private#236 Don't block removal of marketplace folders | Andrey Kleshchev | |
| Marketplace is not visible outside of own floater and that floater will do an extra warning when deleting listings that have additional data. | |||
| 2024-05-13 | Merge branch 'main' into DRTVWR-591-maint-X | Andrey Lihatskiy | |
| # Conflicts: # autobuild.xml | |||
| 2024-05-10 | secondlife/viewer#907: Local PBR terrain texture transforms | Cosmic Linden | |
| 2024-05-11 | viewer#1424 Favorites in Appearance floater #3 | Andrey Kleshchev | |
| Menus | |||
| 2024-05-10 | Fix issue where groups/adhoc chats were named with the initiators display name | Roxie Linden | |
| 2024-05-10 | Fix broken merge and BOOL/bool issues | Ansariel | |
| 2024-05-10 | Remove reference and const qualifier from skindir | Erik Kundiman | |
| This is so it doesn't throw an error about the instance not being able to run the replace function, for example, on a certain platform. If it's found out later that this causes problems, then make it exceptional only for that certain platform. | |||
| 2024-05-10 | viewer#1424 Colored Favorites in Appearance floater | Andrey Kleshchev | |
| 2024-05-09 | SL-20288 Fix renaming | Andrey Kleshchev | |
| getChangedIDs is only accurate in scope of observer's callback, don't use it onIdle. getObject call made no sense, item was warrantied to be LLViewerInventoryItem and would only be AT_CATEGORY if it is a link, making the following cast to a category dangerous | |||
| 2024-05-09 | viewer#1424 Favorites in Appearance floater #2 | Andrey Kleshchev | |
| 2024-05-09 | Bump up coroutine stack size: saw C00000FD test termination. | Nat Goodspeed | |
| (cherry picked from commit dc0b3aed4782e4e4835fd6b9d59d1d70b78be4a7) | |||
| 2024-05-09 | enable ime on xwayland (environment setting move) | AiraYumi | |
| 2024-05-09 | Put meshoptimizer licence back for Linux | Erik Kundiman | |
| cause at least on Fedora, it's linked statically. | |||
| 2024-05-09 | Remove ARB suffix from macros for more portability | Erik Kundiman | |
| 2024-05-09 | viewer#1424 Favorites in Appearance floater #1 | Andrey Kleshchev | |
| 2024-05-08 | Fix some session shutdown/error handling code | Roxie Linden | |
| 2024-05-08 | Fix for mirrors not functioning properly under water. (#1436) | Jonathan "Geenz" Goodman | |
| * #1165 Fix for clipping and culling for mirrors under water. | |||
| 2024-05-08 | Even more mirror fixes. (#1429) | Jonathan "Geenz" Goodman | |
| #1271 Add support for mirrors that do not have avatars in them. It does this based on if the probe is set to dynamic or not. #1370 More optimization work to reduce GPU utilization. #1058 - Removed sim feature flag that was overriding mirrors enabled flags secondlife/viewer-private#128 - Locally cache the mirror probe #679 Add additional options to the build floater for mirror probes, including descriptions. | |||
| 2024-05-08 | enable ime on xwayland | AiraYumi | |
| 2024-05-08 | viewer#1420 Fixed names not showing in Chat | Andrey Kleshchev | |
| Save node prior to calling updateDefault | |||
| 2024-05-07 | Merge pull request #1421 from secondlife/DRTVWR-600-maint-A | Dave Parks | |
| Drtvwr 600 maint a | |||
| 2024-05-07 | secondlife/viewer#1333 BOOL to bool conversion leftovers: ternaries | Alexander Gavriliuk | |
| 2024-05-07 | viewer#799 Account for renderTarget | Andrey Kleshchev | |
| 2024-05-07 | viewer#799 Account for reflection probes' memory | Andrey Kleshchev | |
| 2024-05-07 | viewer#799 getAvailableVRAMMegabytes cleanup | Andrey Kleshchev | |
| 2024-05-06 | The IM Floater speak button was disabled when making group calls | Roxie Linden | |
| This is because the button enable state was updated before the call had fully established. | |||
| 2024-05-06 | Merge remote-tracking branch 'origin/main' into project/gltf_development | Brad Linden | |
| 2024-05-07 | viewer#1195 Don't allow Bake textures as group images | Andrey Kleshchev | |
| 2024-05-06 | Merge branch 'main' of https://github.com/secondlife/viewer into ↵ | Roxie Linden | |
| roxie/webrtc-voice | |||
