| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 branch 'main' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
| 2023-08-23 | Merge branch 'main' into DRTVWR-587-maint-V | Andrey Lihatskiy | |
| # Conflicts: # autobuild.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-23 | SL-19299 Code formatting in modified files | Alexander Gavriliuk | |
| 2023-08-23 | SL-20184 Crash when opening Marketplace Listings Window | Andrey Kleshchev | |
| Looks like a bit of code from Inventory Extensions viewer leaked into release. This was supposed to prevent 'folder does not exist' spam as Inventory Extensions does not create folders this way, instead it blocked folder creation. | |||
| 2023-08-23 | SL-19299 Viewer crashes after change 'Pick a physics model:' dropdown | Alexander Gavriliuk | |
| 2023-08-23 | SL-20189 Crash at LLViewerMediaTexture::addFace | Andrey Kleshchev | |
| 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-22 | Can link to libglvnd, no need to set LEGACY pref | Erik Kundiman | |
| 2023-08-22 | Reindented | Erik Kundiman | |
| 2023-08-22 | Fix target_link_directories argument | Erik Kundiman | |
| Only found out after using CMake 3.26 for Darwin. It wasn't an error when using CMake 3.24. | |||
| 2023-08-22 | Add sysroot to XMLRPC-EPI include path on Linux | Erik Kundiman | |
| Useful when cross compiling. | |||
| 2023-08-22 | SL-20182 dirtyFilter crash while accessing parent | Andrey Kleshchev | |
| 2023-08-21 | SL-20173 show warning notification when trying to add invalid files as local ↵ | Maxim Nikolenko | |
| texture | |||
| 2023-08-21 | SL-20172: I missed a closing angle brace after adding a new XML notification ↵ | Callum Prentice | |
| entry - mysteriously, the Viewer still worked as expected but the TeamCity coding check policy (WTF??) got a bit sad about it.. | |||
| 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-20172: Add in an 'Are you sure Y/N' type dialog before writing thumbnails ↵ | Callum Prentice | |
| (as well as for clearing thumbnails) since it's also a destructive, non-undoiable operation | |||
| 2023-08-21 | Merge remote-tracking branch 'origin/DRTVWR-567' into viewer_bulky_thumbs | Callum Prentice | |
| 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-21 | Experiment with placement a bit when there's no drawable. | Jonathan "Geenz" Goodman | |
| DRTVWR-583 | |||
| 2023-08-21 | Readd occlusion culling for hero probes. | Jonathan "Geenz" Goodman | |
| DRTVWR-583 | |||
| 2023-08-21 | Further cleanup of the hero probe manager. | Jonathan "Geenz" Goodman | |
| DRTVWR-583 | |||
| 2023-08-21 | Non x86 Darwin can use Linux's non x86 CPU clock | Erik Kundiman | |
| 2023-08-21 | Exclude net/route.h on Darwin | Erik Kundiman | |
| since it doesn't seem to have any effect, and it would only get in the way on other Darwin platforms. | |||
| 2023-08-21 | SL-20140 Setting shape hand size to 36 won't save | Alexander Gavriliuk | |
| 2023-08-21 | Darwin not (directly) relying on Carbon & Obj-C | Erik Kundiman | |
| HiDPI support & multi threaded OpenGL haven't been used since we switched to SDL2 on Darwin, and so far there hasn't been any sign that things aren't working any more significantly. | |||
| 2023-08-21 | Apple Clang doesn't recognise --as-needed | Erik Kundiman | |
| 2023-08-21 | DBus hasn't been enabled, so why compile api_dbus | Erik Kundiman | |
| So it won't get in the way for other platforms that have no DBus. | |||
| 2023-08-21 | Darwin & any platform can, and should, use SDL | Erik Kundiman | |
| The alt mouse click to cam is broken for now on macOS, but this is the path we've chosen. | |||
| 2023-08-21 | GLib header is included only when using GTK | Erik Kundiman | |
| 2023-08-21 | Any platform can, & should, use appviewerlinux too | Erik Kundiman | |
| It's the one that plays along with SDL. | |||
| 2023-08-21 | Revert "FreeBSD can use llappviewerlinux too" | Erik Kundiman | |
| This reverts commit 8356386f6674cf7f1e25bcd49f3266868cd5dc7d. | |||
| 2023-08-20 | SL-20140 Fix formatting file llpaneleditwearable.cpp | Alexander Gavriliuk | |
| 2023-08-18 | Latest updates to the hero probe manager. | Jonathan "Geenz" Goodman | |
| DRTVWR-583 | |||
| 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-17 | Remove the original prototype tool Bulky Thumbs since it is now superceded ↵ | Callum Prentice | |
| by the Inventory Thumbnail Helper tool | |||
| 2023-08-17 | Small updates to bulky thumbs but mainly, this is about the first version of ↵ | Callum Prentice | |
| the Inventory Thumbnail Helper tool - see source file for a link to Confluence page listing how to use it | |||
| 2023-08-18 | SL-20143 Alpha thumbnails should show solid color instead of checkerboard #2 | Andrey Kleshchev | |
| 2023-08-18 | SL-20140 Optimization LLDictionary::addEntry() - avoid of double search | Alexander Gavriliuk | |
| 2023-08-17 | Merge pull request #332 from secondlife/DRTVWR-588-monterey | nat-goodspeed | |
| Remove unused counters that cause fatal warnings | |||
| 2023-08-17 | SL-20162 Better cof version logging | Andrey Kleshchev | |
| And fixed some typos | |||
| 2023-08-17 | SL-20158 FIXED Ctrl+H shortcut acts erratically when Nearby Chat floater is ↵ | Mnikolenko Productengine | |
| undocked | |||
