summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-25SL-17236 For real this time, maintain legacy draw order of alpha rigged ↵Dave Parks
meshes, batching be damned.
2022-04-25Fix for SL-17223 save mfa_hash protected store immediately so it doesn't get ↵Brad Kittenbrink
lost in case of crash
2022-04-23Setting openal option in cache had gone poof.Nicky
2022-04-23SL-17270 FIXED Torn-off menus not getting update after operationMnikolenko Productengine
2022-04-21SL-17040 Crash due to LLWord not existingAndrey Kleshchev
LLWord should persist till the end due to wide usage.
2022-04-21SL-17159 Crash initializing LLInstanceTrackerPrivateAndrey Kleshchev
2022-04-20SL-17240 slvoice notarization fixAndrey Lihatskiy
2022-04-20SL-17246 Fix getSharedPrt typoMnikolenko Productengine
2022-04-20SL-17242 Use proper cap for setting pathfinding attributesMnikolenko Productengine
2022-04-20SL-15507 Post-merge fixAndrey Lihatskiy
2022-04-19Finishing 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-19Restored SL-15400, it got lost in an automatic mergeAndrey Kleshchev
Pausing clouds should not pause water
2022-04-19SL-15312 Group sorting and highlightsAndrey Kleshchev
1. Highlight shared groups by using bold font 2. Sort shared groups to be at the front
2022-04-19SL-17231 Copying textures should be disabled if object content was not yet ↵Mnikolenko Productengine
updated
2022-04-19DRTVWR-548 post-merge build fixAndrey Lihatskiy
2022-04-18Merge branch master (D540) into DRTVWR-546Andrey Kleshchev
# Conflicts: # indra/llcommon/llsdutil.cpp # indra/newview/VIEWER_VERSION.txt # indra/newview/lldrawpoolalpha.cpp # indra/newview/lldrawpoolwater.cpp
2022-04-18SL-15312 Small tweaks for profilesAndrey Kleshchev
2022-04-18Merge remote-tracking branch 'origin/master' into DRTVWR-550-mfaBrad Kittenbrink
2022-04-18SL-15312 Legacy profiles remake #10Andrey 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-18Merge remote-tracking branch 'origin/DRTVWR-543-maint' into ↵Nicky
DRTVWR-543-maint_cmake
2022-04-18Merge branch 'master' into DRTVWR-544-maintAndrey Lihatskiy
# Conflicts: # indra/newview/app_settings/settings.xml # indra/newview/llfloatersearch.cpp # indra/newview/llgroupactions.cpp # indra/newview/llvovolume.cpp
2022-04-18Merge branch 'master' into DRTVWR-486Andrey Lihatskiy
2022-04-18Merge branch 'master' into DRTVWR-483Andrey Lihatskiy
2022-04-18Merge branch 'master' into DRTVWR-548-maint-NAndrey Lihatskiy
2022-04-18Merge branch 'master' into DRTVWR-543-maintAndrey Lihatskiy
2022-04-18Increment viewer version to 6.5.5Nat Goodspeed
following promotion of DRTVWR-540
2022-04-18Round 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.hNicky
- New versions of curl have the same value for CURLE_SSL_PEER_CERTIFICATE and CURLE_SSL_CACERT
2022-04-18Another instance where LLFilePicker::getSaveFile had the wrong number of ↵Nicky
arguments.
2022-04-18Use correct namespace for bind, must be phoenix::bind or there is confusion ↵Nicky
with boost::bind
2022-04-18in case of systemlibs (conan right now), xmlrpc header structure is slightly ↵Nicky
different.
2022-04-18llrender does not need a dependency on sdl. There was some comment out code ↵Nicky
which suggests it was needed long ago.
2022-04-18ASN1_STRING_data is depreacted.Nicky
2022-04-18Correctio for preproc #elseNicky
2022-04-18Add argument missing from implementationNicky
2022-04-18Use correct typeNicky
2022-04-18Remove some remnants of breakpad.Nicky
2022-04-18Enable LL_OS_DRAGDROP_ENABLED for LinuxNicky
2022-04-18Need to use list( APPEND ... to append to a list.Nicky
2022-04-18Remove obsolete targets and dependencies.Nicky
2022-04-18zlib-ng for Linux is still broken. This needs revisiting, but at least gets ↵Nicky
up compiling for now.
2022-04-18Fixup for Linux media plugins.Nicky
- Remove VLC - Remove missing cmake includes (that got deleted in earlier changes) from gstreamer plugin.
2022-04-18Introduce ll::fontconfig target (missing the correct link library, but at ↵Nicky
least this gets us compiling)
2022-04-18ll::sdl had a wrong include directory.Nicky
2022-04-18Remvoe -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-18Bring 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-18jsoncpp 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"
2022-04-17Remove function create_target and instead directly use add_libraryNicky
2022-04-17Switch to target_include_directoriesNicky
All 3Ps include dirs are treated as SYSTEM, this will stop compilers stop emitting warnings from those files and greatly helps having high warning levels and not being swamped by warnings that come from external libraries.