| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 29 hours | Merge remote-tracking branch 'secondlife/release/26.4' into 26.4 | Erik Kundiman | |
| 2026-08-11 | Merge remote-tracking branch 'origin/develop-linux' into geenz/linux-to-develop | Jonathan "Geenz" Goodman | |
| 2026-07-24 | Merge tag 'Second_Life_Release#bcfda3b6-26.3' into 26.3 | Erik Kundiman | |
| 2026-07-22 | Defer processing AvatarAppearance until after first ObjectUpdate (#6017) | Andrew Meadows | |
| * make AvatarAppearance a low-priority message * remember agent_id of unexpected AvatarAppearance message for later | |||
| 2026-07-22 | Revert "Merge pull request #5982 from secondlife/geenz/texture-streaming-tweaks" | Jonathan "Geenz" Goodman | |
| This reverts commit 3d465f6c966f0a2fcfd5d3c9effb6ce20c2754c8, reversing changes made to f2c356fc7130ce5e38b994dcfa1e210609b458b9. | |||
| 2026-07-07 | Merge tag 'Second_Life_Release#3d465f6c-26.3' into 26.3 | Erik Kundiman | |
| 2026-07-06 | Get things working a little more consistently between BP and PBR. Also add ↵ | Jonathan "Geenz" Goodman | |
| some bias controls for the texel-to-pixel ratio based streaming. | |||
| 2026-06-13 | Merge tag 'Second_Life_Release#663bf4d3-26.3' into 26.3 | Erik Kundiman | |
| 2026-05-29 | Add watermark driven discards. | Jonathan "Geenz" Goodman | |
| Does a much better job of staying within the memory budget. | |||
| 2026-05-20 | Merge branch 'main' into geenz/26.2-to-26.3 | Jonathan "Geenz" Goodman | |
| 2026-03-30 | Merge tag 'Second_Life_Release#f148dbcc-26.2' into 2026.02 | Erik Kundiman | |
| 2026-03-16 | Mac build fix for a merge issue. | Andrey Kleshchev | |
| 2026-03-16 | #2975 Fix scale calculation | Andrey Kleshchev | |
| Needs to account for rotation | |||
| 2026-03-07 | Merge tag 'Second_Life_Release#3529bc5f-2026.02' into 2026.02 | Erik Kundiman | |
| 2026-03-05 | #5486 Fix potential unpackBinaryData buffer issues | Andrey Kleshchev | |
| 2026-01-30 | #2975 PBR support for planar aligment | Andrey Kleshchev | |
| Since checkbox is shared between pbr and normal textures, I'm making it affect both for now. | |||
| 2026-01-21 | Merge remote-tracking branch 'origin/develop' into develop-linux | Rye | |
| 2026-01-21 | Reduce temporary istringstream allocations during LLDate and GLTF override ↵ | Rye | |
| parsing | |||
| 2026-01-21 | Replace usage of remaining boost::unordered containers with std | Rye | |
| Replace LLUUID and LLMaterialID container hashing functions with more collision resistant versions Utilize boost::hash_combine for TEMaterialPair to generate good hash distribution Generalize is_in_map and get_if_there for usage with all mapped types | |||
| 2026-01-07 | Merge remote-tracking branch 'origin/develop' into develop-linux | Rye | |
| 2026-01-05 | Optimize away repeated map finds for getParameterEntry* functions via pointers | Rye | |
| Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2025-12-11 | Rework legacy lltest executable into individual integration tests and ↵ | Rye | |
| restore some disabled tests Removes dead llprimlinkinfo and related test Remove dead llassetuploadqueue llhttpclient lltimestampcache lltranscode tests Remove dead mock_http_client Remove duplicate hex_dump.h Fix crash in LLDataPacker test | |||
| 2025-12-04 | Merge remote-tracking branch 'secondlife/release/2026.01' into 2026.01 | Erik Kundiman | |
| 2025-12-03 | Merge branch 'release/2026.01' into marchcat/devlinux-2601 | Andrey Lihatskiy | |
| # Conflicts: # indra/llcommon/llprocessor.cpp # indra/llcorehttp/_refcounted.h # indra/llcorehttp/_thread.h # indra/newview/llfeaturemanager.cpp # indra/newview/llviewershadermgr.cpp | |||
| 2025-12-02 | #5086 Fix 'Copy SLURL' generating obsolete http link | Andrey Kleshchev | |
| use https | |||
| 2025-12-01 | #5078 Replace boost::function with std::function | Rye | |
| * Replace boost::function usage with std::function for easier debugging and reduced compiler warnings * Remove a few remaining instances of boost::noncopyable that were missed in tests Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2025-11-30 | Remove leftover boost aligned_allocator as this is now handled by c++17 ↵ | Rye | |
| aligned allocations Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2025-11-07 | Merge branch 'main' into 2025.08 | Erik Kundiman | |
| 2025-11-07 | Update the upstream ColladaDOM revision used to 10 | Erik Kundiman | |
| As the maintenance using an external patch is getting harder, I had to revert the patching to internal and the building to be in the configuration phase, made worse by CMake 4 on Arch, Gentoo and Tumbleweed that treats the absence of a minimum requirement as an error (the BSD sed condition is put there as an anticipation for when in the future (Mac)Ports' CMake gets updated to 4 too). | |||
| 2025-10-27 | Modernize viewer alignment macros to use alignas and fix misaligned class ↵ | Rye | |
| issues reported by ubsan/asan Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2025-10-27 | Introduce global precompiled header to accelerate build | Rye | |
| Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2025-10-27 | Restore LLMaterialID to POD type | Rye | |
| Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2025-10-27 | Fix numerous compiler warnings from GCC under Ubuntu 22.04 | Rye | |
| Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2025-10-27 | Fix or supress various warnings under GCC builds | Rye | |
| Signed-off-by: Rye <rye@alchemyviewer.org> | |||
| 2025-10-26 | Merge tag 'Second_Life_Release#4e2a9667-2025.08' into 2025.08 | Erik Kundiman | |
| 2025-10-25 | Merge tag 'Second_Life_Release#01823996-2025.08' into 2025.08 | Erik Kundiman | |
| 2025-10-20 | Rework new convex decomp into a physicsextensions stub package and fix havok ↵ | Rye | |
| and havok_tpv builds for darwin universal to utilize new vhacd stub (#4858) | |||
| 2025-10-10 | Merge pull request #4783 from RyeMutt/rye/convexdecomp | Jonathan "Geenz" Goodman | |
| Introduce initial VHACD based llconvexdecomposition library | |||
| 2025-10-06 | Fix #4195: Preserve transforms when switching PBR materials (#4725) | Aqil Ahmad | |
| Fixes texture transforms being reset when switching from Blinn-Phong to PBR materials and between PBR. Previously, custom scale, offset, and rotation settings would be lost, making it tedious to switch between PBR materials. | |||
| 2025-10-03 | Initial VHACD based llconvexdecomposition | Rye | |
| 2025-10-01 | Merge tag 'Second_Life_Release#a6d4c1d3-2025.07' into 2025.07 | Erik Kundiman | |
| 2025-08-20 | Merge branch 'develop' of github.com:secondlife/viewer into rye/infinitemac | Rye | |
| 2025-08-19 | Fix macOS deprecation warnings | Rye | |
| 2025-08-08 | Merge branch '2025.05' into 2025.06 | Erik Kundiman | |
| 2025-08-06 | Merge branch develop into 2025.06 | Andrey Kleshchev | |
| # Conflicts: # indra/newview/llvoavatar.cpp | |||
| 2025-07-29 | Merge tag 'Second_Life_Release#288bce10-2025.05' into 2025.05 | Erik Kundiman | |
| 2025-07-22 | #4393 Handle unknown exceptions in uploader better | Andrey Kleshchev | |
| Output is highly technical, but better than nothing | |||
| 2025-07-22 | #4318 Warn or log when texture gets scaled down | Andrey Kleshchev | |
| for material and model upload | |||
| 2025-07-21 | #4399 Crash at load_face_from_dom_triangles | Andrey Kleshchev | |
| Since these offsets are used for idx[i+offset] where i starts from 0, they shouldn't be below 0 to not go out of bounds. | |||
| 2025-07-18 | Merge tag 'Second_Life_Release#f5d350fb-2025.05-gltf-mesh-import' into 2025.05 | Erik Kundiman | |
