Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2023-08-11 | SL-20024: Early return | Cosmic Linden | |
2023-08-11 | SL-20024: Generalize some comments/error | Cosmic Linden | |
2023-08-10 | SL-20039 "Save to inventory" should only allow saving identical faces | Andrey Kleshchev | |
2023-08-10 | SL-20133 Shift clicking selected face leaves Editor's Texture tab in a weird ↵ | Andrey Kleshchev | |
state | |||
2023-08-07 | Make GCC not treat uninit-ed FetchEntry as error | Erik Kundiman | |
2023-08-04 | SL-20105 Add materials asset to 'Adjust Content Permissions' floater | Mnikolenko Productengine | |
2023-08-03 | SL-19303 switch automatically between Materials/PBR/Media based on current ↵ | Maxim Nikolenko | |
values | |||
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-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-27 | Merge pull request #311 from secondlife/SL-20053 | cosmic-linden | |
SL-20053: Fix sometimes unable to unset a PBR material on a prim | |||
2023-07-27 | SL-20053: Fix sometimes unable to unset a PBR material on a prim. | Cosmic Linden | |
Caused by inventory item asset IDs being null. Seems suspicious. But working around it for now seems best. | |||
2023-07-27 | SL-18396 PBR and blinn phong should not be allowed to be edited together | Andrey Kleshchev | |
2023-07-27 | SL-19958 An inventory material without asset should default to a blank ↵ | Andrey Kleshchev | |
material #2 | |||
2023-07-27 | SL-18720 getDataBegin() and stateSort() crashes | Andrey Kleshchev | |
No repro, but likely cause is in mOctreeNode being NULL. Marked octree group as dead when destroyed and added isDead verification | |||
2023-07-27 | SL-18619 Eyes not rendering in Shape floater thumbnails | Alexander Gavriliuk | |
2023-07-25 | DRTVWR-559 Fix for depth of field causing alpha objects to poke holes in water. | RunitaiLinden | |
2023-07-22 | Fix FreeBSD login problem by checking endianness | Erik Kundiman | |
Even though the account was logged in, it would get stuck at getting region handshake. The problem was because the viewer wasn't getting the acknowledgement to the successfully sent UseCircuitCode message. I compared the message data, and it differed (from Linux) on the byte order of the Code variable (the SessionID & agent ID were right). The bytes sent to the network weren't reversed (and I was on an Intel processor). | |||
2023-07-21 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | RunitaiLinden | |
2023-07-21 | SL-20010 Make reflection probes ignore touch actions. | RunitaiLinden | |
2023-07-20 | SL-20043 notification shouldn't persist between sessions | Mnikolenko Productengine | |