Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-02 | SL-19242: Fix duplicated 'Second Life Mumble.app' path component | Nat Goodspeed | |
in the path passed as the macOS viewer_exe GitHub output. | |||
2023-09-02 | SL-19243: Post xcarchive.zip instead of separate symbols tarball. | Nat Goodspeed | |
On Mac, in the CMake USE_BUGSPLAT logic, we created both xcarchive.zip (which is what BugSplat wants to see) and secondlife-symbols-darwin -64.tar.bz2 (which we don't think is used for anything). The tarball was posted to codeticket -- but why? If the point is to manually re-upload to BugSplat in case of failure, we'll do better saving xcarchive.zip to codeticket. For SL-19243, posting xcarchive.zip directly supports the goal of breaking out the upload to BugSplat as a separate step. Anyway, since xcarchive.zip is a superset of the tarball, the tarball can be recreated from the zip file, whereas the zip file can't be recreated from the tarball without opening the .dmg installer and extracting the viewer executable. If the xcarchive.zip file exists (that is, on Mac), post that to codeticket or GitHub, as applicable, instead of the tarball. In fact, in the USE_BUGSPLAT case, don't even bother creating the tarball since we're going to ignore it. Make the new build.sh logic that insists on BUGSPLAT_USER and BUGSPLAT_PASS conditional on BUGSPLAT_DB. | |||
2023-09-02 | SL-19242: Emphasize to upload-artifact that our .app is a directory | Nat Goodspeed | |
2023-09-01 | SL-20167: Grey out the clipboard when copying the material to clipboard is ↵ | Cosmic Linden | |
not allowed | |||
2023-09-01 | SL-19664 Crash in LLAppViewer::initStrings(2985) - log extended info | Alexander Gavriliuk | |
2023-09-01 | SL-19243: Upload Mac .app as another build artifact. | Nat Goodspeed | |
2023-08-31 | SL-19243: Try to robustify GH Mac volume detach | Nat Goodspeed | |
Use a retry loop very like the code-signing retry loop. | |||
2023-08-31 | SL-18837: Enlarge default coroutine stack size. | Nat Goodspeed | |
A test executable on a GitHub Windows runner failed with C00000FD, which reports stack overflow. (cherry picked from commit aab7b4ba3812e5876b1205285bcfd8cff96bcac9) | |||
2023-08-31 | SL-19243: Try to run Windows BugSplat uploads as a separate GH job. | Nat Goodspeed | |
Upload a new Windows-exe artifact containing just the executable (needed by BugSplat) separately from the artifact containing the whole NSIS installer. This requires a new viewer_exe step output set by viewer_manifest.py. Define viewer_channel and viewer_version as build job outputs. Set viewer_channel in build.yaml when tag is interpreted. Set viewer_version in build.sh at the point when it would have posted viewer_version.txt to codeticket. Add a post-windows-symbols job dependent on the build job that engages secondlife/viewer-post-bugsplat-windows, which in turn engages secondlife/post-bugsplat-windows. We keep the actual upload code in a separate repo in case we need to modify that code before rerunning to resolve upload errors. If we kept the upload code in the viewer repo itself, rerunning the upload with modifications would necessarily require rerunning the viewer build, which would defeat the purpose of SL-19243. Because of that new upload job in build.yaml, skip Windows symbol uploads in build.sh. Use a simple (platform name) artifact name for metadata because of flatten_files.py's filename collision resolution. Use hyphens, not spaces, in remaining artifact names: apparently download-artifact doesn't much like artifacts with spaces in their names. Only run the release job when in fact there's a tag. Without that, we get errors. We need not create flatten_files.py's output directory beforehand because it will do that implicitly. | |||
2023-08-30 | SL-20242 UI overlap in object profile with DebugPermissions on | Andrey Kleshchev | |
2023-08-30 | SL-19842 Followup -- less aggressive ambient kill. | RunitaiLinden | |
2023-08-30 | SL-19842 Followup -- fix sunlight going black and make automatic object ↵ | RunitaiLinden | |
probes more wishy-washy (removes dark splotches where probes get stuck in walls) | |||
2023-08-30 | SL-19664 Crash in LLAppViewer::initStrings - make the error message more ↵ | Alexander Gavriliuk | |
informative | |||
2023-08-30 | SL-18366 Crash in LLCullResult::assertDrawMapsEmpty - make the error message ↵ | Alexander Gavriliuk | |
more informative | |||
2023-08-29 | SL-20229 Add GenericStreamingMessage and use it to receive GLTF material ↵ | RunitaiLinden | |
overrides | |||
2023-08-29 | SL-18837: On Windows, LLLeap partial final line test failed. | Nat Goodspeed | |
Add DEBUG log output to try to diagnose. | |||
2023-08-25 | SL-20197 Remove 'Edit PBR material' from context menu when editing an attachment | Alexander Gavriliuk | |
2023-08-25 | SL-20199 Error creating new folder | Andrey Kleshchev | |
2023-08-23 | Fix merge breakage in windows installer_templete.nsi for DRTVWR-559 | Brad Linden | |
2023-08-23 | Merge branch main (DRTVWR-582) into DRTVWR-567 | Andrey Kleshchev | |
# Conflicts: # indra/newview/app_settings/settings.xml # indra/newview/llinventoryfunctions.cpp # indra/newview/llinventoryfunctions.h # indra/newview/llinventorymodel.cpp # indra/newview/llinventoryobserver.cpp # indra/newview/llinventoryobserver.h # indra/newview/skins/default/xui/ja/floater_inventory_item_properties.xml | |||
2023-08-23 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden | |
2023-08-23 | Increment viewer version to 6.6.15 | Vir Linden | |
following promotion of DRTVWR-582 | |||
2023-08-22 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | RunitaiLinden | |
2023-08-22 | SL-19842 WIP -- Move sky auto adjustment magic numbers to debug settings. | RunitaiLinden | |
2023-08-22 | SL-20187 [AIS3] Don't fill thumbnail field if null thumbnail is set | Andrey Kleshchev | |
2023-08-21 | SL-18629 Marketplace folder creation loop avoidance | Andrey Kleshchev | |
Probably shouldn't happen since we do not allow logins without caps, but to be sure added validation. | |||
2023-08-21 | SL-20145 GLTF specific feature notification | Andrey Kleshchev | |
2023-08-21 | SL-20145 New inventory feature notification | Andrey Kleshchev | |
Pulled in relevant parts from SL-19929 | |||
2023-08-18 | SL-20024: Fix unable to modify a no-copy material from the build floater | Cosmic Linden | |
2023-08-18 | SL-19929 Minimize feature conflicts with gltf viewer | Andrey Kleshchev | |
2023-08-18 | SL-19929 Small rework of a 'feature' notification | Andrey Kleshchev | |
To make multiple parallel features possible | |||
2023-08-18 | SL-20099 Thumbnail upload scale textures to be square | Andrey Kleshchev | |
thumbnail copy&paste only allows square textures and wasn't allowing none square ones despite those already being used as thumbnails | |||
2023-08-18 | SL-20143 Alpha thumbnails should show solid color instead of checkerboard #2 | Andrey Kleshchev | |
2023-08-17 | SL-20162 Better cof version logging | Andrey Kleshchev | |
And fixed some typos | |||
2023-08-16 | SL-20151 allow right-clicking reflection probes if 'Select Reflection ↵ | Maxim Nikolenko | |
Probes' is enabled | |||
2023-08-14 | SL-20024: Fix inventory not marked dirty for drag and drop if copy ↵ | Cosmic Linden | |
permission bit is unset | |||
2023-08-14 | SL-20024: Remove misleading permissions comment left over from previous ↵ | Cosmic Linden | |
implementation | |||
2023-08-15 | SL-18629 Fix observers failing to start fetching items in some cases | Andrey Kleshchev | |
start(folder.first) ignored fetch request due to folder having version | |||
2023-08-14 | SL-20143 Alpha thumbnails should show solid color instead of checkerboard | Andrey Kleshchev | |
2023-08-11 | SL-20024: Double-check object inventory is not pending when save button pressed | Cosmic Linden | |
2023-08-11 | SL-20024: Strike a better balance with saved material permissions handling, ↵ | Cosmic Linden | |
w/r/t author intent and being easier to understand | |||
2023-08-11 | SL-20024: Miscellaneous cleanup | Cosmic Linden | |
2023-08-11 | SL-20024: Fix author attributions not transferring for saved object ↵ | Cosmic Linden | |
materials, fix item not renamed | |||
2023-08-11 | SL-20024: Show loading message when inventory permissions are loading | Cosmic Linden | |
2023-08-11 | SL-20024: Fix material edit/save buttons on build floater sometimes not ↵ | Cosmic Linden | |
re-enabling after object inventory load | |||
2023-08-11 | SL-20024: (WIP) (untested) Fix GLTF material permissions in some more edge cases | Cosmic Linden | |
2023-08-11 | SL-20024: (WIP) (not tested) Improved behavior for saving material to ↵ | Cosmic Linden | |
inventory. Check perms, keep perms. | |||
2023-08-11 | SL-20024: Disable material editor on prim when contained material is no mod | Cosmic Linden | |
2023-08-11 | SL-20024: Do not show material preview for no-modify materials | Cosmic Linden | |
2023-08-11 | SL-20024: Put material in object inventory when material is no-modify or ↵ | Cosmic Linden | |
no-transfer |