Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-05 | SL-18893 Clean up for loops in llaudio to use C++11 range based for loops (#41) | Fawrsk | |
2022-09-15 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llmodelpreview.h | |||
2022-07-22 | SL-17816 Crash trying to schedule audio decoding on shutdown | Andrey Kleshchev | |
2022-06-22 | SL-17021: Fix inconsistent header definition for LLAudioEngine_OpenAL | Cosmic Linden | |
2022-06-14 | SL-16182: Fix Mac compiler errors | Cosmic Linden | |
2022-06-14 | SL-16182: LLAudioDecodeMgr: Get general worker thread count directly from ↵ | Cosmic Linden | |
ThreadPool | |||
2022-06-14 | SL-16182: Offload audio decoding from the main thread to the general work queue. | Cosmic Linden | |
The work queue callback binds "this". This is deemed safe due to current dependencies, but see the associated comment in the return callback. There was some trial and error to get a this-binded lambda to compile. Due to LLVorbisDecodeState writing to disk off-thread, limit audio decodes proportional to general worker thread count. Guess the thread count for now. | |||
2022-05-20 | SL-17425 Crash when closing two dependent floaters | Andrey Kleshchev | |
dependent_it in llfloater was not valid after dependent floater removed itself from the list | |||
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-04 | SL-16902 Fmod better logging | Andrey Kleshchev | |
2022-03-21 | SL-16865 llStopSound() does not stop sound if it is out of cutoff radius | Andrey Kleshchev | |
2022-03-14 | Revert "Debug Fmod with logging" | Andrey Kleshchev | |
This reverts commits b21c17eee973dc06c1392dd45dbc19c1ce394852 and 2f78338aeb3d0297813bc9c9c7a9d75a2055000d. 'Debug Fmod' was not an intended commit, was meant for local testing. But might be a good idea to make this a part of DebWithRelInfo or provide a cmake switch. | |||
2022-02-28 | Merge branch 'master' into DRTVWR-544-maint | Andrey Lihatskiy | |
# Conflicts: # indra/llaudio/llstreamingaudio_fmodstudio.cpp # indra/newview/llviewerregion.cpp | |||
2022-02-23 | Debug Fmod with logging | Andrey Kleshchev | |
2021-12-20 | Merge branch 'master' into DRTVWR-544-maint | Mnikolenko Productengine | |
2021-12-15 | Merge branch 'master' (DRTVWR-552) into DRTVWR-527-maint | Andrey Kleshchev | |
# Conflicts: # indra/media_plugins/cef/media_plugin_cef.cpp - setOnLoadEndCallback # indra/newview/llviewerassetstorage.cpp - mAssetCoroCount | |||
2021-11-27 | SL-16339 Rename setAmbient in openal | Andrey Kleshchev | |
2021-11-26 | SL-16339 Rename setAmbient to not cause confusion | Andrey Kleshchev | |
setAmbient has nothing to do with ambient sounds | |||
2021-11-18 | SL-14992 fmod shutdown crash | Andrey Kleshchev | |
2021-11-18 | SL-16235 Restart music in case of an error | Andrey Kleshchev | |
Additional logging | |||
2021-03-25 | SL-14992 Replaced LLAPRFile's isExist with LLDirUtil's fileExists in fmodstudio | Andrey Kleshchev | |
This particular case of LLAPRFile crashes due to thread issues (and if it doesn't it might be affecting some other apr call due to using default pool). Function is not opening the .dsf file in question and LLAPRFile won't ensure that file exists till the end of the function, it just checks that file exists at a given moment. No point to overcomplicate things by adding thread safe pool, so replaced with dirutil. | |||
2021-03-09 | This set of changes reverts the merge with master (git revert c83e740) and ↵ | Callum Prentice | |
results in a version of the DRTVWR-519 that matches what was presemt before it was deployed as a release viewer *plus* 3 small fixes from Maxim (See commits). This branch can now be used for additional fixes before eventually being used to release D-519 as normal | |||
2021-03-08 | Revert "Merge branch 'master' of https://bitbucket.org/lindenlab/viewer into ↵ | Brad Payne (Vir Linden) | |
DRTVWR-519" This reverts commit e61f485a04dc8c8ac6bcf6a24848359092884d14, reversing changes made to 00c47d079f7e958e473ed4083a7f7691fa02dcd5. | |||
2020-09-24 | Complete the change from lldiskcache -> llfilesystem and then addition of ↵ | Callum Prentice | |
new lldiskcache implementation | |||
2020-09-22 | Merge branch 'master' into DRTVWR-519 | Callum Prentice | |
2020-09-17 | The folder where the disk cache lives was originally renamed from llvfs to ↵ | Callum Prentice | |
llcache but @henri's suggestion that that doesn't reflect the other files in the same place and it should be llfilesystem is a good one so I changed it over | |||
2020-09-16 | Renamed the references to LLVFile and llvfile.* source code plus cmake ↵ | Callum Prentice | |
scripts to use a different name - lldiskcache - since that more closely resembles what it is (or will be) now that the VFA is no more | |||
2020-09-16 | First part of change to remove LLVFS from the Viewer. Consists of code ↵ | Callum Prentice | |
changes to remove LLVFS and LLVFSThread classes along with the associated source files. The existing llvfs folder is renamed to llcache. Also includes changes to CMake script in many places to reflect changes. Eventually, llvfile source file and class will be renamed but that is not in this change. | |||
2020-06-05 | SL-13390 Fix Openal Builds | Andrey Kleshchev | |
2020-06-02 | Merge branch 'master' into DRTVWR-503-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/CMakeLists.txt # indra/newview/viewer_manifest.py | |||
2020-05-04 | Merged master into DRTVWR-508 | Andrey Kleshchev | |
2020-04-14 | SL-12607 WIP, take pre-sized icons from repo instead of package | Andrey Kleshchev | |
2020-04-10 | SL-11445 Provide 'name' for Pulse Audio | Andrey Kleshchev | |
2020-04-09 | SL-11445 On exit LLWindGen can be invalid | Andrey Kleshchev | |
2020-04-09 | SL-11445 Fix fmod studio position and orientation attributes | Andrey Kleshchev | |
2020-04-09 | SL-11445 Fix fmod studio opening audio files | Andrey Kleshchev | |
2020-03-19 | SL-11445 Fix crash caused by wind cleanup | Andrey Kleshchev | |
2020-02-14 | SL-12707 Build Fails Without FMOD | Andrey Kleshchev | |
Also adds correct working directory to RelWithDebInfoOS and enables OpenAl on OS builds for windows | |||
2020-02-05 | SL-11455 Added linux pulseaudio and alsa support | Andrey Kleshchev | |
2020-02-04 | SL-12654 Remove support for building with fmod ex | Andrey Kleshchev | |
2020-02-04 | SL-11445 Couple small fixes | Andrey Kleshchev | |
2020-01-31 | Merged in SL-11445 Upgrade Fmodex to Fmod Studio | Andrey Kleshchev | |
2019-10-23 | SL-11727 Fix build warnings | andreykproductengine | |
2019-05-02 | SL-10334 Increased allowed sound clip length from 10s to 30s | AndreyL ProductEngine | |
2018-08-07 | MAINT-8958 Handle initDecode crash | andreykproductengine | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-12-15 | remove redundant include of Audio.cmake | Oz Linden | |
2014-10-17 | Update to build on Xcode 6.0: more removal of unused variables ↵ | callum_linden | |
[-Wunused-variable] | |||
2014-10-17 | Update to build on Xcode 6.0: clang detecting unsigned int (size_t) ↵ | callum_linden | |
comparison with <0 [-Wtautological-compare] | |||
2014-08-18 | merge changes for OPEN-213 | Oz Linden | |