Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-25 | SL-17239 Override face bounding box with avatar bounding box for rigged ↵ | Dave Parks | |
meshes when calculating virtual size. | |||
2022-04-25 | SL-17223 fix unit tests with new method stub implementation | Brad Kittenbrink | |
2022-04-25 | SL-17236 For real this time, maintain legacy draw order of alpha rigged ↵ | Dave Parks | |
meshes, batching be damned. | |||
2022-04-25 | Fix for SL-17223 save mfa_hash protected store immediately so it doesn't get ↵ | Brad Kittenbrink | |
lost in case of crash | |||
2022-04-23 | Setting openal option in cache had gone poof. | Nicky | |
2022-04-23 | SL-17270 FIXED Torn-off menus not getting update after operation | Mnikolenko Productengine | |
2022-04-21 | SL-17040 Crash due to LLWord not existing | Andrey Kleshchev | |
LLWord should persist till the end due to wide usage. | |||
2022-04-21 | SL-17159 Crash initializing LLInstanceTrackerPrivate | Andrey Kleshchev | |
2022-04-20 | SL-17240 slvoice notarization fix | Andrey Lihatskiy | |
2022-04-20 | SL-17246 Fix getSharedPrt typo | Mnikolenko Productengine | |
2022-04-20 | SL-17242 Use proper cap for setting pathfinding attributes | Mnikolenko Productengine | |
2022-04-20 | SL-15507 Post-merge fix | Andrey Lihatskiy | |
2022-04-19 | Finishing touches, making sure even with conan all needed 3ps are installed ↵ | Nicky | |
and usable. This brings the source to be able to run tests in conan mode. | |||
2022-04-19 | Restored SL-15400, it got lost in an automatic merge | Andrey Kleshchev | |
Pausing clouds should not pause water | |||
2022-04-19 | SL-15312 Group sorting and highlights | Andrey Kleshchev | |
1. Highlight shared groups by using bold font 2. Sort shared groups to be at the front | |||
2022-04-19 | SL-17231 Copying textures should be disabled if object content was not yet ↵ | Mnikolenko Productengine | |
updated | |||
2022-04-19 | DRTVWR-548 post-merge build fix | Andrey Lihatskiy | |
2022-04-18 | Merge branch master (D540) into DRTVWR-546 | Andrey Kleshchev | |
# Conflicts: # indra/llcommon/llsdutil.cpp # indra/newview/VIEWER_VERSION.txt # indra/newview/lldrawpoolalpha.cpp # indra/newview/lldrawpoolwater.cpp | |||
2022-04-18 | SL-15312 Small tweaks for profiles | Andrey Kleshchev | |
2022-04-18 | Merge remote-tracking branch 'origin/master' into DRTVWR-550-mfa | Brad Kittenbrink | |
2022-04-18 | SL-15312 Legacy profiles remake #10 | Andrey Kleshchev | |
Fixed Typo changed 'show in search' checkbox into combobox, implemented commit Fixed fl textbox setting sl text instead of fl text Fixed fl save/discard buttons not following resize | |||
2022-04-18 | Merge remote-tracking branch 'origin/DRTVWR-543-maint' into ↵ | Nicky | |
DRTVWR-543-maint_cmake | |||
2022-04-18 | Merge branch 'master' into DRTVWR-544-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/app_settings/settings.xml # indra/newview/llfloatersearch.cpp # indra/newview/llgroupactions.cpp # indra/newview/llvovolume.cpp | |||
2022-04-18 | Merge branch 'master' into DRTVWR-486 | Andrey Lihatskiy | |
2022-04-18 | Merge branch 'master' into DRTVWR-483 | Andrey Lihatskiy | |
2022-04-18 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
2022-04-18 | Merge branch 'master' into DRTVWR-543-maint | Andrey Lihatskiy | |
2022-04-18 | Increment viewer version to 6.5.5 | Nat Goodspeed | |
following promotion of DRTVWR-540 | |||
2022-04-18 | Round one to support conan for 3P packages, this allows to build the viewer ↵ | Nicky | |
on Linux again. | |||
2022-04-18 | - More include changes for xmlrpc.h | Nicky | |
- New versions of curl have the same value for CURLE_SSL_PEER_CERTIFICATE and CURLE_SSL_CACERT | |||
2022-04-18 | Another instance where LLFilePicker::getSaveFile had the wrong number of ↵ | Nicky | |
arguments. | |||
2022-04-18 | Use correct namespace for bind, must be phoenix::bind or there is confusion ↵ | Nicky | |
with boost::bind | |||
2022-04-18 | in case of systemlibs (conan right now), xmlrpc header structure is slightly ↵ | Nicky | |
different. | |||
2022-04-18 | llrender does not need a dependency on sdl. There was some comment out code ↵ | Nicky | |
which suggests it was needed long ago. | |||
2022-04-18 | ASN1_STRING_data is depreacted. | Nicky | |
2022-04-18 | Correctio for preproc #else | Nicky | |
2022-04-18 | Add argument missing from implementation | Nicky | |
2022-04-18 | Use correct type | Nicky | |
2022-04-18 | Remove some remnants of breakpad. | Nicky | |
2022-04-18 | Enable LL_OS_DRAGDROP_ENABLED for Linux | Nicky | |
2022-04-18 | Need to use list( APPEND ... to append to a list. | Nicky | |
2022-04-18 | Remove obsolete targets and dependencies. | Nicky | |
2022-04-18 | zlib-ng for Linux is still broken. This needs revisiting, but at least gets ↵ | Nicky | |
up compiling for now. | |||
2022-04-18 | Fixup for Linux media plugins. | Nicky | |
- Remove VLC - Remove missing cmake includes (that got deleted in earlier changes) from gstreamer plugin. | |||
2022-04-18 | Introduce ll::fontconfig target (missing the correct link library, but at ↵ | Nicky | |
least this gets us compiling) | |||
2022-04-18 | ll::sdl had a wrong include directory. | Nicky | |
2022-04-18 | Remvoe -D that had been passed in front of each entry of ↵ | Nicky | |
add_compile_definitions, this lead to '-D-D<value>' | |||
2022-04-18 | - Change OpenAL to OPENAL to match the correct filename, Windows and OSX use ↵ | Nicky | |
case insesitive fielsystem, this is why it was not issues there - Remove input files that are obsolete. | |||
2022-04-18 | Bring in first steps of Linux64: | Nicky | |
- Add the configuratons Release and ReleaseOS - The js files are platform independent, just copy the ones from windows64. | |||
2022-04-18 | jsoncpp includepath should not include json/. jsoncpp includes a header ↵ | Nicky | |
"features.h" which has the same name as a glibc header, allowing this header to be found without any prefix will lead to head conflicts when there is a '#include "features.h"' As a result all json headers need to be included via #include "json/reader.h"/"json/writer.h" |