Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-22 | Pull in a new version of Dullahan that was built using the first version of ↵ | Callum Prentice | |
CEF built entirely in TeamCity on all platform | |||
2020-05-22 | SL-13190 Allow Edit Attached Object Position From Inventory | Mnikolenko Productengine | |
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: Update to bugsplat build 542667 | Nat Goodspeed | |
2020-05-21 | DRTVWR-476: Support older compilers with LockMessageReader. | Nat Goodspeed | |
2020-05-21 | SL-13252 FIXED Debug info text is shown in snapshots even with Show ↵ | Mnikolenko Productengine | |
Interface In Snapshot unchecked | |||
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 | SL-13000 - vertical pos fix for jellied avs | Brad Payne (Vir Linden) | |
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 | Add entries for llphysicsextensions_tpv to autobuild.xml | Nicky Dasmijn | |
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-20 | Merged in NickyD/viewer-vs2017-git-deadlock/d476-channel (pull request #2) | Nicky Dasmijn | |
Make sure coproc gets destroyed after each iteration. 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 h Approved-by: Nat Linden <nat@lindenlab.com> | |||
2020-05-19 | Merge branch 'DRTVWR-501-maint' into DRTVWR-503-maint | Andrey Lihatskiy | |
2020-05-19 | SL-13273 Updated the SL logo images | Andrey Lihatskiy | |
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 | Merge branch 'master' of https://bitbucket.org/lindenlab/viewer into SL-12995 | Brad Payne (Vir Linden) | |
2020-05-19 | SL-13000 - added in-air flag to appearance message debug string | Brad Payne (Vir Linden) | |
2020-05-19 | SL-13270 Pull translations into the corresponding xml files. | Mnikolenko Productengine | |
2020-05-19 | SL-12896 BOM texture settings - replaced isRiggedMesh() call with faster check | Andrey Lihatskiy | |
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-19 | DRTVWR-476: Update to llphysicsextensions_stub build 542456 | Nat Goodspeed | |
2020-05-19 | SL-12904 Restored the missing code (post-merge) | Andrey Lihatskiy | |
2020-05-19 | Merge branch 'master' into DRTVWR-507-maint | Andrey Lihatskiy | |
2020-05-19 | Merge branch 'master' into DRTVWR-482 | Andrey Lihatskiy | |
2020-05-18 | Merge branch 'master' into DRTVWR-501-maint | Andrey Lihatskiy | |
# Conflicts: # indra/llxml/llcontrolgroupreader.h # indra/newview/llviewerkeyboard.cpp | |||
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-18 | SL-12491 semwait_signal crash | Andrey Kleshchev | |
Superficially it looks like mac tried to resume ms_sleep after class got destroyed by regular cleanup. | |||
2020-05-18 | SL-12007 Missed transparent water in LLFloaterPreference | Andrey Kleshchev | |
2020-05-18 | Merged in SL-13265 "Empty leaf" crash safeguards | Andrey Kleshchev | |
2020-05-18 | SL-13266 FIXED Notecard editor external edit button graphical error | Mnikolenko Productengine | |
2020-05-18 | Small Cleanup | Andrey Kleshchev | |
2020-05-18 | SL-13265 "Empty leaf" crash safeguards | Andrey Kleshchev | |
2020-05-18 | SL-13259 FIXED The searching word remains highlighted in the "Chat" tab | Mnikolenko Productengine | |
2020-05-15 | Tiny text change in the about box - indicates CEF and Chromium are ↵ | Callum Prentice | |
sub-components | |||
2020-05-15 | Pull in new (Windows 64) Dullahan that was built from CEF in TeamCity | Callum Prentice | |
2020-05-15 | dummy commit to fix TeamCity/Codeticket links | Andrey Lihatskiy | |
2020-05-15 | SL-12237 Remade updates for invisible avatars | Andrey Kleshchev | |
2020-05-14 | DRTVWR-476, SL-12204: Fix crash in Marketplace Listings. | Nat Goodspeed | |
The observed crash was due to sharing a stateful global resource (the global LLMessageSystem instance) between different tasks. Specifically, a coroutine sets its mMessageReader one way, expecting that value to persist until it's done with message parsing, but another coroutine sneaks in at a suspension point and sets it differently. Introduce LockMessageReader and LockMessageChecker classes, which must be instantiated by a consumer of the resource. The constructor of each locks a coroutine-aware mutex, so that for the lifetime of the lock object no other coroutine can instantiate another. Refactor the code so that LLMessageSystem::mMessageReader can only be modified by LockMessageReader, not by direct assignment. mMessageReader is now an instance of LLMessageReaderPointer, which supports dereferencing and comparison but not assignment. Only LockMessageReader can change its value. LockMessageReader addresses the use case in which the specific mMessageReader value need only persist for the duration of a single method call. Add an instance in LLMessageHandlerBridge::post(). LockMessageChecker is a subclass of LockMessageReader: both lock the same mutex. LockMessageChecker addresses the use case in which the specific mMessageReader value must persist across multiple method calls. Modify the methods in question to require a LockMessageChecker instance. Provide LockMessageChecker forwarding methods to facilitate calling the underlying LLMessageSystem methods via the LockMessageChecker instance. Add LockMessageChecker instances to LLAppViewer::idleNetwork(), a couple cases in idle_startup() and LLMessageSystem::establishBidirectionalTrust(). | |||
2020-05-14 | SL-12237 Remade updates for invisible avatars | Andrey Kleshchev | |
2020-05-14 | DRTVWR-476: Wrap boost::fibers::mutex et al. with LLCoros aliases. | Nat Goodspeed | |
Specifically: LLCoros::Mutex means boost::fibers::mutex LLCoros::LockType means std::unique_lock<boost::fibers::mutex> LLCoros::ConditionVariable means boost::fibers::condition_variable LLCoros::cv_status means boost::fibers::cv_status So as not to drag in all of boost::fibers::mutex.hpp or condition_variable.hpp for each consumer of llcoros.h, instead #define LLCOROS_MUTEX_HEADER and LLCOROS_CONDVAR_HEADER. Those who need them can #include the relevant macro. Update llcond.h and llthreadsafequeue.h accordingly. | |||
2020-05-14 | SL-12026 Fix issue with constant bridge recreation for animeshes | Andrey Kleshchev | |