summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2025-08-22#4570 Sanity check bandwidth inputAndrey Kleshchev
Going above this will just make server throttle things and viewer's own throttlig won't be effective when viewer can't keep up.
2025-08-22Fix test build on macOSRye
2025-08-22Fix large performance drop when enabling AA on macOS/lower end GPU hardwareRye
2025-08-22Fix Apple M GPU crash from nans slipping into the normal buffer by utilizing ↵Rye
a non-float format
2025-08-22Fix texture filtering and address mode not updating for vast majority of ↵Rye
textures when dirtied
2025-08-22Merge branch 'main' into 2025.06Erik Kundiman
2025-08-22Add a way to have snapshot legacy file namingErik Kundiman
as requested by Bavid Dailey. Having timestamp is set as the default.
2025-08-22Add a special thanks and more testersErik Kundiman
2025-08-22Enable deprecation warnings and suppress a small handful that have no modern ↵Rye
replacements
2025-08-22Remove dead code for macos versions 10.6 and olderRye
2025-08-21#4591 Crash at LLWearableItemsList's ContextMenuAndrey Kleshchev
2025-08-21#4570 Attemp to send logout message when lost networkAndrey Kleshchev
To not leave a ghost behind and for faster reconnect
2025-08-21Merge tag 'Second_Life_Release#787b63f4-2025.06' into 2025.06Erik Kundiman
2025-08-21Merge tag 'Second_Life_Release#143de1dd-2025.06' into 2025.06Erik Kundiman
2025-08-20Speed up build and configure by only generating top level xcode project and ↵Rye
enabling dependency buildsystem optimization
2025-08-20Merge branch 'develop' of github.com:secondlife/viewer into rye/infinitemacRye
2025-08-20Rework macOS retina support to remove deprecated code and fix scaled input ↵Rye
issues in multimonitor
2025-08-20#3922 Crash on removeStringNoUndoAndrey Kleshchev
2025-08-20#4581 Crash on LL::GLTF::copyAndrey Kleshchev
Tried to initialize LLVector2 TexCoords with vector3 data?
2025-08-20#4583 Crash on LLInventoryPanel::itemChangedAndrey Kleshchev
2025-08-20#3223 Trim coroutine queues a littleAndrey Kleshchev
2025-08-19#4284 Reorder window shutdownAndrey Kleshchev
2025-08-19Revert "Remove the first login screen (#4451)" (#4578)Signal Linden
* Revert "Remove the first login screen (#4451)" This reverts commit b82f52acbb00a9dd3e5426e8a6510a0ef6f41289. * Revert "#4451 Remove missed first login image" This reverts commit 8eb2429a16b7dee570a28578f3d75f2a423f20af.
2025-08-19Fix macOS deprecation warningsRye
2025-08-19#4544 Make model dump go into logsAndrey Kleshchev
not into work folder, viewer isn't supposed to write there.
2025-08-19#4518 Dupplicates can appear in favoritesAndrey Kleshchev
if parent and child gets added back to back
2025-08-18Add new LastModified option to HttpRequest handling (#4563)fmartian
* Add LastModified: option to the HttpOptions and handle it properly in HttpOpRequest::prepareRequest() * grid_name could be empty if an invalid grid was passed in.
2025-08-18#4557 fix lags in outfit search with many outfitsMaxim Nikolenko
2025-08-16Fix regex strings for Python 3.12+fmartian
Python 3.12 and newer does complain about single backslash in strings and is probably going to treat it as an error in some future version. Make the string constant a raw string.
2025-08-16#4544 Fix extension check being case sensitiveAndrey Kleshchev
2025-08-15Remove unused vstool, files (#4500)Signal Linden
Clean up of some unused files: - vstool - No longer used - indra/edit-me-to-trigger-new-build.txt - Shouldn't be needed... - win_crash_logger/* - Empty directory
2025-08-16Merge tag 'Second_Life_Release#37a04baf-2025.06' into 2025.06Erik Kundiman
2025-08-15#4561 Crash at initializeURLHistoryAndrey Kleshchev
2025-08-15#4559 Crash at killCacheEntryAndrey Kleshchev
2025-08-15#4537 Some links were missing favorite optionsAndrey Kleshchev
2025-08-15Merge branch 'main' into 2025.06Erik Kundiman
2025-08-15MacPorts' expat (compatibility) has been updatedErik Kundiman
2025-08-15Merge tag 'Second_Life_Release#922d2324-2025.06' into 2025.06Erik Kundiman
2025-08-15Merge tag 'Second_Life_Release#23083286-2025.06' into 2025.06Erik Kundiman
2025-08-15Merge tag 'Second_Life_Release#2c0db0cd-2025.06' into 2025.06Erik Kundiman
2025-08-15Merge branch 'main' into 2025.06Erik Kundiman
2025-08-15#4544 Add source format information to mesh upload statisticsAndrey Kleshchev
2025-08-14#4541 Fix reused messageAndrey Kleshchev
it was also in use by local bitmaps
2025-08-14CMake 4.10 compatibility fixes (#4548)Brad Linden
2025-08-14Merge 2025.06 into developAndrey Kleshchev
Merge 2025.06 into develop
2025-08-13#4541 Cap image upload size to prevent issuesAndrey Kleshchev
2025-08-13Add support for Normalized Frametime Variation (NVFT) (#4395)Jonathan "Geenz" Goodman
* Add support for Normalized Frametime Variation (NVFT) * Add normalized period jitter
2025-08-13#4519 Check for "://" as schema separator in a SLURLfmartian
Check for "://" as schema separator when testing if the passed in address contains a schema. A ':' alone could also indicate a port separator as part of the hostname and throw off the parsing. (#4543)
2025-08-13#4527 Crash trying to upload a huge imageAndrey Kleshchev
Raw image permits only a 256 MB buffer so this isn't unexpected.
2025-08-12#4535 Revert "Fix: ignore *pass-on* counters when detecting left-button ↵Andrey Kleshchev
grabs (#3990)" This reverts commit 65d70a8d8f211b462481e93f919a100c8b3b2af5.