summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-06paren fixOz Linden
2016-09-06downgrade spammy LLCoros logging to DEBUGOz Linden
2016-09-06add protections against failed memory allocations in VBO and aligned memoryOz Linden
2016-09-06add run time error checking to LLImageRaw::scaleOz Linden
2016-09-06MAINT-6698 [VOB] "Save" button is always enabled for outfit with non-default ↵Mnikolenko Productengine
image even if there were no changes
2016-09-05MAINT-6697 make sure we have data to processandreykproductengine
2016-09-05MAINT-6685 [VOB] Outfit Image from an Outfit Gallery disappears after ↵Mnikolenko Productengine
editing outfit
2016-09-05Backed out changeset: d3ffc46e9e92andreykproductengine
2016-09-02MAINT-5011: Abbreviate __FILE__ path in log_unhandled_exception_().Nat Goodspeed
LLError::abbreviateFile() is specifically to avoid cluttering log output with the prefix of an absolute file path on the original build system, pointless for anyone trying to read the log.
2016-09-02MAINT-6461 crash due to invalid menu pointer during visibility changeandreykproductengine
2016-09-02MAINT-6461 crash due to invalid menu pointer during visibility changeandreykproductengine
2016-09-01MAINT-5011: Use LL_VLOGS() rather than raw lllog() macro.Nat Goodspeed
Raw lllog() doesn't work for varying log level, which is why LL_VLOGS() exists.
2016-09-01Automated merge with file:///Users/nat/linden/viewer-comment-lllogNat Goodspeed
2016-09-01MAINT-5232: Introduce LL_VLOGS() macro: log call with variable level.Nat Goodspeed
In some places we want to log the same information but with different severity depending on specifics. In other cases we need to test the availability of the logging subsystem before engaging it. LL_VLOGS() accepts an LLError::ELevel argument that can differ with each call, while retaining the desirable feature of deciding only once for each level.
2016-09-01Automated merge with file:///Users/nat/linden/viewer-comment-lllogNat Goodspeed
2016-09-01MAINT-5011: Advise against lllog() instead of (e.g.) LL_INFOS().Nat Goodspeed
2016-09-01MAINT-6221 If two animations have the same priority, it's arbitrary which ↵andreykproductengine
one will take precedence
2016-09-01MAINT-6686 FIXED [VOB] Outfit Snapshot floater should be resized ↵Mnikolenko Productengine
independently of general Snapshot floater
2016-08-31MAINT-5011: Revert to googlemock built on squeezeNat Goodspeed
2016-08-31Backed out changeset 8c0e52a212bb - revert to googlemock 297460Nat Goodspeed
2016-08-31MAINT-5011: Revert to llceflib built on squeezeNat Goodspeed
2016-08-31Backed out changeset 538a5b77f08e - revert to llceflib 311349Nat Goodspeed
2016-08-31MAINT-5011: Revert to colladadom built on squeezeNat Goodspeed
2016-08-31Backed out changeset c494a6e0b619 - revert to colladadom 297450Nat Goodspeed
2016-08-31MAINT-5011: Revert to boost built on squeezeNat Goodspeed
2016-08-31Backed out changeset 4cf5551a22a6 - revert to boost 297445Nat Goodspeed
2016-08-31MAINT-5011: Add log tag to LOG_UNHANDLED_EXCEPTION() log messages.Nat Goodspeed
2016-08-31MAINT-6386 Update first-time Viewer Login screen with new LISI screenshotsAndreyL ProductEngine
2016-08-30MAINT-6683 fixed wrapping issues of notecard embedded itemsandreykproductengine
2016-08-30MAINT-6682 Viewer crashes when deleting notecards one by oneMnikolenko Productengine
2016-08-29Automated merge with ssh://bitbucket.org/lindenlab/viewer-vlcNat Goodspeed
2016-08-29MAINT-5011: Work around gcc 4.7.2 overly (?) picky fatal warning.Nat Goodspeed
2016-08-29MAINT-5011: Fix abbreviateFile() test to run under .../indra/ path.Nat Goodspeed
This particular test relied on there being exactly one instance of the string "indra" in the source file's __FILE__ path -- which is usually true, but not if the developer clones the viewer source repo under a parent directory whose path itself contains "indra". Fix to handle any number of occurrences.
2016-08-26MAINT-5011: Add top-level exception handlers in LLAppViewer::frame().Nat Goodspeed
2016-08-26MAINT-5011: Catch LLContinueError in LLStopWhenHandled::operator().Nat Goodspeed
This means that an exception derived from LLContinueError thrown in an LLEventPump listener won't prevent other listeners on the same LLEventPump from receiving that event.
2016-08-26MAINT-5011: Fix misleading indentation in WINMAIN().Nat Goodspeed
2016-08-26MAINT-5011: Add comments to LLCoros::toplevel() exception handlers.Nat Goodspeed
2016-08-26MAINT-6658 Profile was opening app url in browser.andreykproductengine
2016-08-29MAINT-1768 Previous changes are reverted. Sharing items from trash is ↵Mnikolenko Productengine
disabled now.
2016-08-26MAINT-6665 [Contribution] Viewer crashes when setting a local texture from a ↵Mnikolenko Productengine
path containing non-standard characters
2016-08-26MAINT-6676 FIXED Viewer crashes when clicking "Default creation permissions" ↵Mnikolenko Productengine
before logging in.
2016-08-25MAINT-5011: Fix type error surfaced by gcc 4.7.Nat Goodspeed
LLView::childFromPoint(), which is declared to return LLView*, contained a code path that could 'return false'. This is blatantly wrong. Why has it compiled on our other compilers so far?
2016-08-25MAINT-5011: Remove unreferenced param name to avoid fatal warningNat Goodspeed
2016-08-25Update to googlemock build 319024Nat Goodspeed
2016-08-25Update to llceflib build 319030Nat Goodspeed
2016-08-25Update to colladadom build 319021Nat Goodspeed
2016-08-25Update to boost build 318979Nat Goodspeed
2016-08-25MergeAndreyL ProductEngine
2016-08-25MAINT-6511 BuildfixAndreyL ProductEngine
2016-08-25MAINT-6657 Media navigation bar beyond the window borderMnikolenko Productengine