Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-26 | DRTVWR-476, SL-13512: Fix flawed fix for former failure. | Nat Goodspeed | |
Specifically, llcoro::suspendUntilTimeout() is definitely called concurrently by multiple coroutines. New code that instantiates a local LLEventStream must allow the name to be tweaked for uniqueness. | |||
2020-06-26 | DRTVWR-476: On Windows, request 64-bit compiler | Nat Goodspeed | |
to avoid TeamCity build failures due to 32-bit compiler running out of virtual memory for precompiled headers. | |||
2020-06-25 | DRTVWR-476, SL-13512: Make suspendUntilTimeout() notice shutdown. | Nat Goodspeed | |
Specifically, the shutdown crash reported in SL-13512 was due to LLExperienceCache::idleCoro() looping on suspendUntilTimeout(), failing to notice in its slumbers that the viewer was shutting down around it. Make suspendUntilTimeout() internally call suspendUntilEventOnWithTimeout(), which already listens for "LLApp" state-change events and throws Stopping when LLApp enters its shutdown sequence. | |||
2020-06-23 | DRTVWR-476: Merge branch 'master' of lindenlab/viewer into d476 | Nat Goodspeed | |
following release of D512. | |||
2020-06-24 | Merge branch 'master' into DRTVWR-497 | Andrey Lihatskiy | |
2020-06-23 | Increment viewer version to 6.4.5 | Nat Goodspeed | |
following promotion of DRTVWR-512 | |||
2020-06-19 | SL-9632 Fix HUD objects to not use environment lighting | Ptolemy | |
2020-06-19 | SL-9632: Fix most HUD objects incorrectly being effected by the environment ↵ | Ptolemy | |
lighting | |||
2020-06-19 | DRTVWR-476, SL-13467: Make LLTrace::BlockTimerStatHandle keys unique. | Nat Goodspeed | |
There are duplicate LLTrace::BlockTimerStatHandle key strings declared in llsettingsdaycycle.cpp and llsettingswater.cpp -- the only instances of duplicate BlockTimerStatHandle keys in the viewer code base. SL-13467 tracks intentional crashes due to duplicate LLInstanceTracker subclass instances with one of those keys. The simplest experiment to try to eliminate those crashes is to ensure that every BlockTimerStatHandle in the code base is unique. | |||
2020-06-13 | SL-13084 Combined commit for the EEP specular color fix | Dave Houlton | |
SL-13084: Fix clouds flipped along East/West axis to match texture preview Cloud Image and direction to match Cloud Scroll SL-13804: Fix clouds flipped along East/West axis to match texture preview Cloud Image and direction to match Cloud Scroll SL-13084: Fix inverted cloud scroll with ALM is off SL-13084: Move texture coords section to top in class2/windlight/cloudsV to match class1/deffered/cloudsV SL-13084: Add references to other common files | |||
2020-06-11 | SL-13821 shader clean up and format | Dave Houlton | |
2020-06-11 | SL-13281, add missing srgb->linear conversion for specular | Dave Houlton | |
2020-06-08 | DRTVWR-510 cache vulkan-detect result | Dave Houlton | |
2020-06-08 | DRTVWR-510 add code to report Vulkan capability in stats (Windows-only) | Dave Houlton | |
2020-06-03 | SL-863 Fixed missing render mask | Andrey Kleshchev | |
2020-06-02 | Merge branch 'master' of https://bitbucket.org/lindenlab/viewer into DRTVWR-512 | Callum Prentice | |
2020-06-02 | DRTVWR-476: Merge branch 'master' of bitbucket.org:lindenlab/viewer into d476. | Nat Goodspeed | |
2020-06-02 | Merged master into DRTVWR-497 | Andrey Kleshchev | |
2020-06-02 | Increment viewer version to 6.4.4 | Nat Goodspeed | |
following promotion of DRTVWR-508 | |||
2020-05-28 | SL-13329 Misalligned checkboxes in inventory filters | Andrey Kleshchev | |
2020-05-28 | SL-12607 Bar color to blue | Andrey Kleshchev | |
2020-05-28 | SL-13340 Restored status display for login | Andrey Kleshchev | |
2020-05-28 | SL-12665 Readjusted all logos | Andrey Kleshchev | |
2020-05-28 | SL-12664 readjusted logo #2 | Andrey Kleshchev | |
2020-05-28 | SL-12664 readjusted logo | Andrey Kleshchev | |
2020-05-28 | SL-12607 Reverted to original logos | Andrey Kleshchev | |
2020-05-27 | DRTVWR-476: LLMainThreadTask cross-thread test hangs. Skip. | Nat Goodspeed | |
2020-05-27 | DRTVWR-476, VOICE-88, SL-13025: Use a new port every SLVoice launch. | Nat Goodspeed | |
The observed failure is that SLVoice, on relaunch, produces an error that bind() returned EADDRINUSE and terminates. Using a different port every time we relaunch avoids that collision. | |||
2020-05-27 | DRTVWR-476: Add "Socket" debug log output for socket operations. | Nat Goodspeed | |
Enable the body of the existing ll_debug_socket() function (on Mac as well as Linux), but using tag "Socket" so you can turn on its log messages without emitting *all* debug messages. | |||
2020-05-27 | DRTVWR-476: Make LLVivoxVoiceClient::logoutOfVivox() wait for logout. | Nat Goodspeed | |
It can happen that we arrive at logoutOfVivox() with some other message queued on the LLEventMailDrop in question. If logoutOfVivox() assumes that other message is logout and exits, then subsequent code gets confused. Introduce a loop to wait (with the existing timeout) for the real logout message. | |||
2020-05-27 | SL-13148 Implemented wheel support for inworld media | Andrey Kleshchev | |
2020-05-22 | Fix (has a TOOD) for SL-13203: Parcel media auto-play works when turned off | Callum Prentice | |
2020-05-21 | Investigating a fix/abatement for SL-13095 Windows Defender Firewall for ↵ | Callum Prentice | |
dullahan_host.exe pops up late in the session - not clear this will remove the popup but it might and it will hopefully have our publisher info on it vs 'Unknown' | |||
2020-05-21 | DRTVWR-476: Support older compilers with LockMessageReader. | Nat Goodspeed | |
2020-05-20 | Fix for SL-13125 Update MediaRollOff values for greater range and less ↵ | Callum Prentice | |
attenuation | |||
2020-05-20 | Merge branch 'master' into DRTVWR-512 | Callum Prentice | |
2020-05-20 | Remove last occurence of DIRECTX_INCLUDE_DIR. | Nicky Dasmijn | |
2020-05-20 | Remove more traces of find_library to search for DirectX and instead | Nicky Dasmijn | |
rely on the SDK setup. Remove old dinput8 import library as it is not needed | |||
2020-05-20 | Remove DirectX.cmake. With recent SDKs (dating back to at least VS 2013 | Nicky Dasmijn | |
and the 8.1 SDK) DirectX is included in the SDK and does not need any special detection logic. | |||
2020-05-20 | DRTVWR-476: Fix LLCoprocedurePool::enqueueCoprocedure() shutdown crash. | Nat Goodspeed | |
2020-05-20 | DRTVWR-476: Add LLThreadSafeQueue::tryPushFrontFor(). | Nat Goodspeed | |
tryPushFrontFor() is pushFront() with a std::chrono::duration timeout. | |||
2020-05-19 | SL-13273 Updated the SL logo images | Andrey Lihatskiy | |
2020-05-19 | Make sure coproc gets destroyed after each iteration. | Nicky Dasmijn | |
Making coproc scoped to the for loop will make sure the destructor gets called every loop iteration. Keeping it's scope outside the for loop means the pointer keeps valid till the next assigment that happens inside pop_wait_for when it gets assigned a new value. Triggering the dtor inside pop_wait_for can lead to deadlock when inside the dtor a coroutine tries to call enqueueCoprocedure (this happens). enqueueCoprocedure then will try to grab the lock for try_push but this lock is still held by pop_wait_for. | |||
2020-05-19 | DRTVWR-476: Clean up reverting to boost::fibers::buffered_channel. | Nat Goodspeed | |
2020-05-19 | DRTVWR-476: Revert "Use LLThreadSafeQueue, not boost::fibers::buffered_channel." | Nat Goodspeed | |
This reverts commit bf8aea5059f127dcce2fdf613d62c253bb3fa8fd. Try boost::fibers::buffered_channel again with Boost 1.72. | |||
2020-05-18 | DRTVWR-476: Merge branch 'master' of lindenlab/viewer into DRTVWR-476-boost-1.72 | Nat Goodspeed | |
2020-05-18 | Merged master into DRTVWR-497 | Andrey Kleshchev | |
2020-05-18 | Merged master into DRTVWR-508 | Andrey Kleshchev | |
2020-05-18 | Increment viewer version to 6.4.3 | Nat Goodspeed | |
following promotion of DRTVWR-460 | |||
2020-05-15 | Tiny text change in the about box - indicates CEF and Chromium are ↵ | Callum Prentice | |
sub-components |