Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2023-07-20 | SL-20042 remove extra space from the message text | Mnikolenko Productengine | |
2023-07-20 | SL-19948 Update estate manager and ban list limits to match new values from ↵ | Andrey Lihatskiy | |
simulator | |||
2023-07-19 | Merge pull request #296 from secondlife/SL-20036 | cosmic-linden | |
SL-20036: Set probe ambiance to 0 for legacy midday | |||
2023-07-19 | SL-20036: Set probe ambiance to 0 for legacy midday | Cosmic Linden | |
2023-07-19 | DRTVWR-559 Fix for shadows not respecting double sided on opaque PBR surfaces | RunitaiLinden | |
2023-07-19 | Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 | RunitaiLinden | |
2023-07-19 | SL-19977 Fix for glow not getting applied to both sides of double sided alpha | RunitaiLinden | |
2023-07-19 | FreeBSD gets what Darwin & Linux do on dir pickers | Erik Kundiman | |
Though without this, the viewer had still successfully built, and I didn't experience any run-time problem yet. This commit is to anticipate any directory picker related problem later, cause it seems very likely that this is needed. | |||
2023-07-19 | Add FreeBSDLocales | Erik Kundiman | |
2023-07-19 | FreeBSD uses Linux's feature table | Erik Kundiman | |
instead of letting it fallback to the default which would be Window's. When using the default, somehow the viewer launched with no colours even after resetting ~/.secondlife/user_settings/settings.xml. | |||
2023-07-19 | No dangling gsl warning on newview with Clang | Erik Kundiman | |
2023-07-19 | vefifySSLCert truth is enough for setVerifySSLHost | Erik Kundiman | |
The function takes a boolean argument anyway. This is so we don't get GCC int in bool context warning which would be treated as an error. | |||
2023-07-19 | Comment out unused variables whether set or not | Erik Kundiman | |
Otherwise GCC would treat them as errors, if not suppressed. | |||
2023-07-19 | FreeBSD can use llappviewerlinux too | Erik Kundiman | |
2023-07-19 | FreeBSD can use lldir_linux too | Erik Kundiman | |
2023-07-19 | Stubs for missing implementations that use GTK | Erik Kundiman | |
in order to get rid of undefined references to `LLFilePicker::getOpenFileModeless(LLFilePicker::ELoadFilter, void (*)(bool, std::vector<std::string, std::allocator<std::string> >&, void*), void*)' `LLFilePicker::getMultipleOpenFilesModeless(LLFilePicker::ELoadFilter, void (*)(bool, std::vector<std::string, std::allocator<std::string> >&, void*), void*)' `LLFilePicker::getSaveFileModeless(LLFilePicker::ESaveFilter, std::string const&, void (*)(bool, std::string&, void*), void*)' The UI has been relying on modeless file operations. UI implementations for Linux would fall within the GTK scope, and there haven't been implementations for these three methods yet. Even know they're defined using member functions that do nothing, and return boolean false. | |||
2023-07-19 | FreeBSD gets what Linux does in file picker | Erik Kundiman | |
2023-07-19 | FreeBSD gets handled too in llappviewer.cpp | Erik Kundiman | |
Mostly following Linux. | |||
2023-07-19 | Obtain Vorbis & Ogg flags when using system libs | Erik Kundiman | |
On some platforms, pkg-config --libs vorbis might not necessarily imply -logg. vorbisenc & vorbisfile need their own checks anyway. | |||
2023-07-19 | Boost since 1.76 already internally includes v5 | Erik Kundiman | |
Including v4 would cause conflicts. | |||
2023-07-19 | Fix lod variable name (supposed to be which_lod?) | Erik Kundiman | |
2023-07-19 | Disable packages info when using system libraries | Erik Kundiman | |
For now. Maybe. |