Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-18 | DRTVWR-476: Merge branch 'master' of lindenlab/viewer into DRTVWR-476-boost-1.72 | Nat Goodspeed | |
2020-05-18 | Increment viewer version to 6.4.3 | Nat Goodspeed | |
following promotion of DRTVWR-460 | |||
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-06 | DRTVWR-476: Merge branch 'master' of lindenlab/viewer into DRTVWR-476-boost-1.72 | Nat Goodspeed | |
2020-05-04 | Merge branch 'master' into DRTVWR-460 | Andrey Lihatskiy | |
2020-05-04 | Increment viewer version to 6.4.2 | Nat Goodspeed | |
following promotion of DRTVWR-500 | |||
2020-04-28 | SL-13133 Numerical camera preset names sorting order fix | Andrey Lihatskiy | |
2020-04-27 | SL-12678 Removed auto login retry | Andrey Kleshchev | |
2020-04-26 | Merge branch 'master' into DRTVWR-460 | Andrey Lihatskiy | |
# Conflicts: # indra/llmath/llquaternion.h # indra/newview/lldrawpoolwater.cpp # indra/newview/lljoystickbutton.cpp # indra/newview/llvosky.cpp # indra/newview/skins/default/textures/textures.xml | |||
2020-04-23 | SL-12904 Temporarily use LLSD to avoid crashes on older viewers | Mnikolenko Productengine | |
2020-04-20 | Restored SL-12732 after merge conflict | Andrey Kleshchev | |
2020-04-20 | SL-13040 Fixed crash at EnvironmentPersistAcrossLogin | Andrey Kleshchev | |
2020-04-20 | Merge branch 'master' into DRTVWR-500 | Andrey Lihatskiy | |
# Conflicts: # indra/newview/pipeline.cpp | |||
2020-04-20 | Increment viewer version to 6.4.1 | Nat Goodspeed | |
following promotion of DRTVWR-440 | |||
2020-04-20 | SL-12904 FIXED Camera Preset does not restore correctly when sitting | Mnikolenko Productengine | |
2020-04-14 | SL-13019, fix broken varying linkage on MacOS | Dave Houlton | |
2020-04-13 | SL-12993 Focus on avatar after saving new preset | Mnikolenko Productengine | |
2020-04-13 | SL-13029 Fixed load order | Andrey Kleshchev | |
2020-04-12 | SL-13029 Environment update was not applying properly | Andrey Kleshchev | |
2020-04-10 | SL-12994 FIXED [Camera Presets] Zoom fraction should be saved as a part of ↵ | Mnikolenko Productengine | |
Camera preset, not as separate setting | |||
2020-04-10 | SL-12999 List can go out of floater's rect, so it should consume scroll events | Andrey Kleshchev | |
2020-04-10 | SL-12999 Removed unused variables | Andrey Kleshchev | |
2020-04-09 | SL-12975, unfix alpha and undo non-fix magic number of refracted portion of ↵ | Dave Houlton | |
water Fresnel | |||
2020-04-09 | SL-12999 Some menus allow mouse scroll to zoom camera | Andrey Kleshchev | |
2020-04-07 | SL-10449, add missing linkage variable, fix OSX & Intel deferred shaders comp | Dave Houlton | |
2020-04-07 | SL-10449 Fix ALM on OSX | Ptolemy | |
2020-04-07 | SL-12991 [Camera Presets] Sort all Camera preset lists in the same way | Mnikolenko Productengine | |
2020-04-07 | SL-12991 [Camera Presets] Sort all Camera preset lists in the same way | Mnikolenko Productengine | |
2020-04-06 | SL-10993 Fixed Korean font on OSX Catalina | Andrey Lihatskiy | |
2020-04-06 | SL-12904 FIXED Camera Preset does not restore correctly when sitting | Mnikolenko Productengine | |
2020-04-03 | SL-11368, fix missing water uniforms for low shader settings | Dave Houlton | |
2020-04-03 | SL-12852 Cleanup for readability | Ptolemy | |
2020-04-02 | SL-12927 FIXED [Camera Presets] when sitting pressing ESC key causes rotation | Mnikolenko Productengine | |
2020-04-01 | Merged in eep-fix-falloff-edit (pull request #54) | Rye Mutt | |
Fix light falloff being corrupted when editing value via build floater spinner Approved-by: Dave Houlton | |||
2020-04-01 | Merged in eep-fix-light-color (pull request #53) | Rye Mutt | |
Fix editing light color corrupting intensity and color values Approved-by: Dave Houlton | |||
2020-03-30 | Update falloff fix with changes requested in review. | Rye Mutt | |
2020-03-30 | SL-12888 Fix space alpha megaprim not using z-test | Ptolemy | |
2020-03-30 | Fix light falloff being corrupted when editing value via build floater spinner | Rye Mutt | |
2020-03-30 | Fix editing light color corrupting intensity and color values | Rye Mutt | |
2020-03-27 | Merged in davep/DRTVWR-440 (pull request #52) | Dave Parks | |
SL-12902 Better fix for light color values in color swatch not matching light color values inworld. | |||
2020-03-27 | SL-12902 Better fix for light color values in color swatch not matching ↵ | Runitai Linden | |
light color values inworld. | |||
2020-03-27 | SL-12904 FIXED Camera Preset does not restore correctly when sitting | Mnikolenko Productengine | |
2020-03-27 | SL-12911 Add Debug setting EnvironmentPersistAcrossLogin | Andrey Kleshchev | |
2020-03-27 | Removed obsolete and misleading variable | Andrey Kleshchev | |
2020-03-26 | SL-12902 Fix for doing the technically correct but compatibility wrong thing ↵ | Runitai Linden | |
WRT light color values. | |||
2020-03-25 | DRTVWR-476: LLChannelManager depends on LLUI. Tell LLSingleton. | Nat Goodspeed | |
2020-03-25 | DRTVWR-476, SL-12197: Don't throw Stopping from main coroutine. | Nat Goodspeed | |
The new LLCoros::Stop exception is intended to terminate long-lived coroutines -- not interrupt mainstream shutdown processing. Only throw it on an explicitly-launched coroutine. Make LLCoros::getName() (used by the above test) static. As with other LLCoros methods, it might be called after the LLCoros LLSingleton instance has been deleted. Requiring the caller to call instance() implies a possible need to also call wasDeleted(). Encapsulate that nuance into a static method instead. | |||
2020-03-25 | DRTVWR-476: Have to package libhunspell dylib now, not .a lib. | Nat Goodspeed | |
2020-03-25 | DRTVWR-476: Remove diagnostics around 'SetFile -a V' commands. | Nat Goodspeed | |
Earlier versions of macOS manifested frustrating problems in finishing the built package. Those build steps seem to have been behaving better for a few years now. Eliminate (what we fervently hope has become) a bit of ancient cruft. | |||
2020-03-25 | DRTVWR-476: Make viewer_manifest.py report its own command line. | Nat Goodspeed | |
That way, if there's a problem, a developer can rerun the same command. |