Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-02 | SL-20098 handleDoubleClick crashes in new inventory panels | Andrey Kleshchev | |
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 | 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 | 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-27 | SL-20080 Show warning message when selecting a non square texture for thumbnails | Mnikolenko Productengine | |
2023-07-25 | SL-20068 Selecting from texture picker for thumbnail does not assign thumbnail | Andrey Kleshchev | |
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-22 | SL-20045 Texture picker should apply the exact texture inventory item | Andrey Kleshchev | |
2023-07-21 | SL-20040 Fix selection callback | Andrey Kleshchev | |
2023-07-21 | SL-20047 Indicate when gallery items are being cut | Andrey Kleshchev | |
2023-07-21 | SL-20040 Fix selection and context menu issues | Andrey Kleshchev | |
2023-07-20 | SL-19948 Update estate manager and ban list limits to match new values from ↵ | Andrey Lihatskiy | |
simulator | |||
2023-07-19 | SL-20015 wait for the outfit items to load before wearing it | Maxim Nikolenko | |
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. |