Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-10 | SL-20118 tweak the top border line | Mnikolenko Productengine | |
2023-08-09 | SL-18629 Better item fetch error handling | Andrey Kleshchev | |
2023-08-08 | SL-20131 Don't let viewer in without caps | Andrey Kleshchev | |
Previously was bounced to login screen on error only, now should be bounced back if failed too many times as well | |||
2023-08-07 | Make GCC not treat uninit-ed FetchEntry as error | Erik Kundiman | |
2023-08-06 | SL-20120 Fix ais depth 'body' being misplaced. | Andrey Kleshchev | |
2023-08-05 | SL-20120 Fix unneeded warnings | Andrey Kleshchev | |
- Don't Warn about unknown cof version, it's expected during fetch, Info is enough - Fix 'unexpected attachments' due to unknown cof, also should fix viewer trying to create a link before cof is ready - Fix 'accounting' warnings when getting item updates for unfetched folders (Note: viewer doesn't know folders version, if fetch is already in progress we might get an old version) | |||
2023-08-05 | SL-20120 Fix folders with unknown content being assigned a version | Andrey Kleshchev | |
2023-08-05 | SL-20120 Do not account for deltas when fetching | Andrey Kleshchev | |
Is supposed to set version and descendant info in parseCategory | |||
2023-08-04 | SL-20105 Add materials asset to 'Adjust Content Permissions' floater | Mnikolenko Productengine | |
2023-08-04 | SL-20121 Fixed the crash in LLViewerInput::getKeyBindingAsString() | Andrey Lihatskiy | |
2023-08-03 | SL-19303 switch automatically between Materials/PBR/Media based on current ↵ | Maxim Nikolenko | |
values | |||
2023-08-03 | SL-16671 Add "Bellisseria" to the viewer dictionary | Andrey Lihatskiy | |
2023-08-02 | SL-20098 handleDoubleClick crashes in new inventory panels | Andrey Kleshchev | |
2023-08-02 | DRTVWR-582 Update llca to build 202305160024.0 | Andrey Lihatskiy | |
2023-08-02 | SL-19528 Remove PERMISSION_DEBIT warning from experience that is Grid and ↵ | Alexander Gavriliuk | |
Privileged | |||
2023-08-01 | SL-20107 Detaching items from COF in gallery view didn't update COF | Andrey Kleshchev | |
2023-08-01 | SL-20101 Fix ThumbnailDimentionsLimit poping up on success | Andrey Kleshchev | |
2023-08-01 | SL-20100 remove inappropriate param to get rid of parse warning | Mnikolenko Productengine | |
2023-08-01 | Attempt to fix showing example image on README.md | Erik Kundiman | |
2023-08-01 | Instructions on how to build on some platforms | Erik Kundiman | |
plus the ignored build directory if following the instructions. | |||
2023-08-01 | Fix commit 7aa029 | Erik Kundiman | |
2023-08-01 | Initialise vars so they wouldn't be errors on GCC | Erik Kundiman | |
2023-08-01 | Set so dangling pointer is no error when using GCC | Erik Kundiman | |
2023-08-01 | llaudio can be installed to the system too | Erik Kundiman | |
2023-07-31 | DRTVWR-559 remove extra debug logging of Capabilities tag | Brad Linden | |
2023-08-01 | SL-18623 LLAvatarRenderInfoAccountant coroutine crash | Andrey Kleshchev | |
For unknown reason allocations of these coroutines often crash on client machines. 1. Limit quantity of coros running in parallel by reducing retries and wait time 2. Print out more diagnostic info | |||
2023-07-31 | SL-20096 Thumbnails shouldn't be editable for items in the library | Andrey Kleshchev | |
2023-07-30 | libmedia_plugin_libvlc is installed to system too | Erik Kundiman | |
libmedia_plugin_base is now explicitly set as static, since it could be set as shared when BUILD_SHARED_LIBS is on and it's just easier to have it compiled into with every media plugin cause it's small and would only be shared by 2 dynamic libraries anyway. Trying to put a dynamic version where the media plugin can find it so the reference is not broken, seems like a hassle. | |||
2023-07-30 | SLPlugin is in libexec when installed to system | Erik Kundiman | |
2023-07-30 | llplugin not refer to gSavedSettings when no CEF | Erik Kundiman | |
so SLPlugin wouldn't lose reference to it when the libraries are built as dynamic. | |||
2023-07-29 | Add system XMLRPC-EPI include directory for Darwin | Erik Kundiman | |
2023-07-29 | Darwin escapes prebuilt dir inclusion on sys libs | Erik Kundiman | |
2023-07-29 | Fix CMAKE_PREFIX_PATH setting syntax for Darwin | Erik Kundiman | |
2023-07-29 | Customise APP_NAME values to Megapahit, & the caps | Erik Kundiman | |
2023-07-29 | Viewer & resources can be installed on the system | Erik Kundiman | |
2023-07-29 | Viewer executable name depends on CMake argument | Erik Kundiman | |
2023-07-29 | The Linden libraries can be installed now | Erik Kundiman | |
Useful when installed as shared libraries, so other viewer executables can share these libraries. | |||
2023-07-29 | Setting BUILD_SHARED_LIBS on is now possible | Erik Kundiman | |
by removing cyclic dependencies, and allowing shlib undefined on SLPlugin alone. | |||
2023-07-29 | stringop truncation warnings aren't errors on GCC | Erik Kundiman | |
2023-07-29 | So we don't get errors from uninitialised vars | Erik Kundiman | |
when compiling newview using GCC. | |||
2023-07-29 | Start adding LibVLC support when using system libs | Erik Kundiman | |
Streaming is not working yet, though. Until it's made sure that the dynamic library and plugins needed are on the paths the executable is expecting them to be. | |||
2023-07-29 | Revert "VLC & CEF aren't deps when no media plugins on mac" | Erik Kundiman | |
This reverts commit f4c8949ac66d08263845f60a7cef2ecb9c77079b. | |||
2023-07-29 | Fix newer libcurl from not being able to download | Erik Kundiman | |
System libcurl, which is typically newer, doesn't accept when SL server responses with an invalid Content-Encoding value (usually some value that's probably meant to be put as the Content-Type value), that we'd get "unrecognized or bad HTTP Content or Transfer-Encoding" https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Encoding A way to fix this would be to just not expect decompressed contents, by letting libcurl have the default value for CURLOPT_ACCEPT_ENCODING, which is NULL. | |||
2023-07-28 | SL-20094 Add "Select Reflection Probes" checkbox | RunitaiLinden | |
2023-07-28 | SL-20067 Make new default midday the new default sky setting | RunitaiLinden | |
2023-07-28 | SL-20037 Don't pop up the material editor implicitly. | RunitaiLinden | |
2023-07-28 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | RunitaiLinden | |
2023-07-28 | DRTVWR-559 Stop some light leak on spot shadows. | RunitaiLinden | |
2023-07-28 | SL-18399 'DisableCameraConstraints' debug setting is not working on RC | Alexander Gavriliuk | |
2023-07-28 | DRTVWR-587: Use [[noreturn]] attribute on callFail() methods | Nat Goodspeed | |
that unconditionally return. This eliminates the problem of pacifying a compiler that expects a return statement vs. a compiler that detects that callFail() unconditionally throws. Thanks, Ansariel. |