Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-26 | Fix null volume catcher on macOS | Maki | |
2024-04-26 | viewer#1308 LLFloaterView::restoreAll Crash | Andrey Kleshchev | |
2024-04-25 | Adapt llimageworker_test for updated virtual method API. | Nat Goodspeed | |
This was a broken test that got all the way to viewer release and the main branch. (cherry picked from commit a33a9d29380e6c1a0a9cc539be309d47adef4acf) | |||
2024-04-25 | Remove invalid text color parameter from panel_login_first.xml | nerodevo | |
Follow-up to previous commit 4a07fd3. This will resolve the warning showing up when loading the viewer for the first time. | |||
2024-04-24 | Merge pull request #1323 from secondlife/main | Vir Linden | |
Update from main | |||
2024-04-24 | viewer#1309 Handle deprecated avatar properties messages | Andrey Kleshchev | |
since server still sends those in some cases | |||
2024-04-24 | Merge pull request #1314 from secondlife/marchcat/b-merge | Andrey Lihatskiy | |
Release (Maint YZ) -> Maint B merge | |||
2024-04-24 | Merge pull request #1313 from secondlife/marchcat/x-merge | Andrey Lihatskiy | |
Release (Maint YZ) -> Maint X merge | |||
2024-04-24 | Merge branch 'main' into marchcat/b-merge | Andrey Lihatskiy | |
2024-04-24 | Merge branch 'main' into marchcat/x-merge | Andrey Lihatskiy | |
2024-04-24 | Increment viewer version to 7.1.7 | Nat Goodspeed | |
following promotion of secondlife/viewer #736 | |||
2024-04-24 | Merge release/maint-yz to main on promotion of secondlife/viewer #736: ↵ | Nat Goodspeed | |
Maintenance YZ 7.1.6.8745209917 | |||
2024-04-24 | Fix building for other platforms than Linux for volume catcher | Maki | |
2024-04-22 | Tabs to spaces | Nicky | |
2024-04-22 | Replace NULL with nullptr | Nicky | |
2024-04-22 | Stream the volume catcher a little: | Nicky | |
- Use LL_DEBUGS() for potential debug output. - Enclose mutex locking in their own scope, to make unlocking automatic and also limit the life time of a lock to as short as possible - Introduce mCleanupMutex to replace std::unique_lock pwLock(*this). I'm baffled using lock as a mutex like that did even compile. - Remove virtual inheritance, as it is not needed here. | |||
2024-04-22 | Tabs to spaces | Nicky | |
2024-04-21 | Remove virtual inheritence for linux volume catcher | Maki | |
2024-04-21 | Replace NULL with nullptr | Nicky | |
2024-04-21 | Stream the volume catcher a little: | Nicky | |
- Use LL_DEBUGS() for potential debug output. - Enclose mutex locking in their own scope, to make unlocking automatic and also limit the life time of a lock to as short as possible - Introduce mCleanupMutex to replace std::unique_lock pwLock(*this). I'm baffled using lock as a mutex like that did even compile. - Remove virtual inheritance, as it is not needed here. | |||
2024-04-20 | Rework macro magic for symbol grabber | Maki | |
2024-04-20 | Fix more style issues and add missing RAII lock | Maki | |
2024-04-20 | Only use one impl in Linux volume catcher | Maki | |
2024-04-20 | Use RAII for mutexes for PipeWire volume catcher | Maki | |
2024-04-20 | viewer#1290 Fix missing variable reinitializations | Andrey Kleshchev | |
2024-04-19 | Update build.yaml | Vir Linden | |
2024-04-19 | viewer#1290 Fix snapToMessageHeight crash | Andrey Kleshchev | |
2024-04-19 | https://github.com/secondlife/viewer/issues/1286 - branch var from ↵ | Vir Linden | |
github.repository | |||
2024-04-19 | https://github.com/secondlife/viewer/issues/1286 - branch var from ↵ | Vir Linden | |
github.repository | |||
2024-04-19 | https://github.com/secondlife/viewer/issues/1286 - determine viewer_channel ↵ | Vir Linden | |
from branch name in builds | |||
2024-04-19 | Add toggle for PipeWire volume catcher, and refactoring | Maki | |
2024-04-19 | secondlife/viewer#1249 Erratic Emoji Picker Behavior | Alexander Gavriliuk | |
2024-04-19 | Revert "SL-20140 Setting shape hand size to 36 won't save" | Andrey Lihatskiy | |
This reverts commit 810a3d24c2e3671f926091c062b101bdec6a1517. (secondlife/jira-archive-internal#70482) | |||
2024-04-19 | Revert "SL-20140 Setting shape hand size to 36 won't save" | Andrey Lihatskiy | |
This reverts commit 810a3d24c2e3671f926091c062b101bdec6a1517. (secondlife/jira-archive-internal#70482) | |||
2024-04-18 | viewer-private#217 Fix cef log name | Andrey Kleshchev | |
2024-04-18 | Update open_libndofdev and openal to latest versions. | Nicky | |
- With the updated openal the dependency on sndio can be dropped - The updated libndofdev is compiled against the correct version of SDL2 and thus NDOF can be enabled again | |||
2024-04-18 | Use Pulse for volume catching and add CMake variable for PipeWire | Maki | |
2024-04-18 | Try getting other symbols for Pulse if it fails | Maki | |
2024-04-18 | Add libpipewire-0.3-dev to GitHub workflow | Maki | |
2024-04-17 | Use PipeWire for Linux volume catcher | Maki | |
2024-04-17 | viewer#1143 Crash at LLReflectionMap::autoAdjustOrigin #2 | Andrey Kleshchev | |
2024-04-17 | Fix typo in settings names (#1257) | Ansariel Hiller | |
2024-04-17 | Cleanup Install Linux dependencies | AiraYumi | |
2024-04-16 | Merge pull request #1224 from nerodevo/autobuild-revert | Andrey Lihatskiy | |
Revert removal of llphysicsextension_stub for Windows | |||
2024-04-16 | Merge branch 'main' into autobuild-revert | nat-goodspeed | |
2024-04-16 | Merge pull request #1246 from secondlife/vir-linden-patch-2 | Vir Linden | |
https://github.com/secondlife/viewer/issues/1214 - Update cla.yaml | |||
2024-04-16 | https://github.com/secondlife/viewer/issues/1214 - Update cla.yaml | Vir Linden | |
2024-04-16 | Change windows to windows64 again | nerodevo | |
Missed the second change... Here it is. | |||
2024-04-16 | Change windows to windows64 | nerodevo | |
2024-04-15 | secondlife/viewer#912 BugSplat Crash 1412267: nvoglv64+0xadcd00 | Alexander Gavriliuk | |