summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-07#5217 Treat issues with control variables smarter and show a proper warningAndrey Kleshchev
2026-01-07#5217 Small cleanup and const declarationsAndrey Kleshchev
2026-01-06Bump actions/cache from 4 to 5dependabot[bot]
2026-01-06Fix camera from becoming stuck if you rapidly zoom out with DisableCameraCons...Hecklezz
2026-01-06#1519 ObjectGrab message includes invalid SurfaceInfo data when in mouselook ...Alexander Gavriliuk
2026-01-06secondlife/viewer#2112 Provide SL Grid Map coordinates for Official Viewer Us...Alexander Gavriliuk
2026-01-05Bump actions/download-artifact from 4 to 7dependabot[bot]
2026-01-05#3096 Shift+Tab selects extra lines on script edit on reduce indentAlexander Gavriliuk
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-05Bump actions/checkout from 5 to 6dependabot[bot]
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