summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
4 daysUse MacPorts' Boost 1.88 instead of its Boost 1.87Erik Kundiman
Now that MacPorts' newest Boost version is 1.88.
10 daysUpdate tumbleweed instructions & requiresSecret Foxtail
Update libboost packages to ver 89
2025-09-14ll_icon_small.ico changeSecret Foxtail
Replace SLv icon with megapahit
2025-09-14Merge remote-tracking branch 'mobserveur/experimental2'Erik Kundiman
2025-09-13Attempt to fix the Sharpening / AA settings slow down on Macmobserveur
This commit aims to fix the issue that causes a slow down when certain combinations of post-processing settings are used.
2025-09-13Merge remote-tracking branch 'mobserveur/experimental2'Erik Kundiman
2025-09-13back to using LLCachedControl in LLReflectionMapManagermobserveur
This commit changes the gSavedSetting direct reading to using LLCachedControl in LLReflectionMapManager
2025-09-12Merge remote-tracking branch 'mobserveur/experimental2'Erik Kundiman
2025-09-11Fix for multithreaded textures on Mac and more optimisationsmobserveur
This commit fixes an issue with the multithreaded textures option on Mac and adds some more optimisations.
2025-09-09Merge remote-tracking branch 'secondlife/main'Erik Kundiman
2025-09-09Merge branch '2025.06'Erik Kundiman
2025-09-09Merge remote-tracking branch 'mobserveur/experimental2'Erik Kundiman
2025-09-09Merge branch 'main' into 2025.06Erik Kundiman
2025-09-09Merge remote-tracking branch 'mobserveur/experimental2'Erik Kundiman
2025-09-09Merge commit '7f0c81918575d3f05e4eadc160b600eaa8b383d1'Erik Kundiman
2025-09-09Performance Optimisations, Bloom effect, Visuals Panelmobserveur
This commit contains performance optimisations in the the pipeline, framebuffer, vertexbuffer, reflection probes, shadows. It also fixes many opengl errors, modifies the opengl debugging, and adds a visuals effects panel.
2025-09-08Optimisations and experimental HDR display support on macmobserveur
This commit completes the previous ones for performance optimisations, and adds HDR display support on mac
2025-09-02Increment viewer version after 2024.06Andrey Kleshchev
2025-08-30Enable NVIDIA GL threaded optimisations by defaultErik Kundiman
https://www.phoronix.com/review/nvidia_threaded_opts If a user needs it to be off, then set __GL_THREADED_OPTIMIZATIONS to 0 upon launching, the built-in enabling is set not to overwrite.
2025-08-30Performance Optimisations, Bloom effect, Visuals Panelmobserveur
This commit contains performance optimisations in the the pipeline, framebuffer, vertexbuffer, reflection probes, shadows. It also fixes many opengl errors, modifies the opengl debugging, and adds a visuals effects panel.
2025-08-30Contrast Skin Cleanupmobserveur
Cleaning up the unnecessary files in the Contrast skin
2025-08-30Gold Contrast Skin (incomplete/beta)mobserveur
New skin: Gold Contrast
2025-08-29Merge pull request #4379 from secondlife/release/2025.06Jonathan "Geenz" Goodman
Release/2025.06
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-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-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-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-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-18#4557 fix lags in outfit search with many outfitsMaxim Nikolenko
2025-08-16#4544 Fix extension check being case sensitiveAndrey Kleshchev
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-13#4541 Cap image upload size to prevent issuesAndrey Kleshchev