- Mar 21, 2022
-
-
Andrey Kleshchev authored
-
- Nov 18, 2021
-
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
Additional logging
-
- Nov 02, 2021
-
-
Andrey Kleshchev authored
-
- Oct 28, 2021
-
-
Andrey Kleshchev authored
Additional logging
-
- Mar 25, 2021
-
-
Andrey Kleshchev authored
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.
-
- Mar 09, 2021
-
-
Callum Prentice authored
This set of changes reverts the merge with master (git revert c83e740e) and 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
-
- Mar 08, 2021
-
-
https://bitbucket.org/lindenlab/viewerBrad Payne (Vir Linden) authored
This reverts commit e61f485a, reversing changes made to 00c47d07.
-
- Sep 24, 2020
-
-
Callum Prentice authored
Complete the change from lldiskcache -> llfilesystem and then addition of new lldiskcache implementation
-
- Sep 17, 2020
-
-
Callum Prentice authored
The folder where the disk cache lives was originally renamed from llvfs to 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
-
Callum Prentice authored
Renamed the references to LLVFile and llvfile.* source code plus cmake 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
-
- Sep 16, 2020
-
-
Callum Prentice authored
First part of change to remove LLVFS from the Viewer. Consists of code 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.
-
- Jun 05, 2020
-
-
Andrey Kleshchev authored
-
- Apr 14, 2020
-
-
Andrey Kleshchev authored
-
- Apr 10, 2020
-
-
Andrey Kleshchev authored
-
- Apr 09, 2020
-
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
- Mar 19, 2020
-
-
Andrey Kleshchev authored
-
- Feb 14, 2020
-
-
Andrey Kleshchev authored
Also adds correct working directory to RelWithDebInfoOS and enables OpenAl on OS builds for windows
-
- Feb 04, 2020
-
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
- Jan 31, 2020
-
-
Andrey Kleshchev authored
-
- Oct 23, 2019
-
-
andreykproductengine authored
-
- May 01, 2019
-
-
AndreyL ProductEngine authored
-
- Sep 07, 2018
-
-
Oz Linden authored
-
- Sep 05, 2018
-
-
Oz Linden authored
-
- Aug 07, 2018
-
-
andreykproductengine authored
-
- Nov 10, 2015
-
-
Oz Linden authored
-
- Dec 15, 2014
-
-
Oz Linden authored
-
- Oct 17, 2014
-
-
callum_linden authored
-
callum_linden authored
Update to build on Xcode 6.0: clang detecting unsigned int (size_t) comparison with <0 [-Wtautological-compare]
-
- Apr 09, 2014
-
-
Cinder Biscuits authored
-
- Mar 14, 2014
-
-
Monty Brandenberg authored
Copy3rdPartyLibs needed to copy the now-corrected fmodexL libraries and it had a bad library reference on Linux for release. In llaudio land, the audio engine interfaces, even the fmodex specializations, seem to want to be external-structure free so use a forward declaration and pointer to FMOD_DSP_DESCRIPTION and deal with it in the ctor/dtor.
-
Monty Brandenberg authored
-
maksymsproductengine authored
MAINT-3804 FIXED Crash in LLAudioEngine::getAudioData when playing gestures with audio device disabled.
-
- Mar 03, 2014
-
-
Baker Linden authored
- Removed logging for MAINT-3555 - Added NULL guard to fix MAINT-3703 (hopefully)
-
- Dec 19, 2013
-
-
Oz Linden authored
-