"README.md" did not exist on "4f41b775b9240d85daad63d15184cd285b6a5371"
- Jun 05, 2023
-
-
Nat Goodspeed authored
It seems we're no longer implicitly inheriting <array> from some other [set of] header file[s]. Where we use std::array, bring it in explicitly.
-
- Apr 04, 2023
-
-
Alexander Gavriliuk authored
-
- Jul 09, 2022
-
-
NiranV authored
-
- Jun 14, 2022
-
-
Cosmic Linden authored
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.
-
- Mar 21, 2022
-
-
Andrey Kleshchev authored
-
- Nov 26, 2021
-
-
Andrey Kleshchev authored
setAmbient has nothing to do with ambient sounds
-
- 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.
-
- Oct 22, 2020
-
-
NiranV authored
-
- 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.
-
- Jul 04, 2020
-
-
NiranV authored
-
- Apr 19, 2020
-
-
NiranV authored
Added: Ability to save and load local windlight presets. Added: Brought back Environment Settings window. Changed: Overhauled and simplified Environment Settings window. Changed: Brought back old Environment Settings menu layout. Changed: Overhauled layout of Personal Lighting window and split it into Edit Sky and Edit Water. Changed: Overhauled layout of Daycycle, Sky and Water Edit windows. Misc: Implemented several performance optimizations from Alchemy Viewer.
-
- Apr 10, 2020
-
-
Andrey Kleshchev authored
-
- Mar 10, 2019
-
-
NiranV authored
--HG-- branch : Black Dragon
-
- Nov 10, 2015
-
-
Oz Linden authored
-
- Jul 30, 2013
-
-
Richard Linden authored
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders
-
- Apr 30, 2013
-
-
Graham Madarasz authored
-
- Mar 29, 2013
-
-
Graham Madarasz authored
-
- Jan 28, 2013
-
-
Gilbert Gonzales authored
-
- Jan 18, 2013
-
-
callum_linden authored
-
- May 16, 2012
-
-
simon@Simon-PC.lindenlab.com authored
- Feb 01, 2012
-
-
Richard Linden authored
-
- Dec 06, 2011
-
-
Xiaohong Bao authored
-
- Oct 13, 2010
-
-
Oz Linden authored
-
- Sep 21, 2010
-
-
Brad Payne (Vir Linden) authored
-
Vadim Savchuk authored
Submitting a patch made by Aleric Inglewood (See VWR-14914). This bug happens for a lot of people, although it might be needed to have a fast multi core machine. I have seen it on 1.22.10 once, never used 1.23 sorry, and saw it often on snowglobe. I am sure it also affects 1.23 but I'd have to test that. The symptons are that on a viewer with normally a good, high FPS, sometimes it happens that the FPS dramatically drops (as low as 0.3, but it can also be anything higher, as high as 10, say). This particular jira is about a problem where the main thread is slowed down by a mutex lock in libopenal (most calls starting with 'al' in indra/llaudio/audioengine_openal.cpp and one in indra/llaudio/listener_openal.cpp). You can see that this is the case by opening the Frame Console (control-shift-2) and checking that the "audio" (and possibly misc) timings are very large compared to the Render time.
-
- Aug 13, 2010
-
-
Oz Linden authored
-
- Jun 08, 2010
-
-
Tofu Linden authored
Minor optimizations to wind generation. Patch by gigs and aimee, reviewed by merov.
-
- Feb 12, 2010
-
-
Rick Pasetto authored
Review #109 This (fairly major) change adds new "items" to the media list for Parcel Media and Parcel Audio. Since these items are special (before the items were always MoaP impls), they had to be treated special. Moreover, actions on all of "media" had to be centralized so that they would have similar behavior.
-
- Aug 27, 2009
-
-
Monroe Williams authored
svn merge -r 129841:129910 svn+ssh://svn.lindenlab.com/svn/linden/branches/moss/pluginapi_05-merge@129910 svn merge -r 129913:131718 svn+ssh://svn.lindenlab.com/svn/linden/branches/pluginapi/pluginapi_05 Some branch shenannigans in the pluginapi_05 branch caused this to become a two-part merge.
-