summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-10-03LL's cURL fork has been updated to 7.54.1-r3Erik Kundiman
2025-10-02Restore creation of secondlife-bin.MAP file on Darwin x86_64 for production ↵Brad Linden
of llphysicsextensions_tpv
2025-10-02new llphysicsextensions_source package that sets OSX_ARCHITECTURES properlyBrad Linden
and should hopefully package llphysicsextensions_tpv successfully
2025-10-02#4757 Model uploader warning when physics library is missingAndrey Kleshchev
2025-10-02Add workflow_dispatch trigger to build workflow (#4774)Signal Linden
Allow builds to be manually triggered
2025-10-02Attempt to fix build errorBrad Linden
2025-10-02Cleaning deprecated gamma functions in shadersmobserveur
This commit is a complement to cleaning deprecated gamma functions in shaders
2025-10-02Fixes visual glitches after 2025.07 mergemobserveur
This commit fixes the visual glitches after the 2025.07 merging. It also allows the user to set a very short draw distance (this can be useful for photography)
2025-10-02Removes a debug message in llReflectionMapManager.cppmobserveur
This commit disabled a debugging message in llReflectionMapManager.cpp
2025-10-02Cleaning deprecated gamma functions in shadersmobserveur
This commit cleans the deprecated gamma functions in the shaders
2025-10-02Reactivating fast timersmobserveur
This commit just reactivates the fast timers
2025-10-01Fix configurations like windows where LLPHYSICSEXTENSIONS_STUB_DIR is unsetBrad Linden
2025-10-01Reenable havok llphysicsextensions on Darwin x86_64 with ↵Brad Linden
llphysicsextensions_stub used for aarch64
2025-10-01#4773 Crash on sub_image_linesAndrey Kleshchev
Just caught it and discard_level is somehow 7, which seems like it resulted in src going out of bounds, which crashed glTexSubImage2D
2025-10-01#4770 Crashes on ~LLCoprocedureManager()Andrey Kleshchev
Situation is not clear, so hoping that explicit cleanup will reveal something.
2025-10-01#4768 Crash at retransmitUnackedPacketsAndrey Kleshchev
For some reason there are no logs for these crashes, but lack of connection data indicates that viewer was disconnected prior to crash.
2025-10-01#vp484 Crash in LLFolderViewFolder::setOpenMaxim Nikolenko
2025-10-01#4758 Extra logging to track discard 6Andrey Kleshchev
Plus clamped some values and preventing decode from starting
2025-10-01Merge tag 'Second_Life_Release#a6d4c1d3-2025.07' into 2025.07Erik Kundiman
2025-09-30#4762 Better cacheOptimize's issue handlingAndrey Kleshchev
2025-09-30#4751 Restore navigation UI for Marketplace and SearchMaxim Nikolenko
2025-09-30#3189 Fix missed else conditionAndrey Kleshchev
2025-09-29#4753 Crash at LLScriptFloater::setNotificationIdAndrey Kleshchev
2025-09-29#4750 Crash in LLToolBarView::handleDropToolAndrey Kleshchev
2025-09-29#4739 Wearables sort order reliabilityAndrey Kleshchev
2025-09-29Merge branch 'release/2025.07' into developBennett Goble
2025-09-29Fix rendering differences observed in 2025.07 (#4747)Rye
* Fix calling setTextureAddressModeFast and setTextureFilteringOptionFast with invalid tex type during fast binds * Restore mRT->screen to GL_RGBA16F to fix lighting banding
2025-09-26p#475 Excessive texture fetch logging on shutdownAndrey Kleshchev
2025-09-25#p473 fix XUI warningsMaxim Nikolenko
2025-09-24#4723 Fix emoji warnings and missing emojisAndrey Kleshchev
2025-09-24#4515 Improve ordering of sub-meshes upon uploadAndrey Kleshchev
2025-09-24#4733 When moving the cache, the old cef_cache should be removedMaxim Nikolenko
2025-09-24#4724 Fix performance problems with My OutfitsAndrey Kleshchev
2025-09-23#4730 Extend login timeoutAndrey Kleshchev
2025-09-23SL-20598 Fix user not being able to reset display nameAndrey Kleshchev
2025-09-23#4719 use correct search query when navigating to the pageMaxim Nikolenko
2025-09-23Reapply "update OpenJPEG 2.5.2 (#2452)"Erik Kundiman
This reverts commit 1f1a02f0901694009be469b992fcebeaeea29ebe.
2025-09-23Minimise whitespace diffs from upstreamErik Kundiman
and remove merge conflict lines.
2025-09-22#4695 Fix device update causing a crashAndrey Kleshchev
2025-09-22#4715 disable ZoomIn an object item when the region is not connected to the ↵Maxim Nikolenko
current region
2025-09-21Adding lower max texture resolution choices in the preferencesmobserveur
This commit adds 128 and 256 pixels texture resolution limit in the preferences. This aims to help lower end hardware in texture heavy sims.
2025-09-21Improved visuals effects panelmobserveur
This commit improves the visuals effects panel, and adds texture and objects lod sliders
2025-09-20#4695 Fix missing voice cleanupAndrey Kleshchev
Cleanup is in LLVoiceClient::terminate() gWebRTCImpl was never deleted Added mDeviceModule security
2025-09-19Fix OpenJPEG uploading small textures by correctly accounting for the ↵Hecklezz
maximum numresolutions
2025-09-19#4570 Make 'About' floater use real bandwidthAndrey Kleshchev
2025-09-19Fix builds after update of build-variables branchAndrey Kleshchev
2025-09-19#4671 Some locales are missing AM/PM labelsAndrey Kleshchev
2025-09-19Fix builds after update of build-variables branchAndrey Kleshchev
2025-09-19#4679 Logging for crash on updateMenuOptionsAndrey Kleshchev
Logs say that viewer closed settings picker and immediately crashed Yet callstack indicates that some inventory was right clicked, which shouldn't be possible if picker already closed. May be some click is closing the picker and opens menu at the same time, but it's better to gather information first.
2025-09-18#2577 Worn transparent prims no longer show with 'Highlight transparent'Alexander Gavriliuk