| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-13 | Merge tag 'Second_Life_Release#9858207a-26.3' into 26.3 | Erik Kundiman | |
| 2026-06-13 | Merge tag 'Second_Life_Release#663bf4d3-26.3' into 26.3 | Erik Kundiman | |
| 2026-06-09 | #5611 Skip default windows' gpu drivers | Andrey Kleshchev | |
| 2026-04-08 | #5611 Select a discrete gpu when possible | Andrey Kleshchev | |
| 2026-04-07 | #5612 Reduce delays on resource access for main thread | Andrey Kleshchev | |
| Our main thread was of normal priority, despite being a render thread, so it was forced to compete for some of the resources. Give it high priority. | |||
| 2026-03-07 | Merge tag 'Second_Life_Release#e572093e-2026.01' into 2026.01 | Erik Kundiman | |
| 2026-03-02 | #5084 Fix mac's watchdog not catching test case | Andrey Kleshchev | |
| This happens because on mac watchdog quits at the end of frame. And events get handled outside the frame. The might be other cases that need similar handling. | |||
| 2026-02-13 | #5084 Adjust Window's watchdog to only run after login | Andrey Kleshchev | |
| like mainloop does | |||
| 2026-01-11 | Merge tag 'Second_Life_Release#b26f62eb-26.1' into 2026.01 | Erik Kundiman | |
| 2025-12-20 | #5084 Cover window's thread with watchdog | Andrey Kleshchev | |
| 2025-12-04 | Merge remote-tracking branch 'secondlife/release/2026.01' into 2026.01 | Erik Kundiman | |
| 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-24 | Fixed LLWindowMacOSX::setCursorPosition scaling gl_pos when it shouldn't | Hecklezz | |
| Signed-off-by: Hecklezz <tj8@live.com.au> | |||
| 2025-11-20 | #4651 Improve session shutdown detection | Andrey Kleshchev | |
| 2025-11-18 | #4939 Bugsplat update | Andrey Kleshchev | |
| to version 1.2.6 | |||
| 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 | Fix tabs and trailing spaces in objc sources | Rye | |
| 2025-10-13 | viewer#3018 Expose mouse wrap in UI | Andrey Kleshchev | |
| And attempt some basic automation | |||
| 2025-10-10 | Fix for Use MultiGL on Mac not applying on startup | mobserveur | |
| This fixes an issue where the Apple MultiGL options isn't applied on startup | |||
| 2025-10-02 | Fixes visual glitches after 2025.07 merge | mobserveur | |
| 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-01 | Merge tag 'Second_Life_Release#a6d4c1d3-2025.07' into 2025.07 | Erik Kundiman | |
| 2025-09-18 | Merge remote-tracking branch 'origin/release/2025.07' into geenz/2025.07-develop | Jonathan "Geenz" Goodman | |
| 2025-09-18 | Merge remote-tracking branch 'mobserveur/2025.07' into 2025.07 | Erik Kundiman | |
| 2025-09-18 | Reactivation of vsync when the context is created | mobserveur | |
| This commit reactivates vsync when the context is created, if the user chose this option. This was disabled for testing purpose. | |||
| 2025-09-18 | Minimise whitespace diffs from upstream | Erik Kundiman | |
| 2025-09-16 | Fixes the slow down related to the attached huds rendering | mobserveur | |
| This commit fixes the long time issue with attached huds rendering, which was causing important slow down with certain combinations of post processing settings. | |||
| 2025-09-12 | #4651 Handle window's sessions termination | Andrey Kleshchev | |
| 2025-09-12 | Merge remote-tracking branch 'mobserveur/experimental2' | Erik Kundiman | |
| 2025-09-11 | Fix for multithreaded textures on Mac and more optimisations | mobserveur | |
| This commit fixes an issue with the multithreaded textures option on Mac and adds some more optimisations. | |||
| 2025-09-10 | Improvements found in reviewing mac_arm branch #4629 | Brad Linden | |
| 2025-09-09 | Merge branch 'main' into 2025.06 | Erik Kundiman | |
| 2025-09-09 | Merge remote-tracking branch 'mobserveur/experimental2' | Erik Kundiman | |
| 2025-09-08 | Optimisations and experimental HDR display support on mac | mobserveur | |
| This commit completes the previous ones for performance optimisations, and adds HDR display support on mac | |||
| 2025-08-28 | Tabs to spaces | Rye | |
| 2025-08-28 | Merge branch 'develop' of github.com:secondlife/viewer into rye/infinitemac | Rye | |
| 2025-08-22 | Enable deprecation warnings and suppress a small handful that have no modern ↵ | Rye | |
| replacements | |||
| 2025-08-22 | Remove dead code for macos versions 10.6 and older | Rye | |
| 2025-08-21 | Merge tag 'Second_Life_Release#143de1dd-2025.06' into 2025.06 | Erik Kundiman | |
| 2025-08-20 | Merge branch 'develop' of github.com:secondlife/viewer into rye/infinitemac | Rye | |
| 2025-08-20 | Rework macOS retina support to remove deprecated code and fix scaled input ↵ | Rye | |
| issues in multimonitor | |||
| 2025-08-19 | #4284 Reorder window shutdown | Andrey Kleshchev | |
| 2025-08-19 | Fix macOS deprecation warnings | Rye | |
| 2025-08-15 | Merge tag 'Second_Life_Release#23083286-2025.06' into 2025.06 | Erik Kundiman | |
| 2025-08-11 | #4284 Better window shutdown logging | Andrey Kleshchev | |
| To help investigate shutdown freeze | |||
| 2025-08-08 | Merge tag 'Second_Life_Release#55f1c8b9-2025.06' into 2025.06 | Erik Kundiman | |
| 2025-08-08 | Merge branch '2025.05' into 2025.06 | Erik Kundiman | |
| 2025-08-08 | Merge branch 'main' 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 branch 'main' into 2025.05 | Erik Kundiman | |
