summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Expand)Author
2026-01-05Use the marketplace floater when a SL Marketplace URL is clickedHecklezz
2026-01-05Further optimize unregistration of loading meshes via std::unordered_setRye
2026-01-05secondlife/viewer#2623: Remove assertCosmic Linden
2026-01-05secondlife/viewer#2462: Optimize unloading of primsCosmic Linden
2026-01-05#2902 Additional lines are displayed from one corner of the regionAlexander Gavriliuk
2026-01-05secondlife/viewer#2674 Optimize LLWorld::renderPropertyLines() - use vertexBa...Alexander Gavriliuk
2026-01-05secondlife/viewer#2674 Optimize LLWorld::renderPropertyLines() - use simplifi...Alexander Gavriliuk
2026-01-05Remove unused boost::hash specialization from LLPointer and update std::hash ...Rye
2026-01-05Migrate ~LLPointer()'s peculiar warning case to llpointer.cpp.Nat Goodspeed
2026-01-05Explain why apparently redundant LLPointer methods are necessary.Nat Goodspeed
2026-01-05Use copy-and-swap idiom for LLPointer's assignment operators.Nat Goodspeed
2026-01-05LLConstPointer<T> is the same as LLPointer<const T>.Nat Goodspeed
2026-01-05Make `LLPointer` equality comparisons accept not-identical types.Nat Goodspeed
2026-01-05Optimize away repeated map finds for getParameterEntry* functions via pointersRye
2026-01-05secondlife/viewer#5007 Fix alpha debug overlay blend and mask conflict and al...Rye
2026-01-05secondlife/viewer#3322 No confirmation is shown when gifting all your moneyAlexander Gavriliuk
2025-12-23#5171 restore correct selection after clicking Cancel in PreferencesMaxim Nikolenko
2025-12-18#5111 change notification type from modal to alertMaxim Nikolenko
2025-12-17#5164 Adjust the 12 hour Time FormatAndrey Kleshchev
2025-12-17#5121 crash at getShowFolderStateMaxim Nikolenko
2025-12-17#5159 Fix Animated textures freezeAndrey Kleshchev
2025-12-16#4945 Crash at renderMorphMasksAndrey Kleshchev
2025-12-12#5148 Crash cleaning LLVOCacheAndrey Kleshchev
2025-12-12#2069 Activate group option in GroupAndrey Kleshchev
2025-12-11Remove dead llkeyframemotionparam and llstatemachine from llcharacterRye
2025-12-10Fix failure to reconnect after disconnect and occasional dropout issue (#5126)Roxanne Skelly
2025-12-11Revert #4899 "Add more functionality to LLFile and cleanup LLAPRFile"Andrey Kleshchev
2025-12-10#5138 fix multi column comboboxes not honoring width parameterZi Ree
2025-12-10#5138 Added test case for multiple columns in a combo boxAndrey Kleshchev
2025-12-10p#512 Block ability to accidentaly purge Inventory items outside of trashAndrey Kleshchev
2025-12-10Fix typo found by Copilotfmartian
2025-12-10Generate error if the asset upload is bigger than INT_MAX as recommended by C...Frederick Martian
2025-12-10Make function documentation more clear about the negative offset value.Frederick Martian
2025-12-10Update indra/test/llfile_tut.cppfmartian
2025-12-10Update indra/llcommon/llfile.hfmartian
2025-12-10Fix typo and check for valid opened fileFrederick Martian
2025-12-10Add header include for apr_signal.h that was removed from llapr.h as it was n...Frederick Martian
2025-12-10Remove chatty warning message when checking for existence of a fileFrederick Martian
2025-12-10Improve comment and remove superfluous error_code checkFrederick Martian
2025-12-10Cleanup unused LLAPRFile functionsFrederick Martian
2025-12-10Incorporate some of the comment improvements suggested by Copilot and make LL...Frederick Martian
2025-12-10Remove commented out old function callsFrederick Martian
2025-12-10Fix several typos and commentsFrederick Martian
2025-12-10The returned vector should only contain filenames, not the entire pathsFrederick Martian
2025-12-10- Improve documentation of LLFile functions and methodsFrederick Martian
2025-12-10Add LLFile unit testsFrederick Martian
2025-12-10Refactoring of LLFile class to support additional methodsFrederick Martian
2025-12-10Clarify some documentation and add an LLFile:read() and LLFile::write() stati...Frederick Martian
2025-12-10Add a new static function LLFile::size() to determine the size of a file_name.Frederick Martian
2025-12-10#2639 Reapplied GPU benchmark fixAndrey Kleshchev