| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-27 | Revert "SL-18581 Don't show the starter avatar toolbar button for NUX" | Andrey Lihatskiy | |
| This reverts commit 4d429b7ea31f51f653e0e2ad6b5799a515e28334. | |||
| 2023-01-27 | SL-18996 make MacOS picker dialogs modeless to avoid disconnects #2 | Andrey Kleshchev | |
| 2023-01-27 | SL-18996 [WIP] MacOS make picker dialogs non-modal to avoid disconnects #1 | Andrey Kleshchev | |
| 2023-01-27 | SL-19005 Fix 'save as' button for local uploads | Andrey Kleshchev | |
| 2023-01-27 | SL-17640 Make Materials Upload UI localizable | Andrey Kleshchev | |
| 2023-01-26 | DRTVWR-489-emoji: less haste. more speed. Missed another test issue. ↵ | Callum Prentice | |
| Rebuilt locally with tests and confirmed it works now | |||
| 2023-01-26 | DRTVWR-489-emoji: missed the override warning/error in the tests... grr... | Callum Prentice | |
| 2023-01-26 | DRTVWR-489-emoji: Pull in the updated version of GoogleMock that was updated ↵ | Callum Prentice | |
| to Python3 so that it builds on macOS in TeamCity | |||
| 2023-01-26 | DRTVWR-489-emoji: Pull in some small changes from Kitty's work to move the ↵ | Callum Prentice | |
| macOS build forwards | |||
| 2023-01-26 | DRTVWR-489-emoji: A couple of tabs slipped into this file and our new ↵ | Callum Prentice | |
| no-tabs coding policy caught it and failed the build | |||
| 2023-01-27 | SL-18930 Update Autotune panel | Maxim Nikolenko | |
| 2023-01-26 | DRTVWR-489-emoji: As part of the work to get macOS version of the Viewer ↵ | Callum Prentice | |
| working, the flag was introduced to warn (and therefore error out) when a virtual override was not marked with the 'override' keyword. Fixing this up involved a large number of changes and this commit represents just those changes - nothing specially from the DRTVWR-489 viewer | |||
| 2023-01-26 | Merge branch 'xcode-14.1' into DRTVWR-489-emoji | Callum Prentice | |
| 2023-01-25 | Merge pull request #61 from secondlife/SL-19081 | cosmic-linden | |
| SL-19081: Fix assert when uploading texture | |||
| 2023-01-25 | SL-19081: Fix assert when uploading texture | Cosmic Linden | |
| 2023-01-25 | Merge pull request #59 from secondlife/SL-19012 | cosmic-linden | |
| SL-19012: Fix new material IDs sometimes not applying when set via LSL | |||
| 2023-01-25 | SL-19012: Fix new material IDs sometimes not applying when set via LSL | Cosmic Linden | |
| 2023-01-25 | Fix Mac build | Kitty Barnett | |
| - Link against ICU4C - Font files were only copied on Windows builds - Replace missing variable | |||
| 2023-01-25 | DRTVWR-489-emoji: declaring this variable as a U16 leads to a warning (and ↵ | Callum Linden | |
| therefore an error) but only on 32bit Windows builds - 64bit is fine. I don't know why that's the case (should be both surely) but in any case, I think the variable should be declared as a size_t | |||
| 2023-01-24 | DRTVWR-489-emoji: Trying to get to the bottom of a TeamCity build failure ↵ | Callum Linden | |
| with access to TeramCity - with all the ICU4C DLLs removed, the viewer builds fine which does suggest a size/disk space issue. Trying with the (porposed) minimum set to see if this helps. Likely it won't because the main one (icudt48.dll) is much, much bigger than the others combined - but we shall see | |||
| 2023-01-24 | DRTVWR-489-emoji: Trying to get to the bottom of a TeamCity build failure ↵ | Callum Linden | |
| with access to TeramCity - one theory is that the extra size of these DLLs consumes too much disk space and results in the NSIS internal compiler error we observe - removing these tempoorarily to see what difference that makes | |||
| 2023-01-24 | SL-18772 Potential fix for failed shader load on Intel HD 3000 | Dave Parks | |
| 2023-01-24 | Merge branch 'DRTVWR-567' of ssh://github.com/secondlife/viewer into DRTVWR-567 | Brad Payne (Vir Linden) | |
| 2023-01-24 | SL-18629 - various notes on work for D567 | Brad Payne (Vir Linden) | |
| 2023-01-24 | SL-19023 Reformat SSR shaders to match style standard. | Dave Parks | |
| 2023-01-24 | SL-17425 Crash when having more than one dependent floater #2 | Andrey Kleshchev | |
| 2023-01-24 | DRTVWR-489-emoji: Fix a warning when packaging Viewer installer. TeamCity ↵ | Callum Linden | |
| builds fail because of 'compiler error' in NSIS - wondering if this warning triggers the error (it doesn't locally) - yes, grasphing at straws | |||
| 2023-01-24 | SL-18958 Fix for broken water distortion map and depth buffer. Incidental ↵ | Dave Parks | |
| decruft. | |||
| 2023-01-24 | SL-16683 Updated mac 'Low' preset to match Windows | Maxim Nikolenko | |
| 2023-01-24 | SL-18772 Potential fix for failed shader load on Intel HD 3000 | Dave Parks | |
| 2023-01-24 | INTL-477 Translation update for Maint S | Andrey Lihatskiy | |
| 2023-01-24 | SL-19025 Fix for object's context menu | Andrey Kleshchev | |
| Inspect and copy doesn't work for face or child selection. Disable them in such cases. | |||
| 2023-01-23 | DRTVWR-489-emoji: Pull in the updated ICU4C package that puts the libs and ↵ | Callum Linden | |
| dlls in the right place for the Windows builds | |||
| 2023-01-23 | DRTVWR-489-emoji: Update the machinery that copies over the ICU4C DLLs into ↵ | Callum Linden | |
| the right place in Windows builds | |||
| 2023-01-23 | SL-19015 Fix for ugly SSAO | Dave Parks | |
| 2023-01-23 | SL-18772 Potential fix for failed shader load on Intel HD 3000 | Dave Parks | |
| 2023-01-23 | DRTVWR-489-emoji: Pull in updated viewer-fonts package that includes ↵ | Callum Linden | |
| 'missing' Tweenmoji SVG font | |||
| 2023-01-23 | SL-19015 Fix for spot light shadows. | Dave Parks | |
| 2023-01-23 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | Dave Parks | |
| 2023-01-23 | SL-18772 Potential fix for failed shader load on Intel HD 3000 | Dave Parks | |
| 2023-01-23 | Merge pull request #55 from secondlife/andreyk/SL-19014 | cosmic-linden | |
| SL-19014 Sanitize the override data sent for faces without GLTF materials | |||
| 2023-01-23 | SL-19014 Sanitize the override data sent for faces without GLTF materials | Andrey Kleshchev | |
| 2023-01-23 | SL-19015 Fix gamma correct shader noise parameters (remove banding) | Dave Parks | |
| 2023-01-23 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | Dave Parks | |
| 2023-01-23 | SL-18869 Followup -- AMD optimization pass. | Dave Parks | |
| 2023-01-23 | SL-19005 Fix save button for local uploads | Andrey Kleshchev | |
| 2023-01-23 | SL-18772 Potential fix for failed shader load on Intel HD 3000 | Dave Parks | |
| 2023-01-23 | Merge branch 'main' into DRTVWR-567 | Mnikolenko Productengine | |
| 2023-01-20 | DRTVWR-489-emoji: Pull in an updated version of 3p-icu4c that correctly ↵ | Callum Linden | |
| copies over the Windows DLLs as part of the build process | |||
| 2023-01-20 | SL-18869 Followup -- AMD compatibility pass. | Dave Parks | |
