| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-21 | SL-17635 remove unused variables | Maxim Nikolenko | |
| 2022-06-20 | Cleanup dependency on ui libraries. | Nicky | |
| 2022-06-20 | SL-17633 Crash at LLFocusableElement | Andrey Kleshchev | |
| 2022-06-20 | SL-14181 Classifieds show 'loading' despite all data being ready after ↵ | Andrey Kleshchev | |
| deleting a classified | |||
| 2022-06-20 | SL-17624 In profiles 'Remove Photo' remains inactive after uploading a photo | Andrey Kleshchev | |
| 2022-06-20 | SL-17585 Don't bother users with dialogs if we are already quiting | Andrey Kleshchev | |
| 2022-06-17 | SL-17614 Crash at settings_setup_listeners | Andrey Kleshchev | |
| Likely a corrupted install, warn user to reinstall viewer | |||
| 2022-06-17 | SL-17287 Slightly less hacky and much less crash cube snapshot render target ↵ | Dave Parks | |
| allocation. | |||
| 2022-06-17 | SL-17585 Ensure nothing went wrong with installation during 'File' operations | Andrey Kleshchev | |
| 2022-06-17 | SL-17589 FIXED Camera does not zoom correctly when editing wearables | Mnikolenko Productengine | |
| 2022-06-17 | SL-17585 Crash at LLAppViewer::initConfiguration | Andrey Kleshchev | |
| 2022-06-16 | SL-17619 Add support for embedded textures to GLTF importer | Dave Parks | |
| 2022-06-16 | SL-17562 FIXED Grid Options changes position upon reopening of Build Window | Mnikolenko Productengine | |
| 2022-06-15 | SL-17605 WIP - Upload->Material now lets you pick a GLTF file and imports ↵ | Dave Parks | |
| the first material in the GLTF file to the Material Editor | |||
| 2022-06-15 | SL-17584 Frame buffer object is now nessesary to run viewer | Andrey Kleshchev | |
| 2022-06-15 | SL-17577 Allow setting Object for sale for L$0 from Object Profile | Mnikolenko Productengine | |
| 2022-06-15 | SL-17584 Make setShaders crashes more informative | Andrey Kleshchev | |
| 2022-06-14 | SL-17586 WIP -- LLMaterialEditor prototype and "New Material" inventory buttons. | Dave Parks | |
| 2022-06-14 | SL-17475 Use a shadow indices buffer before simplification | Andrey Kleshchev | |
| 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-06-14 | SL-17475 fix remap causing an assert | Andrey Kleshchev | |
| 2022-06-13 | Merge branch 'DRTVWR-564' of bitbucket.org:lindenlab/viewer into SL-17485 | Howard Stearns | |
| 2022-06-13 | SL-17485 - Make mac compiler happier. | Howard Stearns | |
| 2022-06-11 | SL-17475 Remap models before simplification | Andrey Kleshchev | |
| 2022-06-10 | SL-17523 Add reflection probe ambiance to windlight settings and integrate ↵ | Dave Parks | |
| with UI and ReflectionMapManager | |||
| 2022-06-10 | SL-17574 Fix for box probes not applying. | Dave Parks | |
| 2022-06-10 | SL-17574 Add probe detail combo box to advanced graphics preferences. Fix ↵ | Dave Parks | |
| spot light shadows not working in probes. | |||
| 2022-06-09 | SL-17573 Add "dynamic" checkbox, also followup on SL-17551 and do "Select ↵ | Dave Parks | |
| Invisible Objects" checkbox instead of "Select Reflection Probes" | |||
| 2022-06-09 | SL-17483: Add integration test for CommonControl | Nat Goodspeed | |
| and for LLViewerControlListener, to which it talks. Fix glitches detected by the tests. | |||
| 2022-06-09 | SL-17483: Let one override keyword into your class... | Nat Goodspeed | |
| and all the rest require it, too. | |||
| 2022-06-09 | SL-17551 Followup -- remove some dead pick-render related code. | Dave Parks | |
| 2022-06-09 | SL-17551 Add "Select Reflection Probes" menu option and make invisible ↵ | Dave Parks | |
| objects less annoying when alt-zooming in edit mode. | |||
| 2022-06-09 | SL-17483: Merge branch 'DRTVWR-563' of viewer into sl-17483 | Nat Goodspeed | |
| 2022-06-09 | SL-17483: Recast LLImageDecodeThread as a facade for ThreadPool. | Nat Goodspeed | |
| Remove all references to LLQueuedThread (but emulate a couple bits of its API such as handle_t and getPending()). Migrate ImageRequest into llimageworker.cpp. It has never been part of LLImageDecodeThread's public API. Remove ImageRequest tests. Remove all references to LLImageDecodeThread::pause(). The idea of pausing another thread is bizarre to me, and LLThreadPool has no such operation. Nor does it have an abortRequest(). | |||
| 2022-06-09 | SL-17483: Merge branch 'track-threadpools' into sl-17483. | Nat Goodspeed | |
| This picks up ThreadPoolSizes override logic embedded in ThreadPool's constructor, plus the new static ThreadPool::getConfiguredWidth() and getWidth() methods. | |||
| 2022-06-09 | SL-17483: Simplify ThreadPool instantiations. | Nat Goodspeed | |
| Now that LL::ThreadPool's constructor has subsumed the work of discovering a runtime override width, LLAppViewer::initGeneralThread() can simply pass the compile-time default width instead of redundantly checking ThreadPoolSizes. Also the default ThreadPool capacity has been bumped up to what "General" and "LLImageGL" were requesting, so they need not pass that explicitly or explain in comments why they're doing it. But until we start throwing work at the "General" ThreadPool, configure it down to 1 thread in settings.xml. | |||
| 2022-06-08 | Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
| DRTVWR-559 | |||
| 2022-06-08 | SL-17285 Fix for probe influence volume combo box not applying. | Dave Parks | |
| 2022-06-08 | SL-17005 Tweak target VRAM usage and add some log spam to help zero in on ↵ | Dave Parks | |
| good targets. | |||
| 2022-06-09 | SL-17532 Ability to pick inventory image as a profile image | Andrey Kleshchev | |
| 2022-06-08 | SL-17214 initial loader class skeleton | Dave Houlton | |
| 2022-06-08 | SL-17546 Fix 'release' configuration build tests | Andrey Kleshchev | |
| 2022-06-08 | SL-17532 Cap image size for profile image preview | Andrey Kleshchev | |
| 2022-06-08 | SL-17532 Make names selectable | Andrey Kleshchev | |
| 2022-06-08 | SL-17552 Clear dirty flag when clicking Save button | Mnikolenko Productengine | |
| 2022-06-08 | SL-17541 show the message on mac | Mnikolenko ProductEngine | |
| 2022-06-07 | DRTVWR-559: Fix fullbrightShiny not compiling on AMD due to type mismatch | Ptolemy | |
| 2022-06-07 | Merge branch 'DRTVWR-563' of bitbucket.org:lindenlab/viewer into DRTVWR-563 | Dave Parks | |
| 2022-06-07 | SL-17547 Fix for crash on shutdown cleaning up LLLFSThread | Dave Parks | |
| 2022-06-08 | SL-17541 Show the message that user is currently at maximum FPS | Mnikolenko Productengine | |
