| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-11 | Adjust open path on FreeBSD | Erik Kundiman | |
| Had forgotten it's a bit different, before. | |||
| 2025-12-10 | Fix failure to reconnect after disconnect and occasional dropout issue (#5126) | Roxanne Skelly | |
| * Fix failure to reconnect after disconnect and occasional dropout issue We were occasionally seeing dropouts which may have been caused by ICE renegotiate requests. The code is there to reconnect in that case, but there were a few bugs, some of which were likely due to the webrtc upgrade. Also, we were seeing failures to reconnect after voice server restart. There were some issues with the PTT button that came up after the above issue was fixed. * We need to set mute state for p2p/adhoc/group calls as well | |||
| 2025-12-11 | Revert #4899 "Add more functionality to LLFile and cleanup LLAPRFile" | Andrey Kleshchev | |
| Interferes with linux work, will be moved to a different branch and applied separately. | |||
| 2025-12-10 | #5138 fix multi column comboboxes not honoring width parameter | Zi Ree | |
| 2025-12-10 | #5138 Added test case for multiple columns in a combo box | Andrey Kleshchev | |
| 2025-12-10 | p#512 Block ability to accidentaly purge Inventory items outside of trash | Andrey Kleshchev | |
| Purge menu is trash specifc and shouldn't touch other items | |||
| 2025-12-10 | #5122 update version format | Maxim Nikolenko | |
| 2025-12-10 | Fix typo found by Copilot | fmartian | |
| Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> | |||
| 2025-12-10 | Generate error if the asset upload is bigger than INT_MAX as recommended by ↵ | Frederick Martian | |
| Copilot | |||
| 2025-12-10 | Make function documentation more clear about the negative offset value. | Frederick Martian | |
| Improve error checking inside function and add comment about not updating the seek pointer when an offset of 0 is specified | |||
| 2025-12-10 | Update indra/test/llfile_tut.cpp | fmartian | |
| Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> | |||
| 2025-12-10 | Update indra/llcommon/llfile.h | fmartian | |
| Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> | |||
| 2025-12-10 | Fix typo and check for valid opened file | Frederick Martian | |
| 2025-12-10 | Add header include for apr_signal.h that was removed from llapr.h as it was ↵ | Frederick Martian | |
| not neededanywhere else | |||
| 2025-12-10 | Remove chatty warning message when checking for existence of a file | Frederick Martian | |
| 2025-12-10 | Improve comment and remove superfluous error_code check | Frederick Martian | |
| 2025-12-10 | Cleanup unused LLAPRFile functions | Frederick Martian | |
| 2025-12-10 | Incorporate some of the comment improvements suggested by Copilot and make ↵ | Frederick Martian | |
| LLFile::size() return -1 on error and adjust the callers to account for that. | |||
| 2025-12-10 | Remove commented out old function calls | Frederick Martian | |
| 2025-12-10 | Fix several typos and comments | Frederick Martian | |
| 2025-12-10 | The returned vector should only contain filenames, not the entire paths | Frederick Martian | |
| 2025-12-10 | - Improve documentation of LLFile functions and methods | Frederick Martian | |
| - Improve error handling in LLFile::read(), LLFile::write() and LLFile::copy() - Improve LLFileSystem::getFileSize() to work with the extra possibility of LLFile::size() returning -1 on error - Replace LLAPRFile:readEx() and LLAPRFile::writeEx() with according LLFile functions | |||
| 2025-12-10 | Add LLFile unit tests | Frederick Martian | |
| Initial implementation of unit tests for LLFile functionality | |||
| 2025-12-10 | Refactoring of LLFile class to support additional methods | Frederick Martian | |
| - LLFile with its own class method interface to access files for read and write - Remove rudimentary LLUniqueFile class as LLFile supports now all of that and more - Implement most of the filename based functions using std::filesystem functions - Replace LLFile::rmdir() with LLFile::remove() since this function now supports deleting files and directories on all platforms. | |||
| 2025-12-10 | Clarify some documentation and add an LLFile:read() and LLFile::write() ↵ | Frederick Martian | |
| static function. These functions will be used to replace LLAPRFile::readEx() and LLAPRFile::writeEx() in an upcoming patch. | |||
| 2025-12-10 | Add a new static function LLFile::size() to determine the size of a file_name. | Frederick Martian | |
| Replace LLAPRFile::remove(), LLAPRFile::size() and LLAPRFile::isExist() with according functions from LLFile and retire these LLAPRFile methods and the never used LLAPRFile::rename(), LLAPRFile::makeDir() and LLAPRFile::removeDir() functions. Also clean up remarks about the threading safety of the APRCachePool, which is not used in these locations anymore. | |||
| 2025-12-10 | #5122 update version format | Maxim Nikolenko | |
| 2025-12-10 | #2639 Reapplied GPU benchmark fix | Andrey Kleshchev | |
| First test returns quarter to a half the throughput, do two tests. May be caused by driver, may be some 'energy saving', but not important enough to spend time investingating. It was working the same way prior to ExtraFPS, but viewer was running an extra CPU test that 'preheated' the system. Also increasing minimum throughput as numerous new features, like mirrors and pbr were added and requirements are now higher. | |||
| 2025-12-10 | #5129 Hide moderator options for participants who are not connected to the ↵ | Maxim Nikolenko | |
| same voice space | |||
| 2025-12-10 | Add missing static declaration for LLCachedControl | Ansariel | |
| 2025-12-10 | #5125 Negative pixel area in object's info | Andrey Kleshchev | |
| 2025-12-09 | #5123 A bunch of small performance optimizations | Andrey Kleshchev | |
| mostly for turning control settings into cached variants | |||
| 2025-12-08 | #4604 Tweak LLImageBase's 'out of memory' handling | Andrey Kleshchev | |
| 2025-12-08 | Merge branch 'release/2026.01' into maxim/voice-moderation | Mnikolenko Productengine | |
| # Conflicts: # indra/newview/llviewerstats.h | |||
| 2025-12-08 | #3612 "Copy SLURL" from Favorites bar not working #2 | Andrey Kleshchev | |
| 2025-12-05 | #4931 Fix missed name cache connection #2 | Andrey Kleshchev | |
| 2025-12-05 | #5109 LLExperienceCache crashes on a coroutine | Andrey Kleshchev | |
| 2025-12-05 | Merge pull request #5113 from secondlife/andreyk/privileged_land | Rider Linden | |
| #4628 New land access permission | |||
| 2025-12-05 | #4628 New land access permission | Andrey Kleshchev | |
| 2025-12-05 | #3612 "Copy SLURL" from Favorites bar not working | Andrey Kleshchev | |
| If region isn't online, can't get region position and form slurl | |||
| 2025-12-04 | Merge branch 'release/2026.01' into maxim/2025.07-Flat-UI | Mnikolenko Productengine | |
| 2025-12-04 | Merge remote-tracking branch 'secondlife/release/2026.01' into 2026.01 | Erik Kundiman | |
| 2025-12-04 | Revert "Legacy search floater" | Erik Kundiman | |
| This reverts commit 17e9bcbf628aa5bda84a36fc7daa9c6041e1bada. | |||
| 2025-12-04 | Revert "FS search cleanup -> Categories dropdown button" | Erik Kundiman | |
| This reverts commit c9fdaad8df2741b3a94151b66c574a63a0845529. | |||
| 2025-12-04 | Revert "CMakeLists adding fsfloatersearch.h" | Erik Kundiman | |
| This reverts commit 18a02a0c8f7a73cd44e8fe4f3c3b23a9195f2730. | |||
| 2025-12-04 | Revert "Attempt to fix the teleport issue from legacy search" | Erik Kundiman | |
| This reverts commit a68c5bae3173bfeda314f1d8278b80622496c11e. | |||
| 2025-12-04 | Merge remote-tracking branch 'secondlife/main' | Erik Kundiman | |
| 2025-12-04 | Merge branch '2025.08' | Erik Kundiman | |
| 2025-12-04 | Update instructions' minimum macOS version to 12 | Erik Kundiman | |
| 2025-12-03 | update CLA exceptions allowlist | Brad Linden | |
